﻿@charset "utf-8";
/* ＰＣバージョン　：　更新日（２０２２．１０．１４） */

body {
  margin: 0;
  padding: 0;
  color: #1f1d1e;
  background-color: #f7f6f8;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;       
}
a { color: #2902cb;
}
a:visited { color: #2902cb; 
}
a:hover {
  color: #222422;
  font-weight: bold;
  text-decoration: none; 
}
a img { transition: opacity 0.2s linear; 
}
a:hover img { opacity: 0.7; 
}
h1 {
  margin-top: 10px; 
  padding: 10px 10px;
  border: 3px solid #002883; 
  background:  #002883;	
  font-size: 28px;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;  
}
h2 {
  margin-top: 10px; 	
  padding: 10px 10px;
  border: 3px solid #002883;  
  font-size: 28px;
  color: #44382d;
  border-radius: 10px;
  text-align: center;    
}
h3 {
  margin-top: 10px; 
  font-size: 26px;
  border-left: solid 3px #b7a077;
  padding: 4px 9px 4px 14px;
}
h5{
  margin-top: 10px; 
  font-size: 26px;
  border: 3px solid #002883;
  background-color: #002883;
  color: #ffffff;
  padding: 8px 22px;
  margin: 0;
  border-radius: 20px;  
  text-align: center;
}
h6{
  margin-top: 10px; 
  font-size: 26px;
  border: 7px solid #ff0000;
  background-color: #ffffff;
  color: #ff0000;
  padding: 8px 22px;
  margin: 0;
  border-radius: 20px;  
  text-align: center;
}

p {
  font-size: 22px;
  margin-top: 0;
  line-height: 1.6;
}
img { vertical-align: bottom;
}

/* ヘッダー */
header {
  width: 100%;
  margin: 0 auto;
}
.top_band {  
    background-position: top left;
    margin-top: -1px;
    width: 100%;
    height:120px;
    background-image :linear-gradient(#ffffff, #ffffff);    
}
.stripe {
  background-position: top left;
    margin-top: -1px;
    width: 100%;
    height:12px;
    background-image :linear-gradient(#00ffff,#000083,#00ffff);
  }
.embl1 {  
  padding: 7px 0 0 15px;
  float: left;
  margin: 0 0;
}
.embl2 {  
  padding: 12px 0 0 30px;
  float: left;
  margin: 0 0;
}
.embl3 {  
  padding: 5px 0 0 0;
  float: right;
  margin: 0 10px 0 0;
}

/* グランドメニュー */
.gm-wrapper {
 background: #002883;
 position: relative;
}
.gm {
 margin: 0;
}
.gm {
 display: flex;
 justify-content: space-between;
}
.gm li {
 padding: 10px 0;
 font-size: 22px;   
 text-align: center;
 list-style: none;
 transition: all .2s ease-in-out;
}
.gm li:hover {
 background: #002883;
} 
.gm a {
 color: #ffffff;
 text-decoration: none;
 padding: 0 35px;
} 
.gm > li:last-child a {
 border-right: solid 1px #002883;
}
.gm > li:hover .groundmenu {
 max-height: 500px;
 opacity: 1;
 padding: 5px 0;
}
.groundmenu {
 background: #002883;
 max-height: 0;
 opacity: 0;
 overflow: hidden;
 width: 100%;
 position: absolute;
 top: 50px;
 left: 0;
 transition: all .2s ease-in;
 z-index: 1000;
}
.groundmenu-inner {
 display: flex;
 flex-wrap: wrap;
}
.groundmenu-inner li {
 width: calc( (100% / 5) ); 
 padding: 0;
}
.groundmenu-inner a {
 border-left: none;
} 
.groundmenu-inner-img {
 margin: 0 0 5px;
}
.groundmenu-inner-text img {
 margin: 0 5px 0 0;
}

/* スライダー */		
.container{
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;	
  padding: 16px 0 28px 0;
}
.swiper{
 max-width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}
.slide-img img{
  display: block;
  height: auto;
  width: 100%;  
}
.swiper-pagination{
	margin: -10px;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 15px !important; 
  background:#b47e57!important;
}
.swiper-pagination-bullet-active {
    width: 12px !important;
    height: 12px !important;
    background:#0da2ff!important;
}   

/* パンくずリスト*/
.bread ul {
  display: flex;         /* 子要素(li)を横一列に並べる */
  list-style-type: none; /* リスト要素に表示されている"・"を非表示 */
}
.bread li a {
  padding: 5px;          /* リンク間の間隔を調整 */
  color: #002883;        /* リンクの文字色を調整 */
  font-size: 18px;       /* リンクの文字サイズを調整 */
  text-decoration: none; /* リンクの下線を非表示 */
}
.bread li a:hover {
  background-color: #fdfaab; /* カーソルをリンクの上に乗せたときの背景色 */
}
.bread li:after {
  content: '\003e';   /* 「>」を要素間の区切り文字として表示 */
  margin-left: 10px;  /* 区切り文字と要素の間隔を調整 */
  margin-right: 10px; /* 区切り文字と要素の間隔を調整 */
  color: #002883;     /* 区切り文字の文字色 */
}
.bread li:last-child:after {
  content: "";        /* 最後のliの後ろには区切り文字を表示しない */
}

/* 記事全般 */
#wrapper {
  width: 1500px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

/* ２カラム－メイン部分 */
#main {
  width: 78%;
  float: left;
  margin: 10px auto;
}

/* ２カラム－サイド部分 */
#sidebar {
  width: 20%;
  margin: 20px 10px 0 10px;
  float: right;
  text-align: center;
}
#side_banner { margin-bottom: 30px; }
#side_banner {
  background-color: #b7a077;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #eb9b0c;
  border-radius: 10px;
}
#side_banner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#side_banner ul li { margin-bottom: 10px; }

