/*
Theme Name:株式会社ライブハウス
Description: 株式会社ライブハウス theme for WordPress
Author: yuki izawa
Version:1.0
*/


/* --------トップページ--------- */


.kizuiresiki_list {
    display: none;
}
.kizuiresiki_list li img {
    width: 100%;
    height: auto;
}
.kizuiresiki_list_f li img {
    width: 100%;
    height: auto;
}
.kizuiresiki_list li img:hover {
    opacity: 0.6;
}
.kizuiresiki_list_f li img:hover {
    opacity: 0.6;
}
.kizuiresiki_list li {
    margin-bottom: 30px;
    width: 45%!important;
}
.kizuiresiki_list_f li {
    width: 45%!important;
}
.kizuiresiki_list ul {
    justify-content: space-between!important;
    width: 70%;
    margin: auto;
}
.kizuiresiki_list_f {
    justify-content: space-between!important;
    width: 70%;
    margin: auto;
}
.kizuiresiki_list ul li p a{
    color:#000;
    font-size: 0.9375vw;
}
.kizuiresiki_list_f li p a {
    color:#000;
    font-size: 0.9375vw;
}
.link {
    color:#000;
    font-size: 0.9375vw;
}

.voice_flex_right {
    font-size: 0.94vw;
}





/*アニメーション要素のスタイル*/
.animation_fade {
	opacity : 0;
	visibility: hidden;
	transition: 2s;
	transform: translateY(30px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.tab_group_blog_sp {
    display: none;
}

.top_blog_tag_list_sp {
    max-width: unset!important;
}

.works_art_inner .tab a {
    color: #fff!important;
}
.works_art_inner .tab a:hover {
    text-decoration: unset!important;
}
.works_art_inner .tab-group {
    margin-bottom: 50px;
}




.pc_br_none {
    display: none;
}
.pc_none_text {
    display: none;
}
.contact_list {
	position: fixed;
    right: 0;
    top:110px;
    z-index: 1000;
    width:30px;
}

.top_eye_inner {
	position: relative;
}
.top_eye_inner img {
	width:100%;
}
.top_eye_link {
	position: absolute;
    top: 15%;
    right: 4%;
	width: 20%;
}
.top_info_inner {
	max-width: 1500px;
    margin: auto;
    padding: 0 10.4vw;
    margin-top: 150px;
    margin-bottom: 150px;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.top_info_left {
	width: 46%;
}
.top_info_right {
	width: 46%;
}
.top_info_title {
	text-align: center;
    font-size: 30px;
}
.top_news_list {
	display: flex;
    flex-wrap: wrap;
	margin-top: 40px;
    justify-content: space-between;
}
.top_news_item {
	width: 48%;
	display: flex;
	margin-bottom: 40px;
	justify-content: space-between;
    flex-wrap: wrap;
}
.top_news_left {
	width:38%;
	position: relative;
}
.top_news_left img {
	height: auto;
}
.top_news_left img:hover {
	opacity: 0.6;
}
.top_new_tag {
	position: absolute;
    top: -10%;
    left: -10%;
}
.top_news_right {
	width: 60%;
}
.top_news_date {
	font-size: 10px;
    color: #858585;
}
.top_news_text {
	font-size: 13px;
    color: #858585;
	letter-spacing: -1px;
}
.top_news_text a {
	font-size: 13px;
    color: #858585;
	letter-spacing: -1px;
}
.top_news_btn {
	display: block;
    text-align: center;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid #000;
    border-radius: 3px;
	width: 170px;
    margin: auto;
    padding: 14px 0;
}
.top_about_inner {
	display: flex;
    flex-wrap: nowrap;
    position: relative;
	align-items: center;
    padding-right: 6vw;
}
.top_about_left {
	justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 62.5vw;
}
.top_about_01 dt span {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}
.top_about_02 dt span {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}
.top_about_right {
	width: 37.5vw;
}
.top_about_01 {
	padding: 0 18.5vw;
}
.top_about_01 dl {
	display: flex;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	flex-wrap: wrap;
    justify-content: space-between;
}
.top_about_01 dt {
	font-size: 24px;
    font-weight: bold;
}
.top_about_01 dd {
	font-size: 24px;
    font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.top_about_text {
	color: #858585;
	margin: 40px 0 60px 0;
	line-height: 38px;
	font-size:16px;
}
.top_about_02 dl {
	display: flex;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	flex-wrap: wrap;
    justify-content: space-between;
}
.top_about_02 dt {
	font-size: 24px;
    font-weight: bold;
}
.top_about_02 dd {
	font-size: 24px;
    font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.top_about_btn {
	border: 2px solid #eae6e4;
    width: 180px;
    display: block;
    border-radius: 30px;
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #000;
}
.top_about_02 {
	margin-top: 10%;
	padding: 0 18.5vw;
}

.top_works_inner {
	margin-top: 150px;
}
.top_works_title {
	font-size: 30px;
    text-align: center;
}
.top_works_list {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top: 50px;
	padding: 0 6vw;
}
.top_works_item {
	width: 24%;
	position: relative;
}
.top_works_item img {
	height: auto;
}
.top_works_item img:hover {
	opacity: 0.6;
}

.top_works_tag {
	position: absolute;
    top: 0;
    background-color: #fff;
    font-size: 1.05vw;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
	box-shadow: 4px 4px rgba(37,40,42,0.5);
    z-index: 1;
}
.top_works_text {
	color: #858585;
	margin-top: 10px;
    font-size: 0.94vw;
}
.top_works_text a {
	color: #858585;
	margin-top: 10px;
    font-size: 0.94vw;
}
.top_works_btn {
	display: block;
    text-align: center;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid #000;
    border-radius: 3px;
    width: 170px;
    margin: auto;
    padding: 14px 0;
	margin-top: 50px;
}

.top_five_inner {
	margin-top: 150px;
}
.top_five_title {
	text-align: center;
    font-size: 30px;
}
.top_five_item {
	width:96%!important;
	border: 2px solid #eae6e4;
	margin-top:50px;
}
.slick-dots {
	display: none!important;
}
.top_five_box img {
	margin-left: 20px;
    margin-top: 20px;
}
.top_five_text {
	font-size:16px;
    letter-spacing: -1px;
	color:#858585;
	margin-left:20px;
	margin-top:35px;
}
.top_five_box a {
	background-color: #000;
    display: block;
    color: #fff;
    width: 122px;
    padding: 10px;
	font-size: 11px;
	text-align: center;
	border-radius: 17px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
	margin-left: auto;
	margin-top: 35px;
    margin-right: 30px;
	margin-bottom:40px;
}





.top_three_inner {
	margin-top: 150px;
}
.top_three_title {
	text-align: center;
    font-size: 30px;
}
.top_three_subtitle {
	text-align: center;
    margin-top: 10px;
    color: #858585;
}
.top_three_list {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding: 0 20px;
	margin-top: 50px;
}
.top_three_item {
	width: 32.5%;
}
.top_three_img {
	position: relative;
}
.top_three_img img:hover {
	opacity: 0.6;
}
.top_three_subject {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-size: 30px;
	width: 100%;
    text-align: center;
	text-shadow:0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,
		0 0 10px #fff,0 0 10px #fff;
}
.top_three_item p {
	text-align: center;
    margin-top: 10px;
    color: #858585;
}
.top_wall_inner {
	margin-top: 150px;
}
.top_wall_title {
	text-align: center;
    font-size: 30px;
}
.top_wall_list {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding: 0 20px;
	margin-top: 50px;
}
.top_wall_item {
	width: 32.5%;
	position: relative;
}
.top_wall_item img:hover{
	opacity: 0.6;
}
.top_wall_text {
	position: absolute;
	font-size: 1vw;
	width: 100%;
    text-align: center;
	font-weight: bold;
	color:#fff;
}
.top_wall_item:nth-child(1) .top_wall_text {
	top: 85%;
    left: 60%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.top_wall_item:nth-child(2) .top_wall_text {
	top: 87%;
    left: 63%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.top_wall_item:nth-child(3) .top_wall_text {
	top: 87%;
    left: 78%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.top_blog_inner {
	margin-top: 150px;
}
.top_blog_title {
	text-align: center;
    font-size: 30px;
}
.top_blog_tag_list {
	max-width: 1200px;
    margin: auto;
    padding: 0px 18vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top: 50px;
    margin-bottom: 50px;
}
.top_blog_tag_item {
	width: 15%;
	text-align: center;
    background-color: #000;
    color: #fff;
	margin-bottom: 20px;
	font-size: 0.65vw;
	font-family: fot-tsukuardgothic-std, sans-serif;
	border-radius: 15px;
    padding: 9px 0px;
	letter-spacing: 1px;
}
.top_blog_tag_item a {
	font-size: 0.65vw;
    color: #fff;
}
.top_blog_tag_item:nth-child(1) {
	 background-color: #fff;
    color: #000;
	border:1px solid #000;
}
.top_blog_list {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top: 50px;
	padding: 0 6vw;
}
.top_blog_item {
	width: 24%;
}
.top_blog_item img {
	width: 100%;
    height: auto;
}
.top_blog_item img:hover {
	opacity: 0.6;
}
.new-txt {
    position: absolute;
    top: -15%;
    left: -10%;
    width: 35px;
    height: 35px;
    background-color: #dc143c;
    border-radius: 50%;
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
}
.top_blog_subject {
	color: #858585;
	margin-top: 10px;
}
.top_blog_subject a {
	color: #858585;
	margin-top: 10px;
}
.top_blog_text {
	color: #858585;
}

.top_blog_btn {
	display: block;
    text-align: center;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid #000;
    border-radius: 3px;
    width: 170px;
    margin: auto;
    padding: 14px 0;
	margin-top: 50px;
}

.top_banner {
	max-width: 1250px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 150px;
    margin-bottom: 100px;
    padding: 0 17vw;
}
.top_banner a {
    width:49.5%;
}
.top_banner a:hover {
    opacity: 0.6;
}

.top_contact_inner {
	display: flex;
	max-width: 1250px;
    margin: auto;
    padding: 0 17vw;
}
.top_contact_left {
	display: flex;
}
.top_contact_left_01 {
	background-color: #f8f8f8;
	padding: 50px 10px 20px 30px;
}
.top_contact_left_01 h2 {
	font-size: 22px;
    color: #380d19;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
	letter-spacing: -1px;
}
.top_contact_tel a {
	color: #e60012;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
	font-size: 24px;
	letter-spacing: -1px;
	margin-left: 10px;
}
.top_contact_tel {
	margin-top: 35px;
    margin-bottom: 20px;
	display: flex;
    align-items: center;
}
.top_contact_address {
	font-size: 16px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
	
}
.top_contact_map {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    
    margin-top: 30px;
    display: block;
}
.top_contact_icon {
	display: flex;
    align-items: center;
	margin-bottom: 10px;
}
.top_contact_left_02 {
	width: 352px;
    background-color: #f8f8f8;
	padding-top: 50px;
    padding-left: 30px;
	margin-left:2px;
	
}
.top_contact_icon a {
	margin-left: 20px;
	font-size: 18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
	color: #e60012;
}
.top_sns_list {
	display: flex;
    margin-top: 20px;
}
.top_sns_item:nth-child(2) {
	margin: 0 15px;
}
.top_contact_right {
	display: flex;
    align-items: center;
    margin-left: 40px;
}
.top_contact_right img:hover{
	opacity: 0.6;
}

#page_top{
	 width: 60px;
  height: 60px;
 position: fixed;
    right: 20px;
    bottom: 10%;
    opacity: 0.8;
	z-index: 9999;
	display: none;
}
#page_top a{
  width: 60px;
  height: 60px;
  text-decoration: none;
}
.top_contact_icon img {
    width: 10%;
}
.top_sns_item img {
    width: 80%;
}
.top_contact_tel img {
    width: 12%;
}
.contact_item_sp {
    display: none;
}
.slider_eye_sp {
    display: none!important;
}

/* -------スタッフ紹介--------- */

.under_eye_inner {
    position: relative;
}
.under_eye_text_inner {
    position: absolute;
    top: 38%;
    left: 19%;
}
.under_eye_title_en {
    font-size: 2.5vw;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.under_eye_title_ja {
    font-size: 3.7vw;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
#under {
    padding: 0 100px;
}
#under_wrapper {
    background-color: #eeeeee;
    padding-bottom: 100px;
}
.under_inner {
    max-width: 1200px;
    margin: auto;
    margin-top: 150px;
    background-color: #fff;
}

 .under_eye_inner img {
        width: 100%;
}
.staff_inner {
    margin-top: 150px;
}
.staff_inner ul li {
    max-width: 52vw;
    background-color: #fff;
    margin: auto;
    margin-bottom: 50px;
    padding: 0 50px 50px 50px;
}
.staff_inner ul li h2 {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 50px;
    font-size: 1.6vw;
}
.staff_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.staff_box_left {
    width: 45%;
}
.staff_box_right {
    width: 52%;
}
.staff_box_right h3 {
    font-size: 0.95vw;
    margin-bottom: 10px;
    border-left: 5px solid #000;
    padding-left: 10px;
}
.staff_box_right p {
    font-size: 0.95vw;
    margin-bottom: 20px;
    border-bottom: 2px dotted #aaaaaa;
    padding-bottom: 20px;
}
.staff_box_right p:last-of-type {
    border-bottom:unset!important;
    margin-bottom:0!important;
    padding-bottom:0!important;
}

.staff_box_right_2 {
    width: auto;
}






/* --------ライブハウスの無添加住宅リフォーム--------- */

.livehouse_mutenkareform p {
    font-size: 0.9375vw;
}

#livehouse-mutenkareform .under_eye_title_en {
    margin-bottom: 10px;
}
.m_r_top_inner {
    background-color: #f0ebdb;
    margin: 2.604165vw 0 5.20835vw;
}
.m_r_top_box {
    max-width: 60vw;
    margin: auto;
    padding: 2.604165vw;
    display: flex;
    align-items: center;
}
.m_r_top_right p {
    font-size: 1.25vw;
    font-weight: bold;
}
.m_r_5_top_text {
    text-align: center;
}
.m_r_top_left {
    width: 18vw;
}
.m_r_5_box {
    background-color: #e5e5e5;
    margin: 2.604165vw 0 5.20835vw;
    padding: 2.604165vw 0 5.20835vw;
}
.m_r_5_list {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    flex-wrap: wrap;
}
.m_r_5_list li {
    width: 26%;
}
.m_r_5_list li p {
    text-align: center;
    margin-top: 1.041665vw;
}
.m_r_5_list_2 {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    margin-top: 2.604165vw;
    padding: 0 200px;
    flex-wrap: wrap;
}
.m_r_5_list_2 li {
    width: 41%;
}
.m_r_5_list_2 li p {
    text-align: center;
    margin-top: 20px;
}
.m_r_5_box_title {
    text-align: center;
    font-size: 1.5625vw;
    margin-bottom: 2.604165vw;
}
.m_r_3_inner {
    background-color: #e5e5e5;
    padding: 2.604165vw 0;
}
.m_r_3_inner h2 {
    text-align: center;
    font-size: 1.5625vw;
    margin-bottom: 1.041665vw;
}
.m_r_3_title {
    text-align: center;
}
.m_r_3_list {
    display: flex;
    justify-content: space-between;
    max-width: 60vw;
    margin: auto;
    padding: 0 20px;
    margin-top: 2.604165vw;
    flex-wrap: wrap;
}
.m_r_3_list li {
    width: 30%;
}
.m_r_3_list li h3 {
    text-align: center;
    font-size: 1.25vw;
    margin: 0.5vw 0 0.5vw 0;
    line-height: 2vw;
}
.m_r_3_list li p {
    text-align: center;
    font-size: 0.95vw;
}
.m_r_house {
    max-width: 60vw;
    margin: 5.20835vw auto 5.20835vw auto;
    padding: 0 2.604165vw;
}
.m_r_house_top_text {
    text-align: center;
}
.m_r_house_list {
    display: flex;
    justify-content: space-between;
    margin-top: 2.604165vw;
    flex-wrap: wrap;
}
.m_r_house_list li {
    width: 48%;
    text-align: center;
}
.m_r_house_list li p {
    margin-top: 0.520834vw;
    font-size: 0.95vw;
}
.m_r_ex_inner {
    background-color: #e5e5e5;
    padding: 2.604165vw 20px;
}
.m_r_ex_inner h2 {
    text-align: center;
    font-size: 1.5625vw;
}
.m_r_ex_box_02 {
    max-width: 80vw;
    margin: auto;
}
.m_r_ex_box_02 h2 {
    margin-bottom: 2.604165vw;
}
.m_r_ex_list_01 {
    display: flex;
    margin-bottom: 1.041665vw;
}
.m_r_ex_list_02 {
    display: flex;
    margin-bottom: 1.041665vw;
    width: 50%;
  
}
.m_r_ex_list_03 {
    display: flex;
    margin-bottom: 1.041665vw;
    width: 75%;
}
.m_r_ex_text {
    margin-bottom: 0.520834vw;
}
.m_r_ex_box_left a:hover {
    opacity:0.6;
}
.m_r_ex_list_04 {
    display: flex;
}
.m_r_ex_list_01 li {
    width: 353px;
    margin-right:20px;
}
.m_r_ex_list_02 li {
    width: 353px;
    margin-right:20px;
}
.m_r_ex_list_03 li {
   width: 353px;
    margin-right:20px;
}
.m_r_ex_list_04 li {
    width: 353px;
    margin-right:20px;
}
.m_r_ex_box_right p {
    font-size: 0.85vw;
}
.m_r_ex_box {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #aaaaaa;
}
.m_r_ex_box_left {
    margin-right: 10px;
    width: 5vw;
}
.bold {
    font-weight: bold;
}
.m_r_ex_box_right h3 {
    font-family: caflisch-script-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5vw;
}
.m_r_sub {
    text-align: center;
    margin-top: 5.20835vw;
    font-size: 1.5625vw;
    display: flex;
    align-items: center; 
    justify-content: center;
    margin-bottom: 2.604165vw;
}
.m_r_sub:before, .m_r_sub:after {
  border-top: 2px solid;
  content: "";
  width: 2em; /* 線の長さ */
}
.m_r_sub:before {
  margin-right: 1em; /* 文字の右隣 */
}
.m_r_sub:after {
  margin-left: 1em; /* 文字の左隣 */
}
.m_r_case1_top_box {
    background-color: #f0ebdb;
    padding: 2.604165vw 0;
    margin-bottom: 2.604165vw;
}
.m_r_case1_top {
    max-width: 52.0834vw;
    margin: auto;
    display: flex;
    align-items: center;
}
.m_r_case1_top_left h2 {
    font-family: caflisch-script-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.75vw;
    text-align: center;
    line-height: 48px;
}
.m_r_case1_top_right p {
    font-size: 1.5625vw;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    padding-left: 20px;
}
.m_r_case1_top_left {
    width: 15%;
    display: flex;
}
.m_r_case1_top_right {
   width: 85%;
}
.m_r_case1_top_02 {
    display: flex;
    max-width: 52.0834vw;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.m_r_case1_top_02_left {
    width: 17%;
    text-align: left;
}
.m_r_case1_top_02_right {
    width: 44vw;
    height: 100px;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.tri_img {
    position: absolute;
    top: 80%;
    left: -9px;
}
.tri_img_02 {
    position: absolute;
    top: 55%;
    right: -16px;
}
.tri_img_03 {
    position: absolute;
    right: -27px;
    top: 15%;
}
.tri_img_04 {
    position: absolute;
    right: -16px;
    top: 30%;
}
.tri_img_05 {
   position: absolute;
    right: -16px;
    top: 40%; 
}

#case2 .m_r_case_tag {
    display: block;
    text-align: center;
    margin-top: 10px;
    background-color: #464343;
    width: 24.4792vw;
    padding: 6px 0;
    color: #fff;
    margin-left: auto;
    font-size: 0.833334vw;
}
#case3 .m_r_case_tag {
    display: block;
    text-align: center;
    margin-top: 10px;
    background-color: #464343;
    width: 13.8021vw;
    padding: 6px 0;
    color: #fff;
    margin-left: auto;
    font-size: 0.833334vw;
}
#case7 .m_r_case_tag {
    display: block;
    text-align: center;
    margin-top: 10px;
    background-color: #464343;
    width: 7.292vw;
    padding: 6px 0;
    color: #fff;
    margin-left: auto;
    font-size: 0.833334vw;
}
#case8 .m_r_case_tag {
    display: block;
    text-align: center;
    margin-top: 10px;
    background-color: #464343;
    width: 10.938vw;
    padding: 6px 0;
    color: #fff;
    margin-left: auto;
    font-size: 0.833334vw;
}
#case9 .m_r_case_tag {
    display: block;
    text-align: center;
    margin-top: 10px;
    background-color: #464343;
    width: 13.542vw;
    padding: 6px 0;
    color: #fff;
    margin-left: auto;
    font-size: 0.833334vw;
}
#case10 .m_r_case_tag {
    display: block;
    text-align: center;
    margin-top: 10px;
    background-color: #464343;
    width: 9.375vw;
    padding: 6px 0;
    color: #fff;
    margin-left: auto;
    font-size: 0.833334vw;
}
.m_r_case_tag:hover {
    opacity:0.6;
}


.yellow {
    background: linear-gradient(transparent 70%, #cad51c 70%);
}

.m_r_case1_top_03 {
    max-width: 52.0834vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.m_r_case1_top_03_left {
    width: 39vw;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #000;
    padding: 20px;
    position: relative;
}
#case1 .m_r_case1_top_03_left {
    display: flex;
    justify-content: center;
    align-items: center;
}
#case5 .m_r_case1_top_03_left {
    display: flex;
    justify-content: center;
    align-items: center;
}
#case12 .m_r_case1_top_03_left {
    display: flex;
    justify-content: center;
    align-items: center;
}


.m_r_case1_top_03_right {
    width: 17%;
    text-align: right;
}
.m_r_case1_img_inner {
    max-width:50vw;
    margin: auto;
    padding: 0 20px;
    margin-bottom: 100px;
}
.m_r_case1_img_inner_width {
    max-width:50vw;
}
.m_r_case1_img_01_box {
    position: relative;
    margin-bottom: 32vw;
}
.m_r_case1_img_01_box_right {
    position: absolute;
    right: 0;
    top: 40%;
    width: 65%;
}
.m_r_case1_img_01_box_right_width {
    width: 60%;
}
.m_r_case1_img_01_box_width {
    
}
.m_r_case1_img_01_box_left_width {
    width: 45%;
}
.m_r_case1_img_01_box_right p {
    margin-top: 1.041665vw;
}
.m_r_case2_img_01_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.m_r_case2_img_01_box_left {
    width: 48%;
}
.m_r_case2_img_01_box_right {
    width: 48%;
}
.m_r_case2_inner {
    margin-top: 37%;
}
.m_r_case2_img_01_box_left p {
    margin-top: 1.041665vw;
}
.m_r_case2_img_01_box_right p {
    margin-top: 1.041665vw;
}
.m_r_case3_inner .m_r_case1_img_01_box {
    margin-top: 50px;
    margin-bottom: 32vw;
}
.m_r_case3_img_01_box {
    position: relative;
    margin-bottom: 28vw;
}
.m_r_case3_img_01_box_right {
    position: absolute;
    top: 70%;
    right: 0;
    width: 65%;
}
.m_r_case3_img_01_box_right p {
    margin-top: 1.041665vw;
}
.m_r_case4_img_01_box {
    position: relative;
    margin-bottom: 43vw;
}
.m_r_case4_img_01_box_right {
    position: absolute;
    top: 70%;
    right: 0;
    width: 65%;
}
.m_r_case4_img_01_box_right p {
    margin-top: 1.041665vw;
}
.m_r_case1_img_01_box_02 {
    margin-bottom: 27vw;
}
.m_r_case6_inner .m_r_case3_img_01_box {
    margin-bottom: 24vw;
}
.m_r_case6_inner .m_r_case1_img_01_box {
    margin-bottom: 27vw;
}

