 @charset "utf-8";
    /*CSSカスタムプロパティ*/
    

    /*文字スタイル設定*/
    
    html {
        font-size: 62.5%;
    }
    
    body {
        font-size: 1.6rem;
        line-height: 1.5;
        font-family: fot-udmarugo-large-pr6n, sans-serif;
		font-weight: 300;
		font-style: normal;
		color: #966035;
    }
    
    h1 {
        font-size: 36px;
        /* IE8以下とAndroid4.3以下用フォールバック */
        font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
        /* 24px~36pxで可変*/
        line-height: 1.3;
		color: #000;
    }
    
    h2 {
        font-size: 24px;
        /* IE8以下とAndroid4.3以下用フォールバック */
        font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
        /* 20px~24pxで可変*/
        line-height: 1.3;
    }
    

    
    header>div>div>h1.h_company,
    header>div>address>p.text {
        font-size: 1.2rem;
        font-weight: normal;
    }
    
    header>div>div>h2.h_company {
        font-size: 38px;
        /* IE8以下とAndroid4.3以下用フォールバック */
        font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
        /* 24px~36pxで可変*/
        line-height: 1.3;
    }
    
    header>div>address>p.tel {
        font-size: 30px;
        /* IE8以下とAndroid4.3以下用フォールバック */
        font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
        /* 24px~36pxで可変*/
        line-height: 1.3;
    }
    

    
    header>div>div>h2.h_company span {
        font-size: 1.2rem;
        padding-left: 10px;
    }
    
    section#jigyou>div>section>article>h4 {
        font-size: 32px;
        font-family: "フォーク M", sans-serif;
    }
    
    @media (min-width: 1200px) {
        /* 1200px以上*/
        h1 {
            font-size: 3.6rem;
            /* 36px*/
        }
        h2 {
            font-size: 2.4rem;
            /* 24px*/
        }
		
		header>div>div>h1.h_company,
    	header>div>address>p.text {
        font-size: 1.2rem;
        font-weight: normal;
    }
		
        header>div>div>h2.h_company {
            font-size: 4rem;
        }
        header>div>address>p.tel {
            font-size: 3rem;
			font-weight: 600;
        }
        main #catch h2,
        #jigyou strong {
            font-size: 3.2rem;
            font-weight: bold;
        }
        header>div>div>h2.h_company span {
            font-size: 1.2rem;
        }
        section#jigyou>div>section>article>h4 {
            font-size: 3.4rem;
        }
		main #catch2 h2,
        #jigyou strong {
            font-size: 3.2rem;
            font-weight: bold;
        }
        header>div>div>h2.h_company span {
            font-size: 1.2rem;
        }
        section#jigyou>div>section>article>h4 {
            font-size: 3.4rem;
        }
    }
    
    @media screen and (max-width: 640px) {
        /* 640px以下*/
        body {
            line-height: 1.6;
        }
        h1 {
            font-size: 2.4rem;
            /* 24px*/
        }
        h2 {
            font-size: 2rem;
            /* 20px*/
        }
        header>div>div>h2.h_company {
            font-size: 2.4rem;
            /* 24px*/
        }
        header>div>address>p.tel {
            font-size: 2.0rem;
        }
        main #catch h2,
        #jigyou strong {
            font-size: 2.2rem;
            font-weight: bold;
        }
		main #catch2 h2,
        #jigyou strong {
            font-size: 2.2rem;
            font-weight: bold;
        }
        section#jigyou>div>section>article>h4 {
            font-size: 2.4rem;
        }
    }
    /*共通************************************************************/
    
    .pc_none {
        display: none;
    }
    
    a.telephone[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: #966035;
		font-family: heisei-maru-gothic-std, sans-serif;
		font-weight: 800;
		font-style: normal;
    }
    
a.telephone::before {
    content: "";
    display: inline-block;
	vertical-align: middle;
    width: 88px;
    height: 46px;
    background-image: url("../image/page/tel_before.png");
    background-position: left;
    background-size: contain;
	background-repeat: no-repeat;
}
    a {
        color: #966035;
        text-decoration: none;
    }
    
    a:hover {
        color: #1EAA39;
        text-decoration: none;
    }

	.s-font {
		font-size: .8em;
	}
    
    .text90 {
        font-size: 90%;
    }
    
    .pt60 {
        padding-top: 6rem;
    }
    
    .pb10 {
        padding-bottom: 1rem;
    }
    
    .pb20 {
        padding-bottom: 2rem;
    }
    
    .pb30 {
        padding-bottom: 3rem;
    }
    
    .pb60 {
        padding-bottom: 6rem;
    }
    
    .pb05 {
        padding-bottom: .5rem;
    }

