@charset "UTF-8";
/*---------------------------------------------
	フォント
  ---------------------------------------------*/
@import url("../plugins/font-awesome/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');


/* -----------------------------------
    汎用クラス
   ----------------------------------- */
body {
	font-size: 62.5%;
	color: #000;
	line-height: 1.6;
	position: relative;
	text-align: justify;
	font-feature-settings:"palt";
	font-family: 'Shippori Mincho', serif;
	background-color: #ffffff;
	letter-spacing: -0.015em;
}
body p,body li,body table,dt,dd{ 
	font-size: 16px; 
	text-justify: inter-ideograph;}
a {text-decoration: none;}
a:link {color: #000000;}
a:visited {color: #000000;}
a:hover {color: #46bedd; transition: all 0.3s linear;text-decoration: none }
a:active { color: #000000; }
img{width: 100%}

.mt-0px { margin-top: 0px !important; }
.mt-5px { margin-top: 5px !important; }
.mt-10px { margin-top: 10px !important; }
.mt-20px { margin-top: 20px !important; }
.mt-30px { margin-top: 30px !important; }
.mt-40px { margin-top: 40px !important; }
.mt-50px { margin-top: 50px !important; }
.mt-80px { margin-top: 80px !important; }
.mt-100px { margin-top: 100px !important; }
.mb-0px { margin-bottom: 0px !important; }
.mb-5px { margin-bottom: 5px !important; }
.mb-10px { margin-bottom: 10px !important; }
.mb-15px { margin-bottom: 15px !important; }
.mb-20px { margin-bottom: 20px !important; }
.mb-30px { margin-bottom: 30px !important; }
.mb-50px { margin-bottom: 50px !important; }
.mb-100px { margin-bottom: 100px !important; }
.mb-150px { margin-bottom: 150px !important; }
.ml-15px { margin-left: 12px !important; }
.ml-20px { margin-left: 20px !important; }
.mr-20px { margin-right: 20px !important; }
.ml-mr-5px { margin-left: 5px !important; margin-right: 5px !important; }
.ml-mr-10px { margin-left: 10px !important; margin-right: 10px !important; }
.ml-mr-20px { margin-left: 20px !important; margin-right: 20px !important; }
.ml-mr-50px { margin-left: 50px !important; margin-right: 50px !important; }
.margin-15px{margin: 15px !important}
.pt-0px { padding-top: 0px !important; }
.pt-10px { padding-top: 10px !important; }
.pt-20px { padding-top: 20px !important; }
.pt-30px { padding-top: 30px !important; }
.pt-50px { padding-top: 50px !important; }
.pb-0px { padding-bottom: 0px !important; }
.pb-5px { padding-bottom: 5px !important; }
.pb-30px { padding-bottom: 30px !important; }
.pb-50px { padding-bottom: 50px !important; }
.pb-80px { padding-bottom: 80px !important; }
.pl-40px { padding-left: 40px !important;}
.pl-50px { padding-left: 50px !important;}
.pl-pr-0px { 
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.pl-pr-10px { 
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.width1em { width: 1em !important; }
.width2em { width: 2em !important; }
.width3em { width: 3em !important; }
.width4em { width: 4em !important; }
.width5em { width: 5em !important; }
.width6em { width: 6em !important; }
.width7em { width: 7em !important; }
.width8em { width: 8em !important; }
.width9em { width: 9em !important; }
.width10em { width: 10em !important; }
.width11em { width: 11em !important; }
.width12em { width: 12em !important; }
.width13em { width: 13em !important; }
.width14em { width: 14em !important; }
.width15em { width: 15em !important; }
.width16em { width: 16em !important; }
.width20em { width: 20em !important; }
.width25em { width: 25em !important; }
.width30em { width: 30em !important; }
.width40em { width: 40em !important; }
.width50em { width: 50em !important; }
.width15per { width: 15% !important; }
.width35per { width: 35% !important; }
.width50per { width: 50% !important; }
.width70per { width: 70% !important; }
.width80per { width: 80% !important; }
.width90per { width: 90% !important; }
.width100per { width: 99% !important; }
.width-auto { width: auto !important; }

@media screen and (max-width: 640px) {
body p,body li,body table { 
	font-size: 15px; 
}
}

/* --- Clear Fix ------------- */
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {clear: both;}
.clearfix {overflow: hidden;}
*, *::after, *::before {
	box-sizing: border-box;
}

/* -----------------------------------
   フォーム
 * ----------------------------------- */
input,
select,
label {
	vertical-align: baseline;
}

.br-pc{display: inline !important}
.br-sp{display: none !important}
.img-pc{display: block !important}
.img-sp{display: none !important}
@media screen and (max-width: 768px) {
.br-pc{display: none !important}
.br-sp{display: inline !important}	
.img-pc{display: none !important}
.img-sp{display: block !important}	
}



/* -----------------------------------
    メニュー
   ----------------------------------- */
input.hamburger {display: none;}
@media screen and (min-width: 769px) {
#menu{
    position: fixed;
    top: 0;
    z-index: 10;
}
}
#menu{height: 60px;} 
#menu.menu-lo.menu-fix:after{
    content: "";
    position: fixed;
    top: -30px;
    width: 100%;
    height: 60px;
    z-index: 0;
    background: rgba(255,255,255,0.8);
    backdrop-filter: saturate(180%) blur(20px);
    animation: menuIn .5s ease forwards;
}   
@keyframes menuIn {
0% {
    opacity: 0;
    top: -60px;
    }
100% {
    opacity: 1;
    top: 0;
}
}

h1 a{
    width: 65px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-top: 5px;
    position: absolute;
    z-index: 11;
}
@media screen and (min-width: 769px) {
h1 a{width: 80px;}      
.menu-fix h1 a{
    width: 70px;
    opacity: 0;
    animation: logoIn .5s ease forwards;
}    
}
@keyframes logoIn {
0% {
    opacity: 0;
    width: 80px;
    }
100% {
    opacity: 1;
    width: 70px;
}
} 

.drawer-list ul#navigation{
    width: 300px;
    margin: 50px auto auto
}	
.drawer-list {
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	transform: translate(100vw, 0);
	box-sizing: border-box;
	pointer-events: none;
	transition: 0.7s cubic-bezier(.6,0,.25,1);
	background-color: rgba(70,190,221,0.97);
	z-index: 15;
}
.drawer-list ul#navigation li {
	pointer-events: auto;
	transform: translatex(100vw);
	line-height: 1.8;
}
.drawer-list ul#navigation li.sp-menu{display: block}	
.drawer-list ul#navigation li a {
    padding: 1rem 10px;
    color: #ffffff;
    display: block;
    font-size: 17px;
    text-align: center
}
.drawer-list ul#navigation li a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	display: inline-block;
	padding-left: 15px;
}	
#navigation li.sp-menu{display: block}	
input.hamburger:checked ~ .drawer-list,
input.hamburger:checked ~ .drawer-list #navigation li {
  transform: translatex(0);
}
.drawer-list ul#navigation li {
	opacity: 0;
	transform: translate3d(30px,0 ,0);
	transition: opacity 0s linear .5s, transform 0s linear .5s;
}		
input.hamburger:checked ~ .drawer-list #navigation li {
	opacity: 1;
	transform: translate3d(0 ,0 ,0);
}
input.hamburger:checked ~ .drawer-list #navigation li:nth-of-type(1){
    transition: opacity .3s cubic-bezier(.6,0,.4,1) .6s, transform .3s cubic-bezier(.6,0,.4,1) .6s;}
