@charset "utf-8";

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　パララックス（iPad対応）　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　パララックス（iPad対応）　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　パララックス（iPad対応）　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width:650px) {
.parallax {
    display: none;
}
}

@media only screen and (min-width:651px)  and (max-width:850px){
.parallax {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100vh;
    background-image: url(../images/inside.jpg);
    background-size: 260% auto;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 1600px;
}
}

@media only screen and (min-width:851px)  and (max-width:1000px){
.parallax {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 120vh;
    background-image: url(../images/inside.jpg);
    background-size: 210% auto;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 800px;
}
}

@media only screen and (min-width:1001px)  and (max-width:1200px){
.parallax {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 120vh;
    background-image: url(../images/inside.jpg);
    background-size: 190% auto;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 800px;
}
}


@media only screen and (min-width:1201px)  and (max-width:1400px){
.parallax {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 120vh;
    background-image: url(../images/inside.jpg);
    background-size: 130% auto;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 800px;
}
}

@media only screen and (min-width:1400px) { 
.parallax {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 120vh;
    background-image: url(../images/inside.jpg);
    background-size: 110% auto;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 750px;
}
}

.parapara {
    height: 150vh;
    background-color: #FFFFFF;
    margin-top: 0px;
}
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　パララックス（iPad対応）　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　パララックス（iPad対応）　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　パララックス（iPad対応）　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */




 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　TOP動画　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　TOP動画　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　TOP動画　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
    margin-top: 90px;
}


h2{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 30px 0;
}