.pb100 {
        padding-bottom: 10rem;
    }
    
    .bold {
        font-weight: bold;
    }

.mt30 {
	margin-top: 30px;
}
.mb10 {
	margin-top: 10px;
}
.mb30 {
	margin-top: 30px;
}
	
.text_c {
	text-align: center;
}
.text_r {
	text-align: right;
}

/* 文字折り返し */

.wide-brake {
    display: none;
}

.pc-brake {
    display: inline;
}

.pad-brake {
    display: none;
}

.sp-brake {
    display: none;
}

.spt-brake {
    display: none;
}

@media screen and (max-width: 1580px) {
    .wide-brake {
        display: inline;
    }
}

@media screen and (max-width: 1270px) {
    .wide-brake {
        display: none;
    }
}

@media screen and (max-width: 950px) {
    .pc-brake {
        display: none;
    }
    .pad-brake {
        display: inline;
    }
    .spt-brake {
        display: inline;
    }
}

@media screen and (max-width: 600px) {
    .pc-brake {
        display: none;
    }
    .pc-brake2 {
        display: none;
    }
    .sp-brake {
        display: inline;
    }
}


    /*メイン************************************************************/  
    header {

    }

	header .h-flex {
        max-width: 1000px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
		align-items: center;
        justify-content: center;
    }
    header h1 {
        padding-bottom: 10px;
    }
header .h-left {
	width: 60%;
}
@media screen and (max-width: 800px) {
	header .h-left {
	width: 100%;
}
	header h1 {
        padding-bottom: 10px;
		text-align: center;
    }
}
    


    header>div>address .contactbtn {
        text-align: right;
        padding-top: 10px;
		font-size: 13px;
    }
@media screen and (max-width: 800px) {
	 header>div>address .contactbtn {
        text-align: center;
    }
	header .text {
		text-align: center;
	}
}
	
    
    header>div>address .contactbtn a {
        border: 1px solid #966135;
        color: #966035;
        background: #c2da6a;
        width: 50%;
        display: inline-block;
        padding: 2px;
        position: relative;
        z-index: 1;
		text-align: center;
		font-weight: 600;
    }
 
    header>div>address .contactbtn a:hover {
        opacity: 0.8;
		color: #fff;
		background:#0B6821;
    }
    
    header>div>address {
        font-style: normal;
		text-align: right;
    }
    


    /*戻るボタン*/
	.buttonback a {
  		display: block;
  		position: relative;
  		margin: 0 auto;
  		padding: 1em 2em;
  		width: 150px;
  		color: #333;
  		font-size: 15px;
  		font-weight: 700;
  		background-color: #cccccc;
  		border-radius: 50vh;
  		transition: 0.3s;
		}

	.buttonback a::before {
  		content: '';
  		position: absolute;
  		top: 50%;
  		right: 10px;
  		transform: translateY(-50%);
  		width: 50px;
 		 height: 50px;
  		background-color: #f2f2f2;
  		border-radius: 50vh;
		}

	.buttonback a::after {
 		 content: '';
  		position: absolute;
  		top: 50%;
  		right: 32px;
  		transform: translateY(-50%) rotate(45deg);
  		width: 5px;
  		height: 5px;
  		border-top: 3px solid #333333;
  		border-right: 3px solid #333333;
		}

	.buttonback a:hover {
  		text-decoration: none;
  		background-color: #b0c4de;
		}


 


/* Nav
-----------------------------------------*/
.mainNav {
text-align: center;
	padding-bottom: 10px;
}
.mainNav ul{
margin: 0 ;
padding: 0 ;
}
.mainNav li{
list-style: none;
display: inline-block;
width: 10%;
min-width: 90px;
}
.mainNav li:not(:last-child){
border-right:2px solid #ddd;
}
.mainNav a{
text-decoration: none;
clor: #966035;
font-family: fot-udmarugo-large-pr6n, sans-serif;
font-weight: 500;
font-style: normal;
}
.mainNav a.current{
color: #7fbe27;
}
.mainNav a:hover{
color:#F7CB4D;
}
    