input.hamburger:checked ~ .drawer-list #navigation li:nth-of-type(2){
    transition: opacity .3s cubic-bezier(.6,0,.4,1) .65s, transform .3s cubic-bezier(.6,0,.4,1) .65s;}
input.hamburger:checked ~ .drawer-list #navigation li:nth-of-type(3){
    transition: opacity .3s cubic-bezier(.6,0,.4,1) .7s, transform .3s cubic-bezier(.6,0,.4,1) .7s;}
input.hamburger:checked ~ .drawer-list #navigation li:nth-of-type(4){
    transition: opacity .3s cubic-bezier(.6,0,.4,1) .75s, transform .3s cubic-bezier(.6,0,.4,1) .75s;}
input.hamburger:checked ~ .drawer-list #navigation li:nth-of-type(5){
    transition: opacity .3s cubic-bezier(.6,0,.4,1) .8s, transform .3s cubic-bezier(.6,0,.4,1) .8s;}
input.hamburger:checked ~ .drawer-list #navigation li:nth-of-type(6){
    transition: opacity .3s cubic-bezier(.6,0,.4,1) .85s, transform .3s cubic-bezier(.6,0,.4,1) .85s;}

	
label.hamburger {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	display: block;
	height: 50px;
	width: 50px;
}
label.hamburger:hover {cursor: pointer;}
label.hamburger > i {
	position: absolute;
	width: 30px;
    height: 2px;
    top: calc(50% - 2px);
    left: 10px;
	background-color: #46bedd;
	transition-duration: .35s;
	transition-delay: .35s;
}
label.hamburger > i:before,
label.hamburger > i:after {
	content: "";
	position: absolute;
	width: 30px;
    height: 2px;
	left: 15px;
	background-color: #46bedd;
	transition: transform 0.35s;
	transform-origin: 50% 50%;
}
	
label.hamburger > i:before {
	top: 15px;
	transform: translate(-50%, -25px);
	background-color: #46bedd;
}
label.hamburger > i:after {
	bottom: 15px;
	transform: translate(-50%, 25px);
}

input.hamburger:checked ~ label > i {
  background-color: transparent;
}
input.hamburger:checked ~ label > i:before {
	transform: translate(-50%, -50%) rotate(315deg);
	left: 15px;
    top: 0px;
	background-color: #ffffff;
}
input.hamburger:checked ~ label > i:after {
	transform: translate(-50%, -50%) rotate(-315deg);
	left: 15px;
	top: 0px;
	background-color: #ffffff;
}
input.hamburger:checked ~ label close {
  color: #FEFEFE;
  width: 100%;
}
input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}
.menu-fix label.hamburger{height: 50px;}
input.hamburger:checked ~ label{background-color: transparent;}    

@media screen and (max-width: 768px) {
.menu-fix label.hamburger{
    height: 50px;
    background-color: #FFFFFF;
    border-radius: 0px 0px 0px 10px
}
}