@media only screen and (max-width:420px) {
.contents_v{
    display: none;
}
.contents_p{
    width: 100%;
    float: left;
    height: 650px;
    background-image: url(../images/tou.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}
.catchcopy{
    /*要素の配置*/
    position: absolute;
    /*見た目の調整*/
    color: #fff;
    text-shadow: 0 0 15px #555;
    font-size: 95%;
    float: left;
    text-align: center;
    width: 100%;
    height: 100vh;
    top: 40%;
    font-family: "MS Serif", "New York", serif;
}
.video_tit{
    font-size: 130%;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 0 15px #555;
}
}


@media only screen and (min-width:421px)  and (max-width:650px){
.contents_v{
    display: none;
}
.contents_p{
    width: 100%;
    float: left;
    height: 650px;
    background-image: url(../images/tou.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}
.catchcopy{
    /*要素の配置*/
    position: absolute;
    /*見た目の調整*/
    color: #fff;
    text-shadow: 0 0 15px #555;
    font-size: 105%;
    float: left;
    text-align: center;
    width: 100%;
    height: 100vh;
    top: 40%;
    font-family: "MS Serif", "New York", serif;
}
.video_tit{
    font-size: 150%;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 0 15px #555;
}
}


@media only screen and (min-width:650px) { 
.contents_v{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    z-index: -2;
    position: relative;
}
.contents_p{
    display: none;
}
h1{
    /*要素の配置*/
    position: absolute;
    /*要素を天地中央寄せ*/
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /*見た目の調整*/
    color: #fff;
    text-shadow: 0 0 15px #555;
    font-size: 100%;
    font-family: "MS Serif", "New York", serif;
    text-align: center;
}
.video_tit{
    font-size: 200%;
    color: #FFFFFF;
    text-align: center;
}
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　TOP動画　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　TOP動画　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　TOP動画　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
	





 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ニュース　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ニュース　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ニュース　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


@media only screen and (max-width:421px) {
.icon{
    width: 250px;
    margin-bottom: 30px;
    float: right;
    margin-top: 0px;
    text-align: left;
    margin-left: 15px;
}
.icon_in{
    width: 140px;
    text-align: right;
    float: left;
    margin-right: 3px;
}
.icon_in img{
    width: 140px;
    height: auto;
}
}

@media only screen and (min-width:420px) and (max-width:650px){
.icon{
    width: 300px;
    margin-bottom: 30px;
    float: right;
    margin-top: 0px;
    text-align: right;
}
}

@media only screen and (min-width:651px) and (max-width:850px){
.icon{
    width: 520px;
    margin-bottom: 30px;
    float: right;
    margin-top: 0px;
    text-align: right;
}
}

@media only screen and (min-width:851px) and (max-width:1200px){
.icon{
    width: 580px;
    margin-bottom: 30px;
    float: right;
    text-align: right;
    margin-right: 4%;
    margin-top: -40px;
}
}

@media only screen and (min-width:1201px) and (max-width:1500px){
.icon{
    width: 580px;
    margin-bottom: 30px;
    float: right;
    margin-top: 0px;
    text-align: right;
    margin-right: 4%;
    margin-top: -40px;
}
}


@media only screen and (min-width:1501px) {
.icon{
    width: 100%;
    float: right;
    margin-right: 4%;
    margin-top: -40px;
}
}

.icon_in{
    width: 100px;
    text-align: right;
    float: right;
    margin-right: 0px;
    margin-left: 15px;
}
.icon_in img{
    width: 100px;
    height: auto;
}





@media only screen and (max-width:420px) {
.news_icon{
    float: left;
    width: 100px;
    margin-right: 80px;
    margin-top: 3px;
    text-align: left;
    margin-left: 10px;
}
.news_icon img{
    width: 100px;
    height: auto;
}
}

@media only screen and (min-width:420px) {
.news_icon{
    width: 100px;
    margin-right: 25px;
    float: left;
    margin-top: -2px;
}
.news_icon img{
    width: 100px;
    height: auto;
}
}

.news_ymd{
    float: left;
    font-family: 'Josefin Sans', sans-serif;
    margin-right: 27px;
    font-size: 110%;
    transition: 0.8s;
    color: #FFFFFF;
}

.news_ymd:hover{
    color: #D90000;
}

@media only screen and (max-width:1200px) {
ol.news_list {
    counter-reset: list;
    list-style-type: none;
    padding: 0;
    float: left;
    clear: left;
    width: 100%;
    text-align: left;
}
ol.news_list li{
    position: relative;
    padding-top: 0;
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 25px;
    font-size: 100%;
    border-bottom: 1px dotted #FFFFFF;
    width: 100%;
    line-height: 25px;
    padding-bottom: 5px;
    float: left;
    clear: left;
}
.news_kiji{
    float: left;
    font-size: 100%;
    text-align: left;
    color: #FFFFFF;
    transition: 0.8s;
}
.news_kiji:hover{
    color: #D90000;
}
}

@media only screen and (min-width:1200px) {
ol.news_list {
    counter-reset: list;
    list-style-type: none;
    padding: 0;
    float: left;
    clear: left;
    width: 100%;
}
ol.news_list li{
    position: relative;
    padding-top: 0;
    padding-left: 5px;
    margin-top: 40px;
    margin-left: 5px;
    font-size: 95%;
    border-bottom: 1px dotted #FFFFFF;
    width: 95%;
    line-height: 20px;
    padding-bottom: 5px;
    clear: left;
}
.news_kiji{
    font-size: 100%;
    width: auto;
    margin-left: 5px;
    color: #FFFFFF;
    transition: 0.8s;
}
.news_kiji:hover{
    color: #D90000;
}
}




@media only screen and (max-width:420px) {
.con_01 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 80px;
}
}

@media only screen and (min-width:421px)  and (max-width:650px){
.con_01 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 80px;
}
}

@media only screen and (min-width:651px)  and (max-width:850px){
.con_01 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 80px;
}
}

@media only screen and (min-width:851px)  and (max-width:1200px){
.con_01 {
    width: 74%;
    margin-left: 13%;
    margin-right: 13%;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 80px;
}
}

@media only screen and (min-width:1200px) { 
.con_01 {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 0px;
    padding-top: 60px;
}
}

.contents_01 {
    width: 100%;
    float: left;
    background-color: #AEAEAE;
    height: auto;
}