.mainNav ul:last-child:after {
    content: "";
    display: inline-block;
	vertical-align: bottom;
    width: 110px;
    height: 55px;
    background-image: url("../image/page/menu_after.png");
    background-position: right;
    background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 500px) {
	 .mainNav a{
	font-size: .9em;
}
}



/*TOPページ************************************************************/ 
/* TOPイメージ--------------------------------*/
#top .mainImage {
	display: block;
	max-width: 1000px;
	max-height: 700px;
	margin: 0 auto;
	background-image:url("../image/top/top_img.jpg");
	 border-radius: 40px;
	background-size:contain;
	padding: 40px;
}

#top .mainImage h3 {
	text-align: center;
	font-family: fot-udmarugo-large-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5em;
	color: #fff;
		padding-bottom: 250px;
}

#top .mainImage p {
	text-align: left;
	font-family: fot-udmarugo-large-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.8em;
	color: #fff;
	margin-left: 50px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
  display: inline-block;
}

#top .mainImage hr {
	 border-top: 1px solid #fff;
}

#top article,
#about article,
#contact article,
#business article {
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
}
.section1000 {
	max-width: 1000px;
	text-align: left;
	margin: 0 auto;
}

    
    main section#main_image h1 span.small {
        font-size: 75%;
    }

@media screen and (max-width: 980px) {
	#top .mainImage {
	padding: 30px;
}
    #top .mainImage h3 {
	font-size: 2.5em;
	padding-top: 30px;
		padding-bottom: 100px;
}
	}


@media screen and (max-width: 600px) {
	#top .mainImage {
		border-radius: 10px;
	padding: 0px 0 20px;
}
        #top .mainImage h3 {
	font-size: 1.3em;
	padding-top: 10px;
		padding-bottom: 50px;
}
	#top .mainImage p {
	font-size: 1.1em;
	margin-left: 30px;
}
	}

    /*ニュース*******************************************************************/
    /* clearfix */
    
    .clearfix:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    
    .clearfix {
        display: block;
    }
    

/*TOPページニュース************/    
    #newsWrap {
        margin: 50px 0;
        width: 100%;
        padding: 50px 0;
		background-color: #eff0e2;
		text-align: center;
    }
    
    #newsWrap h2 {
		border: 1px solid #966135;
    color: #966035;
    background: #c2da6a;
    width: 150px;
    display: inline-block;
    padding: 2px;
    position: relative;
    z-index: 1;
    text-align: center;
		margin: 0 auto;
    font-weight: 600;
		font-size: 1em;
    }

#newsWrap article {
	    max-width: 1000px;
	text-align: center;
	margin: 0 auto;
	 position: relative;
}

#newsWrap .newsbox {
	    max-width: 500px;
	margin: 20px auto;
}
#newsWrap .newsbox::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 46px;
		height: 75px;
		 position: absolute;
		top: -30px;
		left: 20%;
		background-image: url("../image/top/news_before.png");
		background-size: contain;
		background-repeat: no-repeat;
}
#newsWrap .newsbox::after {
	content: "";
    display: inline-block;
	vertical-align: middle;
    width: 98px;
    height: 106px;
	 position: absolute;
	bottom: 0px;
    right: 15%;
    background-image: url("../image/top/news_after.png");
    background-size: contain;
	background-repeat: no-repeat;
}
    
    #newsWrap .news_itiran {
        border: 1px #966035 solid;
        margin-left: auto;
        margin-right: 10px;
        width: 23%;
        min-width: 100px;
        text-align: center;
    }
    
    #newsWrap .news_itiran a {
        display: block;
        padding: 5px 15px;
        font-size: 1.4rem;
    }
    
    #newsWrap .news_itiran a:hover {
        color: #1EAA39;
    }
@media screen and (max-width: 900px){
#newsWrap .newsbox::after {
	bottom: 0px;
    right: 0%;
}
}
  
