*, *:before, *:after {
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}

body {
       
    }

.wrapper {
	background-attachment: fixed;
	background-color: #fffcdf;	
    background-image:url("../img/41item/back_ground.svg");
    background-position: top center;
    background-size: cover;
}

a {
	font-family: "ryo-gothic-plusn", sans-serif;
    text-decoration: none;
    color: #000;
}
a:hover {
}
a img {
    transition: opacity .3s;
}
a img:hover {
    opacity: .6;
}

ul, li {
    list-style: none;
}
p {
    font-family: "ryo-gothic-plusn", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-feature-settings: "plat";
    font-size: 2rem;
    line-height: 2;
    letter-spacing: .1rem;
    word-break: break-all;
    color: #000;
    text-align: justify; 
}
.center {
    text-align: center;
}
.point {
    color: #ff6a7d;
}
.text_link {
    background-color: #38acec;
    color: #fff;
    font-weight: 500;
    padding: .3rem .7rem;
    margin: 0 .5rem;
}
.text_link:hover {
    background-color: #ff6a7d;
}


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

	p {
		font-size: 1.5rem;
	}
	.wrapper {

		background-size: contain;
	}
}


/*--------------------------------
 文字設定
---------------------------------*/


.title_l, .title_m, .title_s, .title_ss {
    font-family: "ryo-gothic-plusn", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-feature-settings: "palt"; 
}

.title_l {
    font-size: 4rem;
    letter-spacing: .5rem;    
    line-height: 1.5;
    text-align: center;
}
.title_m {
    font-size: 2rem;
	letter-spacing: .3rem;
    line-height: 2;
    text-align: center;
}
.title_s {
    font-size: 1.8rem;
	letter-spacing: .2rem;
    line-height: 1.5;
    text-align: center;
}

.text_m {
    font-size: 2.5rem;
    line-height: 2;
}
.text_s {
    font-size: 1.8rem;
    line-height: 1.5;
}
.text_ss {
    font-size: 1rem;
	line-height: 1.5;
}
.small {
    font-size: 70%;
}
.border {
    letter-spacing: .2rem;
    border-bottom: dotted 5px #38acec;
    padding-bottom: 10px;
    margin-bottom: 50px;
}



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

    .title_l {
        font-size: 2.2rem;
        letter-spacing: .1rem;    
        line-height: 2;
    }
    .title_m {
        font-size: 1.5rem;
		letter-spacing: .1rem;
        line-height: 2;
    }
    .title_s {
        font-size: 1.3rem;
        line-height: 2;
    }
    .title_ss {
        font-size: 1rem;
        line-height: 1.5;
    }
	.text_m {
        font-size: 1.5rem;
        line-height: 1.5;
    } 
    .text_s {
        font-size: 1.2rem;
        line-height: 1.5;
    }  
    .small {
        font-size: 70%;
    }
    .border {
        letter-spacing: .1rem;
        border-bottom: dotted 5px #ff6a7d;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }   

}



/*--------------------------------
 コンテンツ
---------------------------------*/

.content {
	padding: 0 10%;
}
.inner {
	background-color: #fff;
    border-radius: 1.5rem;
	margin: 0 0 6rem 0;
    padding: 5rem 5%;
}
.flex_box {
    display: flex;
    justify-content: space-between;
}
.flex_inner {
    flex-basis: 50%;
    padding: 5%;
}
.box {
	border-radius: 1.5rem;
	padding: 5rem 5%;
	margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
    .content {
        padding: 2rem 5%;
        }
    .inner {
        padding: 5rem 5%;
    }
	.box {
		margin-bottom: 5rem;
	}
}



/*--------------------------------
ヘッダー
---------------------------------*/
.header {
    text-align: center;
}