/*@media screen and (min-width: 769px) {
#menu{
    width: 100%;
    height: 80px;
	position: fixed;
	top: 0;
    z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center
}		
#menu.menu-fix{height: 60px;}     
.drawer-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
}		
#navigation{
	display: flex;
    justify-content: space-between;
	align-items: center;
	width: 350px
}
#navigation li{
	display: flex;
	align-items: center
}	
#navigation li small{font-size: 13px;}	
#navigation li a{
    display: inline-block;
    font-size: 16px;
    text-align: center;
    color: #46bedd;
}		
#navigation li.sp-menu{display: none}
#menu.menu-fix #navigation li a{ animation: menuIn .5s ease 0.2s forwards;}    
}*/



/*---------------------------------------------
	カラム
  ---------------------------------------------*/
#wrapper{
    min-height: 500px;
    margin-bottom: 80px;
    margin-top: 60px;
}
section {padding-top: 50px;}
body section:first-of-type{padding-top: 0}
article {padding-top: 50px;}
.container-main,
.container-wide,
.container-800,
.container-700{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.container-wide{width: 1180px;}
.container-800{width: 800px;}
.container-700{width: 700px;}
.inner{
	width: 95%;
	margin: auto
}
.bg{padding: 40px 30px;}
.bg-blue{background-color: #46bedd;}
.bg-lightBluer{background-color: #f5fcfe;}
.bg-yel {background-color: #ffffe8;}
.bg-gray{background-color: #e6e6e6}
.box-gray{
    border: 4px solid #e6e6e6;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.box-blue{
    border: 1px solid #46bedd;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.box-red{
    display: block;
    text-align: center;
}
.box-red span{
	border: 1px solid #FF0000;
    color: #FF0000;
    text-align: center;
	padding: 10px 15px;
	display: inline-block;
}
.container-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.container-flex-center {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}
.container-flex-left {
	display: flex;
	flex-wrap: wrap
}
.align-center{align-items: center !important}
.align-stretch{align-items: stretch !important}
.align-end {align-items: flex-end;}
.flex-all{flex: 1 0 100%}
.gap-30px{gap:30px}
.gap-50px{gap:50px}

.block-wide {width: 85% !important}
.block-medium {width: 65% !important}
.block-half {width: 48.5% !important}
.block-small {width: 30% !important}
.block-20per {width: 20% !important}
.block-30per {width: 30% !important}
.block-35per {width: 35% !important}
.block-40per {width: 40% !important}
.block-50per {width: 50% !important}
.block-55per {width: 55% !important}
.block-60per {width: 60% !important}
.block-65per {width: 65% !important}
.block-75per {width: 75% !important}
.block-200px {width: 200px !important}
.block-320px {width: 320px !important}
.margin-auto{
	margin-left: auto;
	margin-right: auto;
}
.block-relative{position: relative}
h2.ttl-main ~ .bg-blue{min-height: 220px}
@media screen and (min-width: 769px){
.min-height{min-height: 600px}
}
@media screen and (max-width: 1100px){
.container-wide{width: 95%;}	
}
@media screen and (max-width: 768px){
#wrapper{margin-top: 0px}	
.container-main,
.container-800,
.container-700{width: 90%;}		
.bg {padding: 50px 15px;}
.bg .container-main{width: 100%;}	
}
@media screen and (max-width: 640px){
.block-medium,
.block-half,
.block-small,
.block-20per,
.block-30per,
.block-35per,
.block-40per, 
.block-45per,    
.block-50per, 
.block-55per,    
.block-60per,   
.block-65per,    
.block-75per{width: 100% !important}	
.box-red span{padding: 10px;}	
.article-photo .block-320px{margin: 10px auto}   
}

/*---------------------------------------------
	見出し
  ---------------------------------------------*/
h2.ttl-main {
    text-align: center;
    color: #46bedd;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
    position: relative
}
/*h2.ttl-main:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 1px;
    background-color: #46bedd;
}*/
h2.ttl-01{
    text-align: center;
    font-size: 40px;
    color: #FFFFFF;
	line-height: 1.4;
}
h2.ttl-01 strong{
    border-bottom: 1px solid #ffffff
}
h2.ttl-01 span{
    background-color: #ffffff;
    color: #46bedd;
    padding: 2px 10px;
    display: block;
    font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: bold;
    font-size: 17px;
    width: 180px;
    margin: auto auto 10px
}
h2.ttl-01 span.wide{width: 200px;}
h2.ttl-01 small{
	display: block;
	font-size: 24px
}
h2.ttl-02 {
    text-align: center;
    color: #46bedd;
    font-size: 30px;
    font-weight: bold;
	padding-top: 40px;
    margin-bottom: 20px;
    line-height: 1.2;
}
h3.ttl-01{
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
}
h3.ttl-01 span{
	background-color: #46bedd;
	color: #ffffff;
	padding: 4px 10px;
	display: inline-block;
	font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: bold;
	border-radius: 8px;
	min-width: 200px;
}
.bg-blue h3.ttl-01 span{
	background-color: #ffffff;
	color: #46bedd;
}
h3.ttl-02{
	font-size: 30px;
	line-height: 1.5;
	font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: bold;
	padding-top: 30px;
	margin-bottom: 80px
}
h3.ttl-03{
	text-align: center;
    color: #46bedd;
    font-size: 24px;
    font-weight: bold;
	padding-top: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
}
h4.ttl-01{
    font-size: 22px;
    line-height: 1.5;
    font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: bold;
    padding-top: 10px;
}

.txt-attention {
    font-size: 28px;
    line-height: 1.5;
    font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
    color: #FF0000;
    text-align: center;
}
.txt-blue-l{
	color: #46bedd;
	font-size: 20px
}
.txt-blue-m{
	color: #46bedd;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
    margin-bottom: 5px;
	font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.txt-gothic{font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;}
.txt-mincho__sub{font-family: 'Noto Serif JP', serif;}

.txt-blue{color: #46bedd !important}
.txt-yellow{color: #ffff00 !important}
.txt-red{color: #FF0000 !important}
.txt-gray{color: #777777 !important}
.txt-bk{color: #000000 !important}
.txt-wh{color: #ffffff !important}
.txt-small {font-size: 0.85em; display: inline-block; }
.txt-large{font-size: 24px !important}
.txt-20px{font-size: 20px !important}
.txt-18px{font-size: 18px !important}
.txt-15px{font-size: 15px !important}
.txt-14px{font-size: 14px !important}
.txt-80per{font-size: 80% !important}
.txt-bold{font-weight: bold !important;}
.txt-right {text-align: right !important;}
.txt-left {text-align: left !important;}
.txt-center {
	text-align: center !important;
	margin-left: auto;
	margin-right: auto;
}
.txt-center__pc {text-align: center !important;}
.txt-caption,
.txt-caption li,
li.text-caption{
	font-size: 1.4em;
	line-height: 1.4
}
.text-indent, li.text-indent {
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.txt-mincho__sub{}
.txt-line{
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff
}
.__line-bk{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    color: #000000
}
@media screen and (max-width: 768px) {
.txt-center__pc {text-align: left !important;}
h2.ttl-main {font-size: 25px;}    
h2.ttl-01{font-size: 27px;}	
h2.ttl-01 small {font-size: 19px;}
h2.ttl-02 {font-size: 25px;}	  
h3.ttl-02 {
    font-size: 21px;
    margin-bottom: 30px;
}	
h3.ttl-03{font-size: 21px}      
h4.ttl-01{font-size: 20px;}	
.txt-large{font-size: 20px !important}    
.txt-20px{font-size: 18px !important}    
}

/*---------------------------------------------
	リンク
  ---------------------------------------------*/
.list-link{
	margin-top: 15px;
	margin-bottom: 15px;
	display: block
}
.list-link li a,
a.txt-link,
.no-link{
    text-align: left;
    text-decoration: underline;
    color: #46bedd;
    transition: .3s;
    padding: 0.1em 0.3em;
    background-image: linear-gradient(to right, transparent 50%, #46bedd 50%);
    background-position: 0 0;
    background-size: 200% auto;
	word-break: break-all;
    text-underline-offset: 4px;
}
.list-link li a:hover,
a.txt-link:hover{
    color: #fff;
    transition: .3s;
    background-position: -100% 0;
    text-decoration: none;
}
.list-link li a:after,
a.txt-link:after,
.no-link:after{
	font-family: 'FontAwesome';
	content: " \f105";
}
.bg-blue .list-link li a{
	color: #fff;
	background-image: linear-gradient(to right, transparent 50%, #fff 50%);
}
.bg-blue .list-link li a:hover{color: #46bedd;}
a.link-block{display: block}
a.link-block img:hover{
  transform: translateY(-3px);
  box-shadow: 0 6px 5px -3px rgba(0,0,0,.3);
	transition: all 0.3s;
}
.icon-map a{
   margin-top: 5px
}
.icon-map a:before{
    font-family: 'FontAwesome';
    content: "\f041";
    margin-right: 3px;
}
a.btn-red {
    color: #ffffff;
    font-size: 20px;
    padding: .85rem 1.2rem;
    background-image: linear-gradient(to right, #FF0000 50%, transparent 50%);
    background-position: 0 0;
    background-size: 200% auto;
    font-family: "游ゴシック", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    border-radius: 9999px;
    display: inline-block;
}
a.btn-red:hover{
    color: #FF0000;
    transition: .3s;
    background-position: -100% 0;
}
a.btn-red:after {
    font-family: 'FontAwesome';
    content: " \f105";
}

/*---------------------------------------------
	リスト
  ---------------------------------------------*/
.list-2,
.list-3,
.list-6{
	margin-top: 15px;
	margin-bottom: 15px
}
.list-2 li{width: 48%}
.list-3 li{width: 30%}
.list-6 li{width: calc(100% / 6 - 10px)}
.list-hd-icon li:before{
	content: "●";
	color: #46bedd;
}
.list-count-3{column-count: 3}
@media screen and (max-width: 768px) {
.list-2 li,
.list-3 li{width: 100%}
.list-6 li{width: 31%}	
.list-count-3{column-count: 1}	
}

/* -----------------------------------
    動画リスト
   ----------------------------------- */
.container-youtube {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    padding-top: 55%;
    margin-top: 20px;
}
.container-youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.container-youtube-short{width: 320px;}
.container-youtube-short p{
    font-size: 14px;
    font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.container-youtube-short p a{color: #FF0000;}
.container-youtube-short iframe{
  max-width: 100%
}
.youtubeBox-half{width: 48%;}
.movie-title{
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
}
.movie-title-sub{
    font-size: 14px;
    line-height: 1.4;
    color: #777777;
    text-align: center;
    margin-bottom: 50px;
}
@media screen and (max-width:768px) {
.youtubeBox-half{width: 100%;}
.container-youtube-short{
    margin: 20px auto 0px;
}    
#slide-short {
    width: 300px;
    margin: auto !important
}
}

/* -----------------------------------
    知る
   ----------------------------------- */
.list-know{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 30px;
}
.list-know li{
	width: 31%;
	line-height: 1.4;
	/*margin: 0 2.5% 30px 0%;*/
	margin: 0 1% 30px 1%
}
/*.list-know li:nth-of-type(3n){margin-right: 0%}*/
.list-know li a{
    display: block;
    position: relative;
}
.list-know li a p.day{
    font-size: 14px;
    margin-top: 5px;
}
.list-know li a .know-img{
    line-height: 0;
    margin-bottom: 10px;
}
.list-know li a .know-img img{
    border-radius: 10px;
    height: 250px;
    object-fit: cover;
    font-family: 'object-fit: cover';
    transition: all 0.3s;	
}
.list-know li a:hover{color: #46bedd;}
.list-know li a .know-img img:hover{
    border-radius: 0px;
	transform: translateY(-3px);
	box-shadow: 0 6px 5px -3px rgba(0,0,0,.3);
}
.list-know li a:after{
    font-family: 'FontAwesome';
    content: " \f105";
    position: absolute;
    right: 1px;
    bottom: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: block;
    border: 1px solid #46bedd;
    text-align: center;
	color: #46bedd;
	line-height: 16px
}
.list-know li a:hover:after{
	background-color: #46bedd;
	color: #ffffff;
	transition: all 0.3s;	
}
@media screen and (max-width:768px) {
.list-know li{
	width: 100%;
}
}

/*記事ページ*/
#head{position: relative}
#main-photo{
	line-height: 0;
	position: relative;
    z-index: 1;
	animation: fadeIn 2.5s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0;}
    100% {opacity: 1;}
}

#article-know{position: relative}
.tab-point{
	background-color: #ffffff;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: bold;
	height: 45px;
	position: absolute;
	top: -45px;
	font-family: 'Oswald', sans-serif;
	z-index: 2;
}
.tab-point:before{
	font-family: 'FontAwesome';
	content: "\f041";
	padding-right: 5px;
	text-align: center;
	font-size: 120%
}
#article-info{
    font-size: 14px;
    margin-bottom: 50px;
}
#article-info span{
    text-decoration: underline;
    margin-right: 3px;
}
.article-photo{
	margin-top: 15px;
	margin-bottom: 15px;
	opacity: 0
}
#fix-copy{
    width: 25px;
    position: relative;
	opacity: 0
}
#fix-copy.fix{
	position: fixed;
	animation: copyIn 1s ease-in forwards;
}   
@keyframes copyIn {
0% {
    opacity: 0;
    top: 50px;
    }  
90% {
    opacity: .9;
    top: 95px;
}
100% {
    opacity: 1;    
    top: 100px;
}
}
#article-know h5{
    border-bottom: 1px solid #cccccc;
    margin-top: 30px;
    margin-bottom: 15px;
}
#article-know h5 span{
    font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 18px;
}
@media screen and (max-width:768px) {
#article-info{margin-bottom: 0px;}	
.tab-point{
	font-size: 18px;
	height: 35px;
	top: -35px;
}	
#fix-copy{display: none}	
}

/*---------------------------------------------
	投稿する
  ---------------------------------------------*/
#circle{
	width: 170px;
	position: absolute;
	top: -15px;
	right: 0px
}
#supporter #circle{
    top: -25px;
    right: 100px;
    width: 140px;
}
#step li span.step-no{
	color: #46bedd;
	font-size: 36px;
	text-align: center;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: bold
}
#step li div{margin-bottom: 5px}
#txt-highlight{
    max-width: 790px;
    margin: 50px auto;
	border-bottom: 5px solid #46bedd;
}
#txt-highlight h2{
    color: #46bedd;
    font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
}
.txt-highlight_red,
.txt-highlight_yl{
    font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    padding: 0.3rem 0.6rem;
}
.txt-highlight_red{
    color: #ffffff;
    background-color: #FF0000;
}
.txt-highlight_yl{background-color: #FFE100;}
.box-gray#shiho p,
.box-gray#shiho li,
.box-gray#shiho li a{
	font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 14px
}
@media screen and (min-width: 769px) {
#supporter .bg.bg-blue{height: 170px}    
}
@media screen and (max-width: 768px) {
#circle{
    width: 230px;
    position: static;
    margin: 20px auto auto
}	
#supporter #circle{width: 230px;}    
#step li{
    border-bottom: 1px dotted #46bedd;
    margin-bottom: 30px;
    padding-bottom: 30px;
}	
#txt-highlight{width: 100%}	
#txt-highlight h2{font-size: 19px;}	
}

/* -----------------------------------
    投稿する
   ----------------------------------- */
#post .column-narrow{
	width: 43%;
	flex-wrap: wrap;
    display: flex;
	align-content: space-between;
}
#block-award .column-narrow{/*width: 40%;*/width: 30%;}
#post .column-wide{width: 52%;}
#block-award .column-wide{
	/*width: 56%;*/
    width: 65%;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 10px 15px 0px;
}
#post .ttl{
    text-align: center;
    font-size: 20px;
    color: #46bedd;
    font-weight: bold;
}
#post .ttl strong{font-size: 24px;}
#post .list-award li p{
    color: #000000;
    font-size: 19px;
	line-height: 1.3;
}
#post .list-award li strong{
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
    font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