@media screen and (max-width: 600px){
#newsWrap .newsbox::before {
		top: -25px;
		left: 10%;
}
#newsWrap .newsbox::after {
	bottom: -50px;
    right: 10%;
}
}
 
 
 
    
    /*ニュースカテゴリスタイル*/
    
    #newsWrap .catName,
    #newspage .catName {
        display: inline-block;
        padding: 5px 15px;
        border-radius: 5px;
        line-height: 100%;
        margin: 0 5px;
        color: #fff;
        font-size: 80%;
        width: 100px;
        text-align: center;
        margin-right: 10px;
    }
    
    #newsWrap .cat-0 .catName,
    #newspage .cat-0 .catName,
    #newspage nav ul li.cat-0 a:hover,
    #newspage nav ul li.cat-0 a.active {
        background: darkorange;
        border: 1px solid darkorange;
        color: #fff;
    }
    
    #newsWrap .cat-1 .catName,
    #newspage .cat-1 .catName,
    #newspage nav ul li.cat-1 a:hover,
    #newspage nav ul li.cat-1 a.active {
        background: hotpink;
        border: 1px solid hotpink;
        color: #fff;
    }
    
    #newsWrap .cat-2 .catName,
    #newspage .cat-2 .catName,
    #newspage nav ul li.cat-2 a:hover,
    #newspage nav ul li.cat-2 a.active {
        background: #1EAA39;
        border: 1px solid #1EAA39;
        color: #fff;
    }
    
    #newsWrap .cat-3 .catName,
    #newspage .cat-3 .catName,
    #newspage nav ul li.cat-3 a:hover,
    #newspage nav ul li.cat-3 a.active {
        background: #1E72AA;
        border: 1px solid #1E72AA;
        color: #fff;
    }
    
    #newsList {
        padding: 20px 0;
    }
    
    #newsList li {
        padding: 5px 20px;
        border-bottom: 1px solid #966035;
        display: flex;
        flex-wrap: wrap;
    }
    
    #newsList a:first-child li {
        border-top: 1px solid #ccc;
    }
    
    #newsList a:last-child li {
        border-bottom: 1px solid #ccc;
    }
    
    #newsList a {
        color: #000;
    }
    
    #newsList a:hover li {
        background: #fafafa;
    }
    
  
    

 
	/*TOPページメッセージ************/    
	#messege article {
		height: auto;
		background-image:url("../image/top/top_01_back.jpg");
		margin-bottom: 50px;
		text-align: center;
		background-size: cover;
	}

	#messege article p {
		color: #fff;
		padding: 40px 0;
		font-family: fot-udmarugo-large-pr6n, sans-serif;
		font-weight: 500;
		line-height: 2.5em;
	}

	@media screen and (max-width: 600px){
		#messege article p {
		line-height: 2em;
	}
	}



    /*事業案内*******************/
    
    #jigyou {
        padding: 30px 20px;
        text-align: center;
    }

	#jigyou h2,
	#map h2,
	#company h2,
	#business h2 {
        border-bottom: solid 2px #966035;
		position: relative;
		text-align: center;
		margin: 10px auto;
		width: 30%;
		font-size: 1.3em;
		letter-spacing: 0.8em;
		padding-bottom: 4px;
    }
	#jigyou h2::after,
	#map h2::after,
	#company h2::after,
	#business h2::after {
        position: absolute;
		content: " ";
		display: block;
		border-bottom: solid 2px #7fbe27;
		bottom: -2px;
		width: 20%;
    }

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

	@media screen and (max-width: 600px){
	#jigyou h2,
	#map h2,
	#company h2,
	#business h2 {
		width: 60%;
    }
	}
      
    .top_middle {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 20px 10px 30px;
    }
    
    .top_middle div {
        text-align: center;
		width: 31%;
		display: block;
		background-color: #eff0e2;
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
    }
    
#jigyou h3 {
	width: 100%;
	color: #fff;
	display: block;
	border-top-left-radius: 30px;
  border-top-right-radius: 30px;
	padding: 0.5em 0;
}
#jigyou h3.buy {
	background-color: #7fbe27;
	background-image: url("../image/top/top_02_leaf_01.png");
	background-repeat: no-repeat;
	  background-size: contain;
	background-position: 90% center;
}
#jigyou h3.sell {
	background-color: #ffae02;
	background-image: url("../image/top/top_02_leaf_02.png");
	background-repeat: no-repeat;
	  background-size: contain;
	background-position: 90% center;
}
#jigyou h3.reform {
	background-color: #966135;
	background-image: url("../image/top/top_02_leaf_03.png");
	background-repeat: no-repeat;
	  background-size: contain;
	background-position: 90% center;
}