img.logo_1l {
	padding: 2rem; 
}
.frame_slider {
	padding: 0 15%;
	position: relative;
}
.frame_slider {
    width: 70%;
    height: 500px;
    object-fit: fill;
}
.scroll_img {
	z-index: 10;
	position: static;
}
.frame .frame_img {
	width: 70vw;
}
.frame {
	position: absolute;
	z-index: 20;
}
.anime_img {
    background-image: url("../img/41item/back_animation.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50vh;
    padding: 0 20;
}

img.saitama_asahi_logo {
    padding: 0 25%;
	margin-top: 5rem;
}

.intro {
	position: relative;
}
.intro .tsubame {
	z-index: 30;
	position: absolute;
	bottom: 0;
}

.intro .inner {
	background-color: transparent;
	padding: 0;
	text-align: center;
}
.intro .inner .title_m {
	margin-top: 3rem;
}

.wave {
	background-image: url("../img/41item/wave.svg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 8rem;
	margin-top: 10rem;
	margin-bottom: -1px;
}
@media screen and (max-width: 767px) {

	.intro .inner .title_m {
		margin-top: 1rem;
	}
	.intro .inner .title_m br {
		display: none;
	}
	.intro .inner {
		margin: 0;
	}
	img.saitama_asahi_logo {
		padding: 0 5%;
	}
	.wave {
		margin-top: 0;
		height: 5rem;

	}

}

/*--------------------------------
 ループ画像
---------------------------------*/


@keyframes scroll_left {
from {
	  transform: translateX(0);
}
  to {
	  transform: translateX(-100%);
}
}

.scroll_img {
	width: 66vw;
	padding-top: 3%;
	padding-left: 4%;
}
.scroll_img img {
	object-fit: contain;
}
.scroll_wrap {
	display: flex;
	overflow: hidden;
}
.scroll_list {
	display: flex;
}
.scroll_list_left {
	animation: scroll_left 30s infinite linear 0.5s both;
}
.scroll_item {
	width: calc(100vw / 3);
}
.scroll_item>img {
 	width: 100%;
}

/*--------------------------------
   アニメーション設定
---------------------------------*/

.tsubame {
	animation: updown 3s ease-in-out infinite alternate;
	background: url("../img/41item/tsubame.svg") no-repeat top right / 20% auto;
 	display: inline-block;
 	transition: 1.5s ease-in-out;
 	width: 70%;
	top: -35%;
	position: relative;
}

.deadline {
 	animation: updown 3s ease-in-out infinite alternate;
 	background: url("../img/41item/news.svg") no-repeat top left / 25% auto;
 	display: inline-block;
 	transition: 1.5s ease-in-out;
	height: 18rem;
 	width: 100%;
	position: relative;
	top:-10%;
}

 @keyframes updown {
  0% {
    transform:translate(0, 0) rotate(-5deg);
  }

  100% {
    transform:translate(0, 0) rotate(5deg);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
	.tsubame {
		background-size: 20%;
		height: 20rem;
		width: 86%;
		top: -40%;	

	}
	.deadline {
		background-size: 30%;
		height: 10rem;
	}
}


/*--------------------------------
 新着情報
---------------------------------*/

.inner.news {
    padding-top: 5rem;
}
.news {
	background-color: #38acec;
	border-radius: 0;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	padding: 10rem 10%;
	position: relative;
}
.news .title_l {
    color: #fffcdf;
    display: inline;
	margin-top: 5rem;
}
.news .title_s {
    background-color: #ff6a7d;
    border-radius: 5rem;	
	color: #fffcdf;
    margin: 0 auto 5rem auto;
    width: 18rem;
}
.news p {
    border-top: dotted 4px #fffcdf;
    border-bottom: dotted 4px #fffcdf;
    padding: 1rem 0;
}


@media screen and (max-width: 767px) {
   .news {
	   background-size: 30%;
	   background-position: top 3rem right 2rem;
	   padding: 0 5% 8rem 5%;
	}
	.news .title_s {
		margin: 1rem auto 3rem auto;
	}

	
}


/*--------------------------------
 ループテキスト
---------------------------------*/

.copy_roop {
    overflow: hidden;
}
.copy {
    display: flex;
    width: 100vw;
    background-color: #ff6a7d;
}
.copy .title_m {
    flex: 0 0 auto;
    font-size: 2.2rem;
    white-space: nowrap;
    padding-right: 25px;
    padding-left: 25px;
    color: #fff;
    margin-top: 0;
}
.copy .title_m:nth-child(odd) {
    animation: loop 40s -20s linear infinite;
}
.copy .title_m:nth-child(even) {
    animation: loop2 40s linear infinite;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

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

    
    .copy_roop .title_m {
		font-size: 1.3rem;
	}
    .title_logo {
        display: none;
    }
    img.saitama_asahi_logo {
        margin-top: 1rem;
        width: 85%;
    }
    .header .title_m {
        text-align: justify;
		padding: 0 2rem;
    }
	.header .title_m br {
		display: none;
	}

}



/*--------------------------------
グローバルナビ
---------------------------------*/

.gnav {
    background-color: #38acec;
    font-family: "Midashi Go MB1", sans-serif;
    padding: 30px;
    width: 100%;
}
.gnav.fixed {
    position: fixed;
    top: 0;
}
.gnav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gnav-item {
    padding: 10px 20px;
    margin: 5px 15px;
    background-color: #fff;
    border-radius: 50px
}
.gnav-link {
	color: #ff6a7d;	
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .1em;
    text-transform: lowercase;
}
.shiki {
    background-color: #ffd6e2;
}
.gnav-item:hover {
    background-color: #d2ecfa;
}
/* iOS対策 */
.ios .gnav-link:hover {
    opacity: 1;
}
.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 5px 7px -3px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 7px -3px rgba(0, 0, 0, .1);
}


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

    .gnav {
        padding: 8px 0;
        }
    .gnav-item {
        margin: 3px 5px;
        padding: 4px 10px;
    }
    .gnav-link {
        font-size: .6rem;
    }
}


/*--------------------------------
 作品のテーマ
---------------------------------*/

.theme .title, .paper .title, .howto .title {
    background-color: #38acec;
    border-radius: 1rem 1rem 0 0 ;
    color: #fffcdf;
    font-family: "ads-hikari", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-feature-settings: "palt"; 
    font-size: 5rem;
    padding: 3rem;
	line-height: 1.5;
    text-align: center;
    width: 45%;
    margin: 20rem auto 0 auto;
}

.theme .egaku {
	padding-top: 20rem;
	color: #38acec;
	font-size: 3.2rem;
}
.theme .inner {
    background-color: #eaf9fc;
    border: solid #38acec 5px;
	padding: 5rem 0 0 0;
}
.flex_inner.poster {
    border-bottom: solid #38acec 5px;
}
.theme .inner p {
	margin-bottom: 3rem;
}
.jun .title_m:nth-of-type(3) {
	margin-top: 4rem;
}
.ele .flex_inner:nth-of-type(2), 
.jun .flex_inner:nth-of-type(2) {
	border-left: dotted #38acec 6px;
}
.ele, .jun, .paper .flex_inner, .howto .flex_inner {
	border-radius: 1.5rem;
	position: relative;
}

.usagi {
	background: url("../img/41item/usagi.svg") no-repeat top right 1rem/ 22% auto;
	height: 20rem;
	width: 100%;
	position: absolute;
	z-index: 30;
	top:2%;
	right: -10rem;
}
.mushi {
	background: url("../img/41item/mushi.svg") no-repeat bottom left 1rem/ 11% auto;
	height: 20rem;
	width: 100%;
	position: absolute;
	z-index: 30;
	bottom: 5%;
	left: -10rem;
}
.leaf {
	background: url("../img/41item/leaf.svg") no-repeat bottom left 1rem/ 20% auto;
	height: 50rem;
	width: 100%;
	position: absolute;
	z-index: 30;
	bottom:-50%;
	left: -10rem;
}
.kawa {
	background: url("../img/41item/kawa.svg") no-repeat center right / 35% auto;
	height: 20rem;
	width: 100%;
	position: absolute;
	z-index: 30;
	top:40%;
	right: -5rem;
}

.theme .flex_box {
	background-color: #fff;
    border-top: dotted #38acec 6px;
	border-radius: 0 0 1.5rem 1.5rem;
}
.theme .flex_inner.poster {
	flex-basis: 100%;
}
.theme .title_l {
    color: #ff6a7d;
}
.theme .color {
	background-color: #38acec;
	border-radius: 1.5rem;
	color: #fff;
	padding: 2rem 4rem;
}
.theme .flex_inner .title_m:first-of-type {
	border-bottom: solid #ff6a7d 5px;
	display: inline-block;
}
.theme .flex_inner {
	text-align: center;
}




@media screen and (max-width: 768px) {
	.theme .egaku {
		margin: 0;
		padding-top: 0;
		font-size: 1.8rem;
	}
	.theme .title, .paper .title, .howto .title {
        font-size: 2.2rem;
		letter-spacing: .3rem;
        line-height: 1.3;
		padding: 1.5rem;
		width: 70%;
		margin-top: 5rem;
    }
	.theme .inner {
		border-bottom: solid #38acec 5px;
		padding-top: 0;
	}
	.theme p {
		padding: 0 5%;
	}
	.theme .inner p {
		margin-bottom: 2rem;
	}
    .theme .flex_box {
        flex-direction: column;
    }
	.theme .flex_inner {
		padding-top: 0;
	}
	.ele .flex_inner:first-of-type, 
    .jun .flex_inner:first-of-type {
	    border-bottom: dotted #ff6a7d 6px;
	}
    .ele .flex_inner:last-of-type, 
    .jun .flex_inner:last-of-type {
        border-left: none;
    }
    .theme .inner_l{
		margin-bottom: 0;
    }
	.theme .title_l {
		margin-bottom: 0;
	}

    .theme .title_m {
        margin-top: 3rem;
    }
	.theme .color {
		padding: 1rem 2rem;
		border-radius: 2rem;
	}

	.usagi {
		background-position:  top right;
		right: -2rem;
	}
	.leaf {
		background-position:  bottom left;
		bottom:-20%;
		left: -5%;
	}
	.kawa {
		top:30%;
		right: -2rem;
	}
	.mushi {
		background-position:  bottom left;
		bottom:5%;
		left: -2rem;
	}


	
}


/*--------------------------------
 用紙のサイズ
---------------------------------*/


.paper .inner, .howto .inner {
	background-color: #38acec;
	border-radius: 1.5rem;
}

.paper .flex_inner {
	background-color: #fff;
    border: solid #ff6a7d 4px;
    flex-basis: 40%;
}
.paper .flex_box {
    justify-content: space-around;
}
.paper .title_m {
	line-height: 1.8;
}
.kaiga {
	background: url("../img/images/kaiga.svg") no-repeat center center/ 250px auto;
	width: 100%;
	height: 20rem;
}
.sakubun {
	background: url("../img/images/sakubun.svg") no-repeat center center/ 250px auto;
	width: 100%;
	height: 20rem;
}
@media screen and (max-width: 767px) {

	.paper .flex_box {
		flex-direction: column;			
	}
	.paper .flex_inner {
		margin: 5%;
	}
	.kaiga, .sakubun {
		background-size: 70%;
	}
}



/*--------------------------------
 応募方法
---------------------------------*/

.howto .title_l {
    color: #ff6a7d;
	margin-bottom: 5rem;
}
.howto .title_m {
	color: #fff;
	margin-bottom: 3rem;
}
.howto .box {
	background-color: #fff;
}
.howto .flex_box {
    border-radius: 1.5rem;
	justify-content: space-around;
}
.kohyo .box_img img {
	width: 100%;
}
.kohyo .box_img:last-of-type img {
	padding-top: 5rem;
}
.howto .flex_box .title_l {
	flex-basis: 100%;
}
.download .flex_box {
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.download .flex_inner {
	flex-direction: column;
	flex-basis: 33%;
}
.download .flex_inner a {
    background-color:#38acec;
    border-radius: 5rem;
    color: #fff;
	display: block;
    flex-basis: 100%;
	letter-spacing: .1rem;
	margin-top: 2rem;
    position: relative;
    padding: 1rem 2rem;
	text-align: center;
}
.download .flex_inner a:hover {
    background-color: #ff6a7d;	
	color: #fff;
}
.download .flex_box img {
	border: solid 2px #38acec;
	width: 15rem;
	object-fit: contain;
	flex-direction: 100%;
}
.download .flex_inner:nth-of-type(1) img, 
.download .flex_inner:nth-of-type(2) img {
	width: 25rem;
}
.shimekiri {
    background-color: #ff6a7d;
    color: #fff;
    border-radius: 10rem;
    padding: 2rem 4rem;
    margin: 10rem auto 30rem auto;
	width: 50%;
}
.title_m.past a {
    color: #ff6a7d;
}
.past a {
    background-color: #fff;
    border-radius: 10rem;
    padding: 2rem 4rem;
    margin: 0 auto 10rem auto;
}
.past a.lastyear:hover {
    background-color: #ff6a7d;
    color: #fff;   
}
.howto p.center {
	margin-top: 5rem;
	color: #fff;
}
.inner.oubo {
	background-color: #fff;
	margin-top: 10rem;
}
.oubo .title_m {
	color: #000;
}


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

	.content.howto .inner {
		padding: 10%;
	}
    .howto .flex_box {
		flex-direction: column;
	}
	.howto .title_l {
	margin-bottom: 1rem;
}
    .howto .title_s {
        margin-top: 0;
    }
	.howto .box_img {
		flex-direction: column;
	}
    .howto img {
        width: 100%;
        margin: 0 auto;
    }
	.kohyo .box_img {
		padding: 0 0 0 2rem;
	}
	.download .flex_inner a {
		margin-top: 0;
	}
	.shimekiri {
		border-radius: 10rem;
		padding: 1.5rem 3rem;
		width: 100%;
	}
	.past a {
		border-radius: 10rem;
		padding: 2rem 4rem;
		margin: 0 auto 10rem auto;
	}
	.inner.oubo {
		background-color: #fff;
		margin-top: 5rem;
	}
}


/*--------------------------------
 作品_受賞者
---------------------------------*/

.inner.award-box {
    margin-top: 150px;
    margin-bottom: 120px;
    background-color: #38acec;
    margin-left: 8%;
    margin-right: 8%;
    padding-top: 150px;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}
.award-list {
    padding-top: 20px;
}

.light_b {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
    justify-content: center;
    
}
.award-list img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 15px;
}
.award-item {
    flex-basis: 16%;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 40px;
    background-color: #fff;
    padding: 15px 15px 20px 15px;
    border-radius: 5px;
    border: solid #ff6a7d;
}