#post .list-award{gap: 30px 30px;}
#post .list-award li{
    font-size: 14px;
    display: block;
    margin-top: 3px;
    text-align: center
}
#list-award li{
    font-size: 17px;
    margin-top: 5px;
}
#list-award li small{
    font-size: 15px;
    margin-top: 10px;
	margin-bottom: 5px;
	display: block
}
#post .list-award li p{
	color: #46bedd;
	font-size: 19px;
    margin-top: 5px
}
#post .list-award li strong{
	color: #000000;
	font-size: 17px;}
#post .list-award li small{
    font-size: 14px;
    display: block;
	margin-top: 10px;
    margin-bottom: 10px;
	color: #000000;
}
#slide .slick-slide{
    margin: 0px 5px;
    line-height: 1.4;
}
#post .list-3 li img{line-height: 0}
#post .list-2 li img {
    height: 220px;
    object-fit: cover;
}
#post li img.img-up{
    object-position: 50% 85%;
    }
#list-award li{
    width: 47%;
    margin: 0px .5% 50px;
    text-align: center;
}
#list-award li div img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 500px;
}
#list-award li.h-wide div img {max-height: 480px}
.column-post{
    background-color: #f5fcfe;
    padding: 8px;
}
@media screen and (max-width: 768px) {
#post .column-narrow,
#block-award .column-narrow,	
#post .column-wide,
#block-award .column-wide{
	width: 100%;
}
#post .bg-blue .column-wide{
    margin-top: 20px;
    padding: 10px 5px 0px;
}	
#post .ttl{font-size: 18px;}	
#post .ttl strong{font-size: 21px;}    
#post #list-award li{
	width: 100%;
	margin: 0px 0% 30px;
}	
#list-award li strong {font-size: 18px;}	
#post .list-award li p{font-size: 18px;}    
#post .list-award.list-2 li{text-align: center}  
#post .list-award.list-2 li p{font-size: 16px;}      
#post .list-award.list-2 li small {font-size: 13px;}    
#post .list-award.list-2 li strong{font-size: 15px;}
#post .list-award li small {font-size: 15px;}    
#post .list-award li strong{font-size: 17px;}    	
#list-award li div img {max-height: 450px;}    
}
@media screen and (max-width: 680px) {
#post .list-2 li img{height: 220px;}	    
#post .list-award li strong{font-size: 15px;}	    
}

