@charset "utf-8";

/* ======================================================

	aji

====================================================== */

body#aji{
    padding-bottom: 100px;
}

.float{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 2;
}

.float p.bnr{
    width: 45%;
    margin: auto;
}

.main p{
	font-size:116%;
}

.main p.img-ajistone{
	text-align:center;
	margin: 30px 0;
}

.wrap#meisekiContents section h5{
	display: inline-block;
	width: 42%;
}

.main section{
	padding:2% 0;
}

.main p.txt{
	font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.75;
}

.main p.imgleft{
	display:inline-block;
	float:left;
	margin-right:3%;
	margin-bottom:4%;
}

.main p.text-center{
	margin-bottom:7%;
}

.main p.left-photo{
	display: inline-block;
    float: left;
    margin-right: 3%;
}

.main p.right-photo{
	display: inline-block;
    float: right;
    margin-left: 3%;
}

.main .strong-box{
	margin:40px 0 25px 15px;
	clear:both;
}

.strong-box table {
	width: 320px;
}
.strong-box table th,
.strong-box table td {
	text-align: center;
	border: 1px solid #ccc;
}
.strong-box .right-photo p {
	margin: 0;
}
.main .tbl-water{
	width:260px;
	margin: 5% 0 4% 4%;
	float:right;
}

.main .tbl-water th{
	border:1px solid #9a9a9a;
	padding:5px 10px;
	font-weight:normal;
}

.main .tbl-water td{
	border:1px solid #9a9a9a;
	padding:5px 10px;
	width:50%;
}

/* ==================================================================
	area
=================================================================== */

h4.kagawa{
}

.spot-list{
	margin:0 0px;
	clear:both;
}

.spot-list li{
	text-align:center;
	float:left;
	margin:0 5px;
}

.spot-list li img{
	margin-bottom:10px;
}


.spot-list-right{
	float:right;
	margin:0 0px 20px 20px;
	clear:both;
}

.spot-list-right li{
	text-align:center;
	float:left;
	margin:0 5px;
}

.spot-list-right li img{
	margin-bottom:10px;
}

/* ==================================================================
	history
=================================================================== */
.history-box{
	margin:25px 0;
	background:url(../../../images/aji/history/line.jpg) 0 0 no-repeat;
}

.history-box .history-conts{
	padding:0 0 20px 60px;
	background:url(../../../images/aji/history/arrow.jpg) 0 100% no-repeat;
}

.history-box .history-conts h5{
	margin:15px 20px;
}

.history-box-none{
	margin:25px;
	background:none;
}

.history-box-none .history-conts{
	padding:0 0 20px 60px;
	background:none;
}

.history-box-none .history-conts h5{
	margin:15px 20px;
}


/* ==================================================================
	skill
=================================================================== */

#processing {
    display: flex;
    flex-wrap: wrap;
}

.processing {
	width: 191px;
	margin-bottom: 20px;
	padding: 10px 15px;
	background: #f5f5f5;
	border: 0.5px solid #c0c0c0;
	text-align: center;
}

.processing:nth-child(3n + 2) {
	margin-right: 20px;
	margin-left: 20px;
}

.processing h5{
	font-size: 1.5em !important;
	font-weight: bold;
	padding: 0 0 2% !important;
}

.processing p{
	margin: 5% 2%;
}

p.skill-catch{
	margin:10px 45px;
}

ul.skill-list{
	margin: 25px 0;
}

ul.skill-list li{
	float: left;
    margin:15px 30px 15px 0;
}

ul.skill-list li:nth-child(3n){
	margin-right:0;
}

/* ==================================================================
	quarry
=================================================================== */

.wrap#quarryContents h5{
	display: inline-block;
	width: 47%;
}

.quarry-box{
	margin:25px 0px;
	padding-bottom:15px;
}

.quarry-box .box{
	width: 55%;
    float: right;
}

.quarry-box .quarry-left{
	float:left;
	margin:0px 35px 0 0;
}

.quarry-box .quarry-right{
	float:right;
	margin:0px 0px 0 35px;
}

.quarry-box .img-ajistone{
	margin-bottom:0px;
}


/* ==================================================================
	process
=================================================================== */

.wrap#processContents h5{
	display:inline-block;
	width:43%;
}

.process-box{
	margin:25px 0px;
	padding-bottom:15px;
}

.process-box .process-left{
	float:left;
	margin:10px 35px 0 0;
}

.process-box .process-right{
	float:right;
	margin:0px 0px 0 35px;
}

.process-box .box{
	width: 55%;
    float: right;
}

@media only screen and
(max-width : 640px) {
 
body#aji{
    padding-bottom: 0;
}

.float p.bnr{
    width: auto;
}

.contents .main section#aji img{
	max-width:100%;
	height: auto;
	display: block;
    margin: auto;
}
 
.contents .main section#aji{
	margin: 0 3% 30px;
}

.main p.right-photo{
    display:block;
    float: none;
    margin-left: 0;
	text-align: center;
}

.main .strong-box {
    margin: 25px 0;
    clear: both;
}

.main p.left-photo {
    display:block;
    float: none;
    margin-right: 0;
	text-align: center;
	margin-bottom: 7%;
}

.strong-box table {
    width: 100%;
    margin-bottom: 2%;
}

.main .tbl-water {
    width: 100%;
    margin: 2% 0 4%;
    float: none;
}

.spot-list li {
	margin:0 2% 0 0;
}
.spot-list li:nth-child(2n){
	margin-right:0;
}

.spot-list-right {
    float: none;
    margin: 0 ;
}
.spot-list-right li {
	margin:0 2% 0 0;
	width: 48%;
}

.spot-list-right li:nth-child{
	margin-right:0;
}

.processing {
	width: auto;
}

.processing:nth-child(3n + 2) {
    margin: 0 0 5% 0;
}


.quarry-box .quarry-left {
    float: none;
	margin: 0 auto 8%;
}

.quarry-box {
	margin: 0;
}

.quarry-box .box {
    width: auto;
    float: none;
}

.quarry-box .quarry-right {
    float: none;
    margin:0 auto 8%;
}

.process-box {
	margin: 0;
}
.process-box .process-left,
.process-box .process-right{
    float: none;
    margin: 0 auto 8% !important;
}

.wrap#processContents h5 {
    display:block;
    width: auto;
}

.process-box .box {
    width:auto;
    float: none;
}