/*---
.award-item:nth-of-type(3n) {
  margin-right: 0;
}
---*/
.award-main-title {
    text-align: center;
    font-family: 'zen-maru-gothic, sans-serif';
    font-size: 3rem;
    background-color: #ff6a7d;
	color: #fff;
    border-radius: 80px;
    display: inline;
    padding: 25px 50px;
}
p.school {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 10px;
	text-align: center;
}
p.bumon {
    border-radius: 1rem;
    font-size: 1rem;    
    background-color: #ff6a7d;
	color: #fff;
    line-height: 1.3;
    display: inline;
    padding: 5px 10px;
}
p.name {
    font-size: 1.8rem;
    line-height: 3;
	text-align: center;
}

.dantai {
    padding: 20px 0;
    background-color: #fff;
    border: solid #fff7b9;
    font-size: 1.7em;
    margin: 100px auto 50px auto;
    width: 70%;
}
    #saitama .award-main-title {
        font-size: 2.2rem;
}



@media screen and (max-width: 767px) {
     
    .inner.award-box {
        margin-top: 0;
        padding-top: 70px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 70px;
        border-radius: 0;
    }
    .award-bo:last-of-type {
        margin-bottom: 0;
    }
    .light_b {
        margin-top: 50px;
        justify-content: space-around;
    }
    .award-list {
        padding-top: 0;
    }

    .award-main-title {
        font-size: 1.7rem;
        padding: 20px 40px;
    }
    
    .award-item {
        flex-basis: 42%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
        padding-bottom: 15px;
 
    }
    p.school {
        font-size: .7rem;
        line-height: 1.1;
        margin-top: 5px;
    }
    p.bumon {
        font-size: .6rem;
        padding: 3px 8px;
        line-height: 1.1;
    }
    p.name {
        font-size: 1rem;
        line-height: 2;    
    }
    .dantai {
        font-size: 1.2rem;
        padding: 20px;
        margin-bottom: 40px;
    }
    
    #saitama .award-main-title {
        font-size: .8rem;
    }
}
    