.news_tit {
    font-family: 'Nothing You Could Do', cursive;
    width: 100%;
    float: left;
    color: #FFFFFF;
    font-size: 300%;
    text-align: justify;
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ニュース　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ニュース　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ニュース　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */




 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　教会の紹介　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　教会の紹介　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　教会の紹介　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width:420px) {
.contents_02l {
    width: 100%;
    float: left;
    background-color: #979797;
    margin-bottom: 0px;
    height: auto;
    position: relative;
}
.contents_02l_in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    height: auto;
    float: left;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10%;
    padding-bottom: 10%;
}
.contents_02r {
    width: 0%;
    float: right;
    height: 1000px;
}
.con_02_tit {
    font-size: 140%;
    text-align: left;
    font-family: "MS Serif", "New York", serif;
    margin-bottom: 38px;
    color: #FFFFFF;
    padding-bottom: 0px;
}
.con_02_txt {
    font-size: 100%;
    line-height: 33px;
    width: 100%;
    color: #FFFFFF;
    text-align: left;
}
.con_02_ph {
    display: none;
}
.con_02_phph {
    width: 100%;
    height: 210px;
    float: right;
    background-color: #FFBDBF;
    background-image: url(../images/sakura_01.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    margin-top: 20px;
}
}

@media only screen and (min-width:421px)  and (max-width:650px){
.contents_02l {
    width: 100%;
    float: left;
    background-color: #979797;
    margin-bottom: 0px;
    height: auto;
    position: relative;
}
.contents_02l_in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    height: auto;
    float: left;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10%;
    padding-bottom: 0%;
}
.contents_02r {
    width: 0%;
    float: right;
    height: 1000px;
}
.con_02_tit {
    font-size: 150%;
    text-align: left;
    font-family: "MS Serif", "New York", serif;
    margin-bottom: 20px;
    color: #FFFFFF;
}
.con_02_txt {
    font-size: 100%;
    line-height: 33px;
    width: 100%;
    color: #FFFFFF;
    text-align: left;
}
.con_02_ph {
    display: none;
}
.con_02_phph {
    width: 100%;
    height: 350px;
    float: right;
    background-color: #FFBDBF;
    background-image: url(../images/sakura_01.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    margin-top: 20px;
}
}

@media only screen and (min-width:651px)  and (max-width:850px){
.contents_02l {
    width: 100%;
    float: left;
    background-color: #979797;
    margin-bottom: 0px;
    height: auto;
    position: relative;
}
.contents_02l_in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    height: auto;
    float: left;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10%;
    padding-bottom: 10%;
}
.contents_02r {
    width: 0%;
    float: right;
    height: 960px;
}
.con_02_tit {
    font-size: 150%;
    text-align: left;
    font-family: "MS Serif", "New York", serif;
    margin-bottom: 48px;
    color: #FFFFFF;
}
.con_02_txt {
    font-size: 100%;
    line-height: 33px;
    width: 100%;
    color: #FFFFFF;
    text-align: left;
}
.con_02_ph {
    display: none;
}
.con_02_phph {
    width: 100%;
    height: 380px;
    float: right;
    background-color: #FFBDBF;
    background-image: url(../images/sakura_01.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    margin-top: 20px;
}
}

@media only screen and (min-width:851px)  and (max-width:1200px){
.contents_02l {
    width: 100%;
    float: left;
    background-color: #979797;
    margin-bottom: 0px;
    height: auto;
    position: relative;
}
.contents_02l_in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    height: auto;
    float: left;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10%;
    padding-bottom: 10%;
}
.contents_02r {
    width: 0%;
    float: right;
    height: 800px;
}
.con_02_tit {
    font-size: 150%;
    text-align: left;
    font-family: "MS Serif", "New York", serif;
    margin-bottom: 48px;
    color: #FFFFFF;
}
.con_02_txt {
    font-size: 100%;
    line-height: 43px;
    width: 100%;
    color: #FFFFFF;
    text-align: left;
}
.con_02_ph {
    width: 450px;
    height: 330px;
    float: right;
    background-color: #FFBDBF;
    margin-left: 10px;
    background-image: url(../images/sakura_01.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}
.con_02_phph {
    display: none;
}
}

@media only screen and (min-width:1200px) { 
.contents_02l {
    width: 50%;
    float: left;
    background-color: #878787;
    margin-bottom: 0px;
    height: auto;
    position: relative;
}
.contents_02l_in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70%;
    height: auto;
    float: left;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 10%;
    padding-top: 10%;
}
.contents_02r {
    width: 50%;
    float: right;
    height: 700px;
    background-image: url(../images/sakura_01.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 0px;
}
.con_02_tit {
    font-size: 150%;
    text-align: justify;
    font-family: "MS Serif", "New York", serif;
    margin-bottom: 10px;
    color: #FFFFFF;
    float: left;
    width: 100%;
}
.con_02_txt {
    font-size: 100%;
    line-height: 43px;
    width: 100%;
    color: #FFFFFF;
    text-align: left;
}
.con_02_ph {
    display: none;
}
.con_02_phph {
    display: none;
}
}