.m_r_case8_inner .m_r_case2_img_01_box {
    margin-bottom: 50px;
}
.m_r_case9_inner .m_r_case1_img_01_box {
    margin-bottom: 26vw;
}
.m_r_case9_inner .m_r_case3_img_01_box {
    margin-bottom: 85%;
}
.m_r_case3_img_01_box_02 {
    margin-bottom: 53%!important;
}
.m_r_case10_inner .m_r_case2_img_01_box {
    margin-bottom: 50px;
}
.m_r_case12_inner {
    margin-top: 100px;
}
.m_r_qa_inner {
    max-width: 50vw;
    margin: auto;
    padding: 0 20px;
}
.m_r_qa_inner p {
    margin-bottom: 2.604165vw;
}
.underline {
    text-decoration: underline;
}
.m_r_case4_inner .m_r_case2_img_01_box {
    margin-bottom: 50px;
}
.m_r_5_box_pc {
display: block;
}
.m_r_5_box_sp {
display: none;
}
.m_r_case1_top_03_right_sp {
display: none;
}
.m_r_case1_top_03_right_pc {
display: block;
}	
.m_r_ex_list_01 li a {
    color: #000;
}
.m_r_ex_list_02 li a {
    color: #000;
}
.m_r_ex_list_03 li a {
    color: #000;
}
.m_r_ex_list_01 li a:hover {
    opacity:0.6;
}
.m_r_ex_list_02 li a:hover {
    opacity:0.6;
}
.m_r_ex_list_03 li a:hover {
    opacity:0.6;
}
.m_r_5_list li a:hover {
    opacity: 0.6;
}
.m_r_5_list_2 li a:hover {
    opacity: 0.6;
}
.m_r_3_list li a:hover{
    opacity: 0.6;
}
.ex_back_btn {
    border: 2px solid #eae6e4;
    width: 180px;
    display: block;
    margin: auto;
    margin-bottom: -30%;
    border-radius: 30px;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.ex_back_btn_2 {
    border: 2px solid #eae6e4;
    width: 180px;
    display: block;
    margin: auto;
    border-radius: 30px;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom:100px;
}

.m_e_5_box_width {
    max-width: 60vw;
    margin: auto;
}
#case7 .m_r_case1_img_01_box_left {
    width: 48%;
}

@media screen and (max-width: 1500px)   {

.m_r_5_list_2 {
    padding: 0 140px;
}
.m_r_case1_img_01_box {
    margin-bottom: 32vw;
}

.m_r_case9_inner .m_r_case3_img_01_box {
    margin-bottom: 90%;
}
#case5 .m_r_case1_img_01_box {
    margin-bottom: 27vw;
}


}
@media screen and (max-width: 1300px)   {

.m_r_case3_inner .m_r_case1_img_01_box {
    margin-bottom: 32vw;
}
}



.case13_inner {
    max-width: 50vw;
    margin: auto;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 2.604165vw 20px 2.604165vw 20px;
}
.case13_inner p {
    margin-bottom: 30px;
}
.case13_a {
    display: block;
    text-align: center;
    background-color: #464343;
    width: 18.2295vw;
    padding: 6px 0;
    color: #fff;
    margin-left: auto;
    font-size: 0.833334vw;
    margin-bottom: 30px;
}
.case13_a:hover {
   opacity:0.6;
}
.case13_a_02:hover {
   opacity:0.6;
}
.case13_a_03:hover {
   opacity:0.6;
}
.case13_link_inner {
    display: flex;
    justify-content: end;
}
.case13_a_02 {
    display: block;
    text-align: center;
    background-color: #464343;
    width: 9.375vw;
    padding: 6px 0;
    color: #fff;
    font-size: 0.833334vw;
    margin-right: 20px;
}
.case13_a_03 {
    display: block;
    text-align: center;
    background-color: #464343;
    width: 13.021vw;
    padding: 6px 0;
    color: #fff;
    font-size: 0.833334vw;
}


/* --------ライブハウスの5つのこだわり--------- */

#five_commitments .m_r_5_box {
    margin: 5.20831vw 0 5.20831vw;
}
.five_01_title_box h2 {
    font-size: 1.5625vw;
    font-weight: 500;
    margin-bottom: 2.60416vw;
    margin-left: 8.85419vw;
    padding-top: 5.20831vw;;
    text-indent: -1.6em;
    padding-left: 1em;
    line-height: 40px;
    padding-right: 20px;
}
.five_01_title_box p {
    margin-left: 7.8125vw;
    padding-right: 20px;
}
.five_01_title_box {
    background-color: #f0ebdb;
    width: 72.917vw;
    margin-left: auto;
    position: relative;
    margin-bottom: 50px;
}
.five_left_img {
    position: absolute;
    left: -12%;
    width: 15.625vw;
}
.five_right_text {
    height: 15.625vw;
    margin-left: 3%;
}
.five_c_box_01 {
    max-width: 60vw;
    margin: auto;
    padding: 0 20px;
}
.five_c_box_01 p {
    margin-bottom: 1.5625vw;
}
.five_t_box_01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.five_t_box_01_left {
    width: 53%;
}
.five_t_box_01_right {
    width: 42%;
    margin-top: 50px;
}
.five_text_bg {
    background-color: #f0ebdb;
    padding: 10px;
}
.five_02_inner {
    margin-top: 5.20831vw;
}
.five_02_title_box {
    background-color: #f0ebdb;
    width: 72.917vw;
    margin-right: auto;
    position: relative;
    margin-bottom: 2.60416vw;
}
.five_02_title_box .five_left_img {
    position: absolute;
    left: unset;
    right: -12%;
}
.five_02_title_box h2 {
    font-size: 1.5625vw;
    font-weight: 500;
    margin-bottom: 2.60416vw;
    margin-left: 0;
    padding-top: 2.60416vw;
    text-indent: -1.6em;
    padding-left: 1em;
    line-height: 2.4vw;
}
.five_02_inner .five_right_text {
    height: 15.625vw;
    max-width: 39vw;
    margin: auto;
    padding-left: 8vw;
}
.five_04_inner .five_right_text {
    height: 15.625vw;
    max-width: 42.2vw;
    margin: auto;
    padding-left: 11vw;
}




@media screen and (max-width: 1300px)   {

  
.five_02_title_box .five_right_text p br {
   display: none;
}
}
@media screen and (max-width: 1700px)   {
  .five_04_inner .five_left_img {
      right: -14%;
  }
}

@media screen and (max-width: 1400px)   {

 .five_04_inner .five_right_text h2 {
    width: 64%;
}
 .five_04_inner .five_right_text h2 br {
    display: none;
}
}


.five_c_box_02 {
    max-width:60vw;
    margin: auto;
    padding: 0 20px;
}
.five_t_box_02 p {
    margin-bottom: 1.5625vw;
}
.five_t_box_02_2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3.15vw;
    margin-bottom: 5.20831vw;
}
.five_t_box_02_2_left {
    width: 48%;
}
.five_t_box_02_2_right {
    width: 49%;
}
.five_t_box_02_2_right p {
    border: 1px solid #c6c6c6;
    padding: 15px;
}
.five_c_box_03 {
    max-width:60vw;
    margin: auto;
    padding: 0 20px;
    margin-bottom: 5.20831vw;
}
.five_t_box_03 p {
    margin-bottom: 1.5625vw;
}
.five_t_box_03_02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 54.688vw;
    margin: auto;
    margin-top: 2.60416vw;
}
.five_t_box_03_02_left {
    width: 48%;
}
.five_t_box_03_02_right {
    width: 48%;
}
.five_t_box_03 .five_text_bg {
    width: 70%;
}
.five_t_box_04 {
    max-width:60vw;
    margin: auto;
    padding: 0 20px;
    margin-bottom: 5.20831vw;;
}
.five_c_box_04 p {
    margin-bottom: 1.5625vw;
}
.five_t_box_04_02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.five_t_box_04_02_left {
    width: 63%;
}
.five_t_box_04_02_right {
    width: 34%;
}
.five_t_box_04_03 {
    border: 1px solid #c6c6c6;
    padding: 10px;
    margin-bottom: 1.5625vw;
    position: relative;
}
.five_t_box_04_03_img {
    position: absolute;
    right: 4%;
    top: 59%;
    width: 5vw;
}
.five_t_box_04_05 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.five_t_box_04_05_left {
    width: 65%;
}
.five_t_box_04_05_right {
    width: 29%;
    margin-top: -4%;
}
.five_t_box_04_06_img {
    text-align: end;
    margin-top: -7%;
}
.five_c_box_05 {
    max-width:60vw;
    margin: auto;
    margin-bottom: 5.20831vw;;
    padding: 0 20px;
}
.five_t_box_05 p {
    margin-bottom: 1.5625vw;
}
.five_t_box_05_02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2.60416vw;
    align-items: end;
}
.five_t_box_05_02_left {
    width: 74%;
    background-color: #f0ebdb;
    padding: 10px;
}
.five_t_box_05_02_rigth {
    width: 23%;
}
.five_t_box_05_02_left p {
    margin-bottom:0;
}
.five_t_box_05_03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 54.688vw;
    margin: auto;
    margin-top: 2.60416vw;
}
.five_t_box_05_03_left {
    width: 48%;
}
.five_t_box_05_03_right {
    width: 48%;
}
.five_bottom_b_inner {
    background-color: #e5e5e5;
    padding: 2.60416vw 0;
}
.five_bottom_b_inner ul {
    max-width:60vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
}
.five_bottom_b_inner ul li {
    width: 24%;
    position: relative;
}
.five_bottom_b_inner ul li a {
    display: block;
    color: #000;
}
.five_bottom_b_inner ul li a:hover {
    opacity: 0.6;
}
.five_bottom_b_t {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,0.7);
    width: 12.6vw;
    height: 7.813vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.five_bottom_b_t p {
    font-weight: bold;
    position: relative;
}
.five_bottom_b_t p {
    font-weight: bold;
    position: relative;
}
.five_bottom_b_t p::after {
  content: '';
  width: 20px;
  height: 1px;
  display: inline-block;
  background-color: #000;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px)
}

.five_05_inner .five_01_title_box h2 {
    padding-top: 2.60416vw;
}
.five_t_box_05_link {
    font-size: 0.9375vw;
    color: #000;
    text-decoration: underline;
}

@media screen and (max-width: 1400px)   {

.five_03_inner .five_01_title_box h2 {
    padding-top: 50px;
}
}

@media screen and (max-width: 1300px)   {
   .five_05_inner .five_01_title_box h2 br{
    display: none;
}
.five_05_inner .five_01_title_box p br {
    display: none;
}

}





/* --------自然素材について--------- */

.under_page p {
    font-size: 0.9375vw;
}

.product_inner {
    max-width: 50vw;
    margin: auto;
    padding: 0 20px;
    margin-top: 10.41665vw;
}
.pro_box_01_inner {
    margin-bottom: 5.20831vw;
}
.product_inner h2 {
    text-align: center;
    font-size: 1.5625vw;
    margin-bottom: 2.60416vw;
}
.pro_box_01_inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 50vw;
    margin: auto;
}
.pro_box_01_inner ul li {
    width: 23%;
    text-align: center;
    margin-bottom: 2.60416vw;
}
.pro_box_01_inner ul li p {
    margin-top: 0.5202vw;
}
.pro_box_01_inner ul li a:hover {
    opacity:0.6;
}
.pro_box_02_top_text {
    margin-bottom: 2.60416vw;
}
.prp_box_02_text_box {
    border: 3px solid #9aa0a4;
    padding: 10px;
    margin-bottom: 2.60416vw;
}
.prp_box_02_text_box p {
    letter-spacing: -0.3px;
}
.pro_box_02_inner {
    margin-bottom: 5.20831vw;;
}

.pro_box_02_img_01 {
    width: 40vw;
    margin: auto;
}
.pro_box_02_img_02 {
    margin: 3vw auto;
    width: 50vw;
}
.pro_box_02_img_03 {
    margin: auto;
    width: 25vw;
}
.pro_box_02_img_04 {
    margin-top: 20px;
    width: 50vw;
}




/* --------しっくい壁--------- */


.shikkui_inner {
    max-width: 50vw;
    margin: auto;
    margin-top: 7.8125vw;
    padding: 0 20px;
}
.shikkui_box_01 {
    margin-bottom: 5.20831vw;
}
.shikkui_inner h2 {
    text-align: center;
    font-size: 1.5625vw;
    border-bottom: 2px solid #000;
    display: table;
    margin: auto;
    padding-bottom: 10px;
    margin-bottom: 2.08334vw;
}
.s_b_01_top_text {
    text-align: center;
}
.s_b_01_top_text_02 {
    text-align: center;
    font-weight: bold;
    margin-top: 1.5625vw;
}
.s_b_01_top_text_02 span {
    border: 2px solid #000;
    border-radius: 15px;
    padding: 0px 20px 0px 20px;
    margin-right: 20px;
    padding-bottom: 4px;
}
.s_b_01_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2.60416vw;
    align-items: center;
}
.s_b_01_box_left {
    width: 48%;
}
.s_b_01_box_right {
    width: 48%;
}
.shikkui_top_btn {
    width: 13.021vw;
    display: block;
    border-radius: 30px;
    padding: 6px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    margin: auto;
    margin-top: 2.60416vw;
    line-height: 24px;
    position: relative;
}
.shikkui_top_btn p {
   margin-right: 30px;
}
.shikkui_top_btn:hover{
   opacity:0.6;
}
.shikkui_top_btn::after {
   position: absolute;
    top: 27%;
    right: 12%;
    content: "●";
    font-size: 2.5rem;
}
.s_b_02_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2.60416vw;
    margin-bottom: 2.60416vw;
}
.s_b_02_left {
    width: 48%;
    text-align: center;
}
.s_b_02_right {
    width: 48%;
    text-align: center;
}
.s_b_02_box p {
    margin-top: 5px;
}
.shikkui_box_02 p {
    text-align: center;
}
.s_b_02_img {
    margin-bottom: 2.60416vw;
}
.shikkui_box_02 {
    margin-bottom: 5.20831vw;
}
.s_b_03_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2.60416vw;
}
.s_b_03_box ul li {
    width: 48%;
    text-align: center;
    margin-bottom: 2.60416vw;
}
.s_b_03_box ul li p {
    margin-top: 5px;
}
.shikkui_box_04 {
    padding: 2.60416vw;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 5.20831vw;
}
.shikkui_box_04 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 34.896vw;
    margin: auto;
    margin-top: 20px;
}
.shikkui_box_04 ul li {
    width: 28.1%;
}
.shikkui_box_04 ul li a:hover{
    opacity:0.6;
}
.shikkui_box_04 ul li p {
    font-size: 0.729167vw;
    margin-top:5px;
}
.shikkui_box_05 ul li:nth-child(1) {
    opacity: 0.3;
}
.s_b_02_img_02 {
    margin-bottom: 50px;
}
.iroshikkui_img {
    display: block;
    margin: auto;
    width: 30vw;
    margin-top: 10px;
}


/* --------ご存知ですか？・・・・しっくい--------- */

.doyouknow_shikkui_inner {
    max-width: 50vw;
    margin: auto;
    margin-top: 5.20831vw;
    padding: 0 20px;
}
.doyouknow_shikkui_inner h1 {
    text-align: center;
    font-size: 1.5625vw;
    margin: auto;
    margin-bottom: 2.60416vw;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    display: table;
}
.d_s_box_01 {
    background-color: #eae1de;
    margin-bottom: 2.60416vw;
    padding: 2.60416vw;
}
.d_s_title_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1.5625vw;
}
.d_s_title_left p {
    font-family: caflisch-script-pro, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 2.5vw;
    text-align: center;
    line-height: 36px;
}
.d_s_title_left {
    width: 10%;
}
.d_s_title_right {
    width: 87%;
}
.d_s_title_right p {
    font-size: 1.5625vw;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}
.d_s_box_01_1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 36.4589vw;
    margin: auto;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 1.5625vw;
}
.d_s_box_01_1_left p {
    font-size: 1.25vw;
    font-weight: bold;
    color: #000;
}
.red {
    color: #e60012;
}

.d_s_box_02 {
    background-color: #eae1de;
    margin-bottom: 2.60416vw;
    padding: 2.60416vw;
}
.d_s_box_02_img {
    text-align: center;
    margin: 2.60416vw 0;
}
.d_s_box_03 {
    background-color: #eae1de;
    margin-bottom: 2.60416vw;
    padding: 2.60416vw;
}
.d_s_box_03 .d_s_box_02_img {
    text-align: center;
    margin: 1.5625vw 0 0 0;
}
.d_s_box_04 {
    background-color: #eae1de;
    margin-bottom: 2.60416vw;
    padding: 2.60416vw;
}
.d_s_box_04_1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.d_s_box_04_1_left {
    width: 23%;
    text-align: center;
}
.d_s_box_04_1_left p {
    margin-top: 5px;
}
.d_s_box_04_1_right {
    width: 74%;
}

.d_s_box_05 {
    background-color: #eae1de;
    margin-bottom: 2.60416vw;
    padding: 2.60416vw;
}
.d_s_box_05 .d_s_box_02_img {
    text-align: center;
    margin: 1.5625vw 0 0 0;
}
.d_s_box_06 {
    background-color: #eae1de;
    margin-bottom: 2.60416vw;
    padding: 2.60416vw;
}
.d_s_box_06 .d_s_box_02_img {
    text-align: center;
    margin: 1.5625vw 0 0 0;
}
.d_s_box_07 {
    background-color: #eae1de;
    margin-bottom: 2.60416vw;
    padding: 2.60416vw;
}
.d_s_box_07 .d_s_box_02_img {
    text-align: center;
    margin: 30px 0 0 0;
}
.d_s_box_08 {
    background-color: #eae1de;
    margin-bottom: 2.60416vw;
    padding: 2.60416vw;
}
.d_s_box_08 .d_s_box_02_img {
    text-align: center;
    margin: 1.5625vw 0 0 0;
}
.d_s_box_02_img p {
    margin-top: 5px;
}
.d_s_box_09 {
    background-color: #eae1de;
    margin-bottom: 2.60416vw;
    padding: 2.60416vw;
}
.d_s_box_09 .d_s_box_02_img {
    text-align: center;
    margin: 1.5625vw 0 0 0;
}
.d_s_box_10 {
    background-color: #eae1de;
    margin-bottom: 5.20831vw;
    padding: 2.60416vw;
}
.d_s_box_10 .d_s_box_02_img {
    text-align: center;
    margin: 1.5625vw 0 0 0;
}
.d_s_box_11 {
    padding: 0 2.60416vw;
}
.d_s_box_11 h3 {
    text-align: center;
    font-size: 1.5625vw;
    color: #0066cc;
    margin-bottom: 2.60416vw;
}
.d_s_box_11_t {
    margin-top: 5.20831vw;;
    margin-bottom: 20px;
}
.d_s_box_11 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.d_s_box_11 ul li {
    width: 21%;
}
.d_s_box_11 ul li a:hover {
   opacity:0.6;
}
.d_s_box_11 ul li p {
    font-size: 0.729165vw;
    margin-top: 5px;
}
.d_s_box_02_img_02 {
    margin:1.5625vw!important
}
.d_s_box_01_1_left {
    width: 73%;
}
.d_s_box_01_1_right {
    width: 22%;
}
.doyouknow_shikkui_img_01 {
    width: 21vw;
}
.doyouknow_shikkui_img_02 {
    width: 31vw;
}
.doyouknow_shikkui_img_03 {
    width: 31vw;
}
.doyouknow_shikkui_img_04 {
    width: 26vw;
}
.doyouknow_shikkui_img_05 {
    width: 25vw;
}
.doyouknow_shikkui_img_06 {
    width: 28vw;
}

/* --------スマホ対応--------- */



@media screen and (max-width: 1700px)   {
    .top_about_02 {
    margin-top: 50px;
}
    .top_about_text {
    margin: 20px 0 30px 0;
    line-height: 30px;
}
}

@media screen and (max-width: 1400px)   {
    .top_about_02 {
    margin-top: 30px;
}
    .top_about_text {
    margin: 20px 0 20px 0;
    line-height: 30px;
}
    .top_about_btn {
        padding: 15px 0;
    }
}

@media screen and (max-width: 1300px)   {
    .top_about_text {
    margin: 20px 0 20px 0;
    line-height: 20px;
}
    .top_about_text {
    font-size: 14px;
}
}

@media screen and (max-width: 1250px)   {
    .top_five_text {
    font-size: 14px;
    letter-spacing: -1px;
    margin-left: 10px;
}
}

@media screen and (max-width: 1150px)   {
    .top_five_text {
    font-size: 12px;
    letter-spacing: -2.5px;
}
}


/* --------【速報】無添加住宅オリジナルしっくいに付着したウイルスは5分間で100%死滅！ --------- */

.under_eye_title_en_virus {
    line-height: 3.5vw;
}
.virus_inner {
    max-width: 50vw;
    margin: auto;
    padding: 0 20px;
    margin-top: 5.20831vw;
}
.virus_box_01 {
    margin-bottom: 5.20831vw;
}
.virus_box_01 h2 {
    text-align: center;
    font-size: 1.5625vw;
    line-height: 2vw;
    margin-bottom: 2.60416vw
}
.virus_box_01 p {
    margin-bottom: 1.5625vw
}
.small {
    font-size: 1.4rem;
    letter-spacing: -1px;
}
.virus_box_01_img {
    display: flex;
    justify-content: center;
    margin-bottom: 2.60416vw;
}
.virus_box_01_img_left {
    margin-right: 2.60416vw;
}
.virus_box_01_img_02 {
    text-align: center;
    margin-top: 2.60416vw;
}

.virus_box_02 {
    background-color: #eae1de;
    padding: 3.125vw 2.60416vw 2.60416vw 3.125vw;
    margin-bottom: 2.60416vw;
}
.virus_box_02 h2 {
    font-size: 1.5625vw;
    text-align: center;
    margin-bottom: 2.60416vw;
}
.virus_box_02_img {
    margin-top: 30px;
    text-align: center;
}

.virus_box_03 {
    background-color: #eae1de;
    padding: 3.125vw 2.60416vw 2.60416vw 3.125vw;
    margin-bottom: 2.60416vw;
}
.virus_box_03 h2 {
    font-size: 1.5625vw;
    text-align: center;
    margin-bottom: 2.60416vw;
}

.virus_box_04 {
    background-color: #eae1de;
    padding: 3.125vw 2.60416vw 2.60416vw 3.125vw;
    margin-bottom: 2.60416vw;
}
.virus_box_04 h2 {
    font-size: 1.5625vw;
    text-align: center;
    margin-bottom: 2.60416vw;
}
.virus_box_04_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2.60416vw;
}
.virus_box_04_img_left {
    width: 70%;
}
.virus_box_04_img_right {
    width: 28%;
}
.virus_box_04_text {
    margin-bottom: 2.60416vw;
}

.virus_box_05 {
    background-color: #eae1de;
    padding: 3.125vw 2.60416vw 2.60416vw 3.125vw;
    margin-bottom: 2.60416vw;
}
.virus_box_05 h2 {
    font-size: 1.5625vw;
    text-align: center;
    margin-bottom: 2.60416vw;
}
.virus_box_05_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.virus_box_05_img_left {
    width: 73%;
}
.virus_box_05_img_right {
    width: 22%;
}

.virus_box_06 {
    background-color: #eae1de;
    padding: 3.125vw 2.60416vw 2.60416vw 3.125vw;
    margin-bottom: 2.60416vw;
}
.virus_box_06 h2 {
    font-size: 1.5625vw;
    text-align: center;
    margin-bottom: 2.60416vw;
}
.virus_box_06_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.virus_box_06_img_left {
    width: 71%;
}
.virus_box_06_img_right {
    width: 25%;
}

.virus_box_07 {
    background-color: #eae1de;
    padding: 3.125vw 2.60416vw 2.60416vw 3.125vw;
    margin-bottom: 2.60416vw;
}
.virus_box_07 h2 {
    font-size: 1.5625vw;
    text-align: center;
    margin-bottom: 2.60416vw;
}
.virus_box_07_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.virus_box_07_img_left {
    width: 61%;
}
.virus_box_07_img_right {
    width: 33%;
}

