﻿@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width:100%;
    height:100%;
	margin:0 auto;
	font-size:14px;
	color: 	#000000;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
        background-color: #ffffff;
}


header {
	width:960px;

}

html {
    height:100%;
}

nav {
	width:100%;
}

#contents {
	width:960px;
	margin:10px auto;
}

#main {
	float:right;
	width:65.625%;
}

#sub {
	float:left;
	width:31.25%;
}

#subnav {
	display:none;
}

a {
	color:#483d8b;
        font-weight:bold;
        text-decoration:underline;
}
a:hover {
	color:#e4007f;
        font-weight:bold;
        text-decoration:underline;
        
}

h1 {
	color:#ffffff;
	font-size:25px;
    font-weight:bold;
    margin-bottom: 20px;
}
h1 a {
	color:#000;
	text-decoration:none;
}
h1 a:hover {
	color:#e78f00;
	text-decoration:underline;
}

h2 {
	margin-bottom:0.5em;
		margin-top:0.5em;
	padding-left:10px;
	font-size:120%;
	font-weight:600;
	color:#db7093;
	border-left:5px solid #db7093;
	border-bottom:1px solid #db7093;
        letter-spacing:1px;
}

h3 {
    margin-top:0em;
	margin-bottom:1.5em;
	padding:2px 5px 0px 5px;
	color:#e4007f;
	font-size:16px;
	border-bottom:1px solid #e4007f;
        font-weight:bold;
        letter-spacing:1px;
}

h3.mae_gazou {
  font-weight: bold;
  font-size: 17px;
}

h3.mae_gazou::before {
  content: url(../images/support.png);
  position: relative;
  top: 0.25em;
  margin-right: 0.5em;
  
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#333;
}
h4:before {
	content:"\002605";
	color:#f19500;
}

h5 {
    margin-top:0em;
	margin-bottom:1.5em;
	padding:2px 5px 0px 5px;
	color:#e4007f;
	font-size:16px;
	border-bottom:1px solid #e4007f;
        font-weight:bold;
        letter-spacing:1px;
}

h5.mae_gazou {
  font-weight: bold;
  font-size: 17px;
}

h5.mae_gazou::before {
  content: url(../images/myself.png);
  position: relative;
  top: 0.25em;
  margin-right: 0.5em;
  
}

h6 {
	margin-bottom:0.5em;
	padding:2px 5px;
	color:#191970;
	font-size:14px;
	border-bottom:1px solid #4169e1;
        font-weight:bold;
}

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

h6.mae_gazou::before {
  content: url(../images/point.png);
  position: relative;
  top: 0.25em;
  margin-right: 0.5em;
}


h7 {
	color:#000000;
	font-size:130%;
	font-weight:500;

}

p {
	margin:0 0 1em 0;
        letter-spacing:1px;
}




img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#e4007f;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 0 0;
}
ul li {
	    list-style-type: none;
        letter-spacing:2px;
        margin-left:10px;
        margin-right:10px;
        margin-top:5px;
        border-bottom:2px dotted #808080;
        color:#000000;
        font-weight:500;
        font-size:100%;

}
li {
	margin-left:1em;
}

ol li {
	list-style:decimal;
        letter-spacing:2px;
        margin-left:35px;
        margin-right:10px;
        margin-top:10px;
        border-bottom:3px dotted #808080; 	
        color:#000000;
        font-weight:500;
        font-size:105%;

}
li {
	margin-left:3em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:2px dotted #708090;
        letter-spacing:1px;
        color :#708090;
        font-weight:bold;
        font-size:105%;
	    list-style-type: none;
	margin-left:0.5em;
	padding:10px;
}


dd {
	margin-bottom:0.1em;
        letter-spacing:1px;
        font-size:100%;
	margin-left:2em;
	line-height:15px;
		padding:10px;
}


.pink{
    color:#ffc0cb;
}

<style type="text/css">
#CDT{
 font-size: 22px;
 font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
}
#CDT .day{
 font-size: 32px;
 font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
}
#CDT .hour,#CDT .min,#CDT .sec{
 font-size: 26px;
 font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
}
</style>

.example {
  position: relative;
  }