/*大賞・優秀賞*/
.award_winner{margin-bottom: 80px}
.award_winner h2{
    width: 200px;
    margin: auto
}
.award_winner .post-2 .list-award li{text-align: center}
.award_winner .post-2 .list-award li p {
    color: #46bedd;
    font-size: 19px;
}
.award_winner .post-2 .list-award li strong{
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
}
body#award2024 .award_winner .post-2 .list-award li p strong{
    margin-top: 5px;
    display: block;
    font-weight: bold;
    font-family: "游ゴシック", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: clamp(0.875rem, 0.798rem + 0.35vw, 1.063rem)
}
#award-yushusho .post-2 .list-award{gap: 50px 15px;}
#award-yushusho .post-2 .list-award li{width: 49%}
#award-taisho .post-2 .list-award li div img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 600px;
}
#award-2023 #award-taisho .post-2 .list-award li div img {max-height: 850px;}
#award-yushusho .post-2 .list-award li div img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 480px;
}
#award-yushusho .post-2 .list-award li:last-of-type{width: 55%}
body#award2024 #award-yushusho .post-2 .list-award li div img {max-height: 600px;}
body#award2024 #award-yushusho .post-2 .list-award li:last-of-type{width: 49%}
@media screen and (max-width: 768px){
#award-yushusho .post-2 .list-award li,
#award-yushusho .post-2 .list-award li:last-of-type,
body#award2024 #award-yushusho .post-2 .list-award li:last-of-type{width: 100%}
}
@media screen and (max-width:580px) {
#award-taisho{padding-top: 20px}
.award_winner h2 {width: 150px;}    
}