/*--------------------------------
 表彰式
---------------------------------*/

#hyosyo .title_m.border {
    border-color: #ffd6e2;
}

#hyosyo .inner {
    border:solid 10px #ffd6e2; 
}

#hyosyo .flex_inner {
    padding-left: 0;
    padding-right: 0;
}

#hyosyo .flex_inner:nth-of-type(1) {
    flex-basis: 50%;
    padding-right: 8%;
    padding-top: 0;
}
#hyosyo .flex_inner:nth-of-type(2) {
    flex-basis: 50%;
    padding-top: 0;
}
#hyosyo p {
    text-align: justify;
}
.award-info {
    margin-top: 2rem;
    border:solid 5px #fff7b9;
    padding: 20px;
}
.award-info .title_ss:nth-of-type(3){
    margin-bottom: 10px;
}

.schedule .title_s {
    background-color: #fff7b9;
    margin-bottom: 1rem;
    padding: .3rem 1rem;
}
.schedule p {
    margin-bottom: 30px;
}

#hyosyo .highlight {
    border-bottom: solid 3px #fff7b9;
}
.schedule .title_ss {
    margin-bottom: 20px;
}


iframe {
    margin-top: 30px;
}

.square {
    border: solid 2px #fff7b9;
    padding: 3px;
    margin-right: .5rem;
    font-size: .7rem;
}
.kitamoto {
    margin-top: 1rem;
}