.top_middle div img {
	width: 90%;
	margin-top: 10px;
    }

.top_middle div p {
	width: 90%;
	margin: 10px auto 20px;
    }

@media screen and (max-width: 900px){
	 .top_middle div p {
	font-size: .9em;
    }
	}

@media screen and (max-width: 700px){
	 .top_middle div {
		width: 95%;
		 margin-bottom: 20px;
    }
	}




  /*お気軽にご連絡*******************************************************************/ 

#otoiawase {
	width: 100%;
	height: 240px;
	background-color: #bcd992;
	background-image:url("../image/page/contact_cate_back.jpg");
	background-position: center;
}

#otoiawase article {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px;
	max-width: 1000px;
	margin: 0 auto;
}
/*電話*/  
#otoiawase article .tel_box {
	width: 68%;
	text-align: left;
	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight: 800;
	font-style: normal;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
         0px 1px 0 #FFF,  0-1px 0 #FFF,
         -1px 0 0 #FFF, 1px 0 0 #FFF;
	font-size: 2em;
	padding-top: 30px;
}
#otoiawase article .tel_box .telNo {
	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 2.1em;	
}

#otoiawase article .tel_box .telNo a::before {
	 content: "";
    display: inline-block;
	vertical-align: middle;
    width: 75px;
    height: 75px;
    background-image: url("../image/page/tel_icon.png");
    background-position: left -2px;
    background-size: contain;
	background-repeat: no-repeat;
}
#otoiawase article .tel_box .telNo a:hover{
  opacity:0.6;
}

.br-brake {}

/*メール*/  
#otoiawase article .mail_box {
	width: 25%;
	padding-top: 30px;
	text-align: center;
}
#otoiawase article .mail_box a {
	display: block;
	background-color: #fff;
	border-radius: 30px;
	border: 1px solid #966135;
	vertical-align: center;
	padding: 10px;
	font-size: 1.2em;
	font-family: fot-udmarugo-large-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
}

@media (min-width: 600px) {
a[href*="telNo:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
    @media screen and (max-width: 980px) {
        #otoiawase article .tel_box {
	width: 100%;
	font-size: 1.5em;
	padding-top: 10px;
	text-align: center;
	}
		.br-brake {
			display: none;
	}
	#otoiawase article .mail_box {
	width: 100%;
	padding-top: 0px;
	}
    }

	@media screen and (max-width: 550px) {
        #otoiawase article .tel_box {
			padding-top: 20px;
	font-size: 1.2em;
	}
	#otoiawase article .tel_box .telNo a::before {
    width: 50px;
    height: 50px;
}
	#otoiawase article .mail_box a {
	padding: 10px;
	font-size: 1em;
}
    }

@media screen and (max-width: 500px) {
        #otoiawase article .tel_box {
			padding-top: 30px;
	font-size: 1em;
	}
	#otoiawase article .tel_box .telNo {
	font-size: 1.8em;	
}
	#otoiawase article .tel_box .telNo a::before {
    width: 50px;
    height: 50px;
}
	#otoiawase article .mail_box a {
	padding: 10px;
	font-size: .9em;
}
    }


    /*アクセスマップ*******************************************************************/ 
	#map {
		width: 100%;
		background-color: #eff0e2;
		text-align: center;
		padding-top: 60px;
		padding-bottom: 60px;
	}
    #map .googlemap {
       margin: 40px auto 10px;
		border: 1px solid #966135;
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 50%; 
    }
	/* Google Mapのiframe */
	#map .googlemap iframe {
  		position: absolute;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
		}

	#map .ado {
		text-align: right;
	}
	#map .ado::before {
		content: "";
    	display: inline-block;
		vertical-align: middle;
    	width: 20px;
    	height: 27px;
    	background-image: url("../image/page/map_icon.png");
    	background-position: left;
    	background-size: contain;
		background-repeat: no-repeat;
	}

    
    
  /*フッター*******************************************************************/  
    footer {
        padding-top: 25px;
    }
    
    footer>nav {
        padding-bottom: 10px;
        max-width: 980px;
        width: 100%;
        margin: 0 auto;
    }
    
    footer>nav ul {
        display: flex;
        flex-wrap: wrap;
		align-items: center;
        justify-content: center;
    }
    
    footer>nav ul li {
        padding: 0 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
	footer>nav ul li:not(:last-child){
		border-right: 1px solid #966035;
	}

    
    footer>nav ul li a {
        text-decoration: none;
        display: block;
    }
	footer nav a.current{
		color: #7fbe27;
}

	@media screen and (max-width: 500px) {
	 footer>nav ul li a {
		font-size: .9em;
}
}

/*========= ページトップのためのCSS ===============*/
#page-top {
   width:7px;
   height:25px;
   border-radius:50%;
   background:#966035;
   display:flex;
   align-items:center;
   justify-content:center;
	margin-left: 20px;
}
#page-top a {
	color: #fff;
	font-size: 1.3em;
	line-height:30px;
	padding-bottom: 5px;
}
#page-top a:hover{
  color: #c2da6a;
}