.contents_02 {
    width: 100%;
    float: left;
    text-align: right;
	 display: flex;
}
.contents_02r img {
    width: 100%;
    height: auto;
}


@media only screen and (max-width:420px) { 
.welcome_tit {
    font-family: 'Nothing You Could Do', cursive;
    width: 100%;
    float: left;
    color: #EEEEEE;
    font-size: 200%;
    text-align: justify;
    margin-bottom: 30px;
}
}
@media only screen and (min-width:420px) { 
.welcome_tit {
    font-family: 'Nothing You Could Do', cursive;
    width: 100%;
    float: left;
    color: #EEEEEE;
    font-size: 250%;
    text-align: justify;
    margin-bottom: 30px;
}
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　教会の紹介　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　教会の紹介　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　教会の紹介　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */





 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　4つの強調　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　4つの強調　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　4つの強調　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width:420px) {
.contents_03_in {
    width: 90%;
    height: auto;
    background-color: #FFFFFF;
    margin-left: 5%;
    margin-right: 5%;
}
.con_03_01 {
    width: 100%;
    float: left;
    height: auto;
    background-color: #EBEBEB;
    clear: left;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.con_03_02 {
    width: 100%;
    float: left;
    height: auto;
    background-color: #EEEEEE;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.con_03_03 {
    width: 100%;
    float: left;
    height: auto;
    background-color: #EBEBEB;
    clear: left;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.con_03_04 {
    width: 100%;
    float: left;
    height: auto;
    background-color: #EEEEEE;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.contents_03 {
    width: 100%;
    float: left;
    height: auto;
    background-color: #FFFFFF;
    padding-bottom: 80px;
    padding-top: 80px;
}
}	

@media only screen and (min-width:420px)  and (max-width:651px){
.contents_03_in {
    width: 80%;
    height: auto;
    background-color: #FFFFFF;
    margin-left: 10%;
    margin-right: 10%;
}
.con_03_01 {
    width: 100%;
    float: left;
    height: auto;
    background-color: #EBEBEB;
    clear: left;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.con_03_02 {
    width: 100%;
    float: left;
    height: auto;
    background-color: #EEEEEE;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.con_03_03 {
    width: 100%;
    float: left;
    height: auto;
    background-color: #EBEBEB;
    clear: left;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.con_03_04 {
    width: 100%;
    float: left;
    height: auto;
    background-color: #EEEEEE;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.contents_03 {
    width: 100%;
    float: left;
    height: auto;
    background-color: #FFFFFF;
    padding-bottom: 30px;
    padding-top: 80px;
}
}	

@media only screen and (min-width:651px)  and (max-width:850px){
.contents_03_in {
    width: 80%;
    height: auto;
    background-color: #FFFFFF;
    margin-left: 10%;
    margin-right: 10%;
}
.con_03_01 {
    width: 46%;
    float: left;
    height: auto;
    background-color: #EBEBEB;
    margin-right: 4%;
    clear: left;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.con_03_02 {
    width: 46%;
    float: left;
    height: auto;
    background-color: #EEEEEE;
    margin-left: 4%;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.con_03_03 {
    width: 46%;
    float: left;
    height: auto;
    background-color: #EBEBEB;
    margin-right: 4%;
    clear: left;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.con_03_04 {
    width: 46%;
    float: left;
    height: auto;
    background-color: #EEEEEE;
    margin-left: 4%;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.contents_03 {
    width: 100%;
    float: left;
    height: auto;
    background-color: #FFFFFF;
    padding-bottom: 30px;
    padding-top: 80px;
}
}	


@media only screen and (min-width:851px)  and (max-width:1200px){
.contents_03_in {
    width: 80%;
    height: auto;
    background-color: #FFFFFF;
    margin-left: 10%;
    margin-right: 10%;
}
.con_03_01 {
    width: 45%;
    float: left;
    height: auto;
    background-color: #EBEBEB;
    margin-right: 5%;
    clear: left;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.con_03_02 {
    width: 45%;
    float: left;
    height: auto;
    background-color: #EEEEEE;
    margin-left: 5%;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.con_03_03 {
    width: 45%;
    float: left;
    height: auto;
    background-color: #EBEBEB;
    margin-right: 5%;
    clear: left;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.con_03_04 {
    width: 45%;
    float: left;
    height: auto;
    background-color: #EEEEEE;
    margin-left: 5%;
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.contents_03 {
    width: 100%;
    float: left;
    height: auto;
    background-color: #FFFFFF;
    padding-bottom: 50px;
    padding-top: 80px;
}
}	

@media only screen and (min-width:1200px) { 
.contents_03_in {
    width: 80%;
    height: auto;
    background-color: #FFFFFF;
    margin-left: 10%;
    margin-right: 10%;
	 display: flex;
}

.con_03_01 {
    width: 23%;
    float: left;
    height: auto;
    background-color: #EBEBEB;
    margin-right: 1.6%;
    clear: left;
    padding-bottom: 25px;
}
.con_03_02 {
    width: 23%;
    float: left;
    height: auto;
    background-color: #EEEEEE;
    margin-left: 1%;
    margin-right: 1.6%;
    min-height: 0px;
    padding-bottom: 25px;
}
.con_03_03 {
    width: 23%;
    float: left;
    height: auto;
    background-color: #EEEEEE;
    margin-left: 1%;
    margin-right: 1.6%;
    padding-bottom: 25px;
}
.con_03_04 {
    width: 23%;
    float: left;
    height: auto;
    background-color: #EEEEEE;
    margin-left: 1%;
    margin-bottom: 0px;
    padding-bottom: 25px;
}
.contents_03 {
    width: 100%;
    float: left;
    height: auto;
    background-color: #FFFFFF;
    padding-bottom: 80px;
    padding-top: 80px;
}
}	
	


.con_03_01 img{
  transform: scale(1);
  transition: .4s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
  width: 100%;
  height: auto;
}
.con_03_01 a:hover img{/*hoverした時の変化*/
  transform: scale(1.2);/*拡大の値を変更したい場合はこの数値を変更*/
}

.con_03_02 img{
  transform: scale(1);
  transition: .4s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
  width: 100%;
  height: auto;
}
.con_03_02 a:hover img{/*hoverした時の変化*/
  transform: scale(1.2);/*拡大の値を変更したい場合はこの数値を変更*/
}

.con_03_03 img{
  transform: scale(1);
  transition: .4s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
  width: 100%;
  height: auto;
}
.con_03_03 a:hover img{/*hoverした時の変化*/
  transform: scale(1.2);/*拡大の値を変更したい場合はこの数値を変更*/
}

.con_03_04 img{
  transform: scale(1);
  transition: .4s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
  width: 100%;
  height: auto;
}
.con_03_04 a:hover img{/*hoverした時の変化*/
  transform: scale(1.2);/*拡大の値を変更したい場合はこの数値を変更*/
}
.con_03_txt {
    width: 100%;
    font-size: 120%;
    text-align: center;
    margin-top: 30px;
    font-family: "M PLUS Rounded 1c";
    font-weight: bold;
}
	
.con_03_txts {
    width: 84%;
    font-size: 90%;
    text-align: left;
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 25px;
    line-height: 25px;
}


 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　4つの強調　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　4つの強調　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　4つの強調　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */




 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　定番お知らせ　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　定番お知らせ　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　定番お知らせ　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.live {
    width: 100%;
    height: auto;
    float: left;
    font-size: 85%;
}
.icon_live {
    width: 60px;
    height: auto;
    float: left;
}
.icon_live img{
    width: 100%;
    height: auto;
}

@media only screen and (max-width:650px) {
.contents_04_l {
    width: 100%;
    height: auto;
    float: left;
    clear: left;
}
.contents_04_r {
    width: 100%;
    height: auto;
    float: left;
    clear: left;
}
.contents_04 {
    width: 100%;
    height: auto;
    background-color: #EBEBEB;
    float: left;
    padding-bottom: 15px;
    padding-top: 60px;
    clear: left;
}
}

@media only screen and (min-width:651px)  and (max-width:850px){
.contents_04_l {
    width: 100%;
    height: auto;
    float: left;
    clear: left;
}
.contents_04_r {
    width: 100%;
    height: auto;
    float: left;
    clear: left;
}
.contents_04 {
    width: 100%;
    height: auto;
    background-color: #EBEBEB;
    float: left;
    padding-bottom: 80px;
    padding-top: 115px;
    clear: left;
}
}

@media only screen and (min-width:851px)  and (max-width:1200px){
.contents_04_l {
    width: 36%;
    height: auto;
    float: left;
}
.contents_04_r {
    width: 50%;
    height: auto;
    float: right;
}
.contents_04 {
    width: 100%;
    height: auto;
    background-color: #EBEBEB;
    float: left;
    padding-bottom: 80px;
    padding-top: 115px;
    clear: left;
}
}

@media only screen and (min-width:1200px) { 
.contents_04_l {
    width: 40%;
    height: auto;
    float: left;
}
.contents_04_r {
    width: 36%;
    height: auto;
    float: right;
}
.contents_04 {
    width: 100%;
    height: auto;
    background-color: #EBEBEB;
    float: left;
    padding-bottom: 50px;
    padding-top: 60px;
    clear: left;
}
}
	


.contents_04_in {
    width: 80%;
    height: auto;
    margin-left: 12%;
    margin-right: 8%;
}

.list-wrap {
    font-size: 95%;
    color: #555555;
    line-height: 35px;
    margin-bottom: 20px;
}

.midashi {
    margin: 0;                 /* デフォルトCSS打ち消し */
    position: relative;        /* 位置調整 */
    font-weight: normal;       /* 文字の太さ調整 */
    font-size: 115%;            /* 文字サイズ指定 */
    color: #555555;               /* 文字色指定 */
    padding-top: 10px;
    padding-right: 0;
    padding-left: 50px;
    padding-bottom: 10px;  /* 余白指定 */
    margin-bottom: 20px;       /* 周りの余白指定 */
    text-align: left;
    width: 93%;
}
p {
    margin: 0;                 /* デフォルトCSS打ち消し */
    line-height: 2;
}
 
.midashi:before {
    content: '';                /* 空の要素を作る */
    height: 110%;               /* 高さ指定 */
    width: 3px;                 /* 幅指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left: 14px;                 /* 位置調整 */
    top: -3px;                  /* 位置調整 */
    margin:  auto;              /* 位置調整 */
    background-color:  #555555;    /* 背景色指定 */
    transform: rotate(0deg);    /* 回転 */
}
.midashi:after {
    content: '';                /* 空の要素を作る */
    height: 88%;               /* 高さ指定 */
    width: 3px;                 /* 幅指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left: 14px;                 /* 位置調整 */
    top: -6px;                  /* 位置調整 */
    margin:  auto;              /* 位置調整 */
    background-color:  #555555;    /* 背景色指定 */
    transform: rotate(-90deg);  /* 回転 */
}


ul {
list-style-type: none;
}

.info_tit {
    font-family: 'Nothing You Could Do', cursive;
    width: 100%;
    float: left;
    color: #555555;
    font-size: 300%;
    text-align: justify;
    margin-bottom: 60px;
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　定番お知らせ　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　定番お知らせ　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　定番お知らせ　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　4つのバナー　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　4つのバナー　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　4つのバナー　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


@media only screen and (max-width:420px) {
.con_05_01 {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin-bottom: 40px;
}
.con_05_02 {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 40px;
    clear: left;
    float: left;
}
	
.con_05_03 {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin-bottom: 40px;
    clear: left;
}
.con_05_04 {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    clear: left;
}
.contents_05_in {
    width: 90%;
    height: auto;
    background-color: #FFFFFF;
    margin-left: 5%;
    margin-right: 5%;
}
.con_05_txt {
    position: absolute;
    top: 40%;
    right: 30px;
    font-size: 150%;
    color: #FFFFFF;
    width: auto;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c";
    line-height: 30px;
}
}


@media only screen and (min-width:420px)  and (max-width:651px){
.con_05_01 {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin-bottom: 50px;
}
.con_05_02 {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 50px;
    clear: left;
    float: left;
}
	
.con_05_03 {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin-bottom: 50px;
    clear: left;
}
.con_05_04 {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    clear: left;
}
.contents_05_in {
    width: 90%;
    height: auto;
    background-color: #FFFFFF;
    margin-left: 5%;
    margin-right: 5%;
}
.con_05_txt {
    position: absolute;
    top: 45%;
    right: 30px;
    font-size: 150%;
    color: #FFFFFF;
    width: auto;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c";
    line-height: 30px;
}
}


@media only screen and (min-width:651px)  and (max-width:850px){
.con_05_01 {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin-bottom: 50px;
}
.con_05_02 {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 50px;
    clear: left;
    float: left;
}
	
.con_05_03 {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin-bottom: 50px;
    clear: left;
}
.con_05_04 {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    clear: left;
}
.contents_05_in {
    width: 80%;
    height: auto;
    background-color: #FFFFFF;
    margin-left: 10%;
    margin-right: 10%;
}
.con_05_txt {
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 150%;
    color: #FFFFFF;
    width: auto;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c";
    line-height: 30px;
}
}


@media only screen and (min-width:851px)  and (max-width:1200px){
.con_05_01 {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin-bottom: 50px;
}
.con_05_02 {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 50px;
    clear: left;
    float: left;
}
	
.con_05_03 {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin-bottom: 50px;
    clear: left;
}
.con_05_04 {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    clear: left;
}
.contents_05_in {
    width: 70%;
    height: auto;
    background-color: #FFFFFF;
    margin-left: 15%;
    margin-right: 15%;
}
.con_05_txt {
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 150%;
    color: #FFFFFF;
    width: auto;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c";
    line-height: 30px;
}
}

@media only screen and (min-width:1200px) { 
.con_05_01 {
    width: 47%;
    float: left;
    height: auto;
    position: relative;
    margin-bottom: 50px;
}
.con_05_02 {
    width: 47%;
    float: right;
    height: auto;
    position: relative;
    margin-bottom: 50px;
}
.con_05_03 {
    width: 47%;
    float: left;
    height: auto;
    position: relative;
}
.con_05_04 {
    width: 47%;
    float: right;
    height: auto;
    position: relative;
}
.contents_05_in {
    width: 80%;
    height: auto;
    background-color: #FFFFFF;
    margin-left: 10%;
    margin-right: 10%;
}
.con_05_txt {
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 150%;
    color: #FFFFFF;
    width: auto;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c";
    line-height: 30px;
}
}







.contents_05 {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    padding-bottom: 80px;
    padding-top: 80px;
    clear: left;
}



.con_05_01 img{
  transform: scale(1);
  transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
  width: 100%;
  height: auto;
}
.con_05_01 a:hover img{/*hoverした時の変化*/
  transform: scale(1.2);/*拡大の値を変更したい場合はこの数値を変更*/
}


.con_05_02 img{
    transform: scale(1);
    transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
    width: 100%;
    height: auto;
}
.con_05_02 a:hover img{/*hoverした時の変化*/
  transform: scale(1.2);/*拡大の値を変更したい場合はこの数値を変更*/
}


.con_05_03 img{
  transform: scale(1);
  transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
  width: 100%;
  height: auto;
}
.con_05_03 a:hover img{/*hoverした時の変化*/
  transform: scale(1.2);/*拡大の値を変更したい場合はこの数値を変更*/
}


.con_05_04 img{
  transform: scale(1);
  transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
  width: 100%;
  height: auto;
}
.con_05_04 a:hover img{/*hoverした時の変化*/
  transform: scale(1.2);/*拡大の値を変更したい場合はこの数値を変更*/
}



/*　画像のマスク　*/
.mask{
    display: block;
    line-height: 0;/*行の高さを0にする*/
    overflow: hidden;/*拡大してはみ出る要素を隠す*/
}

.cover {
    position: fixed;
    top: 0px;
    width: 50%;
    height: auto;
    z-index: -3;
    float: left;
    left: 0px;
    clear: left;
}
.cover img {
    width: 100%;
    height: auto;
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　4つのバナー　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　4つのバナー　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　4つのバナー　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