/* -----------------------------------
    タブ切り替え
   ----------------------------------- */
.tabs{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
/*.tabs::after {	
	content: '';
	width: 100%;
	height: 1px;
	order: -1;
	background-color: #46bedd;
}*/
.tabs .tab-label {
	margin-right: 3px;
	height: 45px;
	line-height: 45px;
	order: -1;
	border-radius: 8px 8px 0 0;
	background-color: rgba(21,91,82,0.25);
	transition: .5s;
	cursor: pointer;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	width: 180px;
}
.tabs .tab-label:nth-last-of-type(1) {margin-right: 0;}
.tabs input {display: none;}
.tabs .content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.tabs input:checked + .tab-label {
	color: #fff;
	background-color: #46bedd;
}
.tabs input:checked + .tab-label + .content {
	height: auto;
	overflow: auto;
	transition: .5s opacity;
	opacity: 1;
	margin-top: 20px
}


.block-award{margin-top: 50px}
.tab{
	display: flex;
	justify-content: center;
    align-items: end;
    flex-wrap: wrap;
	margin-bottom: 30px;
	border-bottom: 1px solid #46bedd;
    gap: 0px 3px
}
.tab li a{
	height: 40px;
	line-height: 40px;
	order: -1;
	border-radius: 8px 8px 0 0;
	background-color: rgba(21,91,82,0.25);
	transition: .5s;
	cursor: pointer;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	width: 100px;
	display: block
}
.tab li.tab-wide a{ width: 140px;}
@-webkit-keyframes shiny-btn1 {
    0% { transform: scale(0) rotate(-45deg); opacity: 0; }
    80% { transform: scale(0) rotate(-45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(-45deg); opacity: .8; }
    100% { transform: scale(50) rotate(-45deg); opacity: 0; }
}
.tab li:last-of-type a{margin-right: 0px;}
.tab li#active a,
.tab li a:hover{
	color: #fff;
	background-color: #46bedd;
}
@media screen and (max-width:680px) {
.tabs .tab-label {
	font-size: 16px;
	width: 49%;
}
.tab li a{
	width: 75px;
    font-size: 17px;
}	
}
@media screen and (max-width:580px) {
.tab{border-bottom: none}    
.tab li.tab-wide{
    display: block;
    width:  calc(100% - 18px);
    margin-bottom: 10px
}
.tab li.tab-wide a {width: 100%;}    
.tab li{width: calc(100% / 4 - 8px)}    
.tab li a{
    border-radius: 8px;
    width: 100%;
}
}

/*---------------------------------------------
	アンケート
  ---------------------------------------------*/
#enquete{
    padding-top: 50px;
	padding-bottom: 60px;
    margin-bottom: -80px;
	margin-bottom: 100px;
}
.enquete-top{background-color: #ffffe8;}
#enquete h2{
    font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #46bedd;
    margin-bottom: 30px;
}

#enquete form p,
p.question{
	font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 18px;
    font-weight: bold;
	margin-bottom: 10px
}
span.required{
    background-color: #FF6C00;
    color: #FFFFFF;
    border-radius: 4px;
    font-size: 15px;
    padding: 5px 5px;
	margin-right: 10px
}
span.number{
    font-size: 120%;
	padding-right: 3px
}
.form-list{margin-bottom: 50px}
.form-list li{
	margin-right: 20px;
	font-size: 17px;
}
.dl-form-list dt{
    width: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
	font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: bold
}
.dl-form-list dd{
    width: calc(100% - 120px);
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-buttons{
    background: #46bedd;
    color: #ffffff;
    font-size: 20px;
    width: 200px;
    height: 60px;
    border: none;
    margin: 50px auto 0;
    text-align: center;
    display: block;
}
.form-buttons .btn {
    background: #46bedd;
    color: #ffffff;
    font-size: 20px;
    width: 200px !important;
    height: 60px;
    border: none;
    text-shadow: none;
    margin-top: 60px;
    border-radius: 0;
    padding: 0;
    margin: auto auto 10px;
}
input[type=text]::placeholder {
    color: #AAAAAA;
	padding-left: 5px;
    font-weight: normal !important
}
@media screen and (max-width: 768px) {
.dl-form-list dt{
    width: 100%;
	margin-top: 0;
	margin-bottom: 0
}
.dl-form-list dd{
    width: 100%;
	margin-top: 0
}
}

@media screen and (min-width: 769px) {
#enquete-btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
}
#enquete-btn{
	margin-top: 25px;
	margin-bottom: 50px;
}
#enquete-btn::after {	
	content: '';
	width: 100%;
}
#enquete-btn li input{display: none}
#enquete-btn li {width: 33%;}
#enquete-btn li label,
#enquete-btn li a{
    order: -1;
    border-radius: 34px;
    transition: .5s;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 100%;
	height: 68px;
    line-height: 1.2;
    font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	display: flex;
    align-items: center;
    justify-content: center;
	color: #FFFFFF;
}
#enquete-btn li#enquete-btn-1 label,
#enquete-btn li#enquete-btn-1 a{
    background-color: #4472C4;
    color: #FFFFFF;
}
#enquete-btn li#enquete-btn-2 label,
#enquete-btn li#enquete-btn-2 a{
    background-color: #FFC000;
    color: #000000;
}
#enquete-btn li#enquete-btn-3 label,
#enquete-btn li#enquete-btn-3 a{background-color: #00B050;}
#enquete-btn li.no-current label {background-color: #c0cccf;}
#enquete-btn a{
    display: block;
    text-align: center;
}
#enquete-btn label:hover a{color: #ffffff}
#enquete textarea::placeholder {
  color: #aaaaaa;
	font-weight: normal!important
}
@media screen and (max-width: 768px) {
#enquete form p{font-size: 17px;}	
span.required{font-size: 14px;}	
#enquete-btn li {
	width: 100%;
    border-radius: 34px;
    font-size: 18px;
}
#enquete-btn li:nth-child(2) {
	margin-top: 5px;
	margin-bottom: 5px
	}	
