@media screen and (max-width: 750px) {
	input, button, textarea, select, p, blockquote, th, td, pre, li, dt, dd {
    font-size: 140%;
}
p, dt, dd, td, th, li {
    line-height: 24px;
}

	.sp, .sp_320, .sp_375, .sp_480 {
		display: block;
	}
    p {
        margin-bottom: 15px;
    }
    #wrapper {
        min-width: 0;
    }
	
	.inner {
		padding: 0 1%;
	}
    .pc_area {
        display: none;
    }
    .sp_area {
        display: block;
    }
    #totop {
        bottom: 55px;
        right: 5px;
        width: 30px;
    }
    .image_l, .image_r {
        margin: 0 0px 20px 0;
        text-align: center;
    }
    .table-wrapper {
        width: 100%;
        overflow: auto;
    }
    .table-wrapper table {
        width: 750px;
    }
    .tbl_wrap_text {
        font-size: 12px;
        display: block;
        margin: 0;
        margin-top: 5px;
        line-height: 18px;
    }

    /*==========================================================================*/
    /*                               Gnavi                                      */
    /*==========================================================================*/
    .btn_menu {
        margin: 0;
        position: fixed;
        top: 12px;
        right: 5px;
        z-index: 90;
        width: 36px;
        height: 36px;
    }
    .btn_menu a {
        display: block;
        width: 32px;
        height: 30px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0 auto;
        color: transparent !important;
    }
    .btn_menu a:before, .btn_menu a span:before, .btn_menu a span:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        -webkit-transition: all .15s ease;
        -o-transition: all .15s ease;
        transition: all .15s ease;
        left: auto;
        right: 0;
        background: #005f37;
    }
    .btn_menu a:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .btn_menu a span:before {
        top: 5px;
    }
    .btn_menu a span:after {
        bottom: 5px;
    }
    .btn_menu.active a:before {
        background-color: transparent;
    }
    .btn_menu.active a span:before{
        transform: rotate(45deg);
        top: 15px;
    }
    .btn_menu.active a span:after {
        transform: rotate(-45deg);
        bottom: 13px;
    }
	
	ul.menu  {
		margin-bottom: 40px;
	}

    ul.menu > li {
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    }
    ul.menu > li > a, ul.menu > li > span {
        display: block;
        position: relative;
        padding: 15px 20px;
        color: #fff;
    }
    ul.menu > li > a br, ul.menu > li > span br {
        display: none;
    }
    ul.menu > li > span:before, ul.menu > li > span:after {
        content: '';
        position: absolute;
        background: rgba(255, 255, 255, 0.4);
        top: 50%;
    }
    ul.menu > li > span:before {
        width: 11px;
        height: 1px;
        margin-top: 0px;
        right: 20px;
    }
    ul.menu > li > span:after {
        width: 1px;
        height: 11px;
        right: 25px;
        margin-top: -5px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        opacity: 1;
    }
    ul.menu > li.active span:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    ul.menu > li.active .sub {
        height: auto;
        opacity: 1;
    }
    ul.menu > li a:before {
        content: '';
        position: absolute;
        padding: 3px;
        border-right: 1px solid #fff;
        border-bottom: solid 1px #fff;
        right: 23px;
        top: 50%;
        -webkit-transform: rotate(-45deg) skew(-12deg, -12deg);
        -ms-transform: rotate(-45deg) skew(-12deg, -12deg);
        transform: rotate(-45deg) skew(-12deg, -12deg);
        margin-top: -3px;
        opacity: 0.7;
    }
    ul.menu .sub {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 0;
        background: rgba(0, 0, 0, 0.1);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    ul.menu .sub li {
        border-top: solid 1px rgba(255, 255, 255, 0.1);
    }
    ul.menu .sub li a {
        padding: 12px 20px 12px 35px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.9);
        position: relative;
    }
    #gnavi {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        width: 100%;
        z-index: 101;
        background: rgba(40, 123, 68, 0.98);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    #gnavi .scroll {
        height: 100%;
        overflow: scroll;
    }
    #gnavi.open {
        right: 0;
    }
	
	.sp_contact dt {
    font-size: 18px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 10px;
		text-align: center;
}
	
	.sp_contact dd {
		text-align: center;
	}