@media screen and (max-width: 767px) {
    
    #hyosyo.content {
        margin-top: 0;
    }
    
    #hyosyo .flex_box {
        flex-direction: column;
    }
    
    #hyosyo .flex_inner:nth-of-type(1) {
        flex-basis: 100%;
        padding-right: 0;
    }
    #hyosyo .flex_inner:nth-of-type(2) {
        flex-basis: 100%;
    }
    
    iframe {
        width: 100%;
    }
    .award-info p.text_ss {
        font-size: .7rem;
        line-height: 1.2;
    }
    .square {
        padding: 3px;
        font-size: .6rem;
    }
    .schedule .title_ss, .schedule .text_s {
        margin-bottom: 10px;
    }
    .schedule .title_s {
        margin-bottom: 1rem;
        margin-top: 1rem;
        padding: .2rem 1rem;
    }
}






/*--------------------------------
 展示のお知らせ
---------------------------------*/

.tenji .flex_box {
    flex-wrap: wrap;
    flex-basis: 100%;
    margin-top: 50px;
}
.tenji .flex_inner {
    flex-basis: 30%;    
    padding: 20px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 40px;
}

.tenji .title_s {
    background-color: #fff7b9;
    font-size: 1.5rem;
    padding: 3px 6px;
	margin-top: .5rem;
}
.tenji .place-info .title_ss {
	font-size: 1.6rem;
	text-align: center;
}