/*========= フッターインフォ ===============*/    
    footer>div#footer_info>section {
        width: 100%;
        max-width: 850px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    
    footer>div#footer_info>section h2 {
        width: 40%;
    }
    
    footer>div#footer_info>section address {
        font-style: normal;
		font-size: .85em;
    }
    
	@media screen and (max-width: 800px) {
       footer>div#footer_info>section h2 {
        width: 80%;
		   text-align: center;
    }
    
    footer>div#footer_info>section address {
        text-align: center;
    }
    }

    
    footer>div#footercopy {
        position: relative;
    }
    
    footer>div#footercopy>p.copy {
        color: #000;
        text-align: center;
        font-size: 1.2rem;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    
    footer>div#footercopy>p.to_top {
        position: absolute;
        top: -50px;
        right: 50px;
    }



/*会社案内ページ************************************************************/ 

/*========= 会社案内イメージ===============*/   
#about .mainImage {
	display: block;
	max-width: 1000px;
	height: 255px;
	margin: 0 auto;
	background-image:url("../image/about/img.jpg");
	 border-radius: 40px;
	background-size:contain;
}

#about .mainImage h3 {
	text-align: left;
	font-family: fot-udmarugo-large-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5em;
	margin: 30px auto auto 60px;
	color: #7fbe27;
	border-bottom: 2px dashed #7fbe27;
	display: inline-block;
	padding-bottom: 5px;
}
@media screen and (max-width: 980px) {
	#about .mainImage {
		height: 200px;
		background-size:cover;
}
    #about .mainImage h3 {
	font-size: 2em;
	margin: 20px auto auto 40px;
}
	}


@media screen and (max-width: 600px) {
	#about .mainImage {
		border-radius: 10px;
		height: 150px;
}
    #about .mainImage h3 {
	font-size: 1.3em;
}
	}
/*========= プロローグ===============*/   

#about #message {
        margin: 20px 0;
        width: 100%;
        padding: 30px 0;
		text-align: center;
    }
    
#about #message h2 {
		border: 1px solid #966135;
    color: #966035;
    background: #c2da6a;
    width: 150px;
    display: inline-block;
    padding: 2px;
    position: relative;
    z-index: 1;
    text-align: center;
		margin: 0 auto;
    font-weight: 600;
		font-size: 1em;
    }

#about #message article {
	    max-width: 1000px;
	text-align: center;
	margin: 0 auto;
	 position: relative;
}

#about #message .messe_box {
	    max-width: 500px;
	margin: 20px auto;
}
#about #message .messe_box::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 105px;
		height: 100px;
		 position: absolute;
		top: 0px;
		left: 15%;
		background-image: url("../image/about/prologue_befor.png");
		background-size: contain;
		background-repeat: no-repeat;
}
#about #message .messe_box::after {
	content: "";
    display: inline-block;
	vertical-align: middle;
    width: 103px;
    height: 100px;
	 position: absolute;
	bottom: 0px;
    right: 15%;
    background-image: url("../image/about/prologue_after.png");
    background-size: contain;
	background-repeat: no-repeat;
}