select {
    /*-webkit-appearance: none;
    appearance: none;*/
    border: 1px solid #cccccc;
    border-radius: 0px;
    background-color: #ffffff;
	min-width: 50%!important
}	
}

/* 募集 */
#supporter h3.ttl-01 span{min-width: 120px}
#supporter .container-flex-center .txt-large.txt-gothic{
    width: 350px;
    margin-left: 10px;
}
.txt-q{
    font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 18px;
    font-weight: bold;
	margin-bottom: 15px
}
.txt-a{
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 50px;
    border-bottom: 2px dotted #d2d2d2;
    padding-bottom: 30px;
    line-height: 2
}
.no-border{
    border-bottom: none;
    padding-bottom: 0px;
}

/* thanksページ */
.thanks-column{
    border: 1px solid #46bedd;
    border-radius: 10px;
    padding: 30px 20px 0px;
    width: 850px;
    margin: 30px auto;
}
.thanks-column #circle{
	width: 160px;
    position: static;
	margin-left: 50px
}
.thanks-column .list-6 li img {
    border-radius: 10px;
    height: 120px;
    object-fit: cover;
}
.thanks-column .no-link,
#thanks-column__post .no-link{
    font-size: 22px;
    font-weight: bold;
	text-align: center
}
#thanks-column__post .no-link{
	color: #ffffff
}
.thanks-column:hover{
	transition: all 0.3s;
	transform: translateY(-3px);
	box-shadow: 0 6px 5px -3px rgba(0,0,0,.3);
}
@media screen and (max-width: 860px) {
.thanks-column{width: 90%;}
}
@media screen and (max-width: 768px) {
#supporter .container-flex-center .txt-large.txt-gothic{text-align: center}    
.thanks-column{
    width: 100%;
    padding: 15px 10px 10px;
}	
.thanks-column #circle{
    margin: auto auto 15px;
	width: 250px
}	
.thanks-column .list-6 li img {height: 90px;}	
.thanks-column .no-link,
#thanks-column__post .no-link{
    font-size: 20px;}	
}

