@charset "UTF-8";
/*-------------------------------------------
共通
共通SP
ヘッダー
ヘッダーSP
SPメニュー
HOME
-Mainvisual
-About
-About2
-About3
-About4
-Bicycle
フッター
フッターSP
会社紹介
業務内容
製品紹介
お問合せ
-------------------------------------------*/

/*-------------------------------------------
共通
-------------------------------------------*/
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
html, body {
    height: 100%;
    width: 100%;
	word-wrap: break-word;
}
html {
    font-size: 100%;
    overflow-y: scroll;
}
body {
    color: #383e45;
    font-size: 14px;
    line-height: 1.8;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
}
a {
    color: #000;
    text-decoration: none;
    transition: all  0.3s ease;
}
a:hover{
    color: #42210b;
}
img {
    max-width: 100%;
    border: medium none;
    vertical-align: middle;
    transition: all  0.3s ease;
}
li {
    list-style: none;
}
.content-text {
    font-size: 19px;
    line-height: 33px;
    margin: 0px 0 160px;
}
.wrapper {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 2%;
    text-align: center;
}
.txt30{font-size: 30px;}
.sp{display: none!important;}
.pc{display: block;}
a.anchor {
    display: block;
    padding-top: 200px;
    margin-top: -200px;
}

/*-------------------------------------------
共通SP
-------------------------------------------*/
@media screen and (max-width: 640px) {
	.pc{display: none;}
    .sp{display: block!important;}
    .wrapper {
        padding: 0 3%;
    }
    .content-text {
        font-size: 18px;
        line-height: 1.8;
        margin: 0px 0 60px;
    }
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#headerb,#headbar{
    position: fixed;
    width: 100%;
    height: 120px;
    display: flex;
    background: rgba(255,255,255,0.9);
    filter: drop-shadow(0 3px 4px rgba(0,0,0,0.2));
    z-index: 1;
}
#headbar{
    top: 0;
    left: 0;
}
.header2 {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1240px;
}
.header2 .inner{
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header2 .logo h1 {
    padding-left: 2rem;
}
.header2 .inner .menu {
    display: block;
	text-align: right;
}
.header2 .inner ul {
    display: flex;
    align-items: center;
}
.header2 .inner li {
    color: #42210B;
}
.header2 .inner li a {
    display: block;
    padding: 53px 33px;
    line-height: 1;
    color: #42210B;	
    transition: all  0.3s ease-in-out;
}
.header2 .inner li a:hover,
.header2 .inner li a.active{
    background: #f0eae4;
}
.header2 img {
    display: flex;
    width: 180px;
    height: auto;
}

/*-------------------------------------------
ヘッダーSP
-------------------------------------------*/
@media screen and (max-width: 768px) {
    #headerb,#headbar{
        margin-bottom: 0;
        height: 80px;
    }
    .header2 .inner{
        height: 80px;
    }
    .header2 .inner h1 {
        margin: 22px auto 0;
    }
    .header2 .inner .logo{
        margin: auto;
        width: 100%;
    }
    .header2 .inner .logo h1{
        padding: 0;
        margin: auto;
    }
    .header2 .inner .logo h1 a img{
        display: block;
        margin: auto;
        width: 200px;
    }
    .header2 .inner .menu.pc{display: none;}
}

/*-------------------------------------------
SPメニュー
-------------------------------------------*/ 
.hamburger-menu{display: none;}
@media screen and (max-width: 768px) {
    .hamburger-menu{display: block;}
    .menu-btn {
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        background-color: #42210B;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 8px;
    }
    .menu-btn span:after {
        top: 8px;
    }
    #menu-btn-check:checked ~ .menu-content {
        left: 0;/*メニューを画面内へ*/
    }
    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    #menu-btn-check {
        display: none;
    }
    .menu-content {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 100%;/*leftの値を変更してメニューを画面外へ*/
        z-index: 999;
        background-color: #42210B;
        transition: all 0.5s;/*アニメーション設定*/
    }
    .menu-content ul {
        display: block!important;
        padding: 70px 1.5rem 0;
    }
    .menu-content ul li {
        border-bottom: solid 1px #ffffff;
        list-style: none;
    }
    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color:#ffffff!important;
        text-decoration: none;
        padding: 1rem 15px 1rem 0!important;
        position: relative;
    }
    .menu-content ul li a::before {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 50%;
    }
}
/*-------------------------------------------
HONE
-------------------------------------------*/
#header {
    display: block;
    position: absolute;
    margin: 0 auto;
    background: #FFFFFF;
    width: 230px;
    height: 768px;
    left: 0;
    right: 0;
}
#header nav.home_nav ul {
    display: block;
    padding: 70px 0;
}
#header nav.home_nav ul li a {
    font-size: 16px;
    line-height:40px;
    color: #42210B;
}
#header nav.home_nav ul li a:hover {
    opacity: 0.7;
}
h1.site-title {
    width: 100%;
    line-height: 1px;
    padding: 80px 0 67px;
    font-size: 16px;
    font-weight: lighter;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
}
h2.section-title {
    display: inline-block;
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: lighter;
    letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
    #header {
        height: 100vh;
        z-index: 1;
    }
    h1.site-title {
        padding: 2em 0;
    }
	h2.section-title {
        font-size: 34px;
    }
    #header nav.home_nav ul {
        padding: 40px 0;
    }
	a.anchor {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
	}
}
/*-------------------------------------------
Mainvisual
-------------------------------------------*/
#mainvisual {
    margin-bottom: 80px;
    overflow: hidden;
}
#mainvisual img {
  width: 100%;
  max-width: 1920px;
  height: 768px;
  object-fit: cover;
}