.virus_box_07_img_02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: center;
}
.virus_box_08 {
    max-width: 900px;
    margin: auto;
}
.virus_box_08_img {
    display: flex;
    justify-content: space-between;
    margin-top: 5.20831vw;
    margin-bottom: 1.5625vw;
    flex-wrap: wrap;
}
.virus_box_08_img_left {
    width: 49%;
}
.virus_box_08_img_right{
    width: 49%;
}
.virus_box_08 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.virus_box_08 ul li {
    width: 21%;
}
.virus_box_08 ul li a:hover{
    opacity: 0.6;
}
.virus_box_08 ul li p{
   font-size: 0.72614vw;
}
.virus_box_08_text a {
    color:#000;
    font-weight: bold;
    font-size: 0.9375vw;
}



/* --------フローリング--------- */

.f_box_01 ul {
    margin-top: 2vw;
}
.f_img_01 {
    text-align: center;
    margin-top: 2vw;
    margin-bottom: 3vw;
}
.f_img_02 {
     text-align: center;
    margin-top: 2vw;
}
.flooring_box_03 {
    margin-top: 5vw;
    margin-bottom: 3vw;
}


/* --------キッチン--------- */


.kitchen_box_01 {
    margin-top: -2vw;
    margin-bottom: 5vw;
}
.kitchen_box_01 h3 {
    font-size: 1.2vw;
}
.kitchen_box_01 p {
    margin-top: 1.5vw;
    margin-bottom: 2.6vw;
}
.kitchen_box_02_img_01_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.kitchen_box_02_img_01 {
    margin-bottom: 2.6vw;
}
.kitchen_box_02_img_01_left {
    width: 47.5%;
}
.kitchen_box_02_img_01_right {
    width: 47.5%;
}
.kitchen_box_02_img_01 p {
    text-align: center;
    margin-top: 5px;
}
.kitchen_box_02_img_02_left {
    width: 37%;
}
.kitchen_box_02_img_02_right {
    width: 58%;
}
.kitchen_box_02_img_02 {
    margin-bottom: 2.6vw;
}
.kitchen_box_02_img_02 p {
    text-align: center;
    margin-top: 10px;
}
.kitchen_box_02_img_03_left {
    width: 58%;
}
.kitchen_box_02_img_03_right {
    width: 37%;
}
.kitchen_box_02_img_03 p {
    text-align: center;
    margin-top: 5px;
}
.kitchen_box_02 {
    margin-bottom: 5.2vw;
}



/* --------サニタリー--------- */

.sanitary_box_01 {
    margin-top:0;
    margin-bottom:0;
}

@media screen and (max-width: 1200px)  {
    #sanitary .s_b_01_top_text_02 span {
        margin-right: 5px;
    }
}

/* --------建具・家具--------- */

.joiner_furniture_box_01 {
    margin-top: -2vw;
    margin-bottom: 2vw;
}


/* --------石屋根--------- */

.stone_box_01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2.6vw;
}
.stone_box_01_left {
    width: 66%;
}
.stone_box_01_right {
    width: 31%;
}
.stone_title_box {
    margin-top: 2.6vw;
}
.stone_title_box_02 {
    margin-top: 2.6vw;
}
.st_box_01 {
    margin-bottom: 5.2vw;
}



/* --------断熱材--------- */

.ins_img_box_01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2.6vw;
    margin-bottom: 2vw;
}
.ins_img_box_01_left {
    width: 48%;
}
.ins_img_box_01_right {
    width: 48%;
}
.ins_img_box_01_left a {
    display: block;
    text-align: center;
    margin: auto;
    background-color: #464343;
    width: 10vw;
    color: #fff;
    margin-top: 20px;
    padding: 6px 0;
    font-size: 0.85vw;
}
.ins_img_box_01_left a:hover {
    opacity:0.6;
}
.ins_img_box_01_right a {
    display: block;
    text-align: center;
    margin: auto;
    background-color: #464343;
    width: 13.5vw;
    color: #fff;
    margin-top: 20px;
    padding: 6px 0;
    font-size: 0.85vw; 
}
.ins_img_box_01_right a:hover {
    opacity:0.6;
}
.ins_img_box_02 {
    margin-bottom: 2.6vw;
}
.ins_img_box_03 {
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 2vw;
    width: 40vw;
}
.ins_img_box_03_left {
    margin-right: 30px;
}
.ins_img_box_04 {
    text-align: end;
    margin-left: auto;
    margin-bottom: 2vw;
    width: 8vw;
    
}
.ins_11_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ins_11_box_left {
    width: 75%;
}
.ins_11_box_right {
    width: 10vw;
}
.ins_11_img_box_01 {
    text-align: center;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 40vw;
}
.pb_img_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2.6vw;
    margin-bottom: 10px;
}
.pb_img_box_left {
    width: 48%;
}  
.pb_img_box_right {
    width: 48%;
}
.pb_calc_title {
    font-size: 1.2vw;
    margin-bottom: 1.4vw;
}
.pb_calc_box {
    text-align: center;
    margin-top: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: -50px;
}
.ins_qa_text {
    margin-bottom: 1.4vw;
    text-indent: -1.2em;
    padding-left: 1em;
}
.ins_qa_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 2.6vw 0;
}
.ins_qa_box_left {
    width: 48%;
}
.ins_qa_box_right {
     width: 48%;
}
.ins_qa_box_02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ins_qa_box_02_left {
    width: 71%;
}
.ins_qa_box_02_right {
    width: 21%;
}
.ins_qa_box_02_right_box {
    margin-bottom: 30px;
    text-align: center;
}
.ins_qa_box_02_right_box img {
    width: 5vw;
}
.ins_qa_box_02_right_box_02 {
    margin-bottom: 30px;
    text-align: center;
}
.ins_qa_box_02_right_box_02 img {
    width: 10vw;
}
.ins_11_box_left_2 {
    width: 72%;
}
.c_colk_img_sp {
display:none;
}
.ins_img_box_01_left_sp {
display: none;
}
.ins_img_box_01_right_sp {
display: none;
}
.ins_img_box_02_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ins_img_box_02_list li {
    width: 24%;
}


/* --------3つの取り組み--------- */

.three_initiatives {
    margin: 5.2vw 0;
}
.three_box_01 {
    max-width: 63vw;
    margin: auto;
    padding: 0 20px;
}
.three_box_01_text_box {
    display: flex;
    margin-top: 1.8vw;
}
.three_box_01_img_box {
    display: flex;
    justify-content: space-evenly;
    margin: 2.6vw 0;
    flex-wrap: wrap;
}
.three_box_01_img_box_left {
    width: 42%;
}
.three_box_01_img_box_right {
    width: 42%;
}
.three_blog_box {
    margin-top: 5.2vw;
}
.three_blog_box h2 {
    font-size: 1.3vw;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
}
.three_blog_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.8vw;
}
.three_blog_box ul li {
    width: 18%;
}
.three_blog_box ul li img {
    height: auto;
}
.three_blog_box ul li a:hover{
    opacity:0.6;
}
.three_blog_box ul li p {
    font-size: 0.7vw;
    margin-top: 10px;
}

.three_box_02 {
    max-width: 63vw;
    margin: auto;
    padding: 0 20px;
    margin-bottom: 5.2vw;
}
.three_ini_text_ma {
    margin: 1.8vw 0;
}
.three_box_02_list {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 2.6vw;
}
.three_box_02_list li {
    width: 42%;
    margin-bottom: 3vw;
}
.three_ini_text_ma_b {
    margin-top:1.8vw;
}


.three_box_03 {
    max-width: 63vw;
    margin: auto;
    padding: 0 20px;
    margin-bottom: 5.2vw;
}
.three_works_box {
     margin-top: 5.2vw;
}
.three_works_box h2 {
    font-size: 1.3vw;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
}
.three_works_box ul {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 1.8vw;
}
.three_works_box ul li {
    width: 42%;
}
.three_works_box ul li p {
    margin-top: 10px;
    font-weight: bold;
}
.three_box_01_text_box_right {
    width: 18vw;
}
.three_blog_box_link {
    display: block;
    text-align: center;
    color: #000;
    width: 150px;
    margin: auto;
    margin-top: 20px;
    font-size: 1.2vw;
    position: relative;
    background-color: unset;
    border: unset;
    font-family: fot-tsukuardgothic-std, sans-serif;
    cursor: pointer;
}

.three_blog_box_link_02::before {
    content: "もっと見る";
}
.three_blog_box_link_02.on-click::before{
    content: "閉じる";
}
.three_blog_box_link_02.on-click::after{
    content: "";
    position: absolute;
    top: -40%;
    left: 41%;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 1.3em;
    height: 1.3em;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(-45deg);
}

.three_blog_box_link:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 41%;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 1.3em;
    height: 1.3em;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(135deg);
}









#three_initiatives .five_01_title_box h2 {
    padding-top: 4.2vw;
}


/* --------ライブハウスとは--------- */


.company_inner {
    max-width: 52vw;
    margin: auto;
    margin-top: 10vw;
    margin-bottom: 5.2vw;
    padding: 0 20px;
}
.c_top_title {
    text-align: center;
    font-size: 1.6vw;
    margin-bottom: 2.6vw;
}
.c_box_01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}
.c_box_01_left {
    width: 70%;
}
.c_box_01_right {
    width: 30%;
}
.c_box_01_right p {
    text-align: center;
    font-size: 0.73vw;
    margin-top: 5px;
}
.c_text_01 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.c_box_02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.c_box_left {
    width: 30%;
}
.c_box_right {
    width: 67%;
}
.c_box_01_02 .c_box_01_left {
    width: 71%;
}
.c_box_01_02 .c_box_01_right {
    width: 25%;
}
.c_box_03_flex {
    display: flex;
    justify-content: center;
}
.c_box_03_left {
    margin-right: 30px;
}
.c_box_03 p {
    text-align: center;
    margin-top: 5px;
    font-size: 0.73vw;
}
.c_box_02_left_text {
    text-align: center;
    margin-top: 5px;
    font-size: 0.73vw!important;
}
.c_box_01_03 .c_box_01_left {
    width: 67%;
}
.c_box_01_03 .c_box_01_right {
    width: 30%;
}
.c_box_04 {
    background-color: #eae1de;
    padding: 30px;
}
.c_box_04 img {
    display: block;
    margin: auto;
    margin-top: 30px;
}
.c_top_title_02 {
    text-align: center;
    font-size: 1.6vw;
    margin-top: 5.2vw;
}
.c_text_01 a {
    color: #000;
    font-size: 0.9375vw;
    font-weight: bold;
    text-decoration: underline;
}
.c_box_05 {
    background-color: #eae1de;
    padding: 30px;
    margin-top: 5.2vw;
    margin-bottom: 5.2vw;
}
.c_box_05 h2 {
    text-align: center;
    font-size: 1.6vw;
    margin-bottom: 30px;
}
.c_box_05 dl {
    display: flex;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
    align-items: baseline;
}
.company_dl {
    border-top: 1px solid #000;
    padding-top: 20px;
}
.c_box_05 dt {
    width: 20%;
    font-size: 0.9375vw;
    font-weight: bold;
}
.c_box_05 dd {
    width: 80%;
    font-size: 0.9375vw;
    line-height: 30px;
}
.c_map {
    margin: 50px 0;
}
.c_box_06 p {
    margin: 30px 0;
}
.c_box_06 img {
    display: block;
    margin: auto;
    width: 20vw;
}
.c_box_05 dd a{
    font-size: 0.9375vw;
    color: #000;
}


/* --------ショールーム--------- */



.showroom_inner {
    background-color: #eeeeee;
    padding-bottom: 5.2vw;
}
.sr_top_title {
    text-align: center;
    font-size: 1.8vw;
    padding-top: 12vw;
    margin-bottom: 2.6vw;
    display: flex;
    align-items: center; 
    justify-content: center;
}
.sr_top_title:before, .sr_top_title:after {
  border-top: 3px solid;
  content: "";
  width:2em; /* 線の長さ */
}
.sr_top_title:before {
  margin-right: 1em; /* 文字の右隣 */
}
.sr_top_title:after {
  margin-left: 1em; /* 文字の左隣 */
}
.sr_box_01_bg_left {
    width: 15vw;
}



.sr_box_01 {
    max-width: 52vw;
    margin: auto;
    padding: 0px 5.2vw;
    background-color: #fff;
    padding-top: 50px;
}
.sr_tube_box p {
    text-align: center;
    margin-top: 10px;
}
.sr_tube_box {
    margin-bottom: 50px;
}
.sr_box_01_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sr_box_01_flex_left {
    width: 48%;
}
.sr_box_01_flex_right {
    width: 48%;
}
.sr_box_01_flex_text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}
.sr_box_01_bg_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.sr_box_01_bg_right p {
    text-align: center;
}
.sr_box_01_bg_inner {
    background-color: #eae1de;
    padding: 50px 0 50px 0;
    margin-bottom: 50px;
}
.sr_box_01_bg_text_box {
    width: 41vw;
    margin: auto;
    margin-bottom: 50px;
}
.sr_box_01_bg_link_btn {
    background-color: #808080;
    color: #fff;
    padding: 5px 10px 5px 10px;
    font-size: 1.6rem;
}
.sr_box_01_bg_link_btn:hover {
    opacity: 0.6;
}