/*---------------------------------------------
	フッター
  ---------------------------------------------*/
footer{
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #46bedd;
	color: #46bedd;
	background-color: #FFFFFF;
    position: relative;
    z-index: 6;
    text-align: center
}
footer h2{
    width: 130px;
    display: block;
    margin: 0 auto 10px;
}
#footer-info li{
	line-height: 1.8
}
#footer-info li a{
    display: inline-block;
    color: #46bedd;
    margin-right: 20px;
    font-size: 15px;
}
#footer-info li a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	padding-left: 5px;
}
#footer-info li a:hover{color: #ee8012;}
#tsukaretara{
	width: 95px;
	display: block
}
@media screen and (max-width: 768px) {
#footer-info li a{display: block}	
#footer-left{width: 100%}	
#tsukaretara{margin: 30px auto auto}	
}

/* -----------------------------------
    ページトップ
   ----------------------------------- */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	border: 1px solid #46bedd;
	background-color: #ffffff;
	color: #46bedd;
	line-height: 45px;	
	font-size: 3em;
	text-align: center;
	display: block;
	z-index: 7;
	transition: opacity 1s;
}
#page-top:after {
	font-family: 'FontAwesome';
	content: "\f106"
}
@media screen and (max-width: 680px){
#page-top {bottom: 0px;}	
}

/* -----------------------------------
    罫線
   ----------------------------------- */
hr{
	height: 0;
	margin: 0 0 50px;
	padding: 50px 0px 0px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px dotted #BCC0D7
}

/* -----------------------------------
    アニメーション
   ----------------------------------- */
.fuwa{opacity: 0}

.anime-fuwa {animation: fuwatAnime .85s ease .3s forwards;}
@keyframes fuwatAnime {
 0% { opacity: 0; 
	 transform: translateY(45px); }
 100% { opacity: 1; 
	 transform: translateY(0px); }
}
@media screen and (min-width: 681px){
/*#list-know-low li {opacity: 0;}
#list-know-low li.is-active {animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
} */
}
@keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUp {
    animation: fadeUpAnime .85s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* -----------------------------------
    TELリンク
   ----------------------------------- */
span.tel-number a,
.tel-number a,
.tel-number{
	color: #ffffff !important;
	text-decoration: none;
}
a[href^="tel:"]{color: #000000!important}
@media screen and (min-width: 768px){
a[href^="tel:"]{ pointer-events: none;}
}


/* -----------------------------------
    フッター上部バナー
   ----------------------------------- */
.block-banner{
	background-color: #f5fcfe;
	padding-top: 35px;
	padding-bottom: 30px;
	border-top: 1px solid #46bedd;
}
.block-banner ul{
	width: 90%;;
    max-width: 1100px;
	/*max-width: 1300px;*/
	margin: auto;
}
.block-banner ul li{
    width: 32%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}
.block-banner ul li a{
	display: block;
	line-height: 0;
}
.block-banner ul li a img:hover{
	transform: translateY(-3px);
	box-shadow: 0 6px 5px -3px rgba(0,0,0,.3);
	transition: all 0.3s;	
}
#rakuten h2.ttl-index-02{color: #00b900}
#rakuten span{
    width: 140px;
    display: block;
    margin: 15px auto 1px;
}
.block-banner#rakuten{
	background-color:#f8fdf8;
	border-top: 1px solid #00b900;
	border-bottom: 1px solid #00b900;
}
.block-banner#rakuten ~ footer{border-top: none;}
@media screen and (max-width: 768px){
.block-banner ul li{width: 100%}	
.block-banner ul li + li {margin-top: 20px;}	
}


/* -----------------------------------
    fixバナー
   ----------------------------------- */
.fix-banner_top{
	position: fixed;
	bottom: 5px;
	left: 5px;
	width: 280px;
    display: block;
	z-index: 7;
	transition: opacity 1s;
}
.fix-banner_top a{display: block}
.fix-banner_top a:hover{
    transform: translateY(-3px);
	box-shadow: 0 6px 5px -3px rgba(0,0,0,.3);
	transition: all 0.3s;	
}

@media screen and (max-width: 768px){
.fix-banner_top a{width: 230px;}   
}

.period {
    font-family: "游ゴシック", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    margin-right: 10px;
}
.bg-blue .period {color: #ffffff}
@media screen and (max-width: 768px){
.period {font-size: 19px;}    
}