@media screen and (max-width: 640px) {
    #mainvisual {
        height: 100vh;
        position: relative;
    }
    #mainvisual img {
        width: auto;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

/*-------------------------------------------
About
-------------------------------------------*/
#about .content {
  display: flex;
  justify-content: center;
  align-items: center;
}

#about img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 30px;
}
#about .title {
font-size: 19px;
	line-height:33px;
  text-align: center;
}
#about .text {
font-size: 19px;
	line-height:33px;
  text-align: center;
}
@media screen and (max-width: 640px) {
    #about .content {
        flex-direction: column;
    }
    #about .text {
        font-size: 19px;
    }
    #about img {
        margin-right: 0;
    }
}

/*-------------------------------------------
about2
-------------------------------------------*/
#about2 {
    margin-bottom: 10%;
    position: relative;
}
#about2 .boxl {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    width: 54%;
    padding: 0 0 5% 0;
    top: -50px;
    left: 0;
}
#about2 .boxl p{
    width: 50%;
    max-width: 500px;
}
#about2 .boxl img {
    width: 100%;
    height: auto;
}
#about2 .boxr {
    width: 54%;
    padding: 80px 11.713% 10% 12.811%;
    background: #F0EAE4;
    margin-left: auto;
}
#about2 .title {
    font-size: 33px;
    font-weight: lighter;
    text-align: left;
    margin-bottom: 30px;
}
#about2 .text {
    font-size: 19px;
    line-height:33px;
    text-align: left;
}
#about2 .link {
    font-size: 19px;
    line-height:33px;
    text-align: right;
    margin-top: 33px;
}

@media screen and (max-width: 640px) {
    #about2 {
        margin-bottom: 60px;
    }
    #about2 .boxl {
        width: 100%;
        position: static;
        padding-bottom: 0;
    }
    #about2 .boxr {
        width: 100%;
        padding: 5% 5% 7%;
    }
    #about2 .title {
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
}
/*-------------------------------------------
about3
-------------------------------------------*/
#about3 {
    width: 100%;
    max-width: 1020px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
#about3 img {
    width: 100%;
    height: auto;
}
#about3 .boxl {
    width: 47%;
    max-width: 480px;
    margin-right: 6%;
}
#about3 .boxr {
    width: 47%;
    max-width: 480px;
}
#about3 .title {
    font-size: 26px;
    line-height: 1.4;
    font-weight: lighter;
    text-align: center;
    margin: 30px 0 10px;
}
#about3 .text {
    font-size: 14px;
    line-height:24px;
    text-align: center;
    margin-bottom: 10%;
}
@media screen and (max-width: 640px) {
    #about3 {
        flex-direction: column;
    }
    #about3 .boxl {
        width: 100%;
    }
    #about3 .boxr {
        width: 100%;
    }
    #about3 .title {
        line-height: 1.4;
        margin: 10px 0 0;
    }
}

