@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:300);

html {	font-size: 20px; }
@media screen and (min-width: 768px) {	html {	font-size: 14px; }}
html * { box-sizing: border-box; }
body {
	margin: 0;
	background: url(../images/bg.png);
	font-family: sans-serif;
}

h1 {
  font-family: 'Bitter', serif;
  font-size: 30px;
  padding:30px 0 30px 0;
  min-width:250px;
  text-align:center;
}

/*ブラウザの大きさで実行したりしなかったり*/
@media only screen and (max-width:900px){.br-sp {display:none;}}
@media only screen and (min-width:900px){.unbr-sp {display:none;}}
/*ブラウザの大きさで実行したりしなかったり終*/


.kagetoiro1{
  padding:6px;
  background: #ffffff;
  border-bottom: 4px solid #2097b6;
  border-left:7px solid #2097b6;
  border-radius: 40px;
  color:#209700;
  box-shadow:0px 3px 7px 0px rgba(0,0,0,0.3);
  width:250px;
}

.kagetoiro2{
  padding:0 0 0 0;
  text-align: left;
  font-family: 'cursive', cursive;
  margin: 1vw;
  color:#ff4500;
}

.kagetoiro3{
  margin: auto;
  font-size: 30px;
  padding:0 0 0 20px;
  background: #ffffff;
  border-bottom: 4px solid #0000ff;
  border-left:10px solid #0000ff;
  color:#ff4500;
  text-align:left;
  max-width:1000px;
  box-shadow:0px 3px 7px 0px rgba(0,0,0,0.3);
  font-family: 'メイリオ', cursive;
}

.kagetoiro4{
  margin: auto;
  padding:0 0 0 50px;
  background: #ffffff;
  border-bottom: 4px solid #0000ff;
  border-left:10px solid #0000ff;
  color:#ff4500;
  text-align:left;
  max-width:1000px;
  border-radius: 40px;
  box-shadow:0px 3px 7px 0px rgba(0,0,0,0.3);
  font-family: 'メイリオ', cursive;
}

.kagetoiro5{
  padding:0 0 0 0;
  text-align: left;
  font-family: 'cursive', cursive;
  margin: 1vw;
}

.kagetoiro6{
    color:#ffffff;
    font-weight: bold;
}

h2 {
  font-family: 'Bitter', serif;
  font-size: 25px;
  text-align:right;
}

h3{
  font-family: 'Bitter', serif;
  font-size: 35px;
}

h4{
  padding:3px;
  border-bottom: 4px solid #2097b6;
  border-left:0px solid #2097b6;
  margin: 0.5vw;
  color:#209700;
  font-family: 'cursive', cursive;
  font-size: 30px;
  font-color:#111111;
}

h5{
  font-size: 20px;
  margin: 1vw;
  color:#209700;
}

h6{
  font-size: 150px;
  margin: 1vw;
}

p{
  margin: 0;
  color:#000000;
}

.migisoroe{
  margin: 0 10px 0 0;
  text-align:right;
}

.nakasoroe{ text-align:center;}

.saizu{
  font-size: 30px;
  color:#000000;
}

.saizu2{
  font-size: 20px;
  font-weight: bold;  
}

.saizu3{ font-size: 40px; }

.hidarisoroe{ text-align:left; }

.zisage{ text-indent:2em; }

.sellhaba1{
   width: 40px;
   font-size:16px;
}