.example p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
  font-size: 4vmin;
  color:#ffffff;
  font-weight:bold;
  text-align:center;
  line-height:125%;
  }

.example img {
  width: 100%;
  }

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/*================================================
 *  トップ
 ================================================*/
top {
	clear:both;
}

.topmenu {
	width:100%;
	padding:10px 0;
	overflow:hidden;
	border-top:1px dotted #000000;
	border-bottom:medium solid #ff7f50;
        background-color:#ffffff;
	text-align: center;
}

.topmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.topmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}
header h1 {
	margin-bottom:20px;
}

.contact {
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
}
.contact a {
	display:block;
	padding:5px 10px 5px 29px;
	color:#fff;
	background:#f19500;
	border-radius:4px;
	text-decoration:none;
	background:#f19500 url(../images/mail.png) 10px 50% no-repeat;
}
.contact a:hover {
	color:#fff;
	background:#e78f00 url(../images/mail.png) 10px 50% no-repeat;
}

.summary {
	clear:both;margin-top:15px;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	margin-bottom:10px;
	padding:0;
	background:#e4007f;
	overflow:hidden;
}
nav ul {
	width:960px;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	width:12.5%;
	margin:0;
	padding:0;
}
nav li a {
	display:block;
	padding:10px 0;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
        font-weight:bold;
}
nav li a:hover {
	color:#ffffff;
	text-decoration:none;
	background:#ff69b4;
        font-weight:bold;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}


.submenu li a {
	display:block;
	padding:5px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:10px px;
	overflow:hidden;
	border-top:1px dotted #ff7f50;
	border-bottom:1px dotted #ff7f50;
	background-color: #ff7f50;
    color:#ffffff;
}

.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:10px 20px;
	font-size:12px;
	text-align:center;
	border-bottom:1px dotted #ffffff;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/

/* 上に戻るボタン */
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 1px #808080;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #808080;
    border-right: 3px solid #808080;
    transform: translateY(20%) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
    .pagetop:hover, .pagetop:hover .pagetop__arrow {
        border-color: #3293e7;
    }
}


/*================================================
 *  クラス
 ================================================*/

#logo_loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 101;
    background-color: #ffffff;
}
#logo_loader .f_logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: 266px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
#logo_loader .f_logo img {
    width: 100%;
    height: auto;
}
#logo_loader .f_logo:before {
    content: "";
    display: block;
    width: 100%;
    height: 110%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 100%;
    animation: loadLogo 1.5s;
}
#logo_loader .f_logo:before {
    animation: loadLogo 1.5s;
}
@keyframes loadLogo {
  0% {
    left: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
#logo_loader.open {
    animation-name: slideOut;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    animation-delay: 2s;
}

@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}


.wrap {
  display: flex;
  flex-wrap: wrap;
}

.item {
  padding: 32.5px;
  width: 25%;
  background-color: #fff;
  border:1px solid #f5deb3;
  
}

.item:not(:nth-child(3n+3)) {
  margin-right: 2%;
}

.item:nth-child(n+4) {
  margin-top: 25px;
}

@media not all and (min-width: 768px) {
  .item {
    width: 100%;
  }

  .item:not(:nth-child(3n+3)) {
    margin-right: 0;
  }

  .item:nth-child(n+2) {
    margin-top: 30px;
  }
}


#school figure{
  margin: 0;
  display: none;
}
#school figure:target{
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
#school figure:target #overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  color: inherit;
}

#school figure:target img{
  animation: fadein .3s;
}