/*-------------------------------------------
about4
-------------------------------------------*/
#about4 {
    display: flex;
    padding: 88px;
    background: #F0EAE4;
    margin-top: 50px;
}
#about4 img {
    width: 100%;
    height: auto;
}
#about4 .boxl {
    width: 26%;
}
#about4 .boxr {
    width: 74%;
}
#about4 .title {
    font-size: 33px;
    font-weight: lighter;
    text-align: right;
    writing-mode: vertical-rl;
    width:100%;
    color: #42210B;
}
#about4 .title2 {
    font-size: 26px;
    font-weight: lighter;
    margin: 0 0 10px 30px;
}
#about4 .text {
    width: 85%;
    font-size: 14px;
    line-height:2;
    margin-left: 30px;
}
@media screen and (max-width: 640px) {
    #about4 {
        padding: 40px 0;
        margin-top: 20px;
    }
    #about4 .boxl {
        width: 20%;
    }
    #about4 .boxr {
        width: 80%;
    }
    #about4 .title2 {
        font-size: 24px;
        margin: 0 0 14px 20px;
        line-height: 1.4;
    }
    #about4 .text {
        width: 85%;
        font-size: 14px;
        line-height:24px;
        margin-left: 20px;
    }
}

/*-------------------------------------------
Bicycle
-------------------------------------------*/
#bicycle ul {
    display: flex;
    justify-content: space-between;
}
#bicycle li {
    width: 32%;
}
@media screen and (max-width: 640px) {
  #bicycle ul {
    flex-direction: column;
  }
  #bicycle li {
    width: 100%;
    margin-bottom: 30px;
  }
}

/*-------------------------------------------
フッター
-------------------------------------------*/
#footer {
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}
#footer .box1 {
    width: 100%;
    height: 6px;
    background: #42210B;
}
#footer .box2 {
    width: 100%;
    padding: 80px 20px 40px 20px;
    background: #000;
}
#footer .text {
    max-width: 1240px;
    line-height: 34px;
    margin: 27px auto 83px auto;
    color: #FFF;
}
#footer a {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #fff;
}
#footer .text a:hover {
    opacity: 0.7;
}
#footer .box2 .text ul{
    width: 100%;
    max-width: 680px;
    margin: 1em auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#footer .box2 .text ul li{
    width: auto;
    text-align: center;
    border-right: 1px solid #42210B;
    line-height: 1;
    margin-bottom: 1em;
    padding: 0 1em;
}
#footer .box2 .text ul li.long{
    width: 50%;
}
#footer .box2 .text ul li:nth-child(4),
#footer .box2 .text ul li:nth-child(6){
     border-right:none;
}

/*-------------------------------------------
フッターSP
-------------------------------------------*/
@media screen and (max-width: 768px) {
    #footer .box2 .text ul{
        display: block;
    }
    #footer .box2 .text ul li{
        border-right: none;
        line-height: 2;
    }
}
@media screen and (max-width: 640px) {
    #footer .box2 {
        padding: 30px 20px 20px;
    }
    #footer a img{
        width: 80%;
        max-width: 360px;
        height: auto;
        margin: auto;
    }
    #footer .text {
        line-height: 34px;
        margin: 27px auto 30px;
        color: #FFF;
    }
}

/*-------------------------------------------
会社紹介
-------------------------------------------*/
#mainvisual_second{
    width: 100%;
    height: 768px;
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
}
#mainvisual_second img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#mainvisual_second ul.txt_box{
    position: absolute;
    top: 190px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.1em;
}
#mainvisual_second ul.txt_box li{
    margin-bottom: 80px;
}
#mainvisual_second ul.txt_box li h2{
    font-size: 40px;
    font-weight: normal;
}
#mainvisual_second ul.txt_box li .txt30{
    margin-bottom: 15px;
}
.history{
    margin-bottom: 60px;
}
.history .block1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.history .block1 div{
    width: 31.25%;
}
.history .block1 .txt,
.history .block2 .right{
    line-height: 1.4;
    text-align: left;
}
.history .block1 .txt .txt30,
.history .block2 .right .txt30{
    margin-bottom: 25px;
}
.history .block2{
    width: 100%;
    overflow: hidden;
}
.history .block2 .right{
    float: right;
    width: 31.25%;
}
.history .block2 .right p:nth-child(3){
    margin-top: 50px;
}
.history .block2 .left{
    width: 65.429%;
    float: left;
}
.anniversary{
    width: 100%;
    background-color: #f0eae4;
    padding: 60px 0 40px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 19px;
    line-height: 2;
}
.anniversary h3{
    font-size: 40px;
    line-height: 1.4;
    font-weight: normal;
    color: #42210b;
    margin-bottom: 30px;
}
.anniversary p{
    margin-bottom: 1.5em;
}
.profile table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.profile table th{
    width: 50%;
    font-weight: normal;
    text-align: right;
    border-bottom: 1px solid #f0eae4;
    padding: 10px 30px;
    vertical-align: top;
}
.profile table td{
    width: 50%;
    text-align: left;
    border-bottom: 1px solid #f0eae4;
    padding: 10px 30px;
}
.profile table td .photo{
    margin-top: 15px;
}
.profile table tr:last-child th,
.profile table tr:last-child td{
    border-bottom: none;
}
.map {
    position: relative;
    width: 100%;
    max-height: 762px;
	padding-top: 55.783%;
    margin-top: 60px;
    overflow: hidden;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}	