.iro1{ color: red; }
.iro2{ color: blue; }
.iro3{ color: #75cb60;}
.iro4{ color: black;}



.sanjo1 table{ width:99%;}

.sanjo1 table th{
    height:100px;
    width: 33.3%;
    font-size: 17px;
    white-space: nowrap;
}

.sanjo2 table th{
    height:70px;
    white-space: nowrap;
    width:300px;
    min-width:100px;
}


@media only screen and (max-width:900px){
    .sanjo1 table { margin: 0 auto; }
    .sanjo1 table th{
       display: block;
       margin: 5px 0 0 0;
       font-size: 15px;
       width: 91vw;
       height: 110%;
    }
    .sanjo2 table {
       border: solid 2px #ffffff;
       margin: 0 auto;
    }
    .sanjo2 table th{
       display:block;
       margin: 5px 0 0 0;
       width: 70vw;
       Height: 110%
    }   
}

/* ヘッダー */
header {
	background: url(../images/930.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size:100% auto;
}
.header-container { padding: 4vw 20px 5vw 20px;}
.header-logo {
  list-style: none;
  font-size: 4vw;
  font-weight:900;
  font-family: 'Bitter', serif;
  color       : #ffffff;
  text-shadow:  2px  2px 10px #777 ,
               -2px  2px 10px #777 ,
                2px -2px 10px #777 ,
               -2px -2px 10px #777;
}

.header-logo img {
  position: absolute;
  margin: 1px 0 0 0;
  width: 7vw;
  height: 6vw;
}

@media all and (-ms-high-contrast:none){
      *::-ms-backdrop, .header-logo img { position: absolute;
                                          margin: -10px 0 0 0;
                                        }
}
@supports (-ms-ime-align:auto) {
       .header-logo img { position: absolute;
                          margin: -10px 0 0 0;
                        }
}

/* ナビゲーション */
nav {
	font-size: 0.78rem;
        font-weight: 200;
	background: linear-gradient(-60deg, #ffff00, #7fffd4);
        min-width:300px;
}
.nav-container { padding: 0 0px 0 3%; }
@media screen and (min-width: 768px) {
	nav {
		font-size: 1.5rem;
                font-weight: 600;
                min-width:700px;
	}
       .nav-container { padding: 0 20px 0 70px; }
       .unbr-sp {display:none;}
}
.globalnav {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.globalnav li {
	float: left;
	width: 15.5%;
}
.globalnav li a {
	display: block;
	padding: 10px 0;
	border-bottom: 8px solid #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 100%;
	color: #483d8b;
}
.globalnav li a:hover,
.globalnav li a.current {
	border-bottom: 8px solid #7bae34;
	color: #ff0000;
}

/* フッター */
footer { }
.footer-container {
	padding: 20px;
	background: #000000;
}
.copyright {
	margin: 0;
	font-size: 0.8rem;
	color: #ffffff;
}
/* メインコンテンツレイアウト部分 */
main { }
.main-container {
	padding: 0px 0 0 0;
	background: url(../images/ht-bg-pattern.png);
}

.maincol {
	margin: 0;
	padding: 40px 0 30px 0;
}
@media screen and (min-width: 900px) {
	.main-container { overflow: hidden; }
	.maincol {
		float: center;
		margin: 0;
		width: 96% auto;
	}
}

@media screen and (min-width: 768px) {
	.column1 h1 { font-size: 2rem; }
	.sub-nav li { padding: 2px; }
}

.box3 {
    padding: 50px 95px 0px 95px;
    margin: auto;
    max-width:1000px;
    min-width:250px;
    color: #232323;
    background: url(../images/sakura14.png)  right bottom  no-repeat,linear-gradient(-20deg,  #ffffff, #fde6ec);
    font-size: 20px;
    border-radius: 10px;/*角の丸み*/
    justify-content:center;
    box-shadow:0px 3px 10px 2px rgba(0,0,0,0.3);
    overflow: hidden;
}

.box4 {
    padding: 0px 95px 0px 95px;
    margin: auto;
    max-width:1000px;
    min-width:500px;
    color: #232323;
    background: #ffffff;
    font-size: 20px;
    border-radius: 10px;/*角の丸み*/
    justify-content:center;
    box-shadow:0px 3px 10px 2px rgba(0,0,0,0.3);
    overflow: hidden;
    z-index:  -1;  
}

.box5 {
    padding: 20px 40px 0px 40px;
    margin: auto;
    max-width:1000px;
    min-width:100px;
    color: #232323;
    background: #ffffff;
    font-size: 20px;
    border-radius: 10px;/*角の丸み*/
    justify-content:center;
    box-shadow:0px 3px 10px 2px rgba(0,0,0,0.3);
    overflow: hidden;
}
@media screen and (max-width: 768px) {.box5 { padding: 0px 10px 0px 10px; }}

.box5 li {
     margin: 0 5vw 0 6vw;
     font-size: 25px; 
}

.jrsp li{
     font-size: 20px;
     font-weight: bold;  
}

.pozi { margin: 0 5vw 1vw 5vw;}

.box5 table{ 
     border: 0px none; 
     margin: 0 5vw 1vw 6vw;
}

.box5 td,th{
   padding:2px 4px;
   font-size: 120%;  
   font-weight: bold;
}

.jrsp td{
     font-size: 20px;
     font-weight: bold;  
}

.box5 th{ width:140px; }
.box5 table.furoto{
   float: left;
   margin: 0 100px 10px 0;
}

.jrsp{ width: 100%; }

@media screen and (max-width: 800px) {
   .box5 td,th{
      padding:2px 2px;
      font-size: 90%;
   }
   .box5 table{  margin: 0 5vw 1vw 2vw;}
}

/*box6*/
.box6{
  margin: 1em 0;
  padding: 1.5em 1em 1em;
  position: relative;
  background: linear-gradient(120deg, #F0F8FF 0%, #ffffff 100%);
  border-radius: 14px;
}

.box6-title{
  position: absolute;
  top: -10px;
  left: -10px;
  font-weight: bold;
  font-size: 1.1em;
  padding: 0 0.5em;
}
/*box6終*/

.illust1{ background: url(../images/soccer.png)  right bottom  no-repeat,#ffffff; }
.space{
   float: right;
   height: 600px;
}

.blur{
   position:relative;
   display: inline-block;
   font-size: 0;
   line-height: 0;
}
.blur:after{
   position: absolute;
   left: 0; top: 0; right: 0; bottom: 0;
   -moz-box-shadow: inset 0px 0px 15px 15px #fef5f9;
   -webkit-box-shadow:inset 0px 0px 15px 15px #ffffff;
   box-shadow: inset 0px 0px 15px 15px #fef5f9;
   content: " ";
}
.maru { border-radius: 30px; }


.float_clear{ clear: both; }
table{ border: 0px none; }
td,th{
   padding:2px 2px;
   font-size: 130%;
}
table.furoto{
   float: left;
   margin: 0 100px 10px 0;
}
.yokonarabi{ display:flex; }
.sptsyo table{
  width: 95%;
  margin:0 0 0 3vw;
  border-collapse: collapse;
}
.sptsyo table tr{ border-bottom: solid 2px white; }
.sptsyo table tr:last-child{ border-bottom: none; }
.sptsyo table th{
  position: relative;
  background-color: #52c2d0;
  color: white;
  text-align: left;
  padding: 3px 1.5vw;
  width: 210px;
  white-space: nowrap;
}
.sptsyo table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.sptsyo table td{
  width: 10vw;
  text-align: center;
  background-color: #eee;
  padding: 5px 0;
  border: none;
}

.sptsyo table td .hidarizoroe{ text-align: left; }
.sptsyo caption { text-align: left; }
.sptsyo img { margin:0 10px -6px 0; }

.haba1 {
    max-width:220px;
    min-width:220px
}
.haba2 {
    max-width:120px;
    min-width:120px
}

.bosyu h3{
   text-align: center;
   margin: 0;
}
.bosyu h5{
   text-align: center;
   margin: 0;
}

.bosyu p{ margin: 0 0 0 20px; }
.bosyu table{
  margin: 0 auto;
  border: medium dotted #ff00ff;
}

.bosyu table th{ border-right : medium dotted #ff00ff; }

.hyodai1 {
  position: relative;
  padding: 0 0 0 20px;
  background: #6CB8FF;
  animation: gradationanime1 10s infinite;
  color: white;
  width: 70%;
  margin: -60px auto;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.hyodai1::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.hyodai1 h3{
   padding: 10px 0;
   font-size: 3vw;
   text-align:center;
}
.hyodai2 {
  color: #000000;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #ffff00;/*背景色*/
  font-weight:bold;
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
  font-size:1.5vw
}
.hyodai2:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

.drop-shadow {
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.3));
        filter: drop-shadow(0px 10px 10px rgba(0,0,0,.3));
}

@keyframes gradationanime1 {
     0% { background-color: #6CB8FF; }
    35% { background-color: #FFF66C; }
    70% { background-color: #FFA36C; }
   100% { background-color: #6CB8FF; }
}

/*ボタン1*/
.cp_btn {
	position: relative;
	display: block;
	width: 450px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #26C6DA;
	border-bottom: 2px solid #00838F;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
.cp_btn:active {
	border-bottom: 2px solid #26C6DA;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
/*ボタン1終*/

/*ボタン2*/
section {
  max-width: 500px;
  margin: 0 auto;
}
a.btn_05 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background-color: #ffa500;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.4em;
  line-height: 1.0;
  text-decoration: none;
  transition-duration: 0.3s;
  position: relative;
}
a.btn_05:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
a.btn_05:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 30px;
  border-color: transparent transparent #efefef transparent;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
  transform: rotate(16deg);
}
a.btn_05:hover {
  background-color: #e6de6b;
}
a.btn_05 span {
  position: relative;
  padding-left: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {a.btn_05 span { padding-left: 25px;}}
a.btn_05 span:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
/*ボタン2終*/

/*リボン見出し*/
.ribbon13-wrapper {  
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 0;
  width: 400px;
  background: #ffffff;
  }

.ribbon13 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0;
  margin: 0 0 0 0px;
  width: calc(100% + 20px);
  color: white;
  background: #ffd700;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.ribbon13 h3{
  margin: 0;
  padding: 0 30px 0 15px;
  border-top: dashed 1px #000;
  border-bottom: dashed 1px #000;
  font-size: 20px;
  font-family: 'cursive', cursive;
  line-height: 46px;
}

.ribbon13:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #ffffff transparent transparent;
  border-style: solid;
}

.ribbon13:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #ff0000;
}
/*リボン見出し終*/

/*タグ見出し*/
.tagu {
  position: relative;
  display: inline-block;
  height: 64px;
  margin-left: 10px;
  padding: 17px 30px 20px 20px;
  color: #fff;
  background: linear-gradient(270deg, #ffffff 0%, #97D9E1 100%);
}

.tagu:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  border-width: 32px 30px 32px 0;
  border-style: solid;
  border-color: transparent #97D9E1 transparent transparent;
}

.tagu:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
/*タグ見出し終*/

/*特殊見出し*/
.midasi {
  position: relative;
  overflow: hidden;
  padding: 1rem 0 1rem 100px;
  border: none;
  margin: 20px 0 10px 0.5vw;
  font-size: 20px;
  background: linear-gradient(transparent 70%, #FAE438 70%);
  box-shadow:0px 3px 10px 2px rgba(0,0,0,0.3);
}

.midasi1:first-letter {
  font-size: 130%;
  color: #eb6100;
}
@media only screen and (max-width:900px){.midasi1 {font-size: 20px;}}
@media only screen and (max-width:900px){.midasi {font-size: 15px;}}

.midasi:before {
  position: absolute;
  top: -120px;
  left: -100px;
  width: 190px;
  height: 250px;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background:  radial-gradient( #74EBD5,#9FACE6 );
}

.midasi span {
  font-size: 20px;
  position: absolute;
  z-index: 1;
  top: 25%;
  left: 0;
  display: block;
  padding-top: 4px;
  padding-left: 16px;
  color: #fff;
}

.midasi2 {
  position: relative;
  color: #333;
  background: #e0f3ff;
  z-index: 0;
  border-radius: 0 10px 10px;
  padding-left: 10px;
  height: 30px;
  width: 160px;
}

.midasi2:before {
  content: "";
  position: absolute;
  background: #9de5ff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

.midasi3{
    position:relative;
    margin:0 20px 0 20px;
    padding:10px 15px;
    width:200px;
    font:bold 22px/1.2 Arial, Helvetica, sans-serif;
    color:#fff;
    background:#c33;
    box-shadow:0px 3px 10px 2px rgba(0,0,0,0.3);
    border-radius: 5%;
}
.midasi3:before{
    content:"<";
    position:absolute;
    top:middle;
    left:-10px;
    width:0;
    height:0;
    font-size:25px;
    line-height:1.0;
    color:#c96;
}
.midasi3:after{
    content:" ";
    position:absolute;
    top:-2px;
    left:-10px;
    width:0;
    height:430%;
    border:#600 solid 3px;
    border-radius:2px;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

/*特殊見出し終*/

/*文字飾り*/
.mozikazari1 {
    font-weight:bold;
    color: transparent;
    background : rgba(0,0,0,1);
    text-shadow : 
        0 0 0.1em rgba(255,255,255,0.05),
        0.01em 0.04em 0.03em rgba(255,255,255,0.4);
    -webkit-background-clip : text;
}

.mozikazari2{
    color: #fff;
    text-shadow: 1px 1px 1px #555, -1px 1px 1px #555, 1px -1px 1px #555, -1px -1px 1px #555, 1px 1px 1px #555, -1px 1px 1px #555, 1px -1px 1px #555, -1px -1px 1px #555, 5px 5px #9ccc65;
}

.mozikazari3 {
    font-size:5em;
    text-align:center;
    line-height:0.95em;
    font-weight:bold;
    color: transparent;
    background: repeating-linear-gradient(0deg, #757575 0.1em, #9E9E9E 0.2em, #E8E8E8 0.3em, #9E9E9E 0.4em, #757575 0.5em); 
    -webkit-background-clip: text;
}

.mozikazari4 {
  position: relative;
  padding: 1rem .5rem;
}

.mozikazari4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}

.mozikazari5{
    color: #000000;
    font-size: 3vw;
    text-shadow: 1px 1px 1px #555, -1px 1px 1px #555, 1px -1px 1px #555, -1px -1px 1px #555, 1px 1px 1px #555, -1px 1px 1px #555, 1px -1px 1px #555, -1px -1px 1px #555, 5px 5px #9ccc65;
}

.marker_line60 { background:linear-gradient(transparent 60%, #ff0000 0%); }

.mozikazari6 {
    padding: 0.2rem;
    border-bottom: 6px double #333;
    background: linear-gradient(0deg, #7DD9DD 0 50%, #488ABB 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
    font-size: 7vw;
    text-align: center;
    -webkit-text-stroke: 1px #000;
}

.mozikazari7 {
  font-style: italic;
  font-family: Times New Roman, "メイリオ";
  font-size: 7vw;
  font-weight: 900;
  text-align: center;
  width: 90%;
  margin: 0px 0 10px 50px;
  border-bottom: 5px solid #00cc5b;
  padding: 5px 0 5px 0px;
  background: #ccc;
  background-image: -webkit-gradient(linear,0% 0%,25% 100%,from(#FF2C2C),to(#7A5E91));
  background-image: -moz-gradient(linear,0% 0%,25% 100%,from(#FF2C2C),to(#7A5E91));
  background-image: -ms-gradient(linear,0% 0%,25% 100%,from(#FF2C2C),to(#7A5E91));
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;  
}


.mozikazari7 rt {
  font-size: 1vw; /* 文字サイズを大きく */
}
@media screen and (max-width: 500px) {
   .mozikazari7 {
     font-size: 8vw;
     text-align: left;
     width: 90%;
     margin: 0 0;
   }
   .mozikazari5{ font-size: 4vw;}
}

.torikesisen { /*一重取り消し線　spanにこのクラスを付けて使う*/
  color: red;
  text-decoration: line-through;
}

/**googleフォントの文字**/
.mozi_position1{ position: relative; }
.mozi_position2{ 
  position: absolute;
  right: 0;
 }

.mozi_position2 img{
   width: 70%;
   height: 70%;
   z-index: 0;
}

.dela-gothic-one-regular {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 5.5vw;
  font-weight: 2100;
  font-style: normal;
  width: 90%;
  margin: 0 0 10px 0px;
  padding: 0 0 5px 0px;
  color: #ff0000;
  z-index:10;
  text-shadow: 1px 1px 1px #555, -1px 1px 1px #555, 1px -1px 1px #555, -1px -1px 1px #555, 1px 1px 1px #555, -1px 1px 1px #555, 1px -1px 1px #555, -1px -1px 1px #555, 5px 5px #9ccc65;
}

@media screen and (max-width: 700px) {
   .mozi_position2 img{
     width: 40%;
     height: 40%;
     display: block;
     margin-top: -30px;
   }

   .dela-gothic-one-regular{
     font-size: 9vw;
     text-align: left;
     width: 90%;
     margin: -10px 0 0 0;
   }
}


/*文字飾り終*/
/*区切り線*/
.spikes {
  position: relative;
  background: #0bd;
}

.spikes::after {
  content: '';
  position: absolute;
  right: 0;
  left: -0%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 80px;
  background-size: 80px 100%;
  background-image: linear-gradient(135deg, #0bd 25%, transparent 25%), linear-gradient(225deg, #0bd 25%, transparent 25%);
  background-position: 0 0;
}

}
/*区切り線終わり*/

  .mp{
        float: left;
        width: 300px;
        height: 150px;
        margin: 0 16px 6px 10vw;
        padding: 0;
        overflow: hidden;
     }
.mp iframe {
       top: 0;
       left: 0;
}
.clear { clear:both; } 　/*floatの解除*/
marzin1{  margin: 0 10px 0 10px;}

/*パンくずリスト*/
.breadcrumb {
  margin: 10px 0 -50px 30px;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
  font-size: 12px
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after { content: ''; }

.breadcrumb li a {
  text-decoration: none;
  color: #52b5ee;/*色*/
}

.breadcrumb li a:hover { text-decoration: underline; }
/*パンくずリスト終*/

@media all and (-ms-high-contrast:none){ *::-ms-backdrop, .event-contents li { flex: 0 0 19.1vw; }}
@supports (-ms-ime-align:auto) { .event-contents li { flex: 0 0 21vw; }}
@media screen and (max-width: 800px) {
  h5{ font-size: 18px; }
  p{ font-size: 16px; }
  .kagetoiro4{ padding:0 0 0 10px; }
  .box3 { padding: 20px 10px 0px 10px; }
  .box4 { padding: 20px 10px 0px 10px; }
  .haba1 {
      max-width:100px;
      min-width:100px;
  }
  .haba2 {
    max-width:100px;
    min-width:100px
  }
  .half {
    width: 100%;
    margin: none;
  }
  label {
    font-size: 15px;
    padding: 0 0 0 1em;
    text-align: left;
  }
  .hyodai1 { width: 90%; }
  .hyodai1 { width: 100%; }
  .sptsyo table th{ width: 150px; }
}

#container {
  display:flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 2px;
}

.taikaikekka{}
.taikaikekka img { width: calc(33.3% - 4px);}
@media (max-width: 500px) {
  .taikaikekka img { width: calc(50% - 2px);}
}

/*スライドショー*/
.content {
  width: 300px;
  height: 225px;
}
.content:nth-child(1) { background-color: tomato; }
.content:nth-child(2) { background-color: orange; }
.content:nth-child(3) { background-color: blue;   }
.content:nth-child(4) { background-color: green; margin: 0 -20px 0 0; }
.content img {
  width: 300px;
  height: 225px;
  margin: 2px 0 2px 0;
  outline: 5px solid #ffffff;
}
/* スライドレールの枠 */
.wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 230px;
  margin-bottom: 30px;
}

/* content4つをまとめたスライドブロック */
.slideshow {
  display: flex;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
  animation: loop-slide 20s infinite linear 1s both;
}

@-webkit-keyframes loop-slide {
  from { transform: translateX(0);}
  to { transform: translateX(-100%);}
}
@keyframes loop-slide {
  from { transform: translateX(0); }
  to { transform: translateX(-100%);}
}
/* ホバー時に動きを止める（パターン2・3）*/
.slide-paused:hover .slideshow {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
/* ホバー時の装飾（パターン3） */
.content-hover {
  transition: all 0.2s;
  margin-right: 20px;
}
.content-hover:hover {
  border-radius: 0 10%;
  box-shadow: 0 3px 10px 0 #333;
  opacity: 0.8;
}

.slideshow li {
   margin: 0 10px 0 0;
   list-style:none;
 }
/*スライドショー終わり*/
/*スライドショー２*/

/*スライドショー２終わり*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix:before {
        content: "";
	display: block;
	clear: both;
}
 
.clearfix { display: block;}
