@charset "UTF-8";

/* contents
======================================================================*/

#contents.sachi .inner{
	max-width: 1160px;
    padding: 80px 40px;
}


/* sachi_txt
======================================================================*/

#sachi_txt {
	width: 100%;
    overflow: hidden;
}

#sachi_txt h2 {
	margin-bottom: 2em;
    text-align: left;
}

#sachi_txt p.read {
	font-size: 1.6rem;
    line-height: 2.0;
    letter-spacing: 0.1rem;
}

#sachi_txt p.read img {
	float: right;
}


/* sachi_pht
===================================*/

#sachi_pht {
	width: 100%;
    padding-top: 2em;
}

#sachi_pht ul{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    position: relative;
}

#sachi_pht li{
    width: 48%;
    max-width: 480px;
}

#sachi_pht li.main{
    max-width: 560px;
    width: 56%;
}

#sachi_pht li p.mb20{
    margin-bottom: 22px;
}

#sachi_pht .ise{
    position: relative;
    padding-top: 40px;
    padding-left: 40px;
    margin-left: 40px;
    z-index: 11;
}

#sachi_pht .ise:before {
  content: '';
  position: absolute;
  top: -120px;
    left: 0;
  display: inline-block;
  width: 1px;
  height: 300px;
  background-color: #c7000b;
}

#sachi_pht .ise h3{
    margin-bottom: 2em;
}

#sachi_pht .ise p{
    font-size: 1.4rem;
    line-height: 2.0;
}


/* sachi_bottom
===================================*/

#sachi_bottom {
    width: 100%;
    background-image: url(../../sachi/images/sachi_bg.png);
    background-repeat: repeat;
    background-position: center top;
}

#sachi_bottom .inner{
    max-width: 1280px;
    padding-top: 5em;
    padding-bottom: 5em;
    /*flex*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    
}

.oshinagaki {
    width: 60%;
    max-width: 680px;
    text-align: left;
}

.oshinagaki_txt {
    background-color: #FFFFFF;
    padding: 40px 30px;
    width: 35%;
    max-width: 360px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sachi_bottom h4{
    margin-bottom: 2em;
}

#sachi_bottom p{
    margin-bottom: 2em;
}



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

[Media Queries] smart phone : Landscape

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

@media only screen and (min-width:1px) and (max-width:740px) {

/* sachi_txt
===================================*/

#sachi_txt p.read img {
	float: none;
    margin-top: 20px;
}

/* sachi_pht
===================================*/

#sachi_pht li{
    width: 100%;
}

#sachi_pht li.main{
    width: 100%;
    margin-bottom: 22px;
}

#sachi_pht .ise{
    padding-top: 40px;
    padding-left: 20px;
    margin-left: 20px;
}


/* sachi_bottom
===================================*/

.oshinagaki {
    width: 100%;
   margin-bottom: 2em;
}

.oshinagaki_txt {
    width: 100%;
}


} /*@mediaEnd*/








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

[Media Queries] smart phone : Portrait

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

@media only screen and (min-width:1px) and (max-width:480px){

#contents.sachi .inner{
    padding: 100px 40px 80px;
}

#sachi_txt h2 img{
	max-width: 90%;
    height: auto;
}

#sachi_txt p.read {
	font-size: 1.4rem;
}

#sachi_pht .ise p{
    font-size: 1.2rem;
}

#sachi_bottom p{
    font-size: 1.2rem;
}
    
} /*@mediaEnd*/