.sr_box_01_bg_link {
    text-align: center;
}
.sr_box_01_bg_link a:nth-child(1) {
    margin-right:50px;
}
.sr_box_01_map {
    width: 36vw;
    margin: auto;
    padding-bottom: 50px;
}
.sr_top_title_02 {
    text-align: center;
    font-size: 1.8vw;
    margin-top: 5.2vw;
    display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.sr_top_title_02:before, .sr_top_title_02:after {
  border-top: 3px solid;
  content: "";
  width:2em; /* 線の長さ */
}
.sr_top_title_02:before {
  margin-right: 1em; /* 文字の右隣 */
}
.sr_top_title_02:after {
  margin-left: 1em; /* 文字の左隣 */
}
.sr_box_01_bg_left {
    width: 15vw;
}

.sr_box_02 {
    max-width: 52vw;
    margin: auto;
    background-color: #fff;
    padding: 0 5.2vw;
    padding-top: 50px;
    margin-top: 50px;
    padding-bottom: 1px;
}

.sr_box_02_01 {
    background-color: #eae1de;
    padding: 50px 10px 50px 10px;
    margin-bottom: 50px;
}
.sr_box_02_02 {
    background-color: #eae1de;
    padding: 50px 10px 1px 10px;
    margin-bottom: 50px;
}
.sr_box_02_03 {
    background-color: #eae1de;
    padding: 50px 10px 1px 10px;
    margin-bottom: 50px;
}

.sr_box_02_title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
}
.sr_box_02_img_box {
    text-align: center;
    margin: 50px 0;
}
.sr_box_02_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
} 
.sr_box_02_list li {
    width: 24%;
}
.sr_box_02_list li h3 {
    text-align: center;
    margin-top: 10px;
    font-size: 0.9375vw;
    margin-bottom: 20px;
}
.sr_box_02_list li p {
    text-align: center;
}
.sr_box_02_title_box_left p {
    font-family: caflisch-script-pro, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 2.5vw;
    text-align: center;
    line-height: 36px;
}
.sr_box_02_title_box_right p {
    font-size: 1.5625vw;
    font-weight: bold;
    border-bottom: 2px solid #000;
    
}
.sr_box_02_title_box_left {
    width: 11%;
}
.sr_box_02_title_box_right {
    width: 85%;
}
.sr_box_02_02_text {
    padding: 0 50px;
    margin-top: 30px;
}
.sr_top_title_03 {
    text-align: center;
    font-weight: bold;
    margin-top: 5.2vw;
    margin-bottom: 10px;
}
.sr_top_title_04 {
    text-align: center;
    font-size: 1.8vw;
    display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.sr_top_title_04:before, .sr_top_title_04:after {
  border-top: 3px solid;
  content: "";
  width:2em; /* 線の長さ */
}
.sr_top_title_04:before {
  margin-right: 1em; /* 文字の右隣 */
}
.sr_top_title_04:after {
  margin-left: 1em; /* 文字の左隣 */
}
.sr_box_03_tube {
    width: 37vw;
    margin: auto;
}
.sr_box_03 .sr_box_02_img_box {
    width: 37vw;
    margin: auto;
    margin-top: 2.6vw;
    margin-bottom: 2.6vw;
}
.sr_map_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sr_map_box_left {
    width: 48%;
}
.sr_map_box_right {
    width: 48%;
}
.sr_map_box_left p {
    text-align: center;
    font-weight: bold;
    font-size: 1.2vw;
    
}
.sr_map_box_right p {
    text-align: center;
    font-weight: bold;
    font-size: 1.2vw;  
}
.sr_map_box_right a {
    background-color: #808080;
    color: #fff;
    padding: 5px 10px 5px 10px;
    font-size: 1.6rem;
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 20px;
}
.sr_map_box_right a:hover {
    opacity: 0.6;
}

.sr_box_03 {
    max-width: 52vw;
    margin: auto;
    background-color: #fff;
    padding: 0 5.2vw;
    padding-top: 29px;
    margin-top: 50px;
    padding-bottom: 1px;
}
.sr_box_03_top_text {
    margin-bottom: 50px;
}
.sr_box_03_tube p {
    text-align: center;
    margin-top: 10px;
}
.sr_top_title_05 {
    margin-top: 5.2vw;
    text-align: center;
    font-size: 1.8vw;
    display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.sr_top_title_05:before, .sr_top_title_05:after {
  border-top: 3px solid;
  content: "";
  width: 2em; /* 線の長さ */
}
.sr_top_title_05:before {
  margin-right: 1em; /* 文字の右隣 */
}
.sr_top_title_05:after {
  margin-left: 1em; /* 文字の左隣 */
}
.sr_box_04 .sr_box_02_img_box {
    width: 37vw;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.sr_box_01_bg_text_box p {
    text-indent: -8em;
    padding-left: 8em;
}



.sr_box_04 {
    max-width: 52vw;
    margin: auto;
    background-color: #fff;
    padding: 0 5.2vw;
    padding-top: 29px;
    margin-top: 50px;
    padding-bottom: 1px;
}
.sr_box_02_img_box p {
    margin-top: 10px;
}
.sr_box_02 .sr_box_02_img_box {
    text-align: center;
    width: 36vw;
    margin: auto;
    margin-top: 2.6vw;
    margin-bottom: 2.6vw;
}
.sr_box_04_img_box {
    width: 26vw!important;
}
.sr_map_box_right iframe {
    height: 19vw;
}
.c_box_06_img {
    width: 15vw!important;
}




/* --------施工事例--------- */

.tab-wrap{
    max-width: 52vw;
    margin: auto;
    padding: 0 20px;
    margin-top: 150px;
}
.tab-group{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 100px;
}
.tab{
    background-color: #000;
    color: #fff;
    border-radius: 15px;
    font-size: 0.95vw;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
    margin-right: 20px;
}
.tab a {
    font-size: 0.95vw;
    color: #fff;
}
.tab:nth-of-type(4){
    margin-right:0;
}


.tab.is-active{
    background-color: #fff;
    color: #000;
    border: 1px solid;
}
.tab.is-active a{
    color: #000!important;
}

.panel h2 {
    text-align: center;
    font-size: 1.9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.panel h2:before, .panel h2:after {
  border-top: 3px solid;
  content: "";
  width: 1.4em; /* 線の長さ */
}
.panel h2:before {
  margin-right: 1em; /* 文字の右隣 */
}
.panel h2:after {
  margin-left: 1em; /* 文字の左隣 */
}
.works_top_text {
    text-align: center;
}
.panel ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.panel ul::after {
    display: block;
    content:"";
    width: 30%;
}
.panel ul li {
    width: 30%;
    margin-bottom: 50px;
}
.works_item img {
    height: auto;
}
.works_item img:hover {
    opacity: 0.6;
}
.works_day {
    text-align: center;
    margin: 10px 0;
}
.works_title {
    margin-top: 10px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000!important;
}
.wp-pagenavi span.current {
    color: #fff!important;
    background-color: #000;
    font-size: 1.4rem;
    padding: 3px 0px!important;
}
.page {
    background-color: #fff!important;
    color: #000!important;
    border: 1px solid #000!important;
    margin: 0 10px!important;
    display: inline-block;
    width: 18px;
    height: 24px;
    line-height: 24px;
    padding: 2px 0px!important;
    font-size: 1.4rem!important;
}
.nextpostslink {
    color: #000;
    display: inline-block;
    padding: 0!important;
    border: unset!important;
}
.previouspostslink {
    color: #000;
    display: inline-block;
    padding: 0!important;
    border: unset!important;
}
.wp-pagenavi {
    text-align: center;
}
.current {
    display: inline-block!important;
    width: 18px!important;
    height: 22px!important;
    line-height: 22px!important;
}
.top_works_btn_inner a {
    width: 200px;
    display: block;
    margin: auto;
    margin-top: 100px;
    background-color: #026dc9;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
    margin: 5px!important;
}
.last {
    border: unset!important;
    color: #000;
}
.first {
   border: unset!important;
    color: #000; 
}


.works_art_inner {
    max-width: 52vw;
    margin: auto;
    padding: 0 20px;
    margin-top: 100px;
    font-size: 0.9375vw;
}
.works_main_title {
    margin-bottom: 50px!important;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.works_main_title::before {
    content:unset!important;
}
.works_art_inner a {
    font-size: 0.9375vw;
    color: #000;
}
.works_art_inner a:hover {
    text-decoration: underline;
}




.works_art_inner h2 {
    font-size: 1.25vw;
    margin-bottom: 30px;
    text-align: left;
}
.works_art_inner h2::before {
    content: "■";
    padding-right: 5px;
}
.works_art_inner h3 {
    font-size: 18px;
    margin-bottom: 30px;
    display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.works_art_inner h3:before, .works_art_inner h3:after {
  border-top: 3px solid;
  content: "";
  width: 1em; /* 線の長さ */
}
.works_art_inner h3:before {
  margin-right: 1em; /* 文字の右隣 */
}
.works_art_inner h3:after {
  margin-left: 1em; /* 文字の左隣 */
}

.works_art_btn {
    border: 2px solid #eae6e4;
    width: 230px;
    margin: auto;
    display: block;
    border-radius: 30px;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 100px;
}
.works_art_btn:hover {
    border: 2px solid #000;
    color: #fff;
    background-color: #000;
    text-decoration: unset!important;
}
.works_art_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.works_art_list li {
    width: 19%;
}
.works_art_title {
    font-size: 1.25vw!important;
    border-bottom: 1px solid #000;
    margin-bottom: 30px!important;
    margin-top: 100px;
    font-weight:bold;
    display: block!important;
}
.works_art_link {
    display: flex;
    justify-content:center;
    margin-top: 50px;
}
.works_art_link p:nth-of-type(2){
    margin: 0 30px;
}
.works_art_link p a {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px 20px;
}
.works_art_link p a {
    font-size: 0.9375vw;
    color: #000;
}
.works_art_link p a:hover {
    text-decoration: underline;
}
















/* --------無添加住宅とは--------- */


.about_inner {
    max-width: 53vw;
    margin: auto;
    margin-top: 150px;
}
.about_box_01 {
    padding: 0 50px;
    margin-bottom: 100px;
}
.about_box_01 h2 {
    text-align: center;
    font-size: 1.6vw;
    margin-bottom: 50px;
}
.about_box_01 p {
    font-size: 0.95vw;
}

.about_box_02 {
    margin-bottom: 100px;
}
.about_box_02 h2 {
    text-align: center;
    font-size: 1.6vw;
    margin-bottom: 50px;
    line-height: 48px;
}
.about_box_02_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
    align-items: center;
    padding: 0 50px;
}
.about_box_02_box_left {
    width: 57%;
}

.about_box_02_box_right {
    width: 38%;
}
.about_box_02_box_left table,.about_box_02_box_left table th {
    border-collapse: collapse;
    border:1px solid #000;
}
.about_box_02_box_left table {
    width: 100%;
}
.about_box_02_box_left table th:nth-of-type(1){
    width: 9%;
    padding: 10px 0;
}
.about_box_02_box_left table th:nth-of-type(2){
    width: 21%;
    font-size: 0.83vw;
    vertical-align: middle;
    text-align: left;
    padding: 0 10px;
    line-height: 24px;
}
.about_box_02_box_left table th:nth-of-type(3){
    width: 49%;
    font-size: 0.94vw;
    vertical-align: middle;
    text-align: left;
    padding: 0 10px;
    font-weight: 500;
    line-height: 24px;
}
.about_th_01 {
    vertical-align: top!important;
    padding-top: 10px!important;
}
.about_box_02_bg {
    background-color: #eae1de;
    padding: 50px;
}
.about_box_02_text {
    font-size: 0.94vw;
    margin-bottom: 30px;
}

.about_box_03_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.about_box_03_box_right {
    width: 65%;
}
.about_box_03_box_left {
    width: 30%;
}
.about_box_02_text_bottom {
    font-size: 0.94vw;
    margin-top: 30px;
}
.about_box_03_box_left table {
    width: 100%;
}
.about_box_03_box_left table,.about_box_03_box_left table th {
    border-collapse: collapse;
    border:1px solid #000;
}
.about_box_03_box_left table th {
    background-color: #fff;
}
.about_box_03_box_left table th:nth-of-type(1) {
    width: 35%;
    vertical-align: middle;
}
.about_box_03_box_left table th:nth-of-type(2) {
    font-size: 0.83vw;
    width: 65%;
    padding: 30px 0;
}



.about_box_04_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.about_box_04_box_right {
    width: 38%;
}
.about_box_04_box_left {
    width: 56%;
}
.about_box_04_box_left table {
    width: 100%;
}
.about_box_04_box_left table,.about_box_04_box_left table th {
    border-collapse: collapse;
    border:1px solid #000;
}
.about_box_04_box_left table th {
    background-color: #fff;
}
.about_box_04_box_left table th:nth-of-type(1) {
   width: 13%;
   vertical-align: middle;
}
.about_box_04_box_left table th:nth-of-type(2) {
   font-size: 0.83vw;
    width: 21%;
    text-align: left;
    line-height: 18px;
    padding: 0 10px;
    vertical-align: middle;
    letter-spacing: -1px;
}
.about_box_04_box_left table th:nth-of-type(3) {
    font-size: 0.87vw;
    width: 49%;
    padding: 20px 10px;
    text-align: left;
    line-height: 18px;
    font-weight: 100;
}
.about_bottom_box {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    align-items: center;
}

.about_bottom_box_left {
    width: 11%;
}
.about_bottom_box_right {
    width: 85%;
}
.about_bottom_box_left {
    background-color: #fff;
    border-radius: 50%;
    width: 5.5vw;
    height: 5.5vw;
    position: relative;
}
.about_bottom_box_left p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 0.94vw;
    width: 100%;
    text-align: center;
}
.about_bottom_box_left p span {
    font-family: caflisch-script-pro, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 1.87vw;
}

.about_bottom_box_right_box {
    display: flex;
    background-color: #fff;
    border: thin solid #000;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.about_bottom_box_right_box_right {
    
}
.about_bottom_box_right_box_right p {
    font-size: 0.92vw;
    letter-spacing: -1.1px;
}
.about_bottom_box_right_box_left {
    width: 13%;
}
.about_bottom_box_right_box_right {
    width: 83%;
    
}
.about_bottom_box_right_box_left img {
    height: 3.66vw;
}

.about_box_03_box_left table th:nth-of-type(1) hr {
     transform: rotate(45deg);
    /*修正*/width: 141px;
    border: 0;
    /*修正*/border-top: 1px solid #333;
    margin: 0;
    padding: 0;
    transform-origin: 0% 0%;
}
.about_bottom_box_right_box_2 {
    border:unset!important;
    border-right:1px solid #000!important;
    border-left:1px solid #000!important;
    border-bottom:1px solid #000!important;
}






/* --------ブログ--------- */

.blog_cat {
    text-align: center;
    font-size: 0.729167vw!important;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    margin: 10px 0 0 0;
}
.blog_box_text {
    text-align: center;
    line-height: 1.5vw;
    font-size: 0.833334vw!important;
    letter-spacing: -1px;
}
.blog_box a:hover {
    opacity: 0.6;
}
.tab_group_blog {
    max-width: 58vw;
    margin: auto;
    padding: 0 20px;
    justify-content: flex-start;
    margin-top: 150px;
}
.tab_group_blog .tab {
    margin-bottom: 10px;
}
.tab_group_blog .tab {
    margin-right: 10px;
}
.tab_group_blog .tab:nth-of-type(4) {
    margin-right: 10px;
}
.tab_wrap_blog {
    margin-top: 50px
}


.blog_list_inner {
    max-width: 60vw;
    margin: auto;
    padding: 0 20px;
    margin-top: 150px;
}
.blog_list_inner ul li {
    display: flex;
    border-bottom: 2px dotted #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog_art_title a {
    font-size: 0.9375vw;
    color: #000;
}
.blog_art_title a:hover {
    text-decoration: underline;
}
.blog_day {
    margin-right: 30px;
}



/* --------よくある質問--------- */

/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	font-size: 0.94vw;
	display: block;
    border-bottom: 2px dotted #aaaaaa;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-decoration: underline;
    cursor: pointer;
    
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	
}
.content {		/*本文*/
	height: 0;
	overflow: hidden;
}
.content p {		/*本文*/
	font-size: 0.94vw;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	
    border-bottom: 2px dotted #aaa;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.toggle:checked + .Label {
    border-bottom:unset;
    padding-bottom:0;
}


.toggle:checked + .Label + .content:last-of-type {
    margin-top: 20px;
}

.faq_list {
    margin-top: 150px;
    padding: 0 20px;
}
.faq_list li {
    max-width: 52vw;
    margin: auto;
    margin-bottom: 50px;
    background-color: #fff;
    padding: 50px;
}
.faq_list li h2 {
    text-align: center;
    font-size: 1.6vw;
    margin-bottom: 50px;
}
.faq_list li:last-child {
    margin-bottom:0;
}

.faq_list li .Label:last-of-type {
    margin-bottom:0;
}



/* --------初めての方--------- */


.flow_inner {
    max-width: 62vw;
    margin: auto;
    padding: 0 20px;
    margin-top: 150px;
}
.flow_inner p {
    font-size: 0.94vw;
}

.flow_title {
    text-align: center;
    font-size: 1.9vw;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flow_title:before, .flow_title:after {
  border-top: 3px solid;
  content: "";
  width: 1.2em; /* 線の長さ */
}
.flow_title:before {
  margin-right: 0.7em; /* 文字の右隣 */
}
.flow_title:after {
  margin-left: 0.7em; /* 文字の左隣 */
}
.flow_box {
    background-color: #fff;
    padding: 5vw;
    margin-bottom: 100px;
}
.flow_c_01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.flow_c_01_left h3 {
    font-size: 1.6vw;
    line-height: 36px;
}
.flow_c_01_left p {
    border: 1px solid #000;
    display: inline-block;
    margin-top: 50px;
    width: 80px;
    text-align: center;
    font-size: 0.84vw;
    padding: 2px 0;
}
.flow_c_01_left {
    width: 64%;
}
.flow_c_01_right {
    width: 36%;
}
.flow_c_02 {
    margin-bottom: 100px;
}
.flow_c_02 p {
    text-indent: -1em;
    margin-bottom: 30px;
}
.flow_c_02_link_box {
    text-align: end;
}
.flow_c_02_link_box a {
    background-color: #464343;
    color: #fff;
    font-size: 0.84vw;
    padding: 7px 20px;
    margin-right: 0.8vw;
    display: inline-block;
    margin-bottom:0.8vw;
}
.flow_c_02_link_box a:last-of-type {
    /*margin-right:0;*/
}
.flow_c_02_link_box a:hover {
    opacity: 0.6;
}
.flow_c_02_box {
    display: flex;
}
.flow_c_02_box_left {
    width: 83%;
    margin-right: 2vw;
}
.flow_c_02_box_right {
    width: 13%;
}
.f_link_btn img {
    vertical-align: sub;
}
.flow_c_02_img {
    text-align: end;
    margin-top: -90px;
    margin-bottom: 30px;
}

.flow_c_03 {
    margin-top: -80px;
    background-color: #eae1de;
    padding: 50px 30px;
}
.flow_c_03_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.flow_c_03_box_left {
    width: 8%;
}
.flow_c_03_box_left p {
    font-family: caflisch-script-pro, sans-serif;
    font-size: 1.8vw;
    text-align: center;
    line-height: 20px;
}
.flow_c_03_box_right {
    width: 90%;
}
.flow_c_03_box_right_title {
    font-size: 1.25vw!important;
    margin-bottom: 10px;
}
.flow_c_03_box:last-of-type {
    margin-bottom:0;
}
.flow_c_03_box_right_link {
    margin-top: 20px;
    margin-left: auto;
}
.flow_c_03_box_right_link a {
    background-color: #464343;
    color: #fff;
    font-size: 0.84vw;
    padding: 7px 20px;
    margin-right: 0.8vw;
    display: inline-block;
}
.flow_c_03_box_right_link a:hover {
    opacity: 0.6;
}
.flow_inner .yellow {
    background: linear-gradient(transparent 70%, #f8ad3b 70%);
}
.flow_c_04 {
    border: 1px solid #000;
    border-radius: 20px;
    width: 42vw;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}
.flow_c_04 h2 {
    text-align: center;
    margin-top: 50px;
    font-size: 1.25vw;
}
.flow_c_04 img {
    display: block;
    margin-left: auto;
    padding-right: 30px;
    width: 7vw;
}
.flow_c_04 p {
    margin-top: -50px;
    margin-left: 50px;
    margin-bottom: 30px;
}
.flow_c_05 {
    border-bottom: 1px solid #000;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.flow_c_05_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.flow_c_05_box_left h2 {
    font-size: 1.6vw;
    line-height: 36px;
}
.flow_c_05_box_left p {
    border: 1px solid #000;
    display: inline-block;
    margin-top: 50px;
    width: 80px;
    text-align: center;
    font-size: 0.84vw;
    padding: 2px 0;
}
.flow_c_05_box_left {
    width: 64%;
}
.flow_c_05_box_right {
    width: 36%;
}
.flow_c_05_text_in p {
    text-indent: -1em;
}
.flow_c_05_img_box {
    text-align: end;
    margin-top: -200px;
    margin-bottom: 130px;
    margin-right: 100px;
}
.flow_c_05_box_link_box {
    text-align: end;
    margin-top: 20px;
}
.flow_c_05_box_link_box a {
    background-color: #464343;
    color: #fff;
    font-size: 0.84vw;
    padding: 7px 20px;
    margin-right: 0.8vw;
    display: inline-block;
}
.flow_c_05_box_link_box a:hover {
    opacity: 0.6;
}
.flow_c_05_box_2 h2 {
    font-size: 1.6vw;
    line-height: 36px;
}
.flow_c_05_box_2 p {
    border: 1px solid #000;
    display: inline-block;
    margin-top: 50px;
    width: 80px;
    text-align: center;
    font-size: 0.84vw;
    padding: 2px 0;
    margin-bottom: 50px;
}
.flow_c_05_box_img_2 .flow_c_05_box_left {
    width: 85%;
}
.flow_c_05_box_img_2 .flow_c_05_box_right {
    width: 15%;
}

.flow_c_05_box_left_box {
    display: flex;
}
.flow_c_05_box_left_box_right p {
    border: unset;
    display: inline-block;
    margin-top: 50px;
    width: auto;
    text-align: left;
    padding: 0;
    padding-left: 30px;
    text-indent: -1em;
}
.flow_c_05_img_box_2 {
    text-align: end;
    margin-top: 20px;
}

.flow_c_05:last-of-type {
    border-bottom: unset;
    padding-bottom: 0;
    margin-bottom: 0;
}
.flow_c_06_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-top: 100px;
}
.flow_c_06_box_border {
    position: absolute;
    top: 47.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #ccc;
    width: 1px;
    height: 100%;
}
.flow_c_06_box_left {
    width: 46%;
}
.flow_c_06_box_right_inner {
    width: 46%;
}
.flow_c_06_box_left_box {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 50px;
}
.flow_c_06_box_right {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 50px;
}
.flow_c_06_box_left_box_title {
    margin-bottom: 20px;
}
.flow_c_06_box_left_box img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 16vw;
}
.flow_c_06_box_left_box_link {
    text-align: end;
    margin-top: 20px;
}
.flow_c_06_box_left_box_link a {
    background-color: #464343;
    color: #fff;
    font-size: 0.84vw;
    padding: 7px 20px;
    margin-right: 0.8vw;
    display: inline-block;
}
.flow_c_06_box_left_box_link a:hover {
    opacity: 0.6;
}
.flow_c_06_box_right_box img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 16vw;
}
.flow_c_06_box_right_box_link {
    text-align: end;
    margin-top: 20px;
}

.maru_text {
    margin: unset!important;
    display: inline-block!important;
    vertical-align: middle;
    width: 3.5%!important;
}
.flow_c_06_box_right_box_in {
    text-indent: -2em;
    padding-left: 2em;
}
.flow_c_02_img img {
    width: 5vw;
}
.flow_c_05_img_box img {
     width: 5vw;
}
.flow_c_06_box_right_sp {
    display: none;
}
.flow_c_05_img_box_2 img {
    width:21vw;
}




@media screen and (max-width: 1800px) {
.flow_c_05_img_box {
    margin-top: -175px;
}

}
@media screen and (max-width: 1500px) {
.flow_c_05_img_box {
    margin-top: -160px;
    margin-bottom: 110px;
}
}

@media screen and (max-width: 1300px) {
    .flow_c_02_img {
    margin-top: -70px;
}
.flow_c_04 img {
    width: 5vw;
}
.flow_c_05_img_box {
    margin-top: -130px;
    margin-bottom: 80px;
}
}
@media screen and (max-width: 1100px) {
.flow_c_05_img_box {
    margin-top: -110px;
    margin-bottom: 70px;
}
}



/* --------イベント--------- */

.event_art_inner {
    margin-top: 300px;
}
.event_page {
    background-color: #eeeeee;
}
.event_list_top_text {
    text-indent: 0em!important;
}
.event_list_c_03 {
    margin-top: 0px!important;
}
.event_list_c_02 {
    margin-bottom: 50px!important;
}
.event_list_fl_box {
    padding: 50px 5vw 0 5vw!important;
    margin-bottom:0!important;
}
.event_list_inner {
    padding: 0 20px 100px!important;
}

.event_pick_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
    margin-bottom: 100px;
}
.event_pick_left {
    width: 50%;
}
.event_pick_right {
     width: 50.001%;
     background-color: #eae1de;
     position: relative;
}
.event_pick_right_tag p {
    position: absolute;
    right: -5%;
    top: -9%;
    width: 3.7vw;
    height: 3.7vw;
    border-radius: 50%;
    background-color: #f8ad3b;
    text-align: center;
    font-size: 0.85vw;
    line-height: 3.7vw;
    z-index: 10;
}
.event_pick_right h2 {
    text-align: center;
    font-size: 1.05vw;
    line-height: 1.4vw;
    margin: 20px 0;
    padding: 0px 25px;
}
.event_pick_right_top_text {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 0.85vw!important;
}
.event_pick_right dl {
    width: 19vw;
    display: flex;
    margin: auto;
    margin-bottom: 10px;
}
.event_pick_right dl dt {
    font-size: 0.85vw!important;
    color: #666666;
    margin-right: 15px;
}
.event_pick_right dl dd {
    font-size: 0.85vw!important;
    color: #666666;
}
.event_pick_right a {
    display: block;
    width: 10.5vw;
    background-color: #fff;
    color: #000;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    border: 1px solid #808080;
    padding: 10px 0;
    font-size: 0.85vw;
}
.event_pick_right a:hover {
    background-color: #808080;
    color: #000;
}
.event_list_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.event_list_box ul::after {
display: block;
content:"";
width: 32%;
}
.event_list_box ul li {
    width: 32%;
    margin-bottom: 50px;
}
.event_list_item_box {
    position: relative;
}
.event_list_item_box_tag p{
    position: absolute;
    right: -5%;
    top: -4%;
    width: 3.7vw;
    height: 3.7vw;
    border-radius: 50%;
    background-color: #f8ad3b;
    text-align: center;
    font-size: 0.85vw;
    line-height: 3.7vw;
    z-index: 10;
}
.event_list_item_box_top_text {
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 0.75vw;
}
.event_list_item_box_bg {
    background-color: rgba(234,225,222,0.3);
    padding-bottom: 30px;
}
.event_list_item_box_bg h2 {
    text-align: center;
    margin: 20px 0;
    font-size: 0.84vw;
    line-height: 1.3vw;
    padding: 0 10px;
}
.event_list_item_box_bg dl {
    padding: 0 5px;
    display: flex;
    margin-bottom: 10px;
}
.event_list_item_box_bg dl dt{
    font-size: 0.73vw;
    color: #666666;
    margin-right: 5px;
}
.event_list_item_box_bg dl dd{
    font-size: 0.73vw;
    color: #666666;
    width: 69%;
}
.event_list_item_box_bg a {
    width: 15vw;
    display: block;
    background-color: #eae1de;
    border: 1px solid #808080;
    margin: auto;
    color: #000;
    text-align: center;
    font-size: 0.73vw;
    padding: 10px 0;
    margin-top: 30px;
}
.event_btn_link_03 {
    width: 15vw;
    display: block;
    background-color: #fff;
    border: 1px solid #808080;
    margin: auto;
    color: #000;
    text-align: center;
    font-size: 0.73vw;
    padding: 10px 0;
    margin-top: 30px;
}




.event_list_item_box_bg a:hover {
    background-color: #fff;
    border: 1px solid #808080;
    color: #000;
}
.event_btn_text {
    width: 15vw;
    display: block;
    background-color: #fff;
    border: 1px solid #808080;
    margin: auto;
    color: #000;
    text-align: center;
    font-size: 0.73vw!important;
    padding: 6.5px 0;
    margin-top: 30px;
}
.event_btn_text_gr {
    width: 15vw;
    display: block;
    background-color: #eae1de;
    border: 1px solid #808080;
    margin: auto;
    color: #000;
    text-align: center;
    font-size: 0.73vw!important;
    padding: 6.5px 0;
    margin-top: 30px;
}
.event_list_item_box img {
    height: auto;
}

.event_pick_left img {
    height: auto;
}
.event_page_list {
    margin-top: 50px;
    padding-bottom: 50px;
}

.event_pick_right_tag_sp {
    display: none;
}
.event_pick_left a:hover {
    opacity: 0.6;
}
.event_img_link:hover {
   opacity: 0.6; 
}

.event_btn_link_02 {
    background-color: #fff!important;
}
.event_btn_link_02:hover {
    background-color: #eae1de!important;
}



/* --------完成見学会--------- */


.completion_tour_box {
    background-color: #fff;
    max-width: 52vw;
    margin: auto;
    padding: 2.6vw 5.2vw;
    margin-top: 150px;
}
.ct_box_02 {
    background-color: #eae1de;
    margin: 50px 0 50px 0;
    padding: 50px 20px 50px 20px;
}
.ct_box_02 img {
    display: block;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 16vw;
}
.ct_box_03 {
    background-color: #eae1de;
    max-width: 62.4vw;
    margin: auto;
}
.ct_box_03 h2 {
    text-align: center;
    font-size: 1.6vw;
    padding-top: 50px;
    margin-bottom: 50px;
}
.ct_box_03 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 50px 50px 50px;
}
.ct_box_03 ul li {
    width: 18%;
}
.ct_box_03 ul li:nth-child(2),.ct_box_03 ul li:nth-child(4) {
    margin-top: 220px;
}
.ct_box_03 ul li h2 {
    font-size: 1.25vw;
    padding-top: 20px;
    margin-bottom: 20px;
}
.completion_tour_box_02 {
    background-color: #fff;
    max-width: 52vw;
    margin: auto;
    padding: 0 5.2vw;
    padding-top: 100px;
    padding-bottom: 50px;
}
.event_art_link {
    margin-top: -170px;
    margin-bottom: 100px;
    padding-bottom: 100px;
}
.ct_box_04 {
    background-color: #eae1de;
    padding: 10px;
    margin-bottom: 100px;
}
.ct_box_04_border {
    border: 4px solid #000;
}
.ct_box_04_border h2 {
    text-align: center;
    font-size: 1.6vw;
    line-height: 2vw;
    margin: 30px 0;
}
.ct_box_04_top_text {
    margin-top: 30px;
    margin-left: 80px;
    background: linear-gradient(transparent 70%, #f8ad3b 70%);
    display: inline-block;
}
.ct_box_04_border dl {
    display: flex;
    max-width: 340px;
    margin: auto;
    margin-bottom: 15px;
}
.ct_box_04_border dl dt {
    font-size: 0.9375vw;
}
.ct_box_04_border dl dd {
    font-size: 0.9375vw;
}
.ct_box_04_btn a {
    display: block;
    background-color: #fff;
    width: 21vw;
    margin: auto;
    color: #000;
    text-align: center;
    border: 1px solid #000;
    padding: 15px 0;
    margin-top: 50px;
    font-size: 0.9375vw;
}
.ct_box_04_bottom_text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.ct_box_05 {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}

.ct_box_06 {
    background-color: #eae1de;
    margin-bottom: 100px;
    padding: 50px 20px 50px 20px;
}
.ct_box_06 h2 {
    text-align: center;
    font-size: 1.6vw;
    position: relative;
}
.ct_box_06 h2::after {
   content: '';
    width: 17vw;
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.ct_box_06 p {
    margin-top: 50px;
    margin-bottom: 50px;
}
.ct_box_06 dl {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.ct_box_06 dt {
    width: 5vw;
    margin-right: 20px;
}
.ct_box_06 dd {
    font-size: 0.9375vw;
    line-height: 24px;
}
.ct_box_06_bottom_box {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    margin: auto;
    margin-top: 50px;
    width: 90%;
}
.ct_box_06_bottom_box p {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}
.ct_box_07 {
    background-color: #eae1de;
    padding: 50px;
    margin-bottom: 100px;
}
.ct_box_07 h2 {
    text-align: center;
    font-size: 1.6vw;
    position: relative;
    margin-bottom: 50px;
}
.ct_box_07 h2::after {
   content: '';
    width: 17vw;
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.ct_box_07 li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.ct_box_07 li:last-child {
    margin-bottom:0;
}
.ct_box_07 li p {
    margin-left: 20px;
}

.ct_box_08 {
    background-color: #eae1de;
    padding: 50px;
    margin-bottom: 100px;
}
.ct_box_08 h2 {
    text-align: center;
    font-size: 1.6vw;
    position: relative;
    margin-bottom: 50px;
}
.ct_box_08 h2::after {
   content: '';
    width: 17vw;
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.aligncenter {
    display: block;
    margin: auto;
}
.alignright {
    display: block;
    margin-left: auto;
}
.alignleft {
    display: block;
    margin-right: auto;
}
.ct_box_09 {
    background-color: #eae1de;
    padding: 50px 20px 50px 20px;
    margin-bottom: 100px;
}
.ct_box_09 h2 {
    text-align: center;
    font-size: 1.6vw;
    position: relative;
    margin-bottom: 50px;
}
.ct_box_09 h2::after {
   content: '';
    width: 17vw;
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.ct_box_09_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 20px;
}
.ct_box_09_list li {
    width: 32%;
}
.ct_box_09_img img {
    display: block;
    margin: auto;
    width: 31vw;
}
.ct_box_10 {
    background-color: #eae1de;
    padding: 50px 20px 50px 20px;
    margin-bottom: 100px;
}
.ct_box_10 h2 {
    text-align: center;
    font-size: 1.6vw;
    position: relative;
    margin-bottom: 30px;
}
.ct_box_10 h2::after {
   content: '';
    width: 17vw;
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.ct_box_10_img_01 img {
    
}
.ct_box_10_text_01 .brown {
    color: #603813;
}
.ct_box_10_text_01 {
    text-align: center;
}
.ct_box_10_img_02 img {
    
}
.ct_box_10_img_03 img {
    
}
.ct_box_10_list_01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 38vw;
    margin: auto;
    margin-bottom: 20px;
}
.ct_box_10_list_01 li {
    width: 47%;
}
.ct_box_10_img_04 img {
    
}
.ct_box_10_list_02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 20px;
}
.ct_box_10_list_02 li {
    width: 48%;
}
.ct_box_10_list_02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 42vw;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 20px;
}
.ct_box_10_list_03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 42vw;
    margin: auto;
    margin-bottom: 20px;
}
.ct_box_10_list_03 li {
    width: 31%;
}
.ct_box_10_img_05 img {
    
}
.ct_box_10_img_06 img {
    
}
.ct_box_10_img_07 img {
   
}
.ct_box_10_img_08 img {
   
}
.ct_box_10_list_04 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 20px;
}
.ct_box_10_list_04 li {
    width: 32%;
}
.ct_box_10_img_09 img {
   
}
.ct_box_10_img_10 img {
   
}
.ct_box_11 img {
   
}
.ct_box_11 {
    margin-bottom: 50px;
}
.ct_box_12 {
    margin-top: 100px;
}
.ct_box_12 h2 {
    font-size: 1.25vw;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.ct_box_12 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ct_box_12 ul li {
    width: 19%;
}
.ct_box_12 ul li img {
    height: auto;
}
.ct_box_12 ul li img:hover {
    opacity: 0.6;
}
.ct_box_12 ul li p {
    font-size: 0.73vw;
    margin-top: 5px;
}
.ct_box_04_btn {
    position: relative;
}
.ct_box_04_btn_tag p {
    position: absolute;
    top: -85%;
    right: 25%;
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    background-color: #f8ad3b;
    line-height: 4vw;
    text-align: center;
}
.completion_tour_inner {
    padding-bottom: 100px;
} 
.ct_box_01 p {
    margin-bottom: 30px;
}
.ct_box_09 p {
    margin-bottom: 30px;
}
.ct_box_10 p {
    margin-bottom: 30px;
}

.gallery  img {
    border:unset!important;
    height: auto;
    width: 100%;
}

.gallery-columns-3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gallery-columns-3 .gallery-item {
    float: unset!important;
    margin-top: unset!important;
    text-align: unset!important;
    width: 31%!important;
}
.gallery-columns-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gallery-columns-2 .gallery-item {
    float: unset!important;
    margin-top: unset!important;
    text-align: unset!important;
    width: 47%!important;
}

@media screen and (max-width: 1200px)   {
    .ct_box_04_btn_tag p {
    top: -55%;
}
}



/* --------先輩オーナー様宅 訪問見学会申し込みフォーム--------- */



.op_form_inner {
    max-width: 52vw;
    background-color: #fff;
    margin: auto;
    padding: 5.2vw;
    margin-top: 150px;
}
.op_form_inner_2 {
    margin-top: 50px;
}
.op_form_box_01 {
    background-color: #eae1de;
    padding: 15px;
}
.op_form_box_01_title_box_border {
    border: 4px solid #000;
}
.op_form_box_01_top_text {
    padding-left: 8vw;
    padding-top: 70px;
}
.op_form_box_01_title_box {
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}
.op_form_box_01_title_box_left {
    margin-right: 60px;
}
.op_form_box_01_title_box_left h2 {
    font-size: 1.6vw;
    text-align: center;
    line-height: 2vw;
}
.op_form_box_01_title_box_right p {
    width: 80px;
    height: 80px;
    background-color: #f8ad3b;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
}
.op_form_box_02 {
    background-color: #eae1de;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 40px;
}
.op_form_box_02 h2 {
    text-align: center;
    font-size: 1.6vw;
    border-bottom: 1px solid #000;
    display: table;
    margin: auto;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.op_form_box_02 dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.op_form_box_02 dl dt {
   width: 11%;
}
.op_form_box_02 dl dd {
    font-size: 0.9375vw;
    width: 87%;
    line-height: 24px;
}
.op_form_box_02_bottom_text {
    text-align: center;
    margin-bottom: 10px;
}
.op_form_box_02_bottom_box {
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 30px 10px 30px 10px;
}


.op_form_box_03_top_text {
    margin-bottom: 30px;
}
.op_form_box_03_form {
    border: 1px solid #000;
    padding: 50px;
}
.op_form_box_03_form dl {
    margin-bottom: 50px;
}
.op_form_box_03_form dl dt {
    font-size: 0.9375vw;
    margin-bottom: 10px;
}
.op_form_box_03_form dl dt span {
    background-color: #ff0000;
    color: #fff;
    margin-left: 10px;
    font-size: 1.4rem;
    padding: 3px 10px 3px 10px;
    display: inline-block;
}
.op_form_box_03_form dl dd {
    font-size: 0.9375vw;
}
.event_content {
    width: 100%;
    height: 50px;
    padding: 0 10px;
}
.event_day_1 {
    height: 30px;
    width: 20%;
}
.event_day_2 {
    height: 30px;
    width: 20%;
}
.event_car {
    height: 30px;
    width: 20%;
}
.event_num {
    height: 30px;
    width: 20%;
}
.event_kid {
    height: 30px;
    width: 20%;
}
.event_check {
    width: 30px;
    height: 30px;
}
.event_name {
    height: 50px;
    width: 100%;
}
.event_kana {
    height: 50px;
    width: 100%;
}
.event_tel {
    height: 50px;
    width: 100%; 
}
.event_mail {
   height: 50px;
    width: 100%;  
}
.event_area {
    height: 150px;
    width: 100%;  
}
.event_page_form {
    padding-bottom: 150px;
}
.small {
    background-color: unset!important;
    color: #000!important;
    padding: 0!important;
}

.op_form_box_03_form_text {
    margin-top: 100px;
    margin-bottom: 50px;
}
.event_confirm_btn {
    width: 300px;
    display: block;
    margin: auto;
    margin-top: 50px;
    font-size: 0.9375vw;
    border: unset;
    background-color: #f8ad3b;
    color: #fff;
    padding: 26px 0;
    font-weight: bold;
    font-family: fot-tsukuardgothic-std, sans-serif;
    cursor: pointer;
}
.event_confirm_btn:hover {
    opacity: 0.6;
}
.op_form_box_01_top_text span {
    background: linear-gradient(transparent 70%, #f8ad3b 70%);
}
.event_back_btn {
    width: 300px;
    display: block;
    margin: auto;
    margin-top: 20px;
    font-size: 0.9375vw;
    border: unset;
    background-color: #f8ad3b;
    color: #fff;
    padding: 26px 0;
    font-weight: bold;
    font-family: fot-tsukuardgothic-std, sans-serif;
    cursor: pointer;
}
.event_back_btn:hover {
    opacity: 0.6;
}

.mw_wp_form .error {
    margin-top: 10px;
}
.event_pick_inner_pages {
    margin: 100px 0;
}




/* --------お客様の声--------- */


.voice_list h2 {
    text-align: center;
    font-size: 1.6vw;
    margin-bottom: 50px;
    line-height: 2vw;
}
.voice_flex_left {
    margin-right: 30px;
    max-width: 50%;
    float: left;
}
.voice_flex_right dl {
    margin-top: 50px;
}
.voice_flex_right dl dt{
    font-size: 0.94vw;
    line-height: 1.4vw;
    text-decoration: underline;
}
.voice_flex_right dl dd{
    font-size: 0.94vw;
    line-height: 1.4vw;
    font-weight: bold;
}
.voice_flex {
    padding: 0 2.6vw;
}
.voice_flex_right_text {
    margin-bottom: -20px;
}
.voice_bottom_text {
    margin: 70px 0;
}
.voice_flex_right a {
    color: #000;
    text-decoration: underline;
    font-size: 0.94vw;
}
.voice_list li {
    background-color: #fff;
    padding: 2.6vw 5.2vw;
    margin-bottom: 50px;
}
.voice_list li:last-child {
    margin-bottom:0;
}
.voice_flex_left img {
    height: auto;
}



/* --------問い合わせ--------- */

.inquiry_box_01_text {
    margin-bottom: 30px;
    text-align: center;
}
.inquiry_box_01_text a {
    color: #000;
    font-size: 0.9375vw;
}
.inquiry_box_01_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.inquiry_box_01_text_02 {
    margin-top: 50px;
}

.inquiry_box_01_flex_right {
    width: 48%;
}
.inquiry_box_01_flex_left {
    width: 48%;
}
.inquiry_box_01_flex p {
    margin-top: 10px;
}
.inquiry_box_01 h2 {
    text-align: center;
    font-size: 1.6vw;
    margin-bottom: 30px;
}
.inquiry_box_01_flex h3 {
    font-size: 0.9375vw;
    margin-top: 10px;
    text-align: center;
}
.event_y_num {
    height: 50px;
    width: 40%;
}
.event_todouhuken {
    height: 50px;
    width: 20%;
}

.pr_box h2 {
    font-size: 1.2vw;
    margin-bottom: 50px;
    font-weight: bold;
    text-align: center;
}
.pr_box {
    border: 1px solid rgba(133,133,133);
    padding: 20px;
    overflow-y: scroll;
    height: 200px;
}
.pr_box p {
    margin-bottom: 50px;
}
.pr_box p:last-of-type {
    margin-bottom:0;
}
.pr_box h3 {
    font-size: 0.9375vw;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.pr_check_box {
    text-align: center;
    margin-top: 20px;
    font-size: 0.9375vw;
}
.pr_check_box input {
    width: 15px;
    height: 15px;
    vertical-align: sub;
}


/* --------オーナー様アトリエ・教室紹介--------- */

.owner_box_01_inner {
    max-width: 62vw;
    margin: auto;
    padding: 0 20px;
    margin-top: 150px;
    margin-bottom: 100px;
}
.owner_box_02_inner {
    max-width: 62vw;
    margin: auto;
    padding: 0 20px;
    margin-bottom: 100px;
}
.owner_box_02_inner h2 {
    text-align: center;
    font-size: 1.6vw;
    margin-bottom: 50px;
}
.owner_box_02_inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.owner_box_02_inner ul li {
    width: 48%;
    margin-bottom: 50px;
}
.owner_box_02_inner ul li img:hover{
    opacity: 0.6;
}
.owner_box_02_inner ul li p {
    text-align: center;
    margin-top: 5px;
}
.o_title_box {
    background-image: url(image/owner/item_07.png);
    background-repeat: no-repeat;
    padding: 1.4vw 0 2vw 0;
    position: relative;
    background-size: 70vw;
}
.o_title_box p {
    font-weight: bold;
    max-width: 62vw;
    margin: auto;
}
.o_title_box h2 {
    font-size: 1.6vw;
    max-width: 62vw;
    margin: auto;
    margin-top: 10px;
}
.o_inner {
    background-color: #eae9e6;
    padding-top: 150px;
    padding-bottom: 150px;
    margin-top: -60px;
}
.o_box {
    max-width: 62vw;
    margin: auto;
    padding: 0 20px;
}

.o_img_box {
    margin-bottom: 50px;
}
.o_img_box p {
    margin-top: 5px;
}
.o_img_box_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.o_img_box_flex_left {
    width: 48%;
}
.o_img_box_flex_right {
    width: 48%;
}
.o_img_box_flex p {
    margin-top: 5px;
}

.o_img_box_flex_3 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.o_img_box_flex_3 ul li {
    width: 32%;
}
.o_img_box_flex_3 ul li p {
    margin-top: 5px;
}

.o_border_box_flex {
    display: flex;
    margin-top: 100px;
    margin-bottom: 50px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.o_border_box_left {
    width: 40%;
    border: 1px solid #000;
    padding: 2.6vw;
}
.o_border_box_right {
    width: 40%;
    border: 1px solid #000;
    padding: 2.6vw;
}
.o_border_box_left h2 {
    font-size: 1.6vw;
    margin-bottom: 50px;
}
.o_border_box_right h2 {
    font-size: 1.6vw;
    margin-bottom: 2.6vw;
}
.o_border_box_right p a {
    color: #000;
    text-decoration: underline;
    font-size: 0.9375vw;
}
.o_border_box {
    border: 1px solid #000;
    padding: 2.6vw;
    margin-bottom: 50px;
}
.o_border_box h2 {
    font-size: 1.6vw;
    margin-bottom: 2.6vw;
}
.o_border_box p a {
    color: #000;
    text-decoration: underline;
    font-size: 0.9375vw;
}
.owner_box_03_inner {
    margin-bottom: 100px;
}
.o_border_box:last-of-type {
    margin-bottom:0;
}
.o_border_box dl {
    display: flex;
    font-size: 0.9375vw;
    margin-bottom: 10px;
}
.o_border_box dl dt {
    width: 160px;
}
.o_bottom_img {
    margin-top: 50px;
}



/* --------完成見学会申し込みフォーム--------- */


#c_t_f .op_form_box_01_top_text {
    padding-left: 2vw;
}
#c_t_f .op_form_box_01_title_box {
    align-items: center;
}
.c_f_top_text {
    margin-bottom: 50px;
}
.event_time_1 {
    height: 30px;
    width: 40%;
}
.event_time_2 {
    height: 30px;
    width: 40%;
}


/* --------構造見学会申し込みフォーム--------- */


.s_f_top_text {
    margin-bottom: 50px;
    
}
.s_f_span {
    background-color: #ff0000;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.4rem;
    padding: 3px 10px 3px 10px;
    display: inline-block;
}
#s_t_f .small {
    background-color: unset!important;
    color: #000!important;
    padding: 0!important;
    font-size: 1.2rem;
}
#s_t_f .op_form_box_03_form dl:first-of-type {
    display: flex;
}
#s_t_f .op_form_box_03_form dl:nth-of-type(2) {
    display: flex;
}

#s_t_f .op_form_box_03_form dl:first-of-type dt {
    margin-right: 50px;
}
#s_t_f .op_form_box_03_form dl:nth-of-type(2) dt {
    margin-right: 50px;
}
#s_t_f .op_form_box_03_form dl:first-of-type dd span {
    margin-bottom: 20px;
}
#s_t_f .op_form_box_03_form dl:nth-of-type(2) dd span {
    margin-bottom: 20px;
}