@media screen and (max-width: 640px) {
    #mainvisual_second{
        height: 500px;
        margin-bottom: 40px;
    }
    #mainvisual_second ul.txt_box{
        position: absolute;
        top: 120px;
        font-size: 16px;
        padding: 0 3%;
    }
    #mainvisual_second ul.txt_box li{
        margin-bottom: 40px;
    }
    #mainvisual_second ul.txt_box li h2{
        font-size: 28px;
    }
    #mainvisual_second ul.txt_box li .txt30{
        font-size: 22px;
        margin-bottom: 0;
    }
    .history{
        margin-bottom: 40px;
    }
    .history .block1{
        display: block;
        margin-bottom: 40px;
    }
    .history .block1 div{
        width:100%;
    }
    .history .block1 .txt,
    .history .block2 .right{
        text-align: center;
    }
    .history .block1 .txt .txt30, 
    .history .block2 .right .txt30 {
        margin-bottom: 5px;
    }
    .history .block1 .photo{
        width: 80%;
        margin: 8% auto 0;
    }
    .history .block2 .right{
        width: 100%;
        float: none;
    }
    .history .block2 .right p:nth-child(3) {
        margin-top: 15px;
    }
    .history .block2 .left{
        width: 80%;
        float: none;
        margin: 15px auto 0;
    }
    .anniversary .wrapper{
        text-align: left;
    }
    .anniversary{
        padding: 40px 0 20px;
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 2;
    }
    .anniversary h3{
        font-size: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
    .profile table th{
        width: 20%;
        text-align: left;
        padding: 10px 0 10px 10px;
        padding-left: 10px;
        padding-right: 0;
    }
    .profile table td{
        width: 80%;
        padding-left: 1em;
        padding-right: 0;
    }
    .map {
        padding-top: 100%;
        margin-top: 60px;
    }
}

/*-------------------------------------------
業務内容
-------------------------------------------*/
#mainvisual_third{
    padding-top: 120px;
}
#mainvisual_third .flex{
    display: flex;
    width: 100%;
    overflow: hidden;
}
#mainvisual_third .flex .photo{
    width: 66.617%;
    position: relative;
}
#mainvisual_third .flex .photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
#mainvisual_third .flex .txt_area{
    width: 33.383%;
    height: 607px;
    background-color: #f0eae4;
}
#mainvisual_third .flex .txt_area h2{
    writing-mode: vertical-rl;
    font-size: 40px;
    color: #42210b;
    font-weight: normal;
    padding: 60px 18.13% 0 9.5%;
	margin-left: 20%;
	
}
#mainvisual_third .flex .txt_area h2 span{
    display: block;
    font-size: 20px;
    color: #231815;
    margin-left: 10px;
}
.business1{
    width: 100%;
	background: linear-gradient(90deg, #f0eae4 0%, #f0eae4 66.617%, #fff 33.383%, #fff 100%);
    padding: 80px 0 40px;
    text-align: center;
    font-size: 19px;
    line-height: 2;
}
.business1 h3{
    font-size: 40px;
    line-height: 1.4;
    font-weight: normal;
    color: #42210b;
    margin-bottom: 30px;
}
.business1 p{
    margin-bottom: 40px;
}
.business2{
    width: 100%;
	background: linear-gradient(90deg, #fff 0%, #fff 66.617%, #f0eae4 33.383%, #f0eae4 100%);
    padding: 80px 0 40px;
    text-align: center;
    font-size: 19px;
    line-height: 2;
}
.business2 h3{
    font-size: 40px;
    line-height: 1.4;
    font-weight: normal;
    color: #42210b;
    margin-bottom: 30px;
}
.business2 p{
    margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
    #mainvisual_third{
        padding-top: 80px;
    }
	#mainvisual_third .flex .txt_area h2{
    writing-mode: vertical-rl;
    font-size: 30px;
	}
	#mainvisual_third .flex .txt_area h2 span{
    font-size: 14px;
	}
	#mainvisual_third .flex .photo{
    width: 55%;
    position: relative;
	}
	#mainvisual_third .flex .txt_area{
    width: 45%;
    height: 607px;
    background-color: #f0eae4;
	}
	.business1 .wrapper{
        text-align: left;
    }
    .business1{
        padding: 40px 0 20px;
        font-size: 16px;
        line-height: 2;
    }
    .business1 h3{
        font-size: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
	.business2 .wrapper{
        text-align: left;
    }
    .business2{
        padding: 40px 0 20px;
        font-size: 16px;
        line-height: 2;
    }
    .business2 h3{
        font-size: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
}
/*-------------------------------------------
製品紹介
-------------------------------------------*/
	.product1{
    width: 100%;
	background-color: #f0eae4;
    padding: 200px 0 40px;
    text-align: center;
    font-size: 19px;
    line-height: 2;
	}
	.product1 h3{
    font-size: 40px;
    line-height: 1.4;
    font-weight: normal;
    color: #42210b;
    margin-bottom: 30px;
	}
	.product1 p{
    margin-bottom: 40px;
	}
	.product2{
    width: 100%;
    padding: 80px 0 60px;
    text-align: center;
    font-size: 19px;
    line-height: 2;
	}
	.product2 h3{
    font-size: 40px;
    line-height: 1.4;
    font-weight: normal;
    color: #42210b;
    margin-bottom: 30px;
	}
	.product2 p{
    margin-bottom: 30px;
	}
	.stext{
    font-size: 14px;
	text-align: center;
	}
	.butsudan{
    margin-bottom: 30px;
	}
	.butsudan .block1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
	}
	.butsudan .block1 div{
    width: 31.25%;
	}
	.butsudan .block1 .txt,
	.butsudan .block2 .right{
    line-height: 1.4;
    text-align: left;
	}
	.butsudan .block1 .txt .txt30,
	.butsudan .block2 .right .txt30{
    margin-bottom: 25px;
	}
	.butsudan .block2{
    width: 100%;
    overflow: hidden;
	}
	.butsudan .block2 .right{
    float: right;
    width: 31.25%;
	}
	.butsudan .block2 .right p:nth-child(3){
    margin-top: 50px;
	}
	.butsudan .block2 .left{
    width: 65.429%;
    float: left;
}