/* フッター */
footer {
  width: 100%;
  background-color: #002883;
  text-align: center;
}
footer #footer_nav {
  background-color: #efefef;
  padding: 10px 0;
}
footer #footer_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer #footer_nav li {
  display: inline;
  border-left: solid 1px #aaa;
  margin-left: 8px;
  padding-left: 8px;
  font-size: smaller;
}
footer #footer_nav li:last-child {
  border-right: solid 1px #aaa;
  padding: 0 8px;
}
footer small {
  display: block;
  padding: 8px 0;
  color: #fff;
}

/* 新着ニュース */
.bulletin-board {
 position: relative;
 margin: 2em 0;
 padding: 1em 1em 0.5em 1em;
 border: solid 3px #002883;
 border-radius: 8px;
}
.bulletin-board .box-title {
 position: absolute;
 display: inline-block;
 top: -13px;
 left: 10px;
 padding: 0 9px;
 line-height: 1;
 font-size: 26px;
 background: #FFF;
 color: #002883;
 font-weight: bold;
}
.bulletin-board p {
 margin: 0;
 padding: 0;
}

#news dl { 
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 24px;
}
#news dt {
  width: 8%;
  padding-left: 50px;	
  margin-bottom: 20px;
}
#news dd {
  width: 80%;
  padding-left: 0px;
  margin-bottom: 20px;
}

/* サイトマップ */
<style type="text/css">
div.ctable {text-align: center;
}
div.ctable table {
 margin: auto;
 text-align: left;
}
</style>

.course {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin: 1px 0;
}
.course ul {
 list-style: none;
}
.block {
width: 33% ;
font-size: 18px;    
float: left ;
}

 
/* リンク */
.rink ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rink ul li {
  width: 30%;
  height: auto;
  margin: 0 20px 20px 0;
  padding: 10px 0;
  border: solid 1px #ccc;
  float: left;
  text-align: center;
  color: #b7a077;
  font-weight: bold;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
.rink ul li:nth-child(3n) {
   margin-right: 0;  
}
.rink-photo {
 list-style: none
}

/* ギャラリーぺージ */
.gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery ul li {
  width: 32%;
  margin: 0 20px 20px 0;
  padding: 10px 0;
  border: solid 1px #ccc;
  float: left;
  text-align: center;
  color: #b7a077;
  font-weight: bold;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
.gallery ul li:nth-child(3n) {
   margin-right: 0;  
}
.photo {
 list-style: none

/* 上に戻るボタン */
.pagetop {
 color: #ffffff;
 background-color: rgba(49, 232, 5, 0.5);
 text-decoration: none;
 display: none;
 position: fixed;
 bottom: 1rem;
 right: 1rem;
 font-size: 3.5rem;
 width: 7rem;
 height: 7rem;
 line-height: 7rem;
 border-radius: 2.5rem;
 text-align: center;
 cursor: pointer;
}
	
.pagetop:hover{
 color: #fff !important;
 background-color: rgba(49, 232, 5, 0.5);
 text-decoration: none;
}	
	 