.place {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #999999;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}
.place:checked {
    background-color: #85C1E9;
}
.other {
    width: 100%;
    height: 150px;
    margin-top: 10px;
}



/* --------先輩オーナー様宅訪問見学会--------- */


.owner_tour_inner {
    max-width: 52vw;
    margin: auto;
    background-color: #fff;
    margin-top: 150px;
    padding: 2.6vw 5.2vw;
}
.o_t_box_01 p {
    margin-bottom: 50px;
}
.o_t_box_02 {
    background-color: #eae1de;
    padding: 2.6vw;
    margin-bottom: 100px;
}
.o_t_box_02_img_box {
    text-align: center;
    margin: 30px;
}
.o_t_box_02_text_box {
    background-color: #fff;
    border-radius: 20px;
    margin-top: 50px;
    padding: 30px;
}
.o_t_box_02_text_box p {
    text-align: center;
}
.o_t_title {
    text-align: center;
    font-size: 1.6vw;
    margin-bottom: 30px;
}
.o_t_box_03 {
    background-color: #eae1de;
    padding: 50px;
}
.o_t_box_03 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.o_t_box_03 ul li {
    width: 48%;
    margin-bottom: 30px;
}
.o_t_box_04 {
    background-color: #eae1de;
    padding: 50px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.o_t_box_04 h2 {
    text-align: center;
    font-size: 1.6vw;
    border-bottom: 1px solid #000;
    display: table;
    margin: auto;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.o_t_box_04 dl {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.o_t_box_04 dl:last-of-type {
    margin-bottom:0;
}
.o_t_box_04 dd {
    font-size: 0.9375vw;
}
.o_t_box_04 dt {
    margin-right: 20px;
}
.o_t_box_05 {
    background-color: #eae1de;
    padding: 50px;
    margin-bottom: 100px;
}
.o_t_box_05 h2 {
    text-align: center;
    font-size: 1.6vw;
    border-bottom: 1px solid #000;
    display: table;
    margin: auto;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.o_t_box_05 dl {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.o_t_box_05 dt {
    margin-right: 20px;
    width: 12%;
}
.o_t_box_05 dd {
    font-size: 0.9375vw;
    line-height: 24px;
    width: 90%;
}

.ct_box_04_ot .ct_box_04_btn a {
    width: 24vw;
}
.ct_box_04_ot .ct_box_04_btn_tag p {
    right: 22%;
}


.st_item_item {
    position: relative;
}
.st_item_item:nth-child(1) p , .st_item_item:nth-child(5) p {
    position: absolute;
    top: 10%;
    left: 10%;
    font-weight: bold;
    font-size: 1.25vw;
    width: 100%;
    line-height: 40px;
}
.st_item_item:nth-child(2) p , .st_item_item:nth-child(3) p , .st_item_item:nth-child(4) p , .st_item_item:nth-child(6) p , .st_item_item:nth-child(7) p , .st_item_item:nth-child(8) p{
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 1.25vw;
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.os_item_item {
    position: relative;
}
.os_item_item:nth-child(1) p , .os_item_item:nth-child(5) p , .os_item_item:nth-child(9) p{
    position: absolute;
    top: 10%;
    left: 10%;
    font-weight: bold;
    font-size: 1.25vw;
    width: 100%;
    line-height: 40px;
}
.os_item_item:nth-child(2) p , .os_item_item:nth-child(3) p , .os_item_item:nth-child(4) p , .os_item_item:nth-child(6) p , .os_item_item:nth-child(7) p , .os_item_item:nth-child(8) p ,
.os_item_item:nth-child(10) p , .os_item_item:nth-child(11) p , .os_item_item:nth-child(12) p {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 1.25vw;
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}







/* --------構造見学会--------- */

.s_t_img_box {
    text-align: center;
    margin-bottom: 30px;
}

.s_t_img_box_list {
    background-color:unset!important;
    margin-top: 50px;
}
.s_t_mi_text {
    text-align: center;
    margin-top: -30px;
    margin-bottom: 30px;
}
.s_t_title {
    text-align: center;
    font-size: 1.6vw;
    margin-bottom: 30px;
}
.s_t_box_01 {
    background-color: #eae1de;
    padding: 2.6vw;
    margin-bottom: 100px;
}
.s_t_box_01 h2 {
    text-align: center;
    font-size: 1.6vw;
}
.s_t_box_01 h3 {
    text-align: center;
    font-size: 1.2vw;
    margin-top: 20px;
    margin-bottom: 50px;
}
.s_t_box_01 dl {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    align-items: center;
}
.s_t_box_01 dt {
    font-size: 1.2vw;
    font-weight: bold;
    width: 13%;
    letter-spacing: -1px;
}
.s_t_box_01 dd {
    font-size: 0.9375vw;
    width: 97%;
}
.s_t_img_box_02 {
    margin-top: 100px;
    margin-bottom: 20px;
}
.st_t {
    padding-bottom: 100px;
}
.s_t_mi_text_02 {
    margin-bottom: 50px;
}


.tab_wrap_care {
    max-width: unset;
    padding: 0;
}

.care_list {
    max-width: 52vw;
    margin: auto;
}
.care_text {
    text-align: center;
    padding: 0 20px;
}
.care_top_box {
    background-color: #e5e5e5;
}
.care_top_box h3 {
    text-align: center;
    font-size: 1.6vw;
    padding-top: 50px;
    margin-top: 30px;
}
.care_top_box ul {
    max-width: 52vw;
    margin: auto;
    margin-top: 50px;
}
.care_top_box ul li p{
    margin-top: 10px;
}
.care_top_box ul li img:hover{
    opacity: 0.6;
}
.care_unker_title {
    text-align: center;
    font-size: 1.6vw;
    margin-top: 50px;
}




















/* --------スマホ対応--------- */
@media screen and (max-width: 960px)   {
	
/* --------トップページ--------- */
.under_page p {
    font-size: 1.8rem;
}
.sp_br_none {
display: none;
}
.pc_br_none {
    display: block;
}
.pc_none_text {
    display: block;
}
 .sp_none_text {
    display:none;
}   
    
    
    .top_eye_inner {
        /*background-image: url("image/top/eye_sp.png");
        height: 650px;
    background-position: center;
    background-size: cover;*/
    }
    .top_eye_link {
    position: absolute;
    top: 1.3%;
    right: 17%;
    width: 50%;
}

    .contact_list {
        display: flex;
        width: 100%;
        justify-content: center;
        top:unset;
        bottom:0;
    }	
    
    .top_info_inner {
    padding: 0 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
}
    .top_info_left {
    width: auto;
}
    .top_info_title {
    text-align: center;
    font-size: 24px;
}
    .top_news_list {
    display: block;
    flex-wrap: wrap;
    margin-top: 30px;
}
    .top_news_item {
    width: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
    .top_news_left {
    
    position: relative;
    margin-right: 5px;
}
.top_news_date {
    font-size: 13px;
}
    .top_info_right {
    width: auto;
    margin-top: 50px;
}
    .top_about_inner {
    display: block;
    padding-right:0;
}
    .top_about_left {
    width: auto;
}
    .top_about_01 {
    padding: 0 20px;
}
    .top_about_01 dt {
    font-size: 24px;
}
    .top_about_01 dd {
    font-size: 24px;
}
    .top_about_text {
    color: #858585;
    margin: 20px 0 20px 0;
    line-height: 38px;
    font-size: 18px;
}
.top_works_text a {
    color: #858585;
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
}
.top_blog_tag_item a {
    font-size: 12px;
    color: #fff;
}
    .top_about_btn {
    margin: auto;
}
    .top_about_02 {
    margin-top: 50px;
    padding: 0 20px;
}
    .top_about_02 dt {
    font-size: 24px;
}
    .top_about_02 dd {
    font-size: 24px;
}
    .top_about_right {
    width: 90%;
    text-align: center;
    margin: auto;
    margin-top: 30px;
}
    .top_works_inner {
    margin-top: 50px;
}
    .top_works_title {
    font-size: 24px;
}
    .top_works_list {
    display: block;
    margin-top: 30px;
}
    .top_works_item {
    width: auto;
    margin-bottom: 30px;
}
    .top_works_tag {
    font-size: 14px;
}
    .top_works_text {
    font-size: 14px;
}
    .top_works_btn {
    margin-top: 30px;
}
    .top_five_inner {
    margin-top: 50px;
}
    
    .top_five_title {
    font-size: 24px;
}
    .top_three_inner {
    margin-top: 100px;
}
    .top_three_title {
    font-size: 24px;
}
    .top_three_subtitle {
    font-size: 12px;
}
    .top_three_list {
    display: block;
    margin-top: 30px;
}
    .top_three_item {
    width: auto;
    margin-bottom: 30px;
    text-align: center;
}
    .top_three_subject {
    font-size: 20px;
}
    .top_three_item p {
    font-size: 18px;
}
    .top_wall_inner {
    margin-top: 50px;
}
    .top_wall_title {
    font-size: 24px;
}
    .top_wall_list {
    display: block;
    margin-top: 30px;
}
    .top_wall_item {
    width: auto;
    text-align: center;
    margin-bottom: 30px;
}
    .top_wall_text {
    font-size: 16px;
    width: 100%;
    text-shadow:0 0 10px #000,0 0 10px #000,0 0 10px #f000,0 0 10px #000,0 0 10px #000,0 0 10px #000,
		0 0 10px #000,0 0 10px #000;
}
    .top_blog_inner {
    margin-top: 50px;
}
    .top_blog_title {
    font-size: 24px;
}
    .top_blog_tag_list {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 20px;
}
    .top_blog_tag_item {
    width: 48%;
    margin-bottom: 15px;
    font-size: 12px;
    letter-spacing: 0px;
}
    .top_blog_list {
    display: block;
    margin-top: 0;
    padding: 0 20px;
}
	.top_blog_item {
    width: auto;
    margin-bottom: 30px;
}
    .top_blog_subject {
    margin-top: 10px;
    font-size: 14px;
}
    .top_blog_text {
    font-size: 14px;
}
    .top_blog_btn {
    margin-top: 30px;
}
    .top_banner {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 20px;
    text-align: center;
}
    .top_banner img {
    width: auto;
}
    .top_banner img {
    width: auto;
    margin-bottom: 20px;
}
    .top_contact_inner {
    display: block;
    padding: 0 20px;
}
    .top_contact_left {
    display: block;
}
    .top_contact_left_01 {
    background-color: #f8f8f8;
    padding: 30px 20px 20px 20px;
}    
    .top_contact_tel {
    margin-top: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
    .top_contact_tel a {
    font-size: 18px;
    letter-spacing: 0px;
    margin-left: 10px;
}
    .top_contact_address {
    font-size: 14px;
    margin-left: 0;
}
    .top_contact_map {
    font-size: 14px;
    margin-left: 0;
    margin-top: 20px;
    display: block;
}
    .top_contact_left_02 {
    width: auto;
    background-color: #f8f8f8;
    padding-top: 30px;
    padding-left: 20px;
    margin-left: 0;
    margin-top: 2px;
}
    .top_sns_list {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    padding-bottom: 30px;
}
    .top_contact_right {
    display: block;
    width: 70%;
    margin: auto;
    margin-top: 30px;
}
    .top_wall_item:nth-child(1) .top_wall_text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
    .top_wall_item:nth-child(2) .top_wall_text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
    .top_wall_item:nth-child(3) .top_wall_text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
    .top_five_text {
    letter-spacing: -1px;
    font-size: 14px;
    color: #858585;
    margin-left: 10px;
    padding-right: 5px;
    margin-top: 20px;
}
    .top_five_box a {
    background-color: #000;
    display: block;
    color: #fff;
    width: 122px;
    padding: 10px;
    font-size: 11px;
    text-align: center;
    border-radius: 17px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    margin-left: auto;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}
    .top_contact_tel img {
        width: 8%;
    }
    .top_contact_icon img {
        width: 8%;
    }
    .top_blog_item img {
        display: block;
    margin: auto;
    }
    .top_five_box img {
        width: 30%;
    }
    .top_five_text br {
        display: none;
    }
    .top_news_text {
    font-size: 14px;
}
    .contact_item_sp {
    display:block;
}
     .contact_item_pc {
    display:none;
}
	.slider_eye_sp {
    display:block!important;
    
}
	.slider_eye_pc {
    display:none!important;
}
	
	
/* --------スタッフ紹介--------- */
    #under_wrapper {
    padding-bottom: 50px;
}
    
    #under {
       padding: 0 20px;
    }
    .under_eye_inner img {
        width: 100%;
        object-fit: cover;
    height: 150px;
    }
    .under_eye_title_en {
    font-size: 1.4rem;
    margin-bottom: 5px;
}
    .under_eye_title_ja {
    font-size: 2rem;
}
    .under_inner {
    margin-top: 50px;
}


.staff_inner {
    margin-top: 50px;
    padding: 0 20px;
}
.staff_inner ul li {
    max-width: unset;
    background-color: #fff;
    margin: auto;
    margin-bottom: 50px;
    padding: 0 10px 20px 10px;
}
.staff_inner ul li h2 {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 30px;
    font-size: 1.8rem;
}
.staff_box {
    display: block;
    justify-content: space-between;
}
.staff_box_left {
    width: auto;
}
.staff_box_right {
    width: auto;
    margin-top: 20px;
}
.staff_box_right h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    border-left: 5px solid #000;
    padding-left: 10px;
}
.staff_box_right p {
    font-size: 1.4rem;
    margin-bottom: 20px;
    border-bottom: 2px dotted #aaaaaa;
    padding-bottom: 20px;
    letter-spacing: -1px;

}





	
/* --------ライブハウスの無添加住宅リフォーム--------- */	

     .livehouse_mutenkareform p {
    font-size: 1.8rem;
}

	.under_eye_text_inner {
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    }
    .m_r_top_inner {
    background-color: #f0ebdb;
    margin: 50px 0 50px;
}
.m_r_top_box {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    display: flex;
    align-items: center;
}
.m_r_top_right p {
    font-size: 1.2rem;
    font-weight: bold;
}
.m_r_top_right p br{
    display: none;
}
.m_r_top_right {
    margin-left: 20px;
}
.m_r_5_top_text {
    text-align: center;
    padding: 0 20px;
}
.m_r_5_top_text br{
    display: none;
}
.m_r_top_left {
    width: auto;
}

.m_r_5_list li {
    width: 48%;
    margin-bottom: 20px;
    text-align: center;
}
.m_r_5_list li p {
    text-align: center;
    margin-top: 10px;
    font-size: 1.4rem;
}
.m_r_3_inner h2 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 30px;
}
.m_r_3_inner {
    padding: 50px 0;
}
.m_r_ex_inner {
    padding: 50px 20px;
}
.m_r_ex_box_02 h2 {
    margin-bottom: 30px;
    font-size: 2.4rem;
}
.m_r_5_list li p br {
    display: none;
}
.m_r_5_box_pc {
display: none;
}
.m_r_5_box_sp {
display: block;
}
.m_r_5_box {
    background-color: #e5e5e5;
    margin: 50px 0 50px;
    padding: 50px 0 50px;
}
.m_r_3_list {
    display: block;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    margin-top: 50px;
    flex-wrap: wrap;
}
.m_r_3_list li {
    width: auto;
    margin-bottom: 50px;
    text-align: center;
}
.m_r_3_title {
    text-align: center;
    padding: 0 20px;
}
.m_r_house {
    max-width: 1200px;
    margin: 50px auto 50px auto;
    padding: 0 20px;
}
.m_r_house_top_text {
    text-align: center;
    padding: 0 20px;
}
.m_r_house_list {
    display: block;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}
.m_r_house_list li {
    width: auto;
    text-align: center;
    margin-bottom: 50px;
}
.m_r_house_list li p br{
    display: none;
}
.m_r_ex_box_02 {
    max-width: unset;
}
.m_r_ex_list_01 {
    display: block;
    margin-bottom: 20px;
}
.m_r_ex_list_02 {
    display: block;
    margin-bottom: 20px;
    width: auto;
}
.m_r_ex_list_03 {
    display: block;
    margin-bottom: 20px;
    width: auto;
}

.m_r_ex_list_04 {
    display: block;
    margin-bottom: 20px;
}
.m_r_ex_list_01 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.m_r_ex_list_02 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.m_r_ex_list_03 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.m_r_ex_list_04 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.m_r_ex_box_right p {
    font-size: 1.4rem;
}
.m_r_sub {
    font-size: 2.4rem;
    margin: 50px 0;
}
.m_r_case1_top_left h2 {
    font-family: caflisch-script-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4rem;
    text-align: center;
    line-height: 30px;
}
.m_r_case1_top {
padding: 0 20px;
max-width: unset;
}
.m_r_case1_top_box {
    background-color: #f0ebdb;
    padding: 50px 0;
    margin-bottom:50px;
}
.m_r_qa_inner {
    max-width: unset;
}
.m_r_case1_top_right p {
    font-size: 2.4rem;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    padding-left: 20px;
}
.m_r_case1_top_02 {
    display: block;
    max-width: 1000px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 20px;
}
.m_r_case1_top_02_right {
    width: auto;
    height: unset;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.m_r_case1_top_02_left {
    width: auto;
    text-align: center;
    margin-right: 0;
}
.m_r_case1_top_03 {
    max-width: 1000px;
    margin: auto;
    display: block;
    padding: 0 20px;
}
.m_r_case1_top_03_left {
    width: auto;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 20px;
}
.m_r_case1_top_03_right {
    width: auto;
    text-align:center;
    margin-left: 10px;
}
.m_r_case1_top_03_left p br {
display: none;
}
.m_r_case1_top_02_right p br {
display: none;
}	
.m_r_case1_img_01_box {
    position: unset;
    margin-bottom: 30px!important;
}
#case7 .m_r_case1_img_01_box_left {
    width: auto;
}
.m_r_case1_img_01_box_right {
    position: unset;
    right: unset;
    top: unset;
    width: auto;
}
.m_r_case1_img_01_box_left {
margin-bottom: 20px;
text-align: center;
}
.m_r_case1_img_01_box_right img {
display: block;
    margin: auto;
}
.m_r_case2_img_01_box_left img {
display: block;
    margin: auto;
}
.m_r_case2_img_01_box_right img {
display: block;
    margin: auto;
}
.m_r_case3_img_01_box_left img {
    display: block;
    margin: auto;
}
.m_r_case3_img_01_box_right img {
    display: block;
    margin: auto;
}
.m_r_case4_img_01_box_left img {
    display: block;
    margin: auto;
}
.m_r_case4_img_01_box_right img {
    display: block;
    margin: auto;
}
.m_r_case1_top_02_left img {
    width: 25%;
}
.m_r_case1_top_03_right_sp img {
    width: 30%;
}

.m_r_case2_inner {
    margin-top: 0;
}
#case2 .m_r_case_tag {
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    background-color: #464343;
    width: 90%;
    padding: 6px 0;
    color: #fff;
    margin-left: auto;
    font-size: 12px;
    letter-spacing: -1px;
}
.m_r_case2_img_01_box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}
.m_r_case2_img_01_box_left {
    width: auto;
    margin-bottom: 30px;
}
.m_r_case2_img_01_box_right {
    width: auto;
}
#case3 .m_r_case_tag {
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    background-color: #464343;
    width: 70%;
    padding: 6px 0;
    color: #fff;
    margin-left: auto;
    font-size: 12px;
}
.m_r_case3_inner .m_r_case1_img_01_box {
    margin-top: 50px;
    margin-bottom: 0%;
}
.m_r_case3_img_01_box {
    position: unset;
    margin-bottom: 0%;
}
.m_r_case3_img_01_box_right {
    position: unset;
    top: unset;
    right: unset;
    width: auto;
}
.m_r_case3_img_01_box_left {
    margin-bottom: 30px;
}
.m_r_case4_img_01_box {
    position: unset;
    margin-bottom: 30px!important;
}
.m_r_case4_img_01_box_left {
    margin-bottom: 30px;
}
.m_r_case4_img_01_box_right {
    position: unset;
    top: unset;
    right: unset;
    width: auto;
}
.m_r_case6_inner .m_r_case3_img_01_box {
    margin-bottom: 30px;
}
.m_r_case6_inner .m_r_case1_img_01_box {
    margin-bottom: 30px;
}
.m_r_case1_img_01_box_03 {
    margin-bottom: 0%!important;
}
#case7 .m_r_case_tag {
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    background-color: #464343;
    width: 140px;
    padding: 6px 0;
    color: #fff;
    margin-left: auto;
    font-size: 12px;
}
#case8 .m_r_case_tag {
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    background-color: #464343;
    width: 210px;
    padding: 6px 0;
    color: #fff;
    margin-left: auto;
    font-size: 12px;
}
#case9 .m_r_case_tag {
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    background-color: #464343;
    width: 200px;
    padding: 6px 0;
    color: #fff;
    margin-left: auto;
    font-size: 12px;
}
.m_r_case9_inner .m_r_case1_img_01_box {
    margin-bottom: 30px;
}
.m_r_case9_inner .m_r_case3_img_01_box {
    margin-bottom: 30px;
}
.m_r_case3_img_01_box_02 {
    margin-bottom: 0%!important;
}
#case10 .m_r_case_tag {
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    background-color: #464343;
    width: 180px;
    padding: 6px 0;
    color: #fff;
    margin-left: auto;
    font-size: 12px;
}
.m_r_qa_inner p {
    margin-bottom: 30px;
}
.tri_img {
    display: none;
}
.tri_img_02 {
    display: none;
}
.tri_img_03 {
    display: none;
}
.tri_img_04 {
    display: none;
}
.tri_img_05 {
   display: none;
}
.m_r_case1_top_03_right_pc {
display: none;
}
.m_r_case1_top_03_right_sp {
display: block;
margin-bottom: 40px;
}
.m_r_case1_top_02_right:before {
content: "";
    position: absolute;
    top: -31px;
    right: 77px;
    width: 0;
    height: 0;
    border-bottom: 30px solid #000;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    transform-origin: left top;
    transform: skewX(40deg);

}
.m_r_case1_top_02_right:after {
content: "";
    position: absolute;
    margin: 0 auto;
    top: -26px;
    right: 73px;
    width: 0;
    height: 0;
    border-bottom: 30px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    transform-origin: left top;
    transform: skewX(40deg);

}
.m_r_case1_top_03_left:before {
content: "";
    position: absolute;
    top: -31px;
    right: 77px;
    width: 0;
    height: 0;
    border-bottom: 30px solid #000;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    transform-origin: left top;
    transform: skewX(40deg);

}
.m_r_case1_top_03_left:after {
content: "";
    position: absolute;
    margin: 0 auto;
    top: -26px;
    right: 73px;
    width: 0;
    height: 0;
    border-bottom: 30px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    transform-origin: left top;
    transform: skewX(40deg);
}