@media screen and (max-width: 640px) {
	.product1 .wrapper{
        text-align: left;
    }
    .product1{
        padding: 120px 0 20px;
        font-size: 16px;
        line-height: 2;
    }
    .product1 h3{
        font-size: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
	.product2 .wrapper{
        text-align: left;
    }
    .product2{
        padding: 40px 0 20px;
        font-size: 16px;
        line-height: 2;
    }
    .product2 h3{
        font-size: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
	.butsudan{
        margin-bottom: 20px;
    }
    .butsudan .block1{
        display: block;
        margin-bottom: 20px;
    }
    .butsudan .block1 div{
        width:100%;
    }
    .butsudan .block1 .txt,
    .butsudan .block2 .right{
        text-align: center;
    }
    .butsudan .block1 .txt .txt30, 
    .butsudan .block2 .right .txt30 {
        margin-bottom: 5px;
    }
    .butsudan .block1 .photo{
        width: 80%;
        margin: 8% auto 0;
    }
    .butsudan .block2 .right{
        width: 100%;
        float: none;
    }
    .butsudan .block2 .right p:nth-child(3) {
        margin-top: 15px;
    }
    .butsudan .block2 .left{
        width: 80%;
        float: none;
        margin: 15px auto 0;
    }
}
/*-------------------------------------------
製品紹介
-------------------------------------------*/
.contact{
    background-color: #FFF;
    padding: 40px;
    text-align: right;
}
.contact .flex{
    display: flex;
    align-items: center;
}
.contact hr{
    border-color: #F0EAE4;
}
.nyuryoku{
    background-color: #F0EAE4;
    margin: 10px auto;
    width: 78%;
    padding: 5px 10px;
}
.nyuryokubox{
    background-color: #F0EAE4;
    margin: 10px auto;
    width: 78%;
    height: 300px;
    padding: 5px 10px;
}
.contact label{
    font-size: 14px;
    width: 22%;
    margin-right: 20px;
}
.soushin{
    font-size: 19px;
    background-color: #42210B;
    border: 1px solid #42210B;
    color: #fff;
    width: 150px;
    height: 60px;
    margin: auto;
    display: block;
    transition: all  0.3s ease-in-out;
}
.soushin:hover{
    background-color: #fff;
    color: #42210B;
}

@media screen and (max-width: 640px) {
	.contact{
        text-align: left;
        padding: 5%;
    }
    .contact .flex{
        display: block;
    }
    .nyuryoku,.nyuryokubox{
        width: 100%;
        margin-top: 0;
    }
    .soushin{
        margin-bottom: 20px;
    }
}