.sp_tel a {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: flex-start;
    color: #FFF;
    text-decoration: none;
}
.sp_tel .sp_tel_num {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}
.sp_tel .sp_time_note {
    font-size: 16px;
    font-weight: 700;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.sp_tel .sp_icon_phone {
    display: inline-block;
    height: 20px;
    width: 26px;
    background: url("../images/tel_white.png") no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 10px;
    margin-top: 3px;
}
.sp_mail a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    color: #FFF;
    text-decoration: none;
    background-color: #ffba00;
    font-size: 16px;
    line-height: 30px;
}
.sp_mail a span {
    transform: translateY(-2px);
}
.sp_mail .sp_icon_mail {
    display: inline-block;
    height: 20px;
    width: 28px;
    background: url("../images/mail_white1.png") no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 16px;
}
	
	header #gnavi .inner {
		height: auto;
	}
    /*==========================================================================*/
    /*                               Header                                     */
    /*==========================================================================*/
    header > .inner {
        height: 60px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
    }
    header h1 {
        display: none;
    }
    header .logo {
        position: inherit;
		top: auto;
		left: auto;
    }
	header .logo img {
		max-width: 150px;
	}
	.logo_v {
		display: none;
	}
	.logo_h {
		display: block;
	}
	
	header .info {
		display: none;
	}
    /*==========================================================================*/
    /*                               Footer                                     */
    /*==========================================================================*/
	.nav_fixed_right {
		display: none;
	}
	footer {
		padding-top: 40px;
	}
	.footer1 {
		margin-bottom: 40px;
	}
	.footer1 .inner {
		display: block;
		padding: 0;
	}
	.footer1 .inner > * {
		width: 100%;
		height: auto;
	}
	
	.footer_info {
    padding: 40px 10px;
		max-width: 600px;
		margin: 0 auto;
}
	.f_address{
        justify-content: center;
    }
	.f_address span {
		font-size: 10px;
        line-height: 18px;
        margin-right: 30px;
	}
	
	.f_map_btn {
		height: 48px;
		width: 120px;
	}
	
	.f_contact dt {
		text-align: center;
		font-size: 16px;
	}
	
	.f_contact dd {
		text-align: center;
	}
	.f_tel_num {
		line-height: 20px;
	}
	.f_tel a {
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		margin: 0 auto;
}
	
	.f_tel .tel_num {
    font-size: 22px;
    line-height: 32px;
}
.f_tel .time_note {
    font-size: 14px;
}
	
	.f_mail a {
    width: 100%;
    height: 48px;
    font-size: 18px;
    line-height: 28px;
}
	
	.footer_map {
		margin-top: 0;
	}
	
	.footer_map iframe {
		height: 300px;
	}
	.footer2 {
		height: auto;
		padding: 30px 0 60px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.footer_menu {
		display: none;
	}
	
	.f_logo_cen {
		margin-bottom: 10px;
	}
	
	.f_logo_cen img {
		max-width: 50px;
	}

	
	
    /*==========================================================================*/
    /*                             Bottom Bar                                 	*/
    /*==========================================================================*/
    .bottom_bar {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        display: none;
        z-index: 89;
        border-top: solid 1px #fff;
    }
    .bottom_bar ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .bottom_bar li {
        height: 50px;
        width: calc(100% / 2);
		
    }
    .bottom_bar li:not(:last-child) {
        border-right: solid 1px #aaa;
    }
    .bottom_bar li a {
        display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		align-items: center;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-decoration: none;
        font-size: 12px;
        line-height: 16px;
        font-weight: 600;
        letter-spacing: 0;
        text-align: center;
        color: #fff;
		justify-content: center;
    }
	
	.bottom_bar .tel .tel_icon {
		background: url("../images/tel_white.png") no-repeat left center;
		background-size: 13px 10px;
		padding-left: 20px;
    }
    .bottom_bar .mail .mail_icon {
		background: url("../images/mail_white.png") no-repeat left center;
		background-size: 13px auto;
		padding-left: 20px;
    }
    .bottom_bar li:first-child  a{
        font-size: 14px;
    }
    .bottom_bar li:nth-child(1) a {
        background: #005f37;
    }
    .bottom_bar li:nth-child(2) a {
        background: #ffba00;
    }

    /*==========================================================================*/
    /*                             Mainvisual                                   */
    /*==========================================================================*/
    .mainvisual {
        margin-top: 50px;
    }

    .under .mainvisual .inner {
        height: 200px;
    }
    .under .mainvisual h2 {
        font-size: 24px;
        line-height: 34px;
        padding: 0 10px;
        top: 50%;
    }
    /*==========================================================================*/
    /*                             Index                                     */
    /*==========================================================================*/

	

    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
	
	
	#index .keyvisal {
    height: calc(100vh - 60px)!important;
	margin-top: 60px;
}
.index_catch {
    height: auto;
}
.index_catch .inner {
    height: auto;
    padding: 4% 1%;
}
.index_catch .inner::after {
    content: '';
    display: inline-block;
    background: url("../images/tree_illust.png") no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
    width: 70px;
    height: 78px;
    position: absolute;
    right: 0px;
    bottom: 0;
}
.index_catch1 {
    font-size: 16px;
    line-height: 22px;
    padding-left: 20px;
	padding-right: 70px;
	font-weight: 500;
}
.index_catch1::before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 10px;
    background-color: #2f1606;
    left: 0;
    position: absolute;
    top: 10px;
}
#index h2 {
    width: 90px;
    height: 285px;
    left: 20px;
    top: -400px;
}
#index h2 span {
    font-size: 20px;
    line-height: 30px;
}
#index h2 span::after {
    display: inline-block;
    content: '';
    background: url("../images/idx_h2_after.png") no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
    width: 55px;
    height: 61px;
    bottom: -40px;
    right: -40px;
    position: absolute;
}
	
	
	.index1 {
    padding: 40px 0;
}
.index1::before {
	display: none;
}
.index1_ttl {
    font-size: 22px;
    line-height: 36px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.index1_ttl::before {
    font-size: 5vmin
}
.index1_list {
    position: relative;
    height: auto;
	margin-bottom: 22px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
	
	.index1_item {
		position: relative;
		margin: 10px;
	}
	
	.index1_item span {
		font-size: 14px;
	}
	.index1_item_in::after {
		bottom: -5px;
		right: -5px;
		left: 5px;
		top: 5px;
	}

.index1_item1 {
    height: 100px;
    width: 140px;
	top: inherit;
	left: inherit;
	order: 1;
}
.index1_item2 {
    height: 100px;
    width: 140px;
	top: inherit;
	left: inherit;
	order: 2;
}
.index1_item3 {
    height: 100px;
    width: 140px;
	top: inherit;
	left: inherit;
	order: 3;
}
.index1_item4 {
    height: 100px;
    width: 140px;
	top: inherit;
	left: inherit;
	order: 4;
}
.index1_item5 {
    height: 100px;
    width: 140px;
	top: inherit;
	left: inherit;
	order: 5;
}
.index1_item6 {
    height: 100px;
    width: 140px;
	top: inherit;
	left: inherit;
	order: 6;
}
.index1_item7 {
    height: 100px;
    width: 140px;
	top: inherit;
	left: inherit;
	order: 7;
}


.index1_txt {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0;
}




.index2 .inner {
	padding: 40px 1%;
	height: auto;
}

	.index2_photo {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}

.index2_photo1 {
	position: relative;
	top: inherit;
	right: inherit;
}
.index2_photo2 {
	position: relative;
	bottom: inherit;
	right: inherit;
}

.index2_ttl {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 15px;
}

.index2_ttl::before {
	font-size: 5vmin;
	transform: translateY(0);
	line-height: inherit;
	top: 0%;
}


.index2_icon {
	margin-right: 15px;
	max-width: 80px;
}
.index2_ttl_txt span {
	font-size: 22px;
} 


.index2_txt {
	font-size: 14px;
	line-height: 28px;
}

.idx_button {
	text-align: center;
}

.idx_button a{
	font-size: 14px;
	line-height: 24px;
	padding: 10px;
}



.index3 {
	padding: 40px 0;
}

.index3_ttl {
	line-height: 36px;
	font-size: 22px;
	margin-bottom: 20px;
}

.index3_ttl::before {
	font-size: 5vmin;
}


.index3_text {
	font-size: 16px;
	margin-bottom: 30px;
}

.index3_text span {
	font-size: 18px;
}

.index3_text span::after {
	height: 8px;
	bottom: 0px;
}

.index3_flow_gr {
	flex-direction: column;
	margin-bottom: 30px;
}
	
	.index3_flow:nth-child(1) {
		order: 5;
	}
	.index3_flow:nth-child(2) {
		order: 4;
	}
	.index3_flow:nth-child(3) {
		order: 3;
	}
	.index3_flow:nth-child(4) {
		order: 2;
	}
	.index3_flow:nth-child(5) {
		order: 1;
	}

.index3_flow {
	width: 100%;
	border-left: solid 1px #b7b6b3;
	border-bottom: solid 1px #b7b6b3;
	border-right: solid 1px #b7b6b3;
	border-top: none;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.index3_flow:last-child {
	border-top: solid 1px #b7b6b3;
}

.index3_flow dt {
	font-size: 22px;
	line-height: 36px;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}
	
	.index3_flow dd {
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		align-items: center;
		justify-content: flex-start;
	}

.index3_flow dd:nth-child(2) {
	padding: 10px 0;
}
.index3_flow dd:nth-child(3){
	padding-bottom: 0;
}
.index3_flow dd:nth-child(3) .index3_flow_text{

	font-size: 14px;
	line-height: 22px;
    word-wrap: break-word;
	cursor: vertical-text;
    writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: horizontal-tb;;
    -webkit-writing-mode: horizontal-tb;;
    text-orientation: upright;
}


.index4 {
	padding: 40px 0;
}
	
	.index4 .inner {
		padding: 0;
	}

.index_work a {
	display: block;
	text-align: center;
	border-radius: 0;
}
.index4_photo {
	height: auto;
	margin: 0 auto;
}

.index4_work_cont {
	width: auto;
	height: auto;
	text-align: center;
	padding: 34px 0;
	max-width: 520px;
	margin: 0 auto;
}

.index4_text {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}

.index4_button {
	font-size: 18px;
	line-height: 48px;
}

	.index5 {
		-webkit-background-size: cover;
		background-size: cover;
	}

.index5 .inner {
	display: block;
	height: auto;
	padding: 40px 1%;
}

.index5 .inner::before {
	left: 0;
	bottom: -28px;
	width: 165px;
	height: 172px;
}

.index5_ttl {
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 25px;
}
.index5_ttl span {
	font-size: 30px;
}
.index5_ttl::before {	
	font-size: 5vmin;
}

.index6 {
	padding: 40px 0;
}
.index6_b1 {
	display: block;
	margin-bottom: 40px;
}

.index6_photo {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.index6_b1_r {
	width: 100%;
}

.index6 h4 {
	font-size: 22px;
	line-height: 36px;
}

.index6_info dt {
	margin-bottom: 22px;
	text-align: center;
}

.index6_info dd {
	line-height: 30px;
	margin-bottom: 15px;
}


.index6_b2 {
	display: block;
}

	.index6_items {
		margin: 0 auto 30px;
	}
.index6_dl dt {
	padding: 6px 10px;
	font-size: 18px;
	line-height: 30px;
}
.index6_dl dd {
	padding: 20px;
}

.index6_dl dd > p {
	margin-bottom: 20px;
}

.index6_dl dd > .index6_btn {
	position: relative;
	right: inherit;
	bottom: inherit;
	display: block;
	margin-left: auto;
	margin-bottom: 0;
}


.index7_button {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index7_button a {
	font-size: 18px;
	line-height: 36px;
	padding: 16px;
	width: 98%;
}

.index7_button a::after {
	right: 10px;
}

.index8 .inner {
	padding: 40px 1%;
}

.index8 .inner::after {
	background: url("../images/idx8_illust.png") no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	width: 105px;
	height: 90px;
	top: 1%;
	right: 1%;
}


.index8_ttl {
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 40px;
}
.index8_ttl::before {
	font-size: 5vmin;
}


.index8_list {
    flex-wrap: wrap;
	text-align: center;
}

.index8_items {
    margin: 0 auto 20px;
    max-width: 290px;
}

.index8_items:nth-child(2) {
	margin-top: 0;
}

.index8_items:nth-child(3) {
	margin-top: 0;
}



.index8_photo {
	height: auto;
}

.index8_info dt {
	font-size: 16px;
	line-height: 28px;
	padding: 10px;
}

.index8_info dd {
	line-height: 24px;
	padding: 10px;
}

.index9 {
	background: url("../images/idx9_bg.jpg") no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	margin: 30px 0;
	position: relative;
}

.index9::after {
	display: none;
}

.index9_ttl {
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 20px;
}
.index9_ttl::before {
	font-size: 5vmin;
}

.index9_ttl1 {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 15px;
}

.index9_cont {
	height: auto;
	padding:40px 0;
	margin: 0 auto;
}


.index10 {
    padding: 60px 0;
    background-attachment: initial;
}

.index10 .inner {
	display: block;
}

.index10_news {
	width: 100%;
	margin-bottom: 40px;
}

.index10_ttl {
	margin-bottom: 25px;
}

.index10_ttl_en {
	font-size: 30px;
}

.index10_ttl_jp {
	font-size: 18px;
}


.index10_news_cont {
	margin-bottom: 30px;
}

.index10_news_cont ul {
	border-top: solid 1px #FFF;
}

.index10_news_cont li {
	line-height: 24px;
	padding: 15px 10px;
}

.index10_news_cont .date {
	font-weight: 700;
	width: 160px;
	color: #FFF;
	margin-right: 20px;
}

.index10_button {
	text-align: center;
}

.index10_button a{
	border: solid 1px #FFF;
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	position: relative;
	padding: 14px 15px;
	max-width: 300px;
	display: block;
	margin: 0 auto;
}

.index10_button a::after {
	content: '';
	background: rgb(255,255,255);
	display: inline-block;
	height: 1px;
	width: 40px;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.index10_bnr {
	width: 100%;
}


.index10_bnr a {
	padding: 0 10px 0 45px;
	height: 70px;
}

.index10_bnr a .f_en {
	font-size: 22px;
	margin-right: 12px;
	margin-top: 4px;
}

.index10_bnr a::before {
	content: '';
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	height: 26px;
	width: 26px;
}

.index10_bnr .index10_bnr_after a::before {
	background: url("../images/idx10_icon1.png") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.index10_bnr .index10_bnr_qa a::before {
	background: url("../images/idx10_icon2.png") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.index10_bnr .index10_bnr_flow a::before {
	background: url("../images/idx10_icon3.png") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}

.index10_bnr a::after {
	content: '';
	right: 10px;
	top: 50%;
	margin-top: -7px;
	position: absolute;
	height: 15px;
	width: 30px;
	background: url("../images/idx10_arrow.png") no-repeat center;
	-webkit-background-size: 100%;
	background-size: 100%;
}



	
	
    /*==========================================================================*/
    /*                             Contents                                     */
    /*==========================================================================*/
    .under section {
        padding: 30px 0;
    }
    .under section .inner {
        padding: 0 10px;
    }
    .under .box_h4 {
        margin-top: 30px;
    }
    .under .box_h5 {
        margin-top: 25px;
    }
    .under h3 {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 34px;
        padding-bottom: 10px;
        letter-spacing: 1px;
    }
    .under h3:before {
        width: 50px;
    }
    .under h4 {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 30px;
    }
    .under h5 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .under h6 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    
	
	.contact_banner {
	height:auto;
	background-size:cover;
	padding: 0 0 0 0;
	margin-bottom: 40px;
}
	
	.contact_text {
display: block;
}


.contact_text .block {
    width: 100%;
}
	
	.contact_text .block:first-child {
		margin-bottom: 30px;
	}
	
	.post {

    font-size: 120%;
}

    
}
/*==========================================================================*/
/*                             index page                                  	*/
/*==========================================================================*/
@media only screen and (min-width: 568px) and (max-width: 750px)  {
	#index h2 {
		height: auto;
		width: auto;
		top: -110px;
	}
	
	
	#index h2 span {
		padding: 10px;
    cursor: vertical-text;
    writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: horizontal-tb;;
    -webkit-writing-mode: horizontal-tb;;
    text-orientation: upright;
}
}


@media screen and (max-width: 480px) {
   
}
/*==========================================================================*/
/*                             under page                                  	*/
/*==========================================================================*/
@media screen and (max-width: 750px) {
    .txt_link{
        color: #2f1606;
    }
    .topic_path li{padding: 0 10px 10px 4px;}
    .topic_path li:not(:last-child):before{margin-top: -8px;}
    input, button, textarea, select, p, blockquote, th, td, pre, li, dt, dd{
        font-size: 140%;
    }
    .ttl_h3{
        padding: 20px 0 0;
    }
    .under .sp_h3{font-size: 21px;}
    .under .sp_h4{font-size: 19px;}
    .under .sp_h5{font-size: 17px;}
    .under .sp_h6{font-size: 15px;}
    .under .common_h4{
        line-height: 1.5;
        padding: 7px 10px;
        margin-bottom: 20px;
    }
    .under .common_h4_02 {
        font-size: 20px;
        line-height: 1.5;
        padding-left: 15px;
        margin-bottom: 20px;
    }
    .text_area{
        margin-bottom: 40px;
    }
    .sp_mb20{margin-bottom: 20px;}
    
    .under .text_area p, .under .text_area ul, .under .text_area .qa dd {
        margin: 0 5px 10px
    }    
    .under .text_area dd p, .under ul.bx_bath p {
        margin: 0 0px 10px
    }
	
    /*p:last-child{margin-bottom: 0;}*/
    /*mainvisual*/
    .under .keyvisal{
        margin: 60px 0 20px;
    }
    .under .keyvisal .inner{
        padding-right: 0;
        padding-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 53.33vw;
    }
    .under .keyvisal .inner::after{
        height: 100%;
        width: 100%;
        top: 0;
    }
    .under h2{
        position: absolute;
        z-index: 1;
        background-color: #fff;
        font-size: 5.8vw;
        line-height: 1.5;
        padding: 5px 10px;
        margin: 0 10px;
    }
    /*table*/
    .under .tbl_flex{display: block;}
    .under .tbl_flex table, .under .tbl_flex .cont_bx{width: 100%;}
    .under .tbl_scroll{
        width: 100%;
        overflow: auto;
    }
    .under .tbl_scroll table{
        width: 750px;
    }
    .under .tbl_txt_note{
        display: block;
        font-size: 12px;
        display: block;
        margin: 0;
        margin-top: 5px;
        line-height: 18px;
        color: #005f37;
    }
    .tbl_v{ margin-bottom: 40px;}
    .tbl_col1 th, .tbl_col1 td{
        display: block;
        width: 100%;
    }


    .tbl_col1 .w25, .tbl_col1 .w30{width: 100%;}

    /*anchor*/
    .under .list_anchor{
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .under#reform-kitchen .list_anchor{
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .under .list_anchor li{
        max-width: 320px;
        width: 100%;
        margin: 0 20px 10px 20px;
    }

    /*reform-bathroom*/
    .under .bx_bath{display: block;}
    .under .bx_bath li{
        width: 100%;
        border-right: 1px solid #196f4b;
    }
    .under .list_anchor li a{
        padding: 10px;
        font-size: 16px;
        line-height: 1.5;
    }
    
    /*QA*/
    .faq_anc{
        flex-wrap: wrap;
    }
    .faq_anc li{
        margin: 5px auto;
    }
    .qa dt{
        margin-bottom: 7px;
        font-size: 16px;
    }
    .qa dd {
        padding: 0 0 12px 0;
        margin-bottom: 30px;
    }
    /*works*/
    .products .slides_container{
        width: 100%;
        height: 52vw;
    }
    .products .slides_container p img{
        max-width: 100%;
        width: auto;
    }
    .products .pagination li{
        height: auto;
        margin: 0 0.5% 0 0.5%;
    }
    .products .pagination{
        width: 100%;
        max-width: 700px;
    }
    /*strength*/
    .list_btn{
        max-width: 680px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .list_btn li{
        float: none;
        margin-bottom: 15px;
    }
    /*flow*/
    .flow li{
        padding: 14px 0 0 90px;
        position: relative;
        margin-bottom: 30px;
    }
    .flow li:last-child{margin-bottom: 0;}
    .flow li:before{
        content: '';
        position: absolute;
        top: 0;
        left: 74px;
        border-left: 1px solid #48321b;
        width: 90px;
        height: 100%;
    }
    .flow_ttl{
        font-size: 17px;
        line-height: 1.4;
        font-weight: bold;
        font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
        display: flex;
        align-items: flex-start;
        margin-bottom: 6px;
    }
    .flow_ttl:after {
        display: inline-block;
        content: attr(data-label);
        width: 100%;
        padding-top: 0;
        margin-left: 10px;
    }
    dl.pickup dt{font-size: 160%;}
    dl.pickup{padding: 20px;}

    .sp_feature .mb40{ margin-bottom: 20px;}
    /*list*/
    .under .list01{margin-bottom: 5px;}
    .under .list01 li{padding-bottom: 5px;}
    .under .list01 li:before {top: 9px;}
    /*banner*/
    .under .u_bnr{
        margin-left: 0;
        margin-right: 0;
    }
    .under .u_bnr .btn_bnr.col2,.under .u_bnr .btn_bnr.col3{
        width:100%;
        margin: 0 0 20px;
    }
    .under .u_bnr .btn_bnr{
        margin: 0 auto 15px auto;
        min-height: 150px;
    }
    .under .u_bnr .btn_bnr:after{
        background-size: 84px auto;
    }
    .under .u_bnr .btn_bnr a{
        padding: 15px;
    }
    .under .u_bnr .btn_bnr a span{font-size: 20px;}

    #main .sp_contact {
        max-width: 700px;
        margin: 0 auto 20px auto;
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        background: #2a3227;
        border: 2px solid #764827;
        padding: 0 0 10px 0;
        box-sizing: border-box;
        text-align: center;
    }
    #main .sp_contact .contact_info{
        display: flex;
        justify-content: center;
        background-color: #2a3227;
    }
    #main .sp_contact .img01{margin-bottom: 0;}
    #main .sp_contact .contact_info li{
        padding: 0 10px;
        width: 48%;
    }
    .sp_mrb10{
        margin-bottom: 10px;
    }
    .sp_mrb20{
        margin-bottom: 20px;
    }
	
	.list_img001 li {
		width: 48%;
		margin: 0 1%;
	}
}
@media screen and (max-width: 480px) {
    .idx_button a, .idx_button.index6_button a,.index9 .button{
        max-width: 270px;
    }
    .idx_button a{
        font-size: 13px;
    }
    .idx_button a::after{
        width: 30px;
        right: -15px;
    }
    .index10_button a{
        max-width: 268px;
    }
}
@media screen and (max-width: 320px) {
    .sp_320 {
        display: block;
    }
	.index_catch1 {
		font-size: 14px;
	}
	.index1_item {
		margin: 10px 5px;
	}
	.index1_item span {
		font-size: 12px;
	}
	.index2_photo {
		margin-bottom: 10px;
	}
	.index2_ttl {
	font-size: 12px;
}

.index2_ttl_txt span {
	font-size: 16px;
} 
	
	.index7_button a {
	font-size: 14px;
}
.f_map_btn{
    width: 100px;
}
	
}