#about #message p {
		text-decoration-color: #966135;
  text-decoration-line: underline;
	text-decoration-style: dashed;
  text-decoration-thickness: 1px;
	text-underline-offset: 8px;
	line-height: 3em;
}
    
@media screen and (max-width: 980px) {
	#about #message .messe_box::before {
		width: 80px;
		height: 80px;
		top: 0px;
		left: 10%;
}
#about #message .messe_box::after {
    width: 80px;
    height: 80px;
	bottom: 0px;
    right: 10%;
}
	}

@media screen and (max-width: 500px) {
	#about #message .messe_box::before {
		left: 5%;
}
#about #message .messe_box::after {
    right: 2%;
}
	}



/*========= 会社方針===============*/ 
#policy article {
	max-width: 1000px;
	text-align: center;
    margin: 0 auto;
}

#policy .policy_box {
        width: 100%;
        display: flex;
        justify-content: center; 
        flex-wrap: wrap;
  align-items: center;
    }
    
#policy .content {
		text-align: center;
		margin: 0 auto 30px;
    }

#policy .circle {
		width: 200px;
		height: 200px;
		border-radius: 50%;
    }
 
#policy .policy_box h3 {
	color: #fff;
	font-size: 1.5em;
	padding-top: 15px;
	padding-bottom: 10px;
}

#policy .green {
	background-color: #7fbe27;

}
#policy .orange {
	background-color: #ffae02;

}

#policy .policy_box p {
	display: block;
	background-color: #fff;
	opacity: .7;
	width: 100%;
	height: 65%;
	padding-top: 15px;
}


/*========= 会社概要===============*/ 

#company table {
	margin: 30px auto 50px;
	text-align: left;
	border-top: 2px solid #966035;
	border-bottom: 2px solid #966035;
}

#company tr {
  border-bottom: 1px solid #966035;
}

#company th,
#company td {
  padding: 24px 0 24px 30px;
  border: none;
}

#company th {
  width: 30%;
	background-color: #eff0e2;
}

/* sp */
@media only screen and (max-width: 600px) {
  #company th,
  #company td {
    width: 100%;
    display: block;
  }

  #company th {
    width: 100%;
  }

  #company td {
    padding-top: 0;
  }
}


/*お問合せページ************************************************************/

#contact {
	
}
/*========= 会社案内イメージ===============*/   
#contact .mainImage {
	display: block;
	max-width: 1000px;
	height: 255px;
	margin: 0 auto;
	background-image:url("../image/contact/img.jpg");
	 border-radius: 40px;
	background-size:contain;
}

#contact .mainImage h3 {
	text-align: left;
	font-family: fot-udmarugo-large-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5em;
	margin: 30px auto auto 60px;
	color: #7fbe27;
	border-bottom: 2px dashed #7fbe27;
	display: inline-block;
	padding-bottom: 5px;
}
@media screen and (max-width: 980px) {
	#contact .mainImage {
		height: 200px;
		background-size:cover;
}
    #contact .mainImage h3 {
	font-size: 2em;
	margin: 20px auto auto 40px;
}
	}


@media screen and (max-width: 600px) {
	#contact .mainImage {
		border-radius: 10px;
		height: 150px;
}
    #contact .mainImage h3 {
	font-size: 1.3em;
}
	}

/*========= フォーム===============*/ 

#con_form {}
#con_form article {
	max-width: 1000px;
	text-align: center;
    margin: 0 auto;
}

#con_form .sfont-c-ul {
	font-size: 1em;
	line-height: 3em;
	text-align: center;
	margin: 30px auto;
	border-bottom: 1px solid #966035;
	display: block;
}


#con_form .ta1 {
	width: 80%;
	margin: 0 auto 20px;
}
#con_form .ta1 td {
	padding: 10px 15px;
	text-align: left;
}


/*ta1の左側ボックス*/
#con_form .ta1 th {
	width: 25%;
	text-align: right;
	font-weight: normal;
	vertical-align:top;
	padding: 10px 40px 10px 0px;
}

#con_form .ta1 td, th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px 20px;
}

#con_form .ta1 td {
    border-left: 1px solid #ccc;
}


/*必須マーク設定*/
#con_form .ta1 tr {
	position: relative;
}
.mast {
}