.m_r_5_list li:last-child {
    margin: auto;
}
.ex_back_btn {
    margin-top: -20%;
    margin-bottom: 50px;
}
.ex_back_btn_2 {
    margin-bottom: 50px;
    margin-top: -15%;
}
.ex_back_btn_3 {
    margin-top: 50px!important;
}
.before_img {
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
}
.before_img_02 {
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
}
.m_r_case1_img_inner_width {
    max-width: 1000px;
}
.m_r_case1_img_inner {
    max-width:unset;
}


.case13_inner {
    padding: 30px 0px 30px 0px;
    width: 90%;
    max-width: unset;
}
.case13_a {
    display: block;
    margin-left: auto;
    margin: auto;
    font-size: 16px;
    margin-bottom: 30px;
    width: auto;
}
.case13_link_inner {
    display: block;
    justify-content: end;
}
.case13_a_02 {
    display: block;
    margin-right:0;
    margin: auto;
    margin-bottom: 20px;
    width: 60%;
    font-size: 1.6rem;
}
.case13_a_03 {
    display: block;
    text-align: center;
    font-size: 16px;
    margin: auto;
    width: 80%;
}
.m_r_ex_box_left {
    width: auto;
}
.m_r_ex_box_right h3 {
    font-size: 3rem;
}
.m_r_3_list li h3 {
    font-size: 2.4rem;
    line-height: 30px;
    margin: 20px 0 20px 0;
}
.m_r_3_list li p {
    font-size: 1.8rem;
}
.m_r_house_list li p {
    font-size: 1.8rem;
}
.m_r_5_box_title {
    font-size: 2.4rem;
    margin-bottom: 30px;
}




/* --------ライブハウスの5つのこだわり--------- */
.five_01_title_box {
    width: auto;
    margin-left: auto;
    position: unset;
}
.five_left_img {
    position: unset;
    text-align: center;
    padding-top: 30px;
    width: 60%;
    margin: auto;
}
.five_right_text {
    height: unset;
}
.five_01_title_box h2 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 50px;
    margin-left: 0;
    text-indent: unset;
    line-height: 40px;
    text-align: center;
    padding: 0 20px;
    padding-top: 30px;
    
}
.five_01_title_box p {
    margin-left: 0;
    padding: 0 20px;
    padding-bottom: 30px;
}
#five_commitments .m_r_5_box {
    margin: 50px 0 50px;
}
.five_t_box_01 {
    display: block;
}
.five_t_box_01_left {
    width: auto;
}
.five_t_box_01_right {
    width: 80%;
    margin: auto;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}
.five_02_inner {
    margin-top: 50px;
}
.five_02_title_box {
    background-color: #f0ebdb;
    width: auto;
    margin-right: unset;
    position: unset;
    margin-bottom: 50px;
}
.five_02_title_box .five_left_img {
    position: unset;
}
.five_02_title_box h2 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 50px;
    margin-left: 0;
    text-indent: 0;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
    padding-top: 30px;
}
.five_02_title_box h2 br {
    display: none;
}
.five_02_title_box p {
    margin-left: 0;
    padding: 0 20px;
    padding-bottom: 30px;
}
.five_02_title_box p br {
    display: none;
}
.five_t_box_02_2 {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-bottom: 50px;
}
.five_t_box_02_2_left {
    width: auto;
    text-align: center;
}
.five_t_box_02_2_right {
    width: auto;
    margin-top: 30px;
}
.five_t_box_03 .five_text_bg {
    width: auto;
    
}
.five_t_box_03_02 {
    display: block;
    margin: auto;
    margin-top: 0px;
    max-width: unset;
}
.five_t_box_03_02_left {
    width: auto;
    margin-bottom: 30px;
    text-align: center;
}
.five_t_box_03_02_right {
    width: auto;
    text-align: center;
}
.five_c_box_03 {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    margin-bottom: 50px;
}
.five_t_box_04_02 {
    display: block;
}
.five_t_box_04_02_left {
    width: auto;
}
.five_t_box_04_02_right {
    width: auto;
    margin-bottom: 30px;
    text-align: center;
}
.five_t_box_04_03_img {
    position: unset;
    text-align: center;
    margin-top:0;
    width: auto;
}
.five_t_box_04_05 {
    display: block;
}
.five_t_box_04_05_left {
    width: auto;
}
.five_t_box_04_05_right {
    width: auto;
    margin-top: 0%;
    margin-bottom: 30px;
    text-align: center;
}
.five_t_box_04_06_img {
    text-align: end;
    margin-top: 0%;
}
.five_t_box_04 {
    margin-bottom: 50px;
    max-width: unset;
}
.five_t_box_05_02 {
    display: block;
    margin-bottom: 30px;
    align-items: end;
}
.five_t_box_05_02_left {
    width: auto;
    background-color: #f0ebdb;
    padding: 10px;
}
.five_t_box_05_02_rigth {
    width: auto;
    margin-top: 30px;
}
.five_t_box_05_03 {
    display: block;
    margin-top: 0;
    max-width: unset;
}
.five_t_box_05_03_left {
    width: auto;
    margin-bottom: 30px;
    text-align: center;
}
.five_t_box_05_03_right {
    width: auto;
    text-align: center;
}
.five_c_box_05 {
    margin-bottom: 50px;
    padding: 0 20px;
    max-width: unset;
}
.five_bottom_b_inner {
    padding: 20px 0;
}
.five_bottom_b_inner ul {
    display: block;
    max-width: unset;
}
.five_bottom_b_inner ul li {
    width: auto;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.five_bottom_b_t {
    width: 70%;
    height: 150px;
}
.five_02_inner .five_right_text {
    height: unset;
    max-width: unset;
    padding-left: 0;
}
.five_c_box_02 {
    max-width: unset;
}
.five_02_title_box .five_right_text p {
    width: auto;
}
.five_04_inner .five_right_text h2 {
    width: auto;
}
.five_04_inner .five_right_text {
    padding-left: 0%;
}
.five_04_inner .five_right_text {
    height: unset;
    max-width: unset;
}
.five_c_box_01 {
    max-width: unset;
}
.five_t_box_05_link {
    font-size: 1.8rem;
}



/* --------自然素材について--------- */

.product_inner {
    margin-top: 50px;
    max-width: unset;
}

.pro_box_01_inner {
    margin-bottom: 50px;
}
.pro_box_01_inner ul {
    max-width: unset;
}
.product_inner h2 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 30px;
    line-height: 30px;
}
.pro_box_01_inner ul li {
    width: 48%;
    margin-bottom: 30px;
}
.pro_box_02_img_01 {
    width: auto;
}
.pro_box_02_img_02 {
    margin: 30px auto;
    width: auto;
}
.pro_box_02_img_03 {
    margin: auto;
    width: 60%;
}
.pro_box_02_img_04 {
    margin-top: 10px;
    width: auto;
    margin-bottom: 50px;
}



/* --------しっくい壁--------- */


.shikkui_inner {
    margin-top: 50px;
    max-width: unset;
}
.shikkui_box_01 {
    margin-bottom: 50px;
}
.shikkui_inner h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    line-height: 30px;
}
.s_b_01_top_text_02 {
    font-size: 1.4rem!important;
    margin-bottom: 30px;
}
.s_b_01_top_text_02 span {
    margin-right: 5px;
}
.s_b_01_box {
    display: block;
}
.s_b_01_box_left {
    width: auto;
}
.s_b_01_box_right {
    width: auto;
    text-align: center;
    margin-top: 30px;
}
.s_b_02_box {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.shikkui_top_btn {
    width: 250px;
    margin-top: 30px;
}
.s_b_02_left {
    width: auto;
    text-align: center;
}
.s_b_02_right {
    width: auto;
    text-align: center;
    margin-top: 30px;
}
.s_b_02_img {
    margin-bottom: 50px;
    text-align: center;
}
.shikkui_box_02 {
    margin-bottom: 50px;
}
.s_b_03_box ul {
    display: block;
    margin-top: 30px;
}
.shikkui_box_04 ul {
    max-width: unset;
}
.s_b_03_box ul li {
    width: auto;
    text-align: center;
    margin-bottom: 30px;
}
.shikkui_box_04 {
    padding: 10px;
    margin-bottom: 50px;
}

.shikkui_box_04 ul li {
    width: 48%;
    text-align: center;
    margin-bottom: 30px;
}
.shikkui_box_04 ul li p {
    font-size:1.4rem;
}
.iroshikkui_img {
    width: auto;
}

/* --------ご存知ですか？・・・・しっくい--------- */

.doyouknow_shikkui_inner {
    margin-top: 50px;
    max-width: unset;
}
.doyouknow_shikkui_inner h1 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    line-height: 30px;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}
.d_s_box_01 {
    margin-bottom: 30px;
    padding: 10px;
}
.d_s_title_box {
    display: block;
    margin-bottom: 30px;
}
.d_s_title_left {
    width: auto;
}
.d_s_title_left p {
    font-size: 4rem;
}
.d_s_title_right {
    width: auto;
}
.d_s_title_right p {
    font-size: 2rem;
    text-align: center;
}
.d_s_box_01_1 {
    display: block;
    max-width: unset;
    margin-bottom: 30px;
}
.d_s_box_01_1_left {
    width: auto;
}
.d_s_box_01_1_left p {
    font-size: 2rem;
    font-weight: bold;
}
.d_s_box_01_1_right {
    text-align: center;
    margin-top: 20px;
    width: auto;
}
.d_s_box_11 ul li p {
    font-size: 1.4rem;
}
.d_s_box_01_1_left p br {
    display: none;
}
.d_s_box_02 {
    background-color: #eae1de;
    margin-bottom: 30px;
    padding: 10px;
}
.d_s_box_02_img {
    text-align: center;
    margin: 30px 0!important
}
.d_s_box_03 {
    background-color: #eae1de;
    margin-bottom: 30px;
    padding: 10px;
}
.d_s_box_04 {
    background-color: #eae1de;
    margin-bottom: 30px;
    padding: 10px;
}
.d_s_box_04_1 {
    display: block;
}
.d_s_box_04_1_left {
    width: auto;
    text-align: center;
    margin-bottom: 30px;
}
.d_s_box_04_1_right {
    width: auto;
}
.d_s_box_05 {
    margin-bottom: 30px;
    padding: 10px;
}
.d_s_box_06 {
    margin-bottom: 30px;
    padding: 10px;
}
.d_s_box_07 {
    margin-bottom: 30px;
    padding: 10px;
}
.d_s_box_08 {
    margin-bottom: 30px;
    padding: 10px;
}
.d_s_box_09 {
    margin-bottom: 30px;
    padding: 10px;
}
.d_s_box_10 {
    margin-bottom: 30px;
    padding: 10px;
}
.d_s_box_11 {
    padding: 0;
}
.d_s_box_11 h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}
.d_s_box_11_t {
    margin-top: 50px;
}
.d_s_box_11 ul li {
    width: 48%;
    margin-bottom: 30px;
}
.doyouknow_shikkui_img_01 {
    width: auto;
}
.doyouknow_shikkui_img_02 {
    width: auto;
}
.doyouknow_shikkui_img_03 {
    width: auto;
}
.doyouknow_shikkui_img_04 {
    width: auto;
}
.doyouknow_shikkui_img_05 {
    width: auto;
}
.doyouknow_shikkui_img_06 {
    width: auto;
}
.d_s_title_right_text {
text-align: center;
}