.tenji .flex_inner .text_ss {
	font-size: 1.1rem;
    text-align: left;
	margin-bottom: .5rem;
}

.tenji .flex_inner p:nth-of-type(2){
}
.tenji .flex_inner p:nth-of-type(3){
	margin-top: 10px;
}

.maru {
    color: #fff;
	font-size: .8rem;
}
.tenji .time {
    background-color: #fff7b9;
    padding: 2px 6px;
    border-radius: 1.5rem;
    font-size: .8rem;
    display: inline;
}
.place-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 10px;
}







@media screen and (max-width: 767px) {
	
    .tenji .flex_inner {
        flex-basis: 100%;
        margin-left: 0;
        margin-right: 0;
    }

}





/*--------------------------------
 協賛・後援
---------------------------------*/

.kyosan, .koen, .contact {
	margin-top: 20rem;
}
.kyosan .flex_box {
    flex-wrap: wrap;
	justify-content: space-around;
    margin-top: 50px;
}
.kyosan .flex_inner {
    flex-basis: 40%;
    height: 90px;
    margin-bottom: 5%;
    position: relative;
    padding: 0;
}
.kyosan .flex_inner img {
    object-fit: contain;
    object-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.kyosan .flex_inner img#fuji {
	padding: 4%;
}
.kyosan p {
	font-size: 3rem;
	line-height: 1.5;
}