.mast::after {
	content: "";
    display: inline-block;
	vertical-align: middle;
    width: 32px;
    height: 24px;
	 position: absolute;
    background-image: url("../image/contact/prere.jpg");
    background-size: contain;
	background-repeat: no-repeat;
}


#con_form .contact-submit {
	width: 200px;
	background-color: #7fbe27;
	padding: 10px;
	color: #fff;
	border: none;
	font-weight: 600;
	border-radius: 5px;
}

#con_form div {
	text-align: right;
	margin: 0 auto 70px;
	width: 70%;
}
/*
button, input, select, textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}

/*========= プライバシーポリシー===============*/ 

#privacy {
	background-color: #eff0e2;
	padding: 70px 0;
	position: relative;
}

#privacy h2 {
	border: 1px solid #966135;
    color: #966035;
    background: #c2da6a;
    width: 300px;
    display: inline-block;
    padding: 2px;
    position: relative;
    z-index: 1;
    text-align: center;
		margin: 0 auto;
    font-weight: 600;
		font-size: 1em;
	margin-bottom: 10px;
    }

	#privacy h2::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 46px;
		height: 75px;
		position: absolute;
		top: -30px;
		left: -20%;;
		background-image: url("../image/top/news_before.png");
		background-size: contain;
		background-repeat: no-repeat;
	}



.contact-policy02 {
  margin: 50px 0;
  padding-bottom: 15px;
	text-align: left;
}

	.contact-policy02::after {
  		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 98px;
		height: 106px;
		position: absolute;
		bottom: 50px;
		left: 80%;
		background-image: url("../image/top/news_after.png");
		background-size: contain;
		background-repeat: no-repeat;
	}

.contact-policy02 p {
    padding: 0;
}

.privacy {
	font-size: 1em;
	line-height: 1.4;
	margin-bottom: 0px;
	padding: 40px;
	background: #ddd;
}

.policy-title {
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 600;
}
.policy-text {
  margin-bottom: 35px;
}
.policy-text2 {
  margin-bottom: 10px;
}

.policy-text_nomb {
  margin-bottom: 5px;
}

.policy-list {
  margin-bottom: 30px;
  padding-top: 0;
}
.policy-list li{
  display: list-item;
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 0;
}

.thanks {
	    font-size: 1em;
    line-height: 3em;
    text-align: center;
    margin: 100px auto;
    display: block;
}


/*画面幅960px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:960px){
#contact article {
    width: 90%;
}
/*お問合せテーブル横並びを縦並びにする*/	
#con_form .sfont-c-ul {
    line-height: 1.5em;
	padding-bottom: 10px;
}
.ta1 table {
		width: 100%;
	}
.ta1 th,td {
		display: block;
		width: 98%;
	}

#con_form .ta1 th {
	width: 100%;
	text-align: left;
	padding: 10px 0px 0px 15px;
	}

#con_form .ta1 td {
	 border-left: none;
	padding: 20px 15px 20px;	
}
}

/*画面幅500px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:500px){
#con_form div {
    text-align: center;
}
#privacy h2 {
    width: 300px;
    }

	#privacy h2::before {
		left: -21%;;
	}

	.contact-policy02::after {
		left: 70%;
	}
}



/*事業案内ページ************************************************************/

#business .mainImage {
	display: block;
	max-width: 1000px;
	height: 255px;
	margin: 0 auto;
	background-image:url("../image/business/img.jpg");
	 border-radius: 40px;
	background-size:contain;
}

#business .mainImage h3 {
	text-align: left;
	font-family: fot-udmarugo-large-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5em;
	margin: 30px auto auto 60px;
	color: #7fbe27;
	border-bottom: 2px dashed #7fbe27;
	display: inline-block;
	padding-bottom: 5px;
}
@media screen and (max-width: 980px) {
	#business .mainImage {
		height: 200px;
		background-size:cover;
}
    #business .mainImage h3 {
	font-size: 2em;
	margin: 20px auto auto 40px;
}
	}


@media screen and (max-width: 600px) {
	#business .mainImage {
		border-radius: 10px;
		height: 150px;
}
    #business .mainImage h3 {
	font-size: 1.3em;
}
	}

.comming-soon {
	font-weight: 600;
	color: crimson;
}