/* --------【速報】無添加住宅オリジナルしっくいに付着した
ヒト・コロナウイルスは5分間で100%不活化(死滅)！--------- */

.under_eye_title_en_virus {
    line-height: 20px;
}
.virus_inner {
    margin-top: 50px;
    max-width: unset;
}
.virus_box_01 p {
    margin-bottom: 30px;
}
.virus_box_08 ul li p {
    font-size: 1.4rem;
}
.virus_box_01 {
    margin-bottom: 50px;
}
.virus_box_01 h2 {
    font-size: 1.7rem;
    line-height: 30px;
    margin-bottom: 30px;
    font-feature-settings: "palt";
    list-style-type: disc !important;
}
.virus_box_01 h2 br{
    
}
.virus_box_01_img_left {
    margin-right: 10px;
}
.virus_box_01_img {
    margin-bottom: 30px;
}
.virus_box_01_img_02 {
    margin-top: 30px;
}

.virus_box_02 {
    background-color: #eae1de;
    padding: 20px 10px 20px 10px;
    margin-bottom: 30px;
}
.virus_box_02 h2 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
}
.virus_box_03 {
    background-color: #eae1de;
    padding: 20px 10px 20px 10px;
    margin-bottom: 30px;
}
.virus_box_03 h2 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
    line-height: 30px;
}
.virus_box_04 {
    background-color: #eae1de;
    padding: 20px 10px 20px 10px;
    margin-bottom: 30px;
}
.virus_box_04 h2 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
}
.virus_box_04_img {
    display: block;
    margin-bottom: 30px;
}
.virus_box_04_img_left {
    width: auto;
}
.virus_box_04_img_right {
    width: auto;
    text-align: center;
    margin-top: 30px;
}
.virus_box_04_text {
    margin-bottom: 30px;
}
.virus_box_05 {
    padding: 20px 10px 20px 10px;
    margin-bottom: 30px;
}
.virus_box_05 h2 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
}
.virus_box_05_img {
    display: block;
}
.virus_box_05_img_left {
    width: auto;
}
.virus_box_05_img_right {
    width: auto;
    text-align: center;
    margin-top: 30px;
}
.virus_box_06 {
    padding: 20px 10px 20px 10px;
    margin-bottom: 30px;
}
.virus_box_06 h2 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
    line-height: 30px;
}
.virus_box_06_img {
    display: block;
}
.virus_box_06_img_left {
    width: auto;
}
.virus_box_06_img_right {
    width: auto;
    text-align: center;
    margin-top: 30px;
}
.virus_box_07 {
    padding: 20px 10px 20px 10px;
    margin-bottom: 30px;
}
.virus_box_07 h2 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
    line-height: 30px;
}
.virus_box_07_img {
    display: block;
      
}
.virus_box_07_img_left {
    width: auto;
}
.virus_box_07_img_right {
    width: auto;
    text-align: center;
    margin-top: 30px;
}
.virus_box_07_img_02 {
    display: block;
}
.virus_box_08_img {
    display: block;
    margin-top: 50px;
}
.virus_box_08_img_left {
    margin-bottom: 20px;
    width: auto;
}
.virus_box_08_img_right {
    width: auto;
}
.virus_box_08 ul li {
    width: 48%;
    margin-bottom: 30px;
}
.virus_box_08_text a {
    font-size: 1.8rem;
}


/* --------フローリング--------- */

.f_top_text {
    margin-bottom: 30px;
}
.flooring_title_01 {
    font-size: 1.8rem!important;
}
.f_img_01 {
    margin-top: 20px;
    margin-bottom: 50px;
}
.f_img_02 {
    margin-top: 20px;
    margin-bottom: 50px;
}
.f_box_01 {
   margin-bottom: 50px; 
}

/* --------キッチン--------- */

.kitchen_box_01 {
    margin-top: 0;
    margin-bottom: 30px;
}
.kitchen_box_01 h3 {
    font-size: 1.8rem;
    line-height: 25px;
}
.kitchen_box_01 p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.kitchen_box_02_img_01 {
    margin-bottom: 30px;
}
.kitchen_box_02_img_01_box {
    display: block;
}
.kitchen_box_02_img_01_left {
    width: auto;
    margin-bottom: 20px;
}
.kitchen_box_02_img_01_right {
    width: auto;
}
.kitchen_box_02_img_02 {
    margin-bottom: 30px;
}
.kitchen_box_02_img_02_left {
    width: auto;
    margin-bottom: 30px;
}
.kitchen_box_02_img_02_right {
    width: auto;
}
.kitchen_box_02_img_03_left {
    width: auto;
    margin-bottom: 20px;
}
.kitchen_box_02_img_03_right {
    width: auto;
}
.kitchen_box_02 {
    margin-bottom: 50px;
}

/* --------石屋根--------- */

.stone_box_01 {
    display: block;
    margin-bottom: 30px;
}
.stone_box_01_left {
    width: auto;
    margin-bottom: 20px;
}
.stone_box_01_right {
    width: auto;
    text-align: center;
}
.stone_title_box {
    margin-top: 50px;
}
.stone_title_box_02 {
    margin-top: 50px;
}


/* --------断熱材--------- */

.ins_img_box_01 {
    display: block;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ins_img_box_01_left {
    width: auto;
    margin-bottom: 20px;
}
.ins_img_box_01_right {
    width: auto;
}
.ins_img_box_01_left a {
    display: block;
    text-align: center;
    margin: auto;
    background-color: #464343;
    width: 50%;
    color: #fff;
    margin-top: 20px;
    padding: 6px 0;
    font-size: 1.4rem;
}
.ins_img_box_01_right a {
    display: block;
    text-align: center;
    margin: auto;
    background-color: #464343;
    width: 70%;
    color: #fff;
    margin-top: 20px;
    padding: 6px 0;
    font-size: 1.4rem;
}
.ins_img_box_03 {
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
    width: auto;
}
.ins_img_box_03_left {
    margin-right: 10px;
}
.ins_img_box_04 {
    text-align: end;
    margin-left: auto;
    margin-bottom: 30px;
    width: 40%;
}
.ins_11_box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ins_11_box_left {
    width: auto;
}
.ins_11_box_right {
    width: auto;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}
.pb_calc_title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 24px;
}
.pb_calc_box {
    text-align: center;
    margin-top: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: 0px;
}
.ins_qa_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
}
.ins_qa_box_02 {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ins_qa_box_02_left {
    width: auto;
}
.ins_qa_box_02_right {
    width: auto;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.ins_qa_box_02_right_box img {
    width: 50%;
}
.ins_qa_box_02_right_box_02 img {
    width: 62%;
}
.ins_11_img_box_01 {
    text-align: center;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: auto;
}
.c_colk_img_pc {
display: none;
}
.c_colk_img_sp {
display:block;
}


.ins_img_box_01_left_sp {
display: block;
margin-bottom: 50px;
}
.ins_img_box_01_right_sp {
display: block;
margin-bottom: 50px;
margin-top: 20px;
}
.ins_img_box_01_sp_none {
    display: none;
}
.ins_img_box_01_left_sp a{
    display: block;
    text-align: center;
    margin: auto;
    background-color: #464343;
    width: 70%;
    color: #fff;
    margin-top: 20px;
    padding: 6px 0;
    font-size: 1.4rem;
}
.ins_img_box_01_right_sp a{
    display: block;
    text-align: center;
    margin: auto;
    background-color: #464343;
    width: 70%;
    color: #fff;
    margin-top: 20px;
    padding: 6px 0;
    font-size: 1.4rem;
}
.ins_img_box_02_list li {
    width: 49%;
    margin-bottom: 20px;
}


/* --------3つの取り組み--------- */

.three_box_01 {
    max-width: unset;
}
.three_box_01_text_box {
    display: block;
    margin-top: 20px;
}
.three_box_01_text_box_right {
    margin: 20px 0;
}
.three_box_01_img_box {
    display: block;
    margin: 30px 0;
}
.three_box_01_img_box_left {
    width: auto;
    margin-bottom: 20px;
}
.three_box_01_img_box_right {
    width: auto;
}
.three_blog_box {
    margin-top: 50px;
}
.three_blog_box h2 {
    font-size: 1.8rem;
}
.three_blog_box ul {
    margin-top: 20px;
}
.three_blog_box ul li {
    width: 48%;
    margin-bottom: 20px;
}
.three_blog_box ul li p {
    font-size: 1.4rem;
    margin-top: 10px;
}
.three_box_02 {
    max-width: unset;
    padding: 0 20px;
    margin-bottom: 50px;
}
.three_box_02_list {
    display: block;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 50px;
}
.three_box_02_list li {
    width: auto;
    margin-bottom: 20px;
}
.three_box_03 {
    max-width: unset;
    margin: auto;
    padding: 0 20px;
    margin-bottom: 50px;
}
.three_ini_text_ma {
    margin: 20px 0;
}
.three_ini_text_ma_b {
    margin-top: 20px;
}
.three_works_box {
    margin-top: 50px;
}
.three_works_box h2 {
    font-size: 1.8rem;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
}
.three_works_box ul {
    display: block;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 20px;
}
.three_works_box ul li {
    width: auto;
    margin-bottom: 20px;
}
.five_right_text {
    margin-left:0;
}
#three_initiatives .five_left_img {
    width: auto;
}
.three_box_01_text_box_right {
    width: auto;
}
.three_blog_box_link {
    font-size: 1.8rem;
}
#three_initiatives .five_01_title_box h2 {
    padding-top: 30px;
}



/* --------ライブハウスとは--------- */


.company_inner {
    max-width: unset;
    margin-top: 50px;
    margin-bottom: 50px;
}
.c_top_title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 30px;
    line-height: 30px;
}
.c_box_01 {
    display: block;
}
.c_box_01_left {
    width: auto;
}
.c_box_01_right {
    width: auto;
    text-align: center;
    margin-top: 20px;
}
.c_box_02 {
    display: block;
}
.c_box_left {
    width: auto;
    text-align: center;
    margin-bottom: 20px;
}
.c_box_right {
    width: auto;
}
.c_box_01_02 .c_box_01_left {
    width: auto;
}
.c_box_01_02 .c_box_01_right {
    width: auto;
}
.c_box_02_left_text {
    font-size: 1.8rem!important;
}
.c_box_01_03 .c_box_01_left {
    width: auto;
}
.c_box_01_03 .c_box_01_right {
    width: auto;
}
.c_box_04 {
    background-color: #eae1de;
    padding: 10px;
}
.c_top_title_02 {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 30px;
}
.c_text_01 a {
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: underline;
}
.c_box_05 {
    background-color: #eae1de;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.c_box_05 h2 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 30px;
}
.c_box_05 dl {
    display: block;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    align-items: baseline;
}
.c_box_05 dt {
    width: auto;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}
.c_box_05 dd {
    width: auto;
    font-size: 1.4rem;
    line-height: 30px;
    margin-top: 20px;
}
.c_box_06 img {
    display: block;
    margin: auto;
    width: 60%;
}
.c_box_05 dd a{
    font-size: 1.4rem;
}

/* --------ショールーム--------- */