#watanabe img {
	height: 70%;
	padding-top: 2rem;
}


.kyosan .title_s {
    padding-top: 20px;
}


.koen .title_m  {
    text-align: justify;
}

@media screen and (max-width: 767px) {
	
	.kyosan, .koen, .contact  {
		margin-top: 0;
	}
	.kyosan .inner {
		margin: 0;
	}

    .kyosan .flex_inner {
        height: 5rem;
		flex-basis: 80%;
    }
    .kyosan .flex_box {
        justify-content: space-around;
        margin-top:0;
    }
    .kyosan .title_s {
        padding-top: 10px;
    }
	.kyosan p {
	font-size: 1.8rem;
	line-height: 1.5;
}
	#watanabe img {
		height: 5rem;
	}

    
}



/*--------------------------------
　お問い合わせ
---------------------------------*/
.contact.inner {
	text-align: center;
}

.contact.inner .title_m {
    margin-top: 5rem;
}

.contact a {
	font-size: 2rem;
    background-color: #d2ecfa;
    padding: 25px 35px;
    border-radius: 50px;
	display: inline-block;
}
.contact a:hover {
    background-color: #43b9e6;
} 

.contact img {
    border: solid #d2ecfa 5px;
    width: 100%;
    margin: 5rem 0;
}



.sns {
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.saitama, .facebook {
    flex-basis: 50%;
    position: relative;
}
.saitama a, .facebook a {
    text-align: center;
}
.saitama p, .facebook p {
    padding: 50px 0 0 25px;
}
 .saitama img, .facebook img {
    object-fit: contain;
    position: absolute;
    height: 40px;
}


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


    #contact .inner .title_m {
        margin-bottom: 20px;
    }
    #contact .box a {
        padding: 15px 25px;
    }
    .volunteer, .event {
        font-size: 1rem;
    }
    #contact .box img {
        margin-bottom: 30px;
    }
    .sns {
        flex-direction: column;
    }
    .saitama p, .facebook p {
        padding: 40px 0 0 0;
        font-size: 1.3rem;
    }
    .saitama p {
        margin-bottom: 20px;
    }
    .saitama img, .facebook img {
        height: 30px;
		margin-left: -10px;
    }
    .event {
        margin: 50px 0;
    }
}








/*--------------------------------
 Footer
---------------------------------*/
.footer {
    margin-top: 200px;
}
.copyright_wrap {
    padding: 30px;
    background-color: #ff6a7d;    
}
.copyright {
    font-size: 1.4rem;
    text-align: center;
    color: #3e3a39;
    letter-spacing: .1rem;
}
.page-top {
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
    padding: 1.5rem;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    color: #3e3a39;
	letter-spacing: .1rem;
	
}



@media screen and (max-width: 767px) {
    .footer {
        margin-top: 100px;
    }
    .page-top {
        font-size: 1.2rem;
    }
    .copyright {
        font-size: .8rem;
    }
	
}







  
    
    
    
    
    /* グローバルナビ
    .gnav {
        margin: 0;
    }
    .gnav-item {
        padding: 2px 8px 4px 8px;
        margin: 3px 4px;
    }
    .gnav-list {}
    .gnav-link {
        font-size: 0.7em;
    }
    .gnav-link:hover {
        opacity: 1;
    }
    
     */
    
    /* award
    .light_b {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -60px;
        justify-content: center;
    }
    .award-title {
        font-size: 10px;
        line-height: 0.8;
    }
    .award-list {
        justify-content: space-between;
    }
    .award-item {
        flex: 0 0 31%;
        margin: 0 1%;
        margin-bottom: 20px;
        padding: 2%;
    }
    p.bumon {
        font-size: 0.8em;
        margin: 2px 0;
    }
    p.name {
        font-size: 1.3em;
        margin: 7px 0 4px 0;
    }
    
     */
    
    