@charset "UTF-8";
/* CSS Document */

/*==header==*/

#header {
    top:0;
    left:0;
    width:100%;

    background-image: url("../img/h_img.jpg");
    background-repeat: repeat-x;
    position:fixed;
    z-index: 9999;
}

#header .header_inner{
    position: relative;
    padding: 2rem;
}

#header img {
	width: 150px;
	/* [disabled]display: block; */
	margin: 0 auto;
}

#header .left-b {
    position: absolute;
    top:2rem;
    left:1.5rem;
    display: block;
    font-size: 2rem;
}

#header .right-b img{
	padding: 0;
	display: block;
}

#header .right-b a:first-child {
    position: absolute;
    top:2rem;
    right:5rem;
    text-align: right;
    display: block;
    width:35px;
}

#header .right-b a:last-child {
	position: absolute;
	top: 2rem;
	text-align: right;
	display: block;
	width: 29px;
	right: 12rem;
}

/*==背景設定==*/
body{
    background-image: url("../img/bg_04.png"),
                      url("../img/bg_02.png"),
                      url("../img/bg_01.jpg");
    background-size: 95%,cover,cover;
    background-position:top 50% center,center,center;
    width: 100%;
    background-repeat: no-repeat,repeat,no-repeat;
    background-attachment:fixed;
    text-align: center;
 }

/*==content==*/
p.text{
	font-size: 2.3rem;
	line-height: 4rem;
}

.lead{
    margin-bottom:1em;
    letter-spacing: -0.3px;
}

.title{
    width:640px;
    min-width: 300px;
    margin: 5rem auto 0;
    padding-top:5rem;
    position: relative;
}
.title .tit{
    width: 636px;

}

h2{
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 3.5rem;
    margin-top:7rem; 
}

.title img {
    width:640px;
}

.slide .text{
    font-size:2.4rem;
    line-height: 4.3rem;
}


.slide img{
    width:640px;

}
area{
  border:none;
  outline:none;
}

.s04,.s05,.s06,.s07,.s08{
    text-align: center;
    width:640px;
    min-width: 300px;
    margin:auto;
    position: relative;
}

.s09{
    text-align: center;
    margin:auto;
    position: relative;
}



/*==items==*/
h3 img{
    width:640px;
    margin-top:10%;
    margin-bottom:2rem;

}

.item_pic {
    width:640px;
    top:50%;
}

.btn02{
    margin-top:40px;
    display:inline-block;
    cursor:pointer;
    background-color:#000;
    color:#fff;
    text-decoration:none;
    padding:10px 20px;
    border:solid 1px #000;
    font-size: 1.6rem;
}
.btn02:hover {
    color:#000;
    border:solid 1px #000;
    background-color:#fff;
    font-size: 1.6rem;

}
.btn02:active {
    position:relative;
    top:1px;
}
/************
///モーダル////
*************/

.inline_content_a{
    width:594px;
    height:426px;
    border:solid 1px #000;
}

.inline_content_a img{
    width:400px;
}



.item_title{
    margin:2rem auto;
    font-size: 2.4rem;

}

.item_Text{
    margin:20px auto;
    font-size:2rem;
}

.inline_content_b{
    width:594px;
    height:364px;
    border:solid 1px #000;
}
.itemText{
    margin:40px 40px;
    font-size:1.3em;
    text-align: left;
}
.itemText img{
    position: absolute;
    right: 40px;
    top:40px;
    width:75px;
}

.itemText span{
    font-size: 2.4rem;
}

/************
///Button////
*************/

/*モーダル内*/
.btn{
    float:left;
    margin-left:40px;
    display:inline-block;
    cursor:pointer;
    background-color:#000;
    color:#fff;
    text-decoration:none;
    padding:10px 20px;
    border:solid 1px #000;
    font-size: 1.6rem;
}
.btn:hover {
    color:#000;
    border:solid 1px #000;
    background-color:#fff;
    font-size: 1.6rem;

}
.btn:active {
    position:relative;
    top:1px;
}

/*モーダル内 ココまで*/

/*==footer==*/

#footer {
    width: 100%;
    padding : 1.5rem 0;
    text-align: center;
    font-size: 1.5rem;
    background-image: url(../img/f_img.jpg);
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
}

/*====スマホ対応====*/

@media screen and (orientation: portrait) {
    .slide .text{
        font-size: 3rem;
        line-height: 5rem;
    }

    h2{
        font-size:4rem;
        line-height: 5.5rem;
    }
}