.showroom_inner {
    padding-bottom: 50px;
}
.sr_top_title {
    text-align: center;
    font-size: 2rem;
    padding-top: 50px;
    margin-bottom: 30px;
}
.sr_box_01 {
    max-width: unset;
    margin: auto;
    padding: 0px 20px;
    background-color: #fff;
    padding-top: 20px;
}
.sr_box_01_flex {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sr_box_01_flex_left {
    width: auto;
}
.sr_box_01_flex_right {
    width: auto;
    margin-top: 20px;
}
.sr_box_01_flex_text br {
    display: none;
}
.sr_box_01_bg_inner {
    background-color: #eae1de;
    padding: 20px 10px 20px 10px;
    margin-bottom: 50px;
}
.sr_box_01_bg_left {
    width: 50%;
}
.sr_box_01_bg_right {
    width: 70%;
}
.sr_box_01_bg_right p {
    font-size: 1.4rem;
}
.sr_box_01_bg_right p br {
    display: none;
}
.sr_box_01_bg_text_box {
    width: auto;
    margin: auto;
    margin-bottom: 50px;
}
.sr_box_01_bg_link a:nth-child(1) {
    margin-right: 0;
}
.sr_box_01_bg_link_btn {
    background-color: #808080;
    color: #fff;
    padding: 10px 10px 10px 10px;
    font-size: 1.6rem;
    display: block;
    margin: auto;
    margin-bottom: 19px;
}
.sr_box_01_map {
    width: auto;
    margin: auto;
    padding-bottom: 50px;
}
.sr_top_title_02 {
    text-align: center;
    font-size: 2rem;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.sr_box_02 {
    max-width: unset;
    margin: auto;
    background-color: #fff;
    padding: 0 20px;
    padding-top: 20px;
    margin-top: 50px;
    padding-bottom: 1px;
}
.sr_box_02_01 {
    background-color: #eae1de;
    padding: 20px 10px 20px 10px;
    margin-bottom: 30px;
}
.sr_box_02_title_box {
    display: block;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
.sr_box_02_title_box_left {
    width: auto;
}
.sr_box_02_title_box_left p {
    font-family: caflisch-script-pro, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 5rem;
    text-align: center;
    line-height: 36px;
}
.sr_box_02_title_box_right {
    width: auto;
    text-align: center;
    margin-top: 20px;
}
.sr_box_02_title_box_right p {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    letter-spacing: -1px;
}

.sr_box_02_02_text {
    padding: 0 10px;
    margin-top: 20px;
}
.sr_box_02 .sr_box_02_img_box {
    text-align: center;
    width: auto;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sr_box_02_list {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sr_box_02_list li {
    width: auto;
    text-align: center;
    margin-bottom: 30px;
}
.sr_box_02_list li h3 {
    text-align: center;
    margin-top: 10px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.sr_top_title_04 {
    text-align: center;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.sr_box_03 {
    max-width: unset;
    margin: auto;
    background-color: #fff;
    padding: 0 10px;
    padding-top: 20px;
    margin-top: 50px;
    padding-bottom: 1px;
}
.sr_box_03_tube {
    width: auto;
    margin: auto;
}
.sr_box_03 .sr_box_02_img_box {
    width: auto;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.sr_map_box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sr_map_box_left {
    width: auto;
}
.sr_map_box_right {
    width: auto;
    margin-top: 30px;
}
.sr_top_title_05 {
    margin-top: 50px;
    text-align: center;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.sr_box_04 {
    max-width: unset;
    margin: auto;
    background-color: #fff;
    padding: 0 20px;
    padding-top: 20px;
    margin-top: 50px;
    padding-bottom: 1px;
}
.sr_box_04 .sr_box_02_img_box {
    width: auto;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.sr_top_title:before, .sr_top_title:after {
    border-top: 2px solid;
    content: "";
    width: 2em;
}
.sr_top_title_02:before, .sr_top_title_02:after {
    border-top: 2px solid;
    content: "";
    width: 2em;
}
.sr_top_title_04:before, .sr_top_title_04:after {
    border-top: 2px solid;
    content: "";
    width: 2em;
}
.sr_top_title_05:before, .sr_top_title_05:after {
    border-top: 2px solid;
    content: "";
    width: 2em;
}
.sr_box_04_img_box {
    width:80%!important;
}
.sr_map_box_right iframe {
    height: 300px;
}
.c_box_06_img {
    width:45%!important;
}
.sr_box_01_flex_text {
    text-align: left;
}
.sr_box_01_flex_text .pc_br_none {
    display: block!important;
}


/* --------施工事例--------- */


.tab-wrap {
    max-width: unset;
    margin: auto;
    padding: 0 20px;
    margin-top: 50px;
}
.tab-group {
    display: block;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}
.tab {
    background-color: #000;
    color: #fff;
    border-radius: 15px;
    font-size: 1.6rem;
    padding: 5px;
    cursor: pointer;
    margin-right: 0;
    width: 250px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}
.tab a {
    font-size: 1.6rem;
    color: #fff;
}
.tab:nth-of-type(4) {
    margin-right: auto;
}
.panel h2 {
    font-size: 1.8rem;
}
.panel ul li {
    width: 48%;
    margin-bottom: 50px;
}
.works_day {
    font-size: 1.4rem!important;
}
.works_title {
    font-size: 1.4rem!important;
}
.works_top_text br {
    display: none;
}
.works_art_inner {
    max-width: unset;
    margin: auto;
    padding: 0 20px;
    margin-top: 50px;
    font-size: 1.8rem;
}
.works_art_inner h2 {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 30px;
}
.works_art_list li {
    width: 48%;
    margin-bottom: 20px;
}
.works_art_link {
 
    margin-top: 50px;
}
.works_art_link p a {
    font-size: 1.4rem;
    color: #000;
}
.works_art_title {
    font-size: 2rem!important;
}
.works_art_inner a {
    font-size: 1.8rem;
    color: #000;
    line-height: 24px;
}
.works_art_link p a {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px 10px;
}
.works_art_link p:nth-of-type(2) {
    margin: 0 20px;
}


/* --------無添加住宅とは--------- */


.about_inner {
    max-width: unset;
    margin-top: 50px;
}
.about_box_01 {
    padding: 0 20px;
    margin-bottom: 50px;
}
.about_box_01 h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
}
.about_box_01 p {
    font-size: 1.6rem;
}
.about_box_02 {
    margin-bottom: 50px;
}

.about_box_02 h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    line-height: 30px;
}
.about_box_02_box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center;
    padding: 0 20px;
}
.about_box_02_box_left {
    width: auto;
}
.about_box_02_box_right {
    width: 60%;
    margin: auto;
    margin-top: 20px;
}
.about_box_02_bg {
    background-color: #eae1de;
    padding: 20px;
}
.about_box_02_text {
    font-size: 1.6rem;
    margin-bottom: 30px;
}
.about_box_03_box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.about_box_03_box_left {
    width: auto;
    text-align: center;
}
.about_box_03_box_right {
    width: auto;
    margin-top: 20px;
}
.about_box_02_text_bottom {
    font-size: 1.6rem;
    margin-top: 30px;
}
.about_box_04_box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.about_box_04_box_left {
    width: auto;
}
.about_box_04_box_right {
    width: auto;
    margin-top: 20px;
}
.about_bottom_box {
    display: block;
    justify-content: space-between;
    margin-top: 50px;
    align-items: center;
}
.about_bottom_box_left {
    background-color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
}
.about_bottom_box_left p span {
    font-family: caflisch-script-pro, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 3rem;
}
.about_bottom_box_left p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
}
.about_bottom_box_right {
    width: auto;
}
.about_bottom_box_right_box_left {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
}
.about_bottom_box_right_box_right {
    width: auto;
}
.about_bottom_box_right_box_right p {
    font-size: 1.6rem;
    letter-spacing: 0;
    padding-right: 0;
}
.about_bottom_box_right_box_right p br {
    display: none;
}
.about_bottom_box_right_box {
    display: block;
    background-color: unset;
    border: unset;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.about_bottom_box_right_box_left img {
    height: auto;
}
.about_bottom_box_right_box_2 {
    border: unset!important;
    border-right: unset!important;
    border-left: unset!important;
    border-bottom: unset!important;
}



/* --------ブログ--------- */

.tab_group_blog {
    max-width: unset;
    margin: auto;
    padding: 0 20px;
    justify-content: flex-start;
    margin-top: 50px;
}
.tab_group_blog .tab {
    margin-right: 0;
    margin: auto;
    margin-bottom: 10px;
}
.tab_group_blog .tab:nth-of-type(4) {
    margin-right: 0;
    margin: auto;
    margin-bottom: 10px;
}
.blog_cat {
    text-align: center;
    font-size: 1.2rem!important;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    margin: 10px 0 10px 0;
}
.blog_box_text {
    text-align: center;
    line-height: 24px;
    font-size: 1.6rem!important;
    letter-spacing: 0px;
}
.blog_box_text br {
    display: none;
}
.blog_list_inner {
    max-width: unset;
    margin: auto;
    padding: 0 20px;
    margin-top: 50px;
}
.blog_list_inner ul li {
    display: block;
    border-bottom: 2px dotted #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog_day {
    margin-right: 0;
    margin-bottom: 10px;
}
.blog_art_title a {
    font-size: 1.8rem;
    color: #000;
}


/* --------よくある質問--------- */

.faq_list {
    margin-top: 50px;
    padding: 0 20px;
}
.faq_list li {
    max-width: unset;
    margin: auto;
    margin-bottom: 50px;
    background-color: #fff;
    padding: 30px 10px 30px 10px;
}
.faq_list li h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
}
.Label {
    font-size: 1.6rem;
    line-height: 30px;
}
.content p {
    font-size: 1.6rem;
}


/* --------初めての方--------- */


.flow_inner {
    max-width: unset;
    margin: auto;
    padding: 0 20px;
    margin-top: 50px;
}
.flow_title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flow_box {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 50px;
}
.flow_c_01 {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.flow_c_01_left {
    width: auto;
}
.flow_c_01_right {
    width: auto;
}
.flow_c_01_left h3 {
    font-size: 2rem;
    line-height: 30px;
}
.flow_c_01_left h3 br {
    display: none;
}
.flow_c_01_left p {
    border: 1px solid #000;
    display: inline-block;
    margin-top: 10px;
    width: 80px;
    text-align: center;
    font-size: 1.4rem;
    padding: 2px 0;
    margin-bottom: 20px;
}
.flow_inner p {
    font-size: 1.8rem;
}
.flow_c_02_link_box a {
    background-color: #464343;
    color: #fff;
    font-size: 1.2rem;
    padding: 7px 20px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 15px;
}
.flow_c_02 {
    margin-bottom: 50px;
}
.flow_c_02_box {
    display: block;
}
.flow_c_02_box_left {
    width: auto;
    margin-right: 0;
}
.flow_c_02_box_right {
    width: auto;
    margin-bottom: 20px;
    text-align: end;
}
.flow_c_02_img {
    margin-top: 0;
}

.flow_c_02_img img {
    width: auto;
}
.flow_c_03 {
    margin-top: -20px;
    background-color: #eae1de;
    padding: 20px 10px;
} 
.flow_c_03_box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.flow_c_03_box_left {
    width: auto;
}
.flow_c_03_box_left p {
    font-family: caflisch-script-pro, sans-serif;
    font-size: 4rem!important;
    text-align: center;
    line-height: 20px;
}
.flow_c_03_box_right_title {
    font-size: 2rem!important;
    margin-bottom: 20px;
    margin-top: 20px;
}
.flow_c_03_box_right_link a {
    background-color: #464343;
    color: #fff;
    font-size: 1.4rem;
    padding: 7px 10px;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 10px;
}
.flow_c_04 {
    border: 1px solid #000;
    border-radius: 20px;
    width: auto;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.flow_c_04 h2 {
    text-align: center;
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 30px;
    margin-bottom: 20px;
}
.flow_c_04 img {
    width: auto;
    margin: auto;
}
.flow_c_04 p {
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 30px;
    padding: 0 10px;
}
.flow_c_05 {
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.flow_c_05_box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.flow_c_05_box_left {
    width: auto;
}
.flow_c_05_box_left h2 {
    font-size: 2rem;
    line-height: 30px;
}
.flow_c_05_box_left p {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 2px 0;
}
.flow_c_05_box_right {
    width: auto;
}
.flow_c_05_img_box {
    margin-top: 0;
    margin-bottom: 0;
}
.flow_c_05_img_box img {
    width: auto;
}
.flow_c_05_box_link_box a {
    background-color: #464343;
    color: #fff;
    font-size: 1.4rem;
    padding: 7px 20px;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 10px;
}
.flow_c_05_box_2 h2 {
    font-size: 2rem;
    line-height: 30px;
}
.flow_c_05_box_2 p {
    border: 1px solid #000;
    display: inline-block;
    margin-top: 10px;
    width: 80px;
    text-align: center;
    padding: 2px 0;
    margin-bottom: 10px;
}
.flow_c_05_box_left h2 br {
    display: none;
}
.flow_c_05_box_left_box {
    display: block;
}
.flow_c_05_box_img_2 .flow_c_05_box_right {
    width: auto;
}
.flow_c_06_box {
    display: block;
    flex-wrap: wrap;
    margin-top: 50px;
}
.flow_c_06_box_left {
    width: auto;
}
.flow_c_06_box_left_box {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.flow_c_06_box_right_inner {
    display: none;
    width: auto;
}
.flow_c_06_box_left_box_link a {
    background-color: #464343;
    color: #fff;
    font-size: 1.4rem;
    padding: 7px 20px;
    margin-right: 0;
    display: inline-block;
}
.maru_text {
    margin: unset!important;
    display: inline-block!important;
    vertical-align: middle;
    width: auto;
}
.flow_c_06_box_right_pc {
    display: none;
}
.flow_c_06_box_right_sp {
    display: block;
}
.flow_c_06_box_border {
    display: none;
}
.flow_c_05_img_box_2 img {
    width: auto;
}
.flow_c_06_box_left_box img {
    width: auto;
}
.flow_c_06_box_right_box img {
    width: auto!important;
}
.tab_group_blog_sp li a{
   color: #fff;
    font-size: 1.2rem; 
}
.tab_group_blog_sp {
    display: block;
}
.tab_group_blog_pc {
    display: none;
}
.is-active_sp {
    color: #000!important;
}
.top_blog_tag_item_sp {
    background-color: #000!important;
    
}
.top_blog_tag_item_sp_w {
    border: 1px solid #000;
    border-radius: 15px;
    background-color: #fff;
}

/* --------イベント--------- */

.event_pick_inner {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}
.event_pick_left {
    width: auto;
    position: relative;
}
.event_pick_right {
    width: auto;
    background-color: #eae1de;
    position: relative;
    padding-bottom: 30px;
}
.event_pick_right_tag p {
    position: absolute;
    right: -5%;
    top: -10%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f8ad3b;
    text-align: center;
    font-size: 1.4rem;
    line-height: 50px;
}
.event_pick_right_top_text {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 1.4rem!important;
}
.event_pick_right h2 {
    text-align: center;
    font-size: 1.6rem;
    line-height: 30px;
    margin: 20px 0;
    padding: 0px 10px;
}
.event_pick_right h2 br {
    display: none;
}
.event_pick_right dl {
    width: 95%;
    display: flex;
    margin: auto;
    margin-bottom: 10px;
}
.event_pick_right dl dt {
    font-size: 1.4rem!important;
    color: #666666;
    margin-right: 0;
}
.event_pick_right dl dd {
    font-size: 1.4rem!important;
    color: #666666;
}
.event_pick_right a {
    display: block;
    width: 200px;
    background-color: #fff;
    color: #000;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    border: 1px solid #808080;
    padding: 10px 0;
    font-size: 1.4rem;
}
.event_list_box ul {
    display: block;
}
.event_list_box ul li {
    width: auto;
    margin-bottom: 30px;
}

.event_list_item_box_tag p {
    position: absolute;
    right: -5%;
    top: -6%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f8ad3b;
    text-align: center;
    font-size: 1.4rem;
    line-height: 50px;
}
.event_list_item_box_top_text {
    font-size: 1.4rem!important;
}
.event_list_item_box_bg h2 {
    text-align: center;
    margin: 20px 0;
    font-size: 1.6rem;
    line-height: 30px;
}
.event_list_item_box_bg dl {
    padding: 0 10px;
    display: flex;
    margin-bottom: 10px;
}
.event_list_item_box_bg dl dt {
    font-size: 1.4rem;
    color: #666666;
    margin-right: 0px;
}
.event_list_item_box_bg dl dd {
    font-size: 1.4rem;
    color: #666666;
}
.event_list_item_box_bg a {
    width: 200px;
    display: block;
    background-color: #eae1de;
    border: 1px solid #808080;
    margin: auto;
    color: #000;
    text-align: center;
    font-size: 1.4rem;
    padding: 10px 0;
    margin-top: 30px;
}
.event_list_inner {
    padding: 0 20px 50px!important;
}

.event_btn_text {
    width: 200px;
    display: block;
    background-color: #fff;
    border: 1px solid #808080;
    margin: auto;
    color: #000;
    text-align: center;
    font-size: 1.4rem!important;
    padding: 6.5px 0;
    margin-top: 30px;
}
.event_btn_text_gr {
    width: 200px;
    display: block;
    background-color: #eae1de;
    border: 1px solid #808080;
    margin: auto;
    color: #000;
    text-align: center;
    font-size: 1.4rem!important;
    padding: 6.5px 0;
    margin-top: 30px;
}

.event_list_inner .flow_c_03_box_right {
    width: auto;
}
.event_pick_right_tag {
    display: none;
}
.event_pick_right_tag_sp {
    display: block;
}
.event_pick_right_tag_sp p {
    position: absolute;
    right: -5%;
    top: -13%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f8ad3b;
    text-align: center;
    font-size: 1.4rem;
    line-height: 50px;
}



/* --------完成見学会--------- */


.completion_tour_box {
    max-width: unset;
    margin: auto;
    padding: 20px;
    margin-top: 50px;
}
.ct_box_02 img {
    width: auto;
}
.ct_box_03 {
    background-color: #eae1de;
    max-width: unset;
    margin: auto;
}
.ct_box_03 h2 {
    font-size: 2.4rem;
}
.ct_box_03 ul {
    display: block;
    padding: 0 20px 50px 20px;
}
.ct_box_03 ul li {
    width: auto;
    margin-bottom: 30px;
}
.ct_box_03 ul li img {
    display: block;
    margin: auto;
}
.ct_box_03 ul li h2 {
    font-size: 2.4rem;
    padding-top: 20px;
    margin-bottom: 20px;
}
.ct_box_03 ul li:nth-child(2), .ct_box_03 ul li:nth-child(4) {
    margin-top: 0;
}
.completion_tour_box_02 {
    background-color: #fff;
    max-width: unset;
    margin: auto;
    padding: 0px 0px;
    padding-top: 50px;
}
.ct_box_04_top_text {
    margin-top: 20px;
    margin-left: 20px;
    background: linear-gradient(transparent 70%, #f8ad3b 70%);
    display: inline-block;
}
.ct_box_04_border h2 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 24px;
    margin: 30px 0;
    padding: 0 10px;
}
.ct_box_04_border h2 br {
    display: none;
}
.ct_box_04_border dl {
    display: flex;
    max-width: unset;
    width: 90%;
    margin: auto;
    margin-bottom: 15px;
}
.ct_box_04_border dl dt {
    font-size: 1.4rem;
}
.ct_box_04_border dl dd {
    font-size: 1.4rem;
}
.ct_box_04_btn a {
    display: block;
    background-color: #fff;
    width: 250px;
    margin: auto;
    color: #000;
    text-align: center;
    border: 1px solid #000;
    padding: 15px 0;
    margin-top: 50px;
    font-size: 1.4rem;
}
.ct_box_04_btn_tag p {
    position: absolute;
    top: -70%;
    right: 10%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f8ad3b;
    line-height: 50px;
    text-align: center;
    font-size: 1.4rem!important;
}
.ct_box_05 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.ct_box_05 img {
    width: 90%;
}
.ct_box_06 h2 {
    text-align: center;
    font-size: 2.4rem;
    position: relative;
}
.ct_box_06 h2::after {
    width: 150px;
}
.ct_box_06 dl {
    display: block;
    align-items: center;
    margin-bottom: 30px;
}
.ct_box_06 dt {
    width: auto;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 10px;
}
.ct_box_06 dd {
    font-size: 1.8rem;
    line-height: 30px;
}
.ct_box_06_bottom_box {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    margin: auto;
    margin-top: 50px;
    width: 95%;
}
.ct_box_06 {
    background-color: #eae1de;
    margin-bottom: 50px;
    padding: 50px 20px 50px 20px;
}
.ct_box_07 {
    background-color: #eae1de;
    padding: 50px 10px 50px 10px;
    margin-bottom: 50px;
}
.ct_box_07 h2 {
    text-align: center;
    font-size: 2.4rem;
    position: relative;
    margin-bottom: 50px;
}
.ct_box_07 h2::after {
    width: 150px;
}
.ct_box_07 dd {
    font-size: 1.8rem;
    line-height: 30px;
}

.ct_box_07 dl {
    display: block;
    align-items: center;
    margin-bottom: 30px;
}
.ct_box_07 dt {
    margin-right: 0;
    margin-bottom: 10px;
}
.ct_box_08 {
    background-color: #eae1de;
    padding: 50px 10px 50px 10px;
    margin-bottom: 50px;
}
.ct_box_08 h2 {
    text-align: center;
    font-size: 2.4rem;
    position: relative;
    margin-bottom: 50px;
}
.ct_box_08 h2::after {
    width: 150px;
}



.ct_box_09 h2 {
    text-align: center;
    font-size: 2.4rem;
    position: relative;
    margin-bottom: 50px;
}
.ct_box_09_img img {
    display: block;
    margin: auto;
    width: auto;
}
.ct_box_09 {
    background-color: #eae1de;
    padding: 50px 10px 50px 10px;    
    margin-bottom: 50px;
}
.ct_box_10 h2 {
    text-align: center;
    font-size: 2.4rem;
    position: relative;
    margin-bottom: 30px;
}
.ct_box_10 h2::after {
    width: 150px;
}
.ct_box_10_img_01 img {
    width: auto;
}
.ct_box_10_img_02 img {
    width: auto;
}
.ct_box_10_img_03 img {
    width: auto;
}
.ct_box_10_list_01 {
    max-width: unset;
}
.ct_box_10_img_04 img {
    width: auto;
}
.ct_box_10_list_02 {
    max-width: unset;
}
.ct_box_10_list_03 {
    max-width: unset;
}
.ct_box_10_img_05 img {
    width: auto;
}
.ct_box_10_img_06 img {
    width: auto;
}
.ct_box_10_img_07 img {
    width: auto;
}
.ct_box_10_img_08 img {
    width: auto;
}
.ct_box_10_img_09 img {
    width: auto;
}
.ct_box_10_img_10 img {
    width: auto;
}
.ct_box_10 {
    background-color: #eae1de;
    padding: 50px 20px 50px 20px;
    margin-bottom: 50px;
}
.ct_box_11 img {
    width: 90%;
}
.ct_box_12 {
    margin-top: 100px;
    padding: 0 20px;
    padding-bottom: 50px;
}
.ct_box_12 h2 {
    font-size: 2.4rem;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.ct_box_12 ul li {
    width: 48%;
    margin-bottom: 20px;
}
.ct_box_12 ul li p {
    font-size: 1.4rem;
    margin-top: 5px;
}
.event_art_link {
    margin-top: -150px;
}

.works_art_inner .top_blog_tag_list {
    padding:0!important;
}
.works_art_inner .top_blog_tag_item:nth-child(1) {
    background-color: #000!important;
    color: #fff!important;
    border: unset!important;
}
.ct_box_04 {
    margin-bottom: 50px;
}


/* --------先輩オーナー様宅 訪問見学会申し込みフォーム--------- */



.op_form_inner {
    max-width: unset;
    padding: 20px 10px 20px 10px;
    margin-top: 50px;
}
.op_form_box_01_top_text {
    padding: 0 20px;
    padding-top: 20px;
    text-align: center;
}
.op_form_box_01_title_box {
    display: block;
    justify-content: center;
    padding-bottom: 20px;
}
.op_form_box_01_title_box_left {
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.op_form_box_01_title_box_left h2 {
    font-size: 2rem;
    text-align: center;
    line-height: 30px;
}
.op_form_box_01_title_box_right p {
    margin: auto;
}
.op_form_box_02 {
    background-color: #eae1de;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 10px;
}
.op_form_box_02 h2 {
    text-align: center;
    font-size: 2rem;
    border-bottom: 1px solid #000;
    display: table;
    margin: auto;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-top: 20px;
}
.op_form_box_02 dl {
    display: block;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.op_form_box_02 dl dt {
    width: 20%;
    margin: auto;
    margin-bottom: 20px;
}
.op_form_box_02 dl dd {
    font-size: 1.8rem;
    width: auto;
    line-height: 30px;
}
.op_form_box_03_form {
    border: 1px solid #000;
    padding: 20px;
}
.op_form_box_03_form dl {
    margin-bottom: 30px;
}
.op_form_box_03_form dl dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 24px;
}
.op_form_box_03_form dl dd {
    font-size: 1.8rem;
}
.op_form_box_03_form_text {
    margin-top: 50px;
    margin-bottom: 50px;
}
.event_content {
  color: #000;
  border-radius: 0;
  font-size: 1.8rem;
}
.event_day_1 {
    height: 30px;
    width: 60%;
    color: #000;  
  border-radius: 0;
  font-size: 1.8rem;
}
.event_day_2 {
    height: 30px;
    width: 60%;
    color: #000; 
  border-radius: 0;
  font-size: 1.8rem;
}
.event_car {
    height: 30px;
    width: 60%;
    color: #000;  
  border-radius: 0;
  font-size: 1.8rem;
}
.event_num {
    height: 30px;
    width: 60%;
    border-radius: 0;
    color: #000;
    font-size: 1.8rem;
}
.event_kid {
    height: 30px;
    width: 60%;
    color: #000;  
  border-radius: 0;
  font-size: 1.8rem;
}
.event_confirm_btn {
    font-size: 1.8rem;
    border-radius: 0;
     -webkit-appearance: none;
}
.event_page_form {
    padding-bottom: 50px;
}
.event_name {
   font-size: 1.8rem;
   width: 94%;
}
.event_kana {
    font-size: 1.8rem;
    width: 94%;
}
.event_tel {
    font-size: 1.8rem; 
    width: 94%;
}
.event_mail {
    font-size: 1.8rem;
    width: 94%;
}
.event_area {
    font-size: 1.8rem; 
    width: 94%;
}
.op_form_box_03_form dl dt span {
    padding: 2px 10px 2px 10px;
}
.event_back_btn {
    font-size: 1.8rem;
    border-radius: 0;
    -webkit-appearance: none;
}
.event_list_item_box img {
    height: auto;
    width: 100%;
}

/* --------お客様の声--------- */



.voice_list h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    line-height: 24px;
}
.voice_list h2 br{
    display: none;
}
.voice_list li {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 30px;
}
.voice_flex_left {
    margin-right: 0;
    max-width: 100%;
    float: unset;
}
.voice_flex_right_text {
    margin-bottom: 0px;
}
.voice_flex_right dl {
    margin-top: 30px;
}
.voice_flex_right dl dt {
    font-size: 1.8rem;
    line-height: 24px;
    text-decoration: underline;
}
.voice_flex_right dl dd {
    font-size: 1.8rem;
    line-height: 24px;
    font-weight: bold;
}
.voice_bottom_text {
    margin: 50px 0;
}
.voice_flex_right a {
    line-height: 24px;
    font-size:1.8rem;
}


/* --------問い合わせ--------- */

.inquiry_box_01_text a {
    font-size: 1.8rem;
}
.inquiry_box_01_flex {
    display: block;
}
.inquiry_box_01_flex_left {
    width: auto;
    margin-bottom: 30px;
}
.inquiry_box_01_flex_right {
    width: auto;
}
.inquiry_box_01 h2 {
    font-size: 2rem;
}
.inquiry_box_01_flex h3 {
    font-size: 1.8rem;
}
.event_y_num {
    height: 50px;
    width: 94%;
    font-size: 1.8rem;
}
.event_todouhuken {
    height: 50px;
    width: 50%;
    -webkit-appearance: none;
    background-color: #fff;
    color: #000;
    border-radius: 3px;
    border: 1px solid rgba(133,133,133);
    font-size: 1.8rem;
}
.pr_box h2 {
    font-size: 2rem;
}
.pr_box h3 {
    font-size: 1.8rem;
}
.pr_check_box span {
    font-size: 1.8rem;
}
.pr_check_box input {
    vertical-align: middle;
}
.pr_box {
    border: 1px solid rgba(133,133,133);
    padding: 10px;
    overflow-y: scroll;
    height: 300px;
    border-radius: 3px;
}
.mw_wp_form .error {
    font-size:1.8rem!important;
}
.pr_check_box {
    font-size:1.8rem;
}




/* --------オーナー様アトリエ・教室紹介--------- */

.owner_box_01_inner {
    max-width: unset;
    margin: auto;
    padding: 0 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.owner_box_02_inner {
    max-width: unset;
    margin: auto;
    padding: 0 20px;
    margin-bottom: 50px;
}
.owner_box_02_inner h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
}
.owner_box_02_inner ul li {
    width: 48%;
    margin-bottom: 30px;
}
.owner_box_03_inner {
    margin-bottom: 50px;
}
.o_inner {
    background-color: #eae9e6;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: -25px;
}
.o_box {
    max-width: unset;
    margin: auto;
    padding: 0 20px;
}
.o_border_box_flex {
    display: block;
    margin-top: 50px;
    margin-bottom: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.o_border_box_left {
    width: auto;
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 30px;
}
.o_border_box_left h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
}
.o_border_box_right {
    width: auto;
    border: 1px solid #000;
    padding: 10px;
}
.o_border_box_right h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
}
.o_border_box_right p a {
    color: #000;
    text-decoration: underline;
    font-size: 1.8rem;
}
.o_border_box h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
    line-height: 30px;
}
.o_border_box p a {
    color: #000;
    text-decoration: underline;
    font-size: 1.8rem;
}
.o_border_box {
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 30px;
}
.o_border_box dl {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.o_border_box dl dt {
    width: auto;
    margin-bottom: 10px;
}
.o_title_box p {
    font-weight: bold;
    max-width: unset;
    margin: auto;
    padding: 0 10px 0 10px;
    font-size: 1.2rem!important;
}
.o_title_box h2 {
    font-size: 1.8rem;
    max-width: unset;
    margin: auto;
    margin-top: 10px;
    padding: 0 10px 0 10px;
}
.o_title_box {
    background-image: unset;
    background-repeat: no-repeat;
    position: relative;
    background-size: unset;
    border: 1px solid #000;
    width: 95%;
    padding: 10px 0;
    background-color: #fff;
}




/* --------完成見学会申し込みフォーム--------- */

.event_time_1 {
    height: 30px;
    width: 100%;
    margin-top: 10px;
    border-radius: 0;
    font-size: 1.8rem;
    color: #000;
}
.event_time_2 {
    height: 30px;
    width: 100%;
    margin-top: 10px;
    border-radius: 0;
    font-size: 1.8rem;
    color: #000;
}

/* --------構造見学会申し込みフォーム--------- */

#s_t_f .op_form_box_03_form dl:first-of-type {
    display: block;
}
#s_t_f .op_form_box_03_form dl:nth-of-type(2) {
    display: block;
}
#s_t_f .op_form_box_03_form dl:first-of-type dd span {
    margin-bottom: 10px;
}
#s_t_f .op_form_box_03_form dl:nth-of-type(2) dd span {
    margin-bottom: 10px;
}
.other {
    font-size: 1.8rem;
    width: 94%;
}



/* --------先輩オーナー様宅訪問見学会--------- */


.owner_tour_inner {
    max-width: unset;
    margin: auto;
    background-color: #fff;
    margin-top: 50px;
    padding: 30px 10px;
}

.ct_box_04_ot .ct_box_04_btn a {
    width: 320px;
}
.ct_box_04_ot .ct_box_04_btn_tag p {
    right: 0%;
    top: -85%;
}
.o_t_box_05 {
    background-color: #eae1de;
    padding: 30px 10px;
    margin-bottom: 50px;
}
.o_t_box_05 h2 {
    text-align: center;
    font-size: 2rem;
}
.o_t_box_05 dl {
    display: block;
    align-items: center;
    margin-bottom: 30px;
}
.o_t_box_05 dt {
    margin-right: 0;
    width: auto;
    text-align: center;
}
.o_t_box_05 dd {
    font-size: 18px;
    line-height: 30px;
    width: auto;
    margin-top: 20px;
}
.o_t_box_02 {
    background-color: #eae1de;
    padding: 30px 10px;
    margin-bottom: 50px;
}
.o_t_box_02_text_box {
    background-color: #fff;
    border-radius: 20px;
    margin-top: 30px;
    padding: 10px;
}
.o_t_title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    line-height: 30px;
    padding: 0 20px;
}
.o_t_box_03 {
    background-color: #eae1de;
    padding: 30px 10px;
}
.o_t_box_03 ul li {
    width: auto;
    margin-bottom: 30px;
}
.o_t_box_04 {
    background-color: #eae1de;
    padding: 30px 10px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.o_t_box_04 h2 {
    text-align: center;
    font-size: 2rem;
}
.o_t_box_04 dl {
    display: block;
    margin-bottom: 30px;
}
.o_t_box_04 dt {
    margin-right: 0;
    margin-bottom: 10px;
}
.o_t_box_04 dd {
    font-size: 18px;
}


/* --------構造見学会--------- */

.s_t_title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
}
.s_t_box_01 h2 {
    text-align: center;
    font-size: 2rem;
}
.s_t_box_01 h3 {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 24px;
}
.s_t_box_01 dl {
    display: block;
}

.s_t_box_01 dt {
    font-size: 20px;
    font-weight: bold;
    width: auto;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 20px;
}
.s_t_box_01 dd {
    font-size: 18px;
    width: auto;
    line-height: 24px;
}
.s_t_img_box_02 {
    margin-top: 50px;
    margin-bottom: 20px;
}
.s_t_box_01 {
    background-color: #eae1de;
    padding: 30px 10px;
    margin-bottom: 50px;
}


.care_top_box h3 {
    text-align: center;
    font-size: 2rem;
    padding-top: 30px;
    margin-top: 30px;
}

.care_top_box ul {
    max-width: unset;
    margin-top: 30px;
    padding: 0 10px;
    display: block;
    padding-bottom: 1px;
}
.care_top_box ul li {
    width: auto;
    margin-bottom: 50px;
    text-align: center;
}
.care_unker_title {
    text-align: center;
    font-size: 2rem;
    margin-top: 50px;
}
.care_list {
    max-width: unset;
    margin: auto;
}
.kizuiresiki_list li {
    width: auto!important;
}
.kizuiresiki_list_f li {
    width: auto!important;
}
.kizuiresiki_list ul {
    width: auto;
}
.kizuiresiki_list_f {
    width: auto;
}
.kizuiresiki_list ul li p a{
    font-size: 1.8rem;
}
.kizuiresiki_list_f li p a {
    font-size: 1.8rem;
}
.link {
    font-size: 1.8rem;
}
.three_blog_box_link_02.on-click {
    margin-top: 50px;
}
.voice_flex_right {
    font-size: 1.8rem;
}
.event_btn_link_03 {
    width: 200px;
    display: block;
    border: 1px solid #808080;
    margin: auto;
    color: #000;
    text-align: center;
    font-size: 1.4rem!important;
    padding: 10px 0;
    margin-top: 30px;
}
.st_item_item:nth-child(1) p , .st_item_item:nth-child(5) p {
    font-size: 18px;
    width: auto;
}
.st_item_item:nth-child(2) p , .st_item_item:nth-child(3) p , .st_item_item:nth-child(4) p , .st_item_item:nth-child(6) p , .st_item_item:nth-child(7) p , .st_item_item:nth-child(8) p{
    font-size: 18px;
    width: 95%;
}

.os_item_item:nth-child(1) p , .os_item_item:nth-child(5) p , .os_item_item:nth-child(9) p{
    font-size: 18px;
    width: auto;
}
.os_item_item:nth-child(2) p , .os_item_item:nth-child(3) p , .os_item_item:nth-child(4) p , .os_item_item:nth-child(6) p , .os_item_item:nth-child(7) p , .os_item_item:nth-child(8) p ,
.os_item_item:nth-child(10) p , .os_item_item:nth-child(11) p , .os_item_item:nth-child(12) p {
    font-size: 18px;
    width: 95%;
}


}