@keyframes fadein{
  0%{
    transform: scale(0.2);
    opacity: 0.2;
  }
  100%{
    transform: scale(1);
    opacity: 1;
  }
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.red{
  color:#ff0000; /*赤色にする*/
}

.blue{
  color:#1e90ff; /*青色にする*/
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


.sales{
    position:fixed;
    left:0;
    bottom:0;
    padding:20px;
    width:100%;
    background-color: cornflowerblue;   
}
.sales p{
    margin:0;
    text-align: center;
    font-weight: bold;
    color:#ffffff;
    font-size:16px;
}
.sales-btn{
    display:inline-block;
    margin: 0 0 0 10px;
    padding:5px 20px;
    background-color: #ffffff;
    border-radius:5px;
    font-weight: bold;
    color: cornflowerblue;
}


.sakura{
    border:1px solid #ffd5ec;
    background-color: #ffffff;
    padding: 5px 5px;
    text-align: center;
    width:265px;
    height:280px;
    display:inline-block;
    vertical-align: middle;
    color:#000000;
    margin-bottom:5px;
	font-size: 110%;	
}

.sakura_large{
    border:1px solid #ffd5ec;
    background-color: #ffd5ec;
    padding: 5px 5px;
    text-align: center;
    width:960px;
    height:590px;
    display:inline-block;
    vertical-align: middle;
    color:#000000;
    margin-bottom:5px;
	font-size: 85%;	
}

figure{text-align:center; margin-top:5px;}
figcaption{color:#000000;font:12px arial;margin-top:5px;}

.sponsor{
    border:1px solid #ffffff;
    background-color: #ffffff;
    padding: 3px 3px;
    text-align: center;
    width:255px;
    display:inline-block;
    vertical-align: middle;
    margin-bottom:10px;
}

.point{
    border:1px solid #ffffff;
    background-color: #ffffff;
    padding: 0px 0px;
    text-align: center;
    width:300px;
    display:inline-block;
    vertical-align: middle;
    margin-bottom:0px;
}

.point_1{
    border:1px solid #ffffff;
    background-color: #ffffff;
    padding: 0px 0px;
    text-align: center;
    width:300px;
    display:inline-block;
    vertical-align: middle;
    margin-bottom:0px;
}

.event_600new{
    border:1px solid #ffffff;
    background-image: url(../images/bg_cherry.png);
    padding: 20px 10px;
    text-align: center;
    width:280px;
    display:inline-block;
    vertical-align: middle;
    color:#000000;
    margin-bottom:5px;
	font-size: 110%;
	
}

.row-head {
  border-collapse: collapse;
  vertical-align: middle;
  
  width: 100%;
}
 
.row-head th,
.row-head td {
  border: thin solid #a9a9a9;
  vertical-align: middle; 
  text-align:center;
  padding: 20px;
  font-weight:500;
  font-size:15px;
  
}
 
.row-head th {
  background:#ff7f50;
  color: #ffffff;
  text-align:center;
  line-height:35px;
}
 
.row-head label {
  line-height: 25px;
  margin: 0;
  text-align:center;
}
 
@media only screen and (max-width: 800px) {
  .row-head thead {
    display: none;
  }
  
  .row-head tr,
  .row-head td {
    display: block;
    width: auto;
  }
  
  .row-head tr {
    border: 1px solid #dbe1e8;
    margin-bottom: 10px;
    padding: 8px 8px 0;
  }
  
  .row-head td {
    padding:10px;
	border: none;
    border-bottom: 1px solid #dbe1e8;
    display: flex;
    justify-content: flex-end;
    text-align: center;
  }
  .row-head td:last-child {
    border-bottom: none;
  }
  .row-head td::before {
    content: attr(aria-label);
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: left;
    padding-right: 20px;
    white-space: nowrap;
  }
  
  .row-head td.bt-area::before {
    display: none;
  }
  .row-head td.bt-area a {
    background: #007aff;
    color: #fff;
    display: inline-block;
    flex: 1;
    height: 40px;
    margin: 0 2px;
    overflow: hidden;
    width: auto;
  }
  .row-head td.bt-area a::before {
    align-items: center;
    content: attr(aria-label);
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    line-height: 40px;
    width: 100%;
  }
  
  .row-head.header-check tr {
    padding-left: 10px;
    position: relative;
  }
  .row-head.header-check td:first-child {
    align-items: center;
    background: #fff;
    border-bottom: none;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
  }
  .row-head.header-check td:first-child::before {
    display: none;
  }

.keyvisual{
    position:relative;
    height: 100%;
    background:url(../images/bg_new2.jpg)center top no-repeat;
    background-size:cover;
}

.logo{
    position:absolute;
    top:60%;
    left:50%;
    right:50%;
    margin-top:-200px;
    margin-left:-120px;
}


}
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}

.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.photo {
	overflow:hidden;
	margin-bottom:10px;
 	padding-top: 10px;
 	padding-left: 10px;
    padding-right: 10px;  
    padding-bottom: 10px;
	border:1px solid #863031;
	background:#ffffff;
	font-size:105%;

}

.photo_1 {
	overflow:hidden;
	margin:10px;
	padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    font-size: 110%;
    line-height: 30px;
    font-weight: 500;
	border:1px solid #ddd;
	background:#ffffff;
    text-align:justify;

}

.photo_2 {
	overflow:hidden;
	margin:10px;
	padding-left: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 15px;
    font-size: 110%;
    line-height: 30px;
    font-weight: 500;
	border:1px solid #ffffff;
	background:#ffffff;
    text-align:justify;

}

.my-red {color: #ff0000}

.imgL {
	float:left;
	margin:0 0.5em 0.5em 0;
}

.imgR {
	float:right;
	margin:0 0 1em 1em;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

p.t1 {
margin: 0px 0px 5px; 
padding: 10px;
border: medium solid #fff0f5;
background-color:#fff0f5;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:115%;
font-weight:500;
line-height:130%;
text-align:center;
color:#000000;
letter-spacing:1px;
border-radius:0.5em; 
}

p.t2 {
margin: 0px 0px 5px; 
padding: 10px;
border: medium solid #e0ffff;
background-color:#e0ffff;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:80%;
font-weight:500;
line-height:100%;
text-align:center;
color:#000000;
letter-spacing:1px;
border-radius:0.5em; 
}

p.t3 {
margin: 0px 0px 5px; 
padding: 10px;
border: medium solid #ffffe0;
background-color:#ffffe0;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:90%;
font-weight:500;
line-height:140%;
text-align:center;
color:#000000;
letter-spacing:1px;
border-radius:0.5em; 
}

p.t4 {
margin: 0px 0px 5px; 
padding: 10px;
border: medium solid #fffafa;
background-color:#fffafa;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:90%;
font-weight:500;
line-height:100%;
text-align:center;
color:#000000;
letter-spacing:1px;
border-radius:0.5em; 
}

p.t5 {
margin: 0px 0px 15px; 
padding: 10px;
border: thin solid #ffd5ec;
background-color:#ffd5ec;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:90%;
font-weight:500;
line-height:100%;
text-align:center;
color:#000000;
letter-spacing:1px;
border-radius:0.5em;
}

p.t6 {
  margin: 10px;
  padding: 20px 20px;
border: thin solid #ff69b4;
background-color:#ffffff;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:120%;
font-weight:600;
line-height:100%;
text-align:center;
color:#ff69b4;
letter-spacing:1px;
border-radius:0.5em; 
width:80px;
}

p.t7 {
  margin: 10px;
  padding: 20px 20px;
border: thin solid #ff69b4;
background-color:#ffffff;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:120%;
font-weight:600;
line-height:100%;
text-align:center;
color:#ff69b4;
letter-spacing:1px;
border-radius:0.5em; 
width:300px;
}

p.t8 {
margin: 0px 0px 15px; 
padding: 10px;
border: thin solid #ffd5ec;
background-color:#ffd5ec;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:85%;
font-weight:500;
line-height:100%;
text-align:center;
color:#000000;
letter-spacing:1px;
border-radius:0.5em;
width:85%;
}


p.s1 {
margin: 10px 10px; 
padding: 20px;
border: medium solid #ddd;
background-color:#ffffff;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:110%;
font-weight:bold;
line-height:120%;
text-align:left;
color:#e4007f;
}

.under {
  background: linear-gradient(transparent 0, #ff69b4 0);
  }
.under_1 {
  background: linear-gradient(transparent 0, #fffacd 0);
  text-indent:2em;
  }


p.s2 {
margin: 10px; 
padding: 10px;
background-color:#ffffff;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:115%;
font-weight:500;
line-height:160%;
text-align:center;
color:#000000;
}

p.s3 {
margin: 10px 10px; 
padding: 15px;
border: medium solid #fffffff;
background-color:#ffffff;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:110%;
font-weight:500;
line-height:140%;
text-align:left;
color:#000000;
}

p.s4 {
margin: 10px 10px 10px 10px; 
padding: 30px;
border: medium solid #ff0000;
background-color:#ff0000;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:110%;
font-weight:bold;
line-height:140%;
text-align:center;
color:#ffffff;
}

p.s5 {
margin: 10px 0px; 
padding: 15px;
border: thin solid #8b0000;
background-color:#ffffff;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:120%;
font-weight:bold;
line-height:140%;
text-align:LEFT;
color:#8b0000;
}


p.s6 {
margin: 10px 10px; 
padding: 15px;
border: medium solid #e4007f;
background-color:#e4007f;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:115%;
font-weight:bold;
line-height:150%;
text-align:left;
color:#ffffff;
letter-spacing:1px;
}

p.s7 {
margin: 10px 0px; 
padding: 20px;
border: medium dotted #800000;
background-color:#800000;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:110%;
font-weight:bold;
line-height:140%;
text-align:left;
color:#ffffff;
}


p.s8 {
margin: 0px 0px; 
margin-bottom:10px;
margin-top:10px;
padding: 10px;
border: thin solid #8b0000;
background-color:#8b0000;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:90%;
font-weight:600;
line-height:100%;
text-align:center;
color:#ffffff;
letter-spacing:1px;
}

p.s9 {
margin: 10px 10px; 
padding: 20px;
border: medium solid #fff0f5;
background-color:#fff0f5;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:85%;
font-weight:500;
line-height:130%;
text-align:left;
color:#000000;
}

p.s10 {
margin: 2px 5px; 
padding: 0px;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:3px
font-weight:500;
line-height:100%;
text-align:right;
color:#000000;
}

p.s11 {
margin: 10px 0px; 
padding: 15px;
border: 3px dotted #dcdcdc;
background-color:#ffffff;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:105%;
line-height:140%;
color:#000000;
letter-spacing:1px;
font-weight:600;
text-align:left;
}

p.s12 {
margin: 0px 5px; 
padding: 0px;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:80%;
font-weight:500;
line-height:100%;
text-align:center;
color:#000000;
}

.circle{
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #add8e6;
  text-align:center;
  line-height: 100px;
  vertical-align: middle;
  text-decoration:none;
  font-size:16px;
  font-weight:bold;
}

.app{
 display: block;
 margin-left: auto;
 margin-right: auto;
}

p.resizeimage img { 
    width: 100%; 


}

.hover-effect{
  display: inline-block;
  margin: 10px;
  padding: 5px 5px;
  font-size: 16px;
  width:150px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  border: 1px solid #ff69b4;
  background-color: #ffffff; 
  color: #ff69b4;
  text-decoration:none;
  border-radius: 5px;
  position: relative;
  top: 0;
  transition: all 0.1s ease-in-out;
}
.hover-effect:hover{
  text-decoration: none;
  color: #ff69b4;
}


.hover:hover{
  color: #000000; 
  background-color: #3cb371;
  box-shadow: 0 0 4px 1px rgba(255,105,180,0.5) inset;
  text-shadow: 1px 1px 2px #3cb371; 
}

.hove-effect{
  display: inline-block;
  margin: 10px;
  padding: 10px 10px;
  font-size: 14px;
  width:200px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  background-color: #863031; 
  color: #ffffff;
  text-decoration:none;
  border-radius: 5px;
  position: relative;
  top: 0;
  transition: all 0.1s ease-in-out;
}
.hove-effect:hover{
  text-decoration: none;
  color: #ffff00;
}


.hove:hover{
  color: #863031; 
  background-color: #ffe4e1;
  border: 1px solid #863031;
}


.hover-effect{
  display: inline-block;
  margin: 10px;
  padding: 10px 20px;
  font-size: 16px;
  width:250px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  border: 1px solid #ff69b4;
  background-color: #ffffff; 
  color: #ff69b4;
  text-decoration:none;
  border-radius: 5px;
  position: relative;
  top: 0;
  transition: all 0.1s ease-in-out;
}
.hover-effect:hover{
  text-decoration: none;
  color: #ff69b4;
}


.hover:hover{
  color: #ffffff; 
  background-color: #ff69b4;
  box-shadow: 0 0 4px 1px rgba(255,105,180,0.5) inset;
  text-shadow: 1px 1px 2px #ff69b4; 
}






/* 初期値等のリセット */
.graph-title , .bar-graph, .bar-graph li, .bar-graph dl,
.bar-graph dt, .bar-graph dd, .bar-graph span {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

/* グラフのタイトル */
.graph-title {
  font-weight: bold;
  text-align: center;
}

.bar-graph {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.bar-graph li {
  border-bottom: 1px solid #ccc;
}

.bar-graph li:last-child {
  border-bottom: 0;
}

/* 各グラフの横並びは flex */
.bar-graph dl {
  display: flex;
  justify-content: space-between;
}

/* グラフの項目名は固定幅 */
.bar-graph dt {
  border-right: 1px solid #ccc;
  flex-basis: 100px; /* 項目名の幅 */
  flex-grow: 0;
  flex-shrink: 0;
  padding: 10px 0;
  text-align: center;
}

/* グラフが入る要素は自由幅 */
.bar-graph dd {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 10px 0;
  text-align: center;
}

/* グラフ本体 */
.bar-graph dd span {
  display: block;
  overflow: visible;
  white-space: nowrap;
}

/* 各グラフの色と％、各々設定する 1頭あたり2% */
.graph-a dd span {
  background-color: #fff176;
  width: 8%;
}

.graph-b dd span {
  background-color: #81c784;
  width: 2%;
}

.graph-c dd span {
  background-color: #ffc0cb;
  width: 14%;
}

.graph-d dd span {
  background-color: #ffd700;
  width: 100%;
}

.graph-e dd span {
  background-color: #ff7f50;
  width: 12%;
}

.graph-f dd span {
  background-color: #dda0dd;
  width:0%;
}

.graph-g dd span {
  background-color: #7b68ee;
  width: 0%;
}

.graph-h dd span {
  background-color: #f4a460;
  width: 0%;
}

.graph-i dd span {
  background-color: #c0c0c0;
  width: 0%;
}

.graph-j dd span {
  background-color: #800000;
  width: 0%;
}

.graph-k dd span {
  background-color: #00ffff;
  width: 0%;
}

/* レスポンシブ対応、狭いときは flex を解除 */
@media (max-width: 860px) {
  .bar-graph dl {
    display: block;
  }

  .bar-graph dt {
    border-bottom: 1px solid #ccc;
    border-right: 0;
  }
}

/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#7CC3D0;
}

/* トップナビ */
* html .topNavi {
	height:1em;
	overflow:visible;
}

.topNavi {
	overflow:hidden;
	position:relative;
	margin-right:-1.030%;
	margin-top:20px;
	margin-bottom:20px;
}

.topNaviColumn {
	display:inline;
	width:32.302%;
	float:left;
	margin-right:1.030%;
}

.topNaviCon {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f0f8ff;
	border:1px solid #f0f8ff;
	border-radius:4px;
}
.topNaviCon:hover {
	color:#000;
	background: #fff0f5 none repeat scroll 0 0;
	border:1px solid #ffb6c1;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}
.topNaviCon h2 {
	margin:10px;
	padding:0;
	font-size:16px;
	font-weight:bold;
	color:#696969;
	border:none;
}
.topNaviCon:hover h2 {
	color:#191970;
}
.topNaviCon p {
	margin:10px;
}

.topNaviPhoto img {
	width:100%;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	header {
		width:100%;
	}

	nav ul {
			width:100%;
	}

	#contents {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.contact {
		position:relative;
		float:right;
		margin:10px 0;
	}

	header h1 {
		margin-bottom:0;
	}

	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}

	/* メインメニュー */
	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav h3 {
		cursor:pointer;
		margin-bottom:0;
		color:#fff;
		background:#e4007f;
		border:none;
	}
	nav h3:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	nav h3.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	nav ul {
		width:100%;
	}

	nav li {
		width:33.33%;
		margin:0;
		padding:0;
		list-style:none;
	}
	nav li:first-child a {
		width:100%;
	}

	nav li a {
		display:block;
		width:100%;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}

	/* トップナビ */
	.topNavi {
		margin-right:0;
	}

	.topNaviColumn {
		display:block;
		box-sizing:border-box;
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}
}
