@charset "UTF-8";
@import url("style.css");

/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img,
object,
embed,
video {
    max-width: 100%;
    border: none;
}

/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
    width: 100%;
    border: none;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */

.gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* clearfix */
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.container-smp {
    display: block;
    width: 100%;
    max-width: 570px;
    height: 256px;
    margin: 0 auto;
    padding: 0px;
    background-color: #fbf9fa;
}

.container-smp2 {
    display: block;
    width: 100%;
    max-width: 570px;
    height: 185px;
    margin: 0 auto;
    padding: 0px;
    background-color: #fbf9fa;
}

.container-tab {
    display: none;
}

.container-pc {
    display: none;
}

.container-tab2 {
    display: none;
}

.container-pc2 {
    display: none;
}

.container-smp .navi,
.container-smp2 .navi {
    display: block;
    clear: both;
    width: 100%;
    margin: 0 auto;
}

.container-smp .logo1,
.container-smp2 .logo1 {
    display: block;
    float: left;
    clear: none;
    width: 30%;
    margin: 2px 0 0 5px;
}

.container-smp .logo2 {
    display: block;
    float: left;
    clear: both;
    /*width:60%;*/
    /*width:42%;*/
    width: 45%;
    /* margin: 2px 0 158px 5px; */
    margin: 5px 0 158px 5px;
}

.container-smp2 .logo2 {
    display: block;
    float: left;
    clear: both;
    /*width:60%;*/
    width: 45%;
    /* margin: 2px 0 115px 5px; */
    margin: 5px 0 115px 5px;
}

.headline {
    display: block;
    width: 97%;
    float: none;
    clear: both;
    font-size: 14px;
    line-height: 1.5em;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1.5%;
    margin-bottom: 10px;
}

.headline .title {
    color: #900;
    font-weight: bold;
    font-size: 16px;
}

ul.square {
    width: auto;
    height: auto;
    display: inline;
    margin-top: 10px;
    /* margin-bottom: 15px; */
    margin-bottom: 5px;
    float: left;
    clear: both;
}
ul.square li {
    display: block;
    float: left;
/*
    width: 46.5%;
    padding-top: 5px;
    margin-bottom: 1%;
*/
    width: 47%;
    margin-bottom: 5px;
    padding-top: 0px;
    margin-right: 1%;
    margin-left: 1%;
    height: auto;
    border: 1px solid #EBA0C0;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 2px 2px 3px #A5A5A5;
    -moz-box-shadow: 2px 2px 3px #A5A5A5;
    -webkit-box-shadow: 2px 2px 3px #A5A5A5;
    -o-box-shadow: 2px 2px 3px #A5A5A5;
    -ms-box-shadow: 2px 2px 3px #A5A5A5;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    clear: none;
}
ul.square li.small {
    font-size: 11px;
}
ul.square li span {
    height: 30px;
    display:flex;
    align-items: center;
    justify-content: center;
}
ul.square li img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

#footer {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    height: auto;
    margin-bottom: 2px;
    text-align: center;
    font-size: 10px;
    line-height: 1.5em;
    padding: 3px 0;
    background-color: #EBA0C0;
    border-bottom: 1px solid #999;
}

#footer2 {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 10px;
    line-height: 1.5em;
    padding: 3px 0;
    background-color: #fbf9fa;
    /*background-image: url(../img/base/lg-trademark.gif);
	background-repeat: no-repeat;
	background-position: 2px center;*/
}

.block {
    clear: none;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    display: block;
}

.block ul.link {
    width: 97%;
    height: auto;
    display: block;
}

.block ul.link li {
    display: block;
    float: left;
    line-height: 1.5em;
    color: #333;
    background-image: url(../img/index/list.png);
    background-repeat: no-repeat;
    background-position: left 0.5ex;
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: 5px;
    width: 93%;
    height: 100%;
    text-align: left;
    padding-left: 1em;
    font-size: 12px
}

.block ul.link li.dot {
    display: block;
    float: left;
    line-height: 1.5em;
    color: #333;
    background-image: url(../img/index/dot.png);
    background-repeat: no-repeat;
    background-position: 1em 0.5ex;
    margin-left: 5px;
    margin-right: 0;
    margin-bottom: 5px;
    width: 80%;
    height: 100%;
    text-align: left;
    padding-left: 2em;
    font-size: 12px
}

.link-midashi {
    font-size: 12px;
    padding-left: 5px;
    border-bottom: 1px solid #999;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #999;
    margin-bottom: 0.5em;
    margin-top: 1em;
    margin-left: 5px;
    display: block;
    width: 94%;
}

ul.all-link {
    width: 100%;
    height: auto;
    display: inline;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    clear: both;
}

ul.all-link li {
    display: block;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 1%;
    width: 46.5%;
    height: auto;
    padding: 0;
    border: 1px solid #EBA0C0;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 3px #A5A5A5;
    -moz-box-shadow: 2px 2px 3px #A5A5A5;
    -webkit-box-shadow: 2px 2px 3px #A5A5A5;
    -o-box-shadow: 2px 2px 3px #A5A5A5;
    -ms-box-shadow: 2px 2px 3px #A5A5A5;
    clear: none;
}

ul.all-link li img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

#contents1 {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto 15px;
    width: 98%;
    height: auto;
}

#navi2 {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto 10px;
    width: 98%;
    height: auto;
}

.hotnews {
    display: block;
    float: none;
    clear: both;
    margin: 0 0 10px 0;
    width: 98%;
    /* height: 100%; */
    /* height: auto; */
    /* height: 300px; */
    padding: 3px 0.5% 0 0.5%;
    /: padding: 3px 0.5% 3px 0.5%; */
    /* text-align: center; */
    border: 1px solid #EBA0C0;
    background-color: #EBA0C0;
    box-shadow: 2px 2px 3px #A5A5A5;
    -moz-box-shadow: 2px 2px 3px #A5A5A5;
    -webkit-box-shadow: 2px 2px 3px #A5A5A5;
    -o-box-shadow: 2px 2px 3px #A5A5A5;
    -ms-box-shadow: 2px 2px 3px #A5A5A5;
}

.twit-smp {
    display: block;
}

.twit-pc {
    display: none;
}

.hotnews img,
.topics img,
.album img,
.movie img {
    width: 90%;
    height: auto;
    vertical-align: middle;
    margin-bottom: 3px;
}

.hotnews ul.insta_list {
    height: auto;
    margin: 0 auto;
    /* margin: 0 auto 10px; */
    padding: 10px;
    background-color: #fff;
}
.hotnews ul.insta_list li {
    margin: auto 0;
    text-align: center;
    height: auto;
}
.hotnews ul.insta_list li img {
    width: 80%;
}

.topics {
    display: block;
    float: none;
    clear: both;
    margin: 0 0 10px 0;
    width: 98%;
    height: 100%;
    padding: 3px 0.5% 0 0.5%;
    /* padding: 3px 0.5% 3px 0.5%; */
    /* text-align: center; */
    border: 1px solid #EBA0C0;
    background-color: #EBA0C0;
    box-shadow: 2px 2px 3px #A5A5A5;
    -moz-box-shadow: 2px 2px 3px #A5A5A5;
    -webkit-box-shadow: 2px 2px 3px #A5A5A5;
    -o-box-shadow: 2px 2px 3px #A5A5A5;
    -ms-box-shadow: 2px 2px 3px #A5A5A5;
}

.topicsin {
    border: 0;
    width: 100%;
    height: 300px;
    /* overflow: auto; */
    -webkit-overflow-scrolling: touch;
}

.movie {
    display: block;
    float: none;
    clear: both;
    margin: 0 0 10px 0;
    width: 98%;
    height: 100%;
    padding: 3px 0.5% 0 0.5%;
    /* padding: 3px 0.5% 3px 0.5%; */
    /* text-align: center; */
    border: 1px solid #EBA0C0;
    background-color: #EBA0C0;
    box-shadow: 2px 2px 3px #A5A5A5;
    -moz-box-shadow: 2px 2px 3px #A5A5A5;
    -webkit-box-shadow: 2px 2px 3px #A5A5A5;
    -o-box-shadow: 2px 2px 3px #A5A5A5;
    -ms-box-shadow: 2px 2px 3px #A5A5A5;
}

.moviein {
    border: 0;
    width: 100%;
    height: auto;
    margin: 0;
    /* margin: 0 0 10px; */
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #ffffff;
}

.moviein iframe{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.moviein video{
    display: block;
    margin: 10px auto;
    max-width: 95%;
}

.album {
    display: block;
    float: none;
    clear: both;
    margin: 0 0 10px 0;
    width: 98%;
    /* height: 240px; */
    /* height: 100%; */
    padding: 3px 0.5% 0 0.5%;
    /* padding: 3px 0.5% 3px 0.5%; */
    /* text-align: center; */
    border: 1px solid #EBA0C0;
    background-color: #EBA0C0;
    box-shadow: 2px 2px 3px #A5A5A5;
    -moz-box-shadow: 2px 2px 3px #A5A5A5;
    -webkit-box-shadow: 2px 2px 3px #A5A5A5;
    -o-box-shadow: 2px 2px 3px #A5A5A5;
    -ms-box-shadow: 2px 2px 3px #A5A5A5;
}

.albumin {
    border: 0;
    width: 100%;
    height: 175px;
    margin: 0;
    /* margin: 0 0 10px; */
    /* overflow: auto; */
    -webkit-overflow-scrolling: touch;
}
.albumin iframe {
    height: 175px;
}

.allsee {
    display: block;
    /*
    float: none;
    clear: both;
    */
    width: 100%;
    padding: 10px 0;
}
.allsee a{
    display: block;
    /*
    float: none;
    clear: both;
    */
    max-width: 250px;
    margin: 0 auto;
    padding: 10px 10px 8px;
    color: #ad0e68;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    background-color: #ffffff;
    border-radius: 60px;
}
.allsee a:hover{
    color: #ffffff;
    background-color: rgb(173 14 104 / 60%);
}

ul.sns {
    width: 100%;
    height: auto;
    display: inline;
    margin: 0 0 0 0;
    float: left;
    clear: both;
}

ul.sns a:hover li {
    color: #999;
}

ul.sns li {
    display: block;
    float: none;
    clear: both;
    margin: 0 0 6px 0;
    width: 99%;
    height: 100%;
    padding: 5px 0 5px 1%;
    font-size: 14px;
    text-align: left;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 3px #A5A5A5;
    -moz-box-shadow: 2px 2px 3px #A5A5A5;
    -webkit-box-shadow: 2px 2px 3px #A5A5A5;
    -o-box-shadow: 2px 2px 3px #A5A5A5;
    -ms-box-shadow: 2px 2px 3px #A5A5A5;
    line-height: 1em;
}

li.fb,
a:link li.fb,
a:visited li.fb {
    border: 1px solid #4b6daa;
    background-image: url(../img/index/fb.gif);
    background-repeat: no-repeat;
    background-position: right center;
    color: #4b6daa;
}

li.twit,
a:link li.twit,
a:visited li.twit {
    border: 1px solid #00ace7;
    background-image: url(../img/index/twitter.gif);
    background-repeat: no-repeat;
    background-position: right center;
    color: #00ace7;
}

/*20200707追加↓↓↓*/
li.line,
a:link li.line,
a:visited li.line {
    border: 1px solid #00b900;
    background-image: url(../img/index/LINE.gif);
    background-repeat: no-repeat;
    background-position: right center;
    color: #00b900;
}
li.line br {
    display: none;
}
/*20200707追加↑↑↑*/

/*202304 追加↓↓↓*/
li.insta,
a:link li.insta,
a:visited li.insta {
    border: 1px solid #d13797;
    background-image: url(../img/index/instagram.gif);
    background-repeat: no-repeat;
    background-position: right center;
    color: #d13797;
}
li.insta br {
    display: none;
}
/*202304 追加↑↑↑*/

ul.banner {
    width: 100%;
    height: auto;
    display: inline;
    margin: 0 0 10px 0;
    float: left;
    clear: both;
}

ul.banner a:hover li {
    color: #999;
}

ul.banner li {
    display: block;
    float: none;
    clear: both;
    margin: 0 0 6px 0;
    width: 99%;
    height: 100%;
    padding: 5px 0 5px 1%;
    font-size: 14px;
    text-align: left;
    border: 1px solid #d66395;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 3px #A5A5A5;
    -moz-box-shadow: 2px 2px 3px #A5A5A5;
    -webkit-box-shadow: 2px 2px 3px #A5A5A5;
    -o-box-shadow: 2px 2px 3px #A5A5A5;
    -ms-box-shadow: 2px 2px 3px #A5A5A5;
    line-height: 1em;
}

li.b-shiryo,
a:link li.b-shiryo,
a:visited li.b-shiryo {
    background-image: url(../img/index/shiryo.gif);
    background-repeat: no-repeat;
    background-position: 99% center;
    color: #e85197;
}

li.b-toiawase,
a:link li.b-toiawase,
a:visited li.b-toiawase {
    background-image: url(../img/index/toiawase.gif);
    background-repeat: no-repeat;
    background-position: 99% center;
    color: #e85197;
}

li.b-access,
a:link li.b-access,
a:visited li.b-access {
    background-image: url(../img/index/access.gif);
    background-repeat: no-repeat;
    background-position: 99% center;
    color: #e85197;
}

li.b-faq,
a:link li.b-faq,
a:visited li.b-faq {
    background-image: url(../img/index/faq.gif);
    background-repeat: no-repeat;
    background-position: 99% center;
    color: #00afec;
}

li.b-web,
a:link li.b-web,
a:visited li.b-web {
    background-image: url(../img/index/web.gif);
    background-repeat: no-repeat;
    background-position: 99% center;
    color: #e85197;
}

li.b-photo,
a:link li.b-photo,
a:visited li.b-photo {
    background-image: url(../img/index/web.gif);
    background-repeat: no-repeat;
    background-position: 99% center;
    color: #ef8200;
}

li.b-digi,
a:link li.b-digi,
a:visited li.b-digi {
    background-image: url(../img/index/digi.gif);
    background-repeat: no-repeat;
    background-position: 99% center;
    color: #44b034;
}

li.b-shien,
a:link li.b-shien,
a:visited li.b-shien {
    background-image: url(../img/index/digi.gif);
    background-repeat: no-repeat;
    background-position: 99% center;
    color: #0066cc;
}

li.b-bank,
a:link li.b-bank,
a:visited li.b-bank {
    background-image: url(../img/index/bank.gif);
    background-repeat: no-repeat;
    background-position: 99% center;
    color: #0065A8;
}

#contents2 {
    display: block;
    float: none;
    clear: both;
    background-color: rgb(255, 255, 255);
    margin: 20px auto 15px;
    padding: 10px 3% 10px 3%;
    width: 92%;
    height: auto;
    box-shadow: 2px 2px 5px #A5A5A5;
    -moz-box-shadow: 2px 2px 5px #A5A5A5;
    -webkit-box-shadow: 2px 2px 5px #A5A5A5;
    -o-box-shadow: 2px 2px 5px #A5A5A5;
    -ms-box-shadow: 2px 2px 5px #A5A5A5;
    font-size: 12px;
    line-height: 1.8em;
}

#navi3 {
    display: none;
}

#contents3 {
    display: block;
    float: none;
    clear: both;
    background-color: rgb(255, 255, 255);
    margin: 0 auto 15px;
    padding: 10px 3% 10px 3%;
    width: 92%;
    height: auto;
    box-shadow: 2px 2px 5px #A5A5A5;
    -moz-box-shadow: 2px 2px 5px #A5A5A5;
    -webkit-box-shadow: 2px 2px 5px #A5A5A5;
    -o-box-shadow: 2px 2px 5px #A5A5A5;
    -ms-box-shadow: 2px 2px 5px #A5A5A5;
    font-size: 12px;
    line-height: 1.8em;
}

br.br-pc {
    display: none;
}

h1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f9f9f9;
    border-color: #C75F9A;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 8px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0;
    padding: 6px;
    box-shadow: 2px 2px 5px #A5A5A5;
}

h2 {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
    color: #AD0E68;
    letter-spacing: 0.2ex;
    background-color: #fbe5ef;
    padding: 3px 0 3px 5px;
    margin: 0 0 15px 0;
}

h2 span,
h4 span {
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-weight: bold;
    letter-spacing: 0.2ex;
    margin-left: 0.2ex;
    font-size: 16px;
    color: #AD0E68;
}

h3 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
    color: #AD0E68;
    letter-spacing: 0.2ex;
    padding: 3px 0 3px 5px;
    margin: 0 0 10px 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-top-color: #999;
    border-bottom-color: #999;
}

h4 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.2ex;
    margin: 0 0 5px 0;
}

p {
    font-size: 14px;
    line-height: 1.8em;
    margin: 0 0 30px 0;
}

.formtitle {
    display: block;
    float: none;
    clear: both;
    width: 97%;
    background: #e5e5e5;
    /* Firefox */
    background: -moz-linear-gradient(top center, #f5f5f5 100%, #e5e5e5 100%);
    /* Chrom と Safari */
    background: -webkit-gradient(linear, center top, center bottom, from(#f5f5f5), to(#e5e5e5));
    /* 共通 */
    background: linear-gradient(top center, #f5f5f5 100%, #e5e5e5 100%);
    margin: 0 0 8px 0;
    padding: 3px 1.5% 3px 1.5%;
    font-weight: bold;
    /*border-color: #88abda;
	border-image: none;
	border-style: solid;
	border-width: 1px 0;*/
}

.formin {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    margin: 0 0 8px 0;
}

.red {
    color: #900;
}

.green {
    color: #3F6600;
    font-weight: bold;
}

.blue {
    color: #003f98;
}

div .center {
    text-align: center;
    display: block;
    float: none;
    clear: both;
    margin: 0 0 20px 0
}

div .right {
    text-align: right;
    display: block;
    float: none;
    clear: both;
    margin: 0 0 20px 0
}

div .center-al {
    text-align: center;
    display: block;
    float: none;
    clear: both;
    margin: 0 0 0 0
}

div .close {
    text-align: center;
    display: block;
    float: none;
    clear: both;
    margin: 20px 0 0 0;
    font-size: 12px;
}

#acMenu dt {
    display: block;
    overflow: inherit;
    width: 96%;
    max-width: 960px;
    height: auto;
    min-height: 15px;
    line-height: 1.5em;
    cursor: pointer;
    font-weight: bold;
    padding: 0 0 0 4%;
    margin: 0 0 10px 0;
    background-image: url(../img/index/list.png);
    background-repeat: no-repeat;
    background-position: left 0.3em;
}

#acMenu dd {
    background: #f2f2f2;
    width: 94%;
    height: auto;
    line-height: 1.5em;
    border: #999 1px solid;
    display: none;
    padding: 8px 3%;
    margin: 0 0 15px 0;
}

.kyoka dt {
    display: block;
    overflow: inherit;
    width: 96%;
    max-width: 960px;
    text-align: right;
    height: auto;
    font-size: 10px;
    line-height: 1.5em;
    cursor: pointer;
    font-weight: bold;
    padding: 0 4% 0 0;
    margin: 0 0 10px 0;
    background-image: url(../img/base/list-down.png);
    background-repeat: no-repeat;
    background-position: right 0.1em;
}

.kyoka dd {
    height: auto;
    line-height: 1.8em;
    display: none;
    padding: 0;
    margin: 0;
}

ol.number-list li {
    margin-left: 1.8em;
    list-style-position: outside;
    list-style-type: decimal;
}

.kyoka-title-kokugo {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 0 0 10px;
    color: #fff;
    border-color: #f4a21a;
    background-color: #f4a21a;
}

.kyoka-kakomi-kokugo {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 0 10px;
    color: #333;
    border-color: #f4a21a;
}

.kyoka-midashi-kokugo {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 8px 0;
    color: #f4a21a;
}


.kyoka-title-sodan {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 2px 0 0 10px;
    color: #333;
    border-color: #E3E0C5;
    background-color: #E3E0C5;
}

.kyoka-kakomi-sodan {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 0 10px;
    color: #333;
    border-color: #E3E0C5;
}

.kyoka-midashi-sodan {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0 0 8px 0;
    color: #333;
}




.kyoka-title-syakai {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 0 0 10px;
    color: #fff;
    border-color: #2ab6b3;
    background-color: #2ab6b3;
}

.kyoka-kakomi-syakai {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 0 10px;
    color: #333;
    border-color: #2ab6b3;
}

.kyoka-midashi-syakai {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 8px 0;
    color: #2ab6b3;
}

.kyoka-title-sugaku {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 0 0 10px;
    color: #fff;
    border-color: #b14d84;
    background-color: #b14d84;
}

.kyoka-kakomi-sugaku {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 0 10px;
    color: #333;
    border-color: #b14d84;
}

.kyoka-midashi-sugaku {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 8px 0;
    color: #b14d84;
}

.kyoka-title-kagaku {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 0 0 10px;
    color: #fff;
    border-color: #67ae28;
    background-color: #67ae28;
}

.kyoka-kakomi-kagaku {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 0 10px;
    color: #333;
    border-color: #67ae28;
}

.kyoka-midashi-kagaku {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 8px 0;
    color: #67ae28;
}

.kyoka-title-eigo {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 0 0 10px;
    color: #fff;
    border-color: #3769b2;
    background-color: #3769b2;
}

.kyoka-kakomi-eigo {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 0 10px;
    color: #333;
    border-color: #3769b2;
}

.kyoka-midashi-eigo {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 8px 0;
    color: #3769b2;
}

.kyoka-title-ongaku {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 0 0 10px;
    color: #fff;
    border-color: #e85288;
    background-color: #e85288;
}

.kyoka-kakomi-ongaku {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 0 10px;
    color: #333;
    border-color: #e85288;
}

.kyoka-midashi-ongaku {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 8px 0;
    color: #e85288;
}

.kyoka-title-art {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 0 0 10px;
    color: #fff;
    border-color: #6355a2;
    background-color: #6355a2;
}

.kyoka-kakomi-art {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 0 10px;
    color: #333;
    border-color: #6355a2;
}

.kyoka-midashi-art {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 8px 0;
    color: #6355a2;
}

.kyoka-title-hoken {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 0 0 10px;
    color: #fff;
    border-color: #009ede;
    background-color: #009ede;
}

.kyoka-kakomi-hoken {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 0 10px;
    color: #333;
    border-color: #009ede;
}

.kyoka-midashi-hoken {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 8px 0;
    color: #009ede;
}

.kyoka-title-gijyutsu {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 0 0 10px;
    color: #fff;
    border-color: #a0a811;
    background-color: #a0a811;
}

.kyoka-kakomi-gijyutsu {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 0 10px;
    color: #333;
    border-color: #a0a811;
}

.kyoka-midashi-gijyutsu {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 8px 0;
    color: #a0a811;
}

.date {
    font-weight: bold;
    margin: 0 0 3px 0;
}
.h_date {
    font-weight: bold;
    margin: 0 0 3px 0;
    padding: 0 0 0 5px;
}
.h_event {
    padding: 0 0 0 5px;
}

.add {
    margin: 0 0 10px;
}
.add li {
    margin: 0px;
    padding: 0 0 2px 10px;
    line-height: 1.8em;
    font-size: 14px;
    clear: none;
}

.jigyo-date,
.album-date {
    font-weight: normal;
    margin: 0 0 3px 0;
}

.day {
    display: block;
    float: none;
    clear: both;
    width: 98%;
    margin: 0 auto 10px;
    border-bottom: solid 1px #ccc;
    padding: 0 0 5px 0;
}
.day.day-last {
    border-bottom: none;
}
.h_day {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #ccc;
    padding: 0 0 10px 0;
}
.divide-center {
    text-align: center;
}
.event {
    line-height: 1.5em;
    /*margin: 0 0 10px 0;*/
    padding: 0 0 5px 0;
    /*border-bottom: solid 1px #ccc;*/
}
.event span {
    font-weight: bold;
}
.event-ph {
    display: block;
    float: none;
    clear: both;
    text-align: center;
    font-weight: bold;
    line-height: 1.5em;
}

.event-ph span {
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: normal;
    text-align: left;
    padding: 0 0 5px 0;
}

.event-title-apr {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 0 0 10px;
    color: #fff;
    border-color: #f6ab00;
    background-color: #f6ab00;
}

.event-kakomi-apr {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 10px;
    color: #333;
    border-color: #f6ab00;
}

.event-title-spring {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 0 0 10px;
    color: #fff;
    border-color: #F288C9;
    background-color: #F288C9;
}

.event-kakomi-spring {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 10px;
    color: #333;
    border-color: #F288C9;
}

.event-content-apr,
.event-content-may,
.event-content-june,
.event-content-july,
.event-content-aug,
.event-content-sep,
.event-content-oct,
.event-content-nov,
.event-content-dec,
.event-content-jan,
.event-content-feb,
.event-content-mar,
.event-content-spring {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 10px 0;
}

.event-content-aug,
.event-content-dec,
.event-content-feb,
.event-content-mar {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 0 0;
}

.event-title-may {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 0 0 10px;
    color: #fff;
    border-color: #8ec31e;
    background-color: #8ec31e;
}

.event-kakomi-may {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 10px;
    color: #333;
    border-color: #8ec31e;
}

.event-title-june {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 0 0 10px;
    color: #fff;
    border-color: #718cc6;
    background-color: #718cc6;
}

.event-kakomi-june {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 10px;
    color: #333;
    border-color: #718cc6;
}

.event-title-july {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 0 0 10px;
    color: #fff;
    border-color: #ef8336;
    background-color: #ef8336;
}

.event-kakomi-july {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 10px;
    color: #333;
    border-color: #ef8336;
}

.event-title-aug {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 0 0 10px;
    color: #fff;
    border-color: #e9544f;
    background-color: #e9544f;
}

.event-kakomi-aug {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 10px;
    color: #333;
    border-color: #e9544f;
}

.event-title-sep {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 0 0 10px;
    color: #fff;
    border-color: #3db26f;
    background-color: #3db26f;
}

.event-kakomi-sep {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 10px;
    color: #333;
    border-color: #3db26f;
}

.event-title-oct {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 0 0 10px;
    color: #fff;
    border-color: #009943;
    background-color: #009943;
}

.event-kakomi-oct {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 10px;
    color: #333;
    border-color: #009943;
}

.event-title-nov {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 0 0 10px;
    color: #fff;
    border-color: #008cd6;
    background-color: #008cd6;
}

.event-kakomi-nov {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 10px;
    color: #333;
    border-color: #008cd6;
}

.event-title-dec {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 0 0 10px;
    color: #fff;
    border-color: #005bac;
    background-color: #005bac;
}

.event-kakomi-dec {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 10px;
    color: #333;
    border-color: #005bac;
}

.event-title-jan {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 0 0 10px;
    color: #fff;
    border-color: #1c1f87;
    background-color: #1c1f87;
}

.event-kakomi-jan {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 10px;
    color: #333;
    border-color: #1c1f87;
}

.event-title-feb {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 0 0 10px;
    color: #fff;
    border-color: #786bae;
    background-color: #786bae;
}

.event-kakomi-feb {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 10px;
    color: #333;
    border-color: #786bae;
}

.event-title-mar {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 0 0 10px;
    color: #fff;
    border-color: #a54a97;
    background-color: #a54a97;
}

.event-kakomi-mar {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 10px;
    color: #333;
    border-color: #a54a97;
}

.clublist {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
}

.clublist ul {
    margin: 0;
    padding: 0 2px 0 0px;
    list-style-type: none;
    clear: both;
    float: left;
}

.clublist li {
    margin: 0px;
    padding: 2px 0 2px 0;
    line-height: 1.8em;
    float: left;
    width: 230px;
    clear: none;
}

.photo {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    margin: 0 0 5px 0;
}

.hs-ph {
    display: block;
    float: none;
    clear: none;
    width: 100%;
    margin: 0 0 0 0;
    text-align: center;
}

.club-ph {
    display: block;
    float: left;
    clear: none;
    width: 32.5%;
    margin: 0 0.5% 0 0.5%;
}

.club-bun {
    display: block;
    float: none;
    clear: none;
    width: 100%;
    margin: 0 0 15px 0;
}

.one {
    clear: both;
    float: left;
    margin: 0 0 6px 0;
    width: 100%;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C75F9A;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #333;
}

.one .kind {
    clear: both;
    float: left;
    margin: 0 10px 6px 0;
    width: 60px;
    display: block;
}

.one .date {
    clear: none;
    float: left;
    margin-left: 0;
    width: 68%;
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    vertical-align: top;
    height: auto;
    text-align: left;
}

.one .title {
    clear: both;
    float: none;
    margin-left: 0;
    margin: 3px 0 3px 0;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    height: auto;
    max-height: 3em;
    text-align: left;
    color: #ad0e68;
    /*overflow:hidden;*/
}

.one .bun {
    clear: both;
    float: left;
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 6px;
    width: 100%;
    height: 3em;
    overflow: hidden;
}

.one .bun2 {
    clear: both;
    float: left;
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 6px;
    width: 100%;
    height: auto;
}

.al {
    float: none;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 0;
    border-bottom: solid 2px #d66395;
    margin-bottom: 30px;
}

.al-bg {
    float: left;
    clear: both;
    display: block;
    width: 98%;
    height: auto;
    padding: 5px;
    background-color: #d66395;
    margin: 0 0 5px 0;
}

.al-title {
    float: left;
    display: block;
    clear: both;
    width: 65%;
    height: auto;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    color: #fff;
}

.al-date {
    float: right;
    display: block;
    clear: none;
    width: 32%;
    height: auto;
    font-size: 10px;
    color: #fff;
    line-height: 15px;
    font-weight: bold;
    margin: 0 0 0 0;
    text-align: right;
}

.al-place {
    float: none;
    display: block;
    clear: none;
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 1.5em;
    border-bottom: dotted 2px #C75F9A;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

.al-bun {
    float: none;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.8em;
}

.al-ph {
    float: none;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
}

.alph {
    float: left;
    width: 32%;
    clear: none;
    display: block;
    margin: 1px 0.5% 1px 0.5%;
}

.kakomi {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    background-color: #F5F1E1;
    padding: 10px;
    margin: 0 0 30px 0;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 5px #A5A5A5;
}

.kakomi span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #003f98;
    letter-spacing: 0.2ex;
    margin: 0 0 10px 0;
}

.dot li {
    background-image: url(../img/base/dot.png);
    background-repeat: no-repeat;
    background-position: left 0.5em;
    margin: 0;
    padding-left: 1em;
}

.dot-sodan li {
    background-image: url(../img/base/dot.png);
    background-repeat: no-repeat;
    background-position: left 0.5em;
    margin: 0;
    padding-left: 1em;
    font-size: 12px;
    line-height: 1.6em;
}

.senka-title {
    border-radius: 5px 5px 0 0;
    border-style: solid solid dotted solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 5px 0 5px 10px;
    color: #333;
    border-color: #F2F2C4 #F2F2C4 #999 #F2F2C4;
    border-width: 2px;
    background-color: #F2F2C4;
}

.senka-title span.gakushu {
    color: #fff;
    background-color: #036;
    font-weight: bold;
    padding: 3px;
    margin-right: 0.5em;
}

.senka-title span.ongaku {
    color: #fff;
    background-color: #EB7610;
    font-weight: bold;
    padding: 3px;
    margin-right: 0.5em;
}

.senka-title span.art {
    color: #fff;
    background-color: #FFBF00;
    font-weight: bold;
    padding: 3px;
    margin-right: 0.5em;
}

.senka-title span.game {
    color: #fff;
    background-color: #79B020;
    font-weight: bold;
    padding: 3px;
    margin-right: 0.5em;
}

.senka-title span.sports {
    color: #fff;
    background-color: #48A6D9;
    font-weight: bold;
    padding: 3px;
    margin-right: 0.5em;
}

.senka-kakomi {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 10px;
    color: #333;
    border-color: #F2F2C4;
    background-color: #F2F2C4;
}

.senka-content {
    font-size: 14px;
    line-height: 1.8em;
    margin: 0 0 10px 0;
}

.divide3 {
    clear: none;
    display: block;
    margin: 0 5px 5px 0;
    padding: 0 0 3px 0;
    text-align: center;
}

/* 入園時納付金 */
.fee {
    /* width: 260px; */
    width: 100%;
    margin: 0 0 0 auto;
}
/* //入園時納付金 */

.divide3 div.title {
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
    margin: 5px;
    height: auto;
}

.divide3 div {
    font-size: 12px;
    line-height: 1.5em;
    text-align: left;
    margin: 5px;
    height: 4.5em;
}

/*.map {
	width:100%;
	height:300px;
}*/
.map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.map iframe,
.map object,
.map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aisatsu-ph {
    display: block;
    float: none;
    clear: both;
    text-align: center;
    font-weight: bold;
    line-height: 1.5em;
}

.aisatsu-ph span {
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    padding: 0 0 5px 0;
}

.aisatsu-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #000;
    text-align: center;
    background-image: url(../img/gaiyo/aisatsu-bg1.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 52px;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
    width: 100%;
}

.aisatsu-kakomi {
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0 20px 20px 20px;
    background-image: url(../img/gaiyo/aisatsu-bg2.png);
    background-repeat: repeat-y;
    background-position: center top;
}

.aisatsu-content {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 10px 0;
}

#LayoutDiv1 {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
}

/*20190604追加↓↓↓*/
.about_table , 
.aday_table , 
.fee_table {
    width: 100%;
}

.about_table td {
    padding: 5px;
    border: 1px #333 dotted;
    text-align: center;
    vertical-align: middle;
}

.aday_table th {
    padding: 5px;
    border: 1px #333 dotted;
    text-align: center;
}
.aday_table td.aday_time {
    padding: 5px 10px;
    border-left: 1px #333 dotted;
    text-align: right;
    vertical-align: top;
}
.aday_table td.aday_con {
    padding: 5px 10px;
    border-right: 1px #333 dotted;
    border-left: 1px #333 dotted;
    text-align: left;
    vertical-align: top;
}
.aday_table td.aday_time_e {
    padding: 5px 10px;
    border-left: 1px #333 dotted;
    border-bottom: 1px #333 dotted;
    text-align: right;
    vertical-align: top;
}
.aday_table td.aday_con_e {
    padding: 5px 10px;
    border-right: 1px #333 dotted;
    border-left: 1px #333 dotted;
    border-bottom: 1px #333 dotted;
    text-align: left;
    vertical-align: top;
}

.fee_table td {
    padding: 5px;
    border: 1px #333 dotted;
}

.fee_headline {
    width: 30%;
}

.fee_border_dw {
    border-top: 4px #333 double !important;
}

.fee_remarks {
    padding-left: 15px !important;
}
/*20190604追加↑↑↑*/

ul.annot_ul {
    padding-top: 0px;
}
ul.annot_ul li {
    padding-left: 1em;
    text-indent: -1em;
}

/* 202302 ヘッドライン */
.section .headline {
    width: 90%;
    padding: 0.5em 1em;
    margin: 0 auto 10px;
    border: solid 1px #9e9e9e;
    border-top: solid 8px #00A0C8;
    box-shadow: 4px 3px 3px rgba(0, 0, 0, 0.32);
}
.section .headline .title {
    font-size: 17px;
    line-height: 1.5em;
    text-align: center;
    margin: 5px 0;
}
.section .headline p {
    margin: 0 0 5px;
}
.section .headline .hl-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 10px;
    padding: 10px 1em;
    width: 250px;
    color: #222;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    background-color: #EBA0C0;
    box-shadow: 4px 3px 3px rgba(0, 0, 0, 0.32);
    transition: 0.3s;
    border-radius: 50vh;
}
.section .headline .hl-btn a span {
    display: contents;
    margin-top: 5px;
    font-size: 13px;
    font-weight: normal;
}
.section .headline .hl-btn a::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 0.5em;
    border-top: 3px solid #ad0e80; /* 各校テーマ色 */
    border-right: 3px solid #ad0e80; /* 各校テーマ色 */
    transform: rotate(45deg);
}
.section .headline .hl-btn a:hover {
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.32);
}
.section .headline .sbs-btn {
  width: 100%;
  display: block;
  margin: 0 auto
}
.section .headline .sbs-btn .hl-btn {
  margin: 0 auto 20px;
}
.section .headline .sbs-btn .hl-btn a {
  padding: 0;
  width: 330px;
  height: 70px;
}

/* Instagram フォローボタン 2023/04 */
.insta_btn {/*ボタンの下地*/
  margin-top: 15px;/* スマホは上に余白 */
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 60px;/*高さ*/
  font-size: 22.5px;/*文字のサイズ*/
  line-height: 60px;/*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.insta_btn:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn .fa-instagram{/*アイコン*/
  width: 45px;
  height: 60px;
  display:inline-block;
  position: relative;
  background: url(../img/index/icon_insta_w.png) no-repeat center left;
  background-size: 30px 30px;
  margin-left: 15px;
}
.insta_btn span {/*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s;
  padding-top: 1px;
  padding-right: 15px;
  vertical-align: top;
  color: #fff;
}
.insta_btn:hover span {
  color: #999;
}
/* 下位ページ ボタン */
div.ygk-btn {
  margin: 0 0 50px 0;
}
.ygk-btn a {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
  padding: 0.5em 1em;
  width: 250px;
  color: #333;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5em;
  background-color: #fbe5ef;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, .3);
  border: 2px solid #AD0E68;
}
.ygk-btn a:hover {
    text-decoration: none;
    background-color: #ffcbe2;
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.32);
}
.ygk-btn a span {
    display: contents;
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
}
/* 下位ページ ボタン横並び */
.sbs-btn {
  width: 100%;
  display: block;
  margin: 0 auto 50px;
}
.sbs-btn .ygk-btn {
  margin: 0 auto 20px;
}
.sbs-btn .ygk-btn a {
  padding: 0.5em 0.3em;
  width: 230px;
  /*height: 60px;*/
  font-size: 15px;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
    .gridContainer {
        width: 100%;
        /*width: 90.675%;*/
        padding-left: 0;
        /*padding-left: 1.1625%;*/
        padding-right: 0;
        /*padding-right: 1.1625%;*/
    }

    .container-smp {
        display: none;
    }

    .container-smp2 {
        display: none;
    }

    .container-tab {
        display: block;
        width: 100%;
        max-width: 768px;
        height: 345px;
        margin: 0 auto;
        padding: 0;
        background-color: #fbf9fa;
    }

    .container-tab2 {
        display: block;
        width: 100%;
        max-width: 768px;
        height: 249px;
        margin: 0 auto;
        padding: 0;
        background-color: #fbf9fa;
    }

    .container-pc {
        display: none;
    }

    .container-pc2 {
        display: none;
    }

    .container-tab .navi,
    .container-tab2 .navi {
        display: block;
        clear: both;
        width: 100%;
        margin: 0 auto;
    }

    .container-tab .logo1,
    .container-tab2 .logo1 {
        display: block;
        float: left;
        clear: none;
        width: 20%;
        margin: 2px 0 0 5px;
    }

    .container-tab .logo2 {
        display: block;
        float: left;
        clear: both;
        width: 50%;
        margin: 5px 0 210px 5px;
    }

    .container-tab2 .logo2 {
        display: block;
        float: left;
        clear: both;
        width: 50%;
        margin: 5px 0 165px 5px;
    }

    .headline {
        display: block;
        clear: both;
        width: 97%;
        padding: 1.5%;
        max-width: 950px;
        margin: 0 auto 10px;
        line-height: 1.8em
    }

    ul.square {
        width: 100%;
        height: auto;
        display: block;
        margin-top: 10px;
        float: left;
        clear: both;
    }

    ul.square li {
        display: block;
        float: left;
        width: 30.5%;
        /* padding-top: 5px; */
        padding-top: 0px;
        margin-right: 1%;
        margin-left: 1%;
        margin-bottom: 1%;
        height: 100%;
        border: 1px solid #EBA0C0;
        background-color: rgba(255, 255, 255, 0.5);
        box-shadow: 2px 2px 3px #A5A5A5;
        -moz-box-shadow: 2px 2px 3px #A5A5A5;
        -webkit-box-shadow: 2px 2px 3px #A5A5A5;
        -o-box-shadow: 2px 2px 3px #A5A5A5;
        -ms-box-shadow: 2px 2px 3px #A5A5A5;
        line-height: 1.5em;
        /* font-size: 14px; */
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        clear: none;
    }

    ul.square li img {
        width: 100%;
        height: auto;
        vertical-align: middle;
    }

    #footer2 {
        display: block;
        float: none;
        clear: both;
        width: 100%;
        max-width: 960px;
        height: auto;
        text-align: right;
        font-size: 10px;
        line-height: 40px;
        /*line-height: 1.5em;*/
        padding: 3px 0;
        margin: 0 auto;
        background-color: #fbf9fa;
        /* background-image: url(../img/base/lg-trademark.gif); */
        background-repeat: no-repeat;
        background-position: 2px center;
    }

    #sitelink {
        display: block;
        float: none;
        clear: both;
    }

    .block {
        clear: none;
        float: left;
        margin-left: 0.6%;
        margin-right: 0.6%;
        width: 15.4%;
        display: block;
    }

    .block ul.link li {
        display: block;
        float: left;
        line-height: 1.5em;
        color: #333;
        background-image: url(../img/index/list.png);
        background-repeat: no-repeat;
        background-position: left 0.5ex;
        margin-left: 5px;
        margin-right: 0;
        margin-bottom: 5px;
        width: 90%;
        height: 100%;
        text-align: left;
        padding-left: 1em;
        font-size: 11px
    }

    .link-midashi {
        font-size: 12px;
        line-height: 1.5em;
        padding-left: 5px;
        border-bottom: 1px solid #999;
        border-left-width: 5px;
        border-left-style: solid;
        border-left-color: #999;
        margin-bottom: 0.5em;
        /* margin-top: 1em; */
        margin-top: 13px;
        margin-left: 5px;
        display: block;
        width: 88%;
    }

    .link-m-sp {
        margin-top: 5px;
        font-size: 9px;
    }

    #all-link {
        display: block;
        width: 98%;
        margin: 0 auto;
        float: none;
        clear: both;
    }

    ul.all-link {
        width: 100%;
        height: auto;
        display: inline;
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
        clear: none;
    }

    ul.all-link li {
        display: block;
        float: left;
        margin-right: 1%;
        margin-left: 1%;
        margin-bottom: 1%;
        width: 31%;
        height: auto;
        padding: 0;
        border: 1px solid #EBA0C0;
        background-color: rgb(255, 255, 255);
        box-shadow: 2px 2px 3px #A5A5A5;
        -moz-box-shadow: 2px 2px 3px #A5A5A5;
        -webkit-box-shadow: 2px 2px 3px #A5A5A5;
        -o-box-shadow: 2px 2px 3px #A5A5A5;
        -ms-box-shadow: 2px 2px 3px #A5A5A5;
        clear: none;
    }

    ul.all-link li img {
        width: 100%;
        height: auto;
        vertical-align: middle;
    }

    #contents1 {
        display: block;
        float: none;
        clear: both;
        margin: 0 auto 15px;
        width: 98%;
        height: auto;
    }

    #contents2 {
        display: block;
        float: none;
        clear: both;
        margin: 30px auto 15px;
        padding: 15px 3% 15px 3%;
        background-color: rgb(255, 255, 255);
        width: 92%;
        height: auto;
        font-size: 14px;
        line-height: 1.8em;
    }

    #contents3 {
        display: block;
        float: none;
        clear: both;
        margin: 0 auto 15px;
        padding: 15px 3% 15px 3%;
        background-color: rgb(255, 255, 255);
        width: 92%;
        height: auto;
        font-size: 14px;
        line-height: 1.8em;
    }

    #navi2 {
        display: block;
        float: none;
        clear: both;
        margin: 0 0 10px 0;
        width: 100%;
        height: auto;
    }

    .hotnews {
        display: block;
        float: left;
        clear: none;
        margin: 0 0 10px 0;
        width: 47%;
        /* height: 100%; */
        /* height: 370px; */
        padding: 3px 0.5% 1px 0.5%;
        text-align: left;
        border: 1px solid #EBA0C0;
        background-color: #EBA0C0;
        box-shadow: 2px 2px 3px #A5A5A5;
        -moz-box-shadow: 2px 2px 3px #A5A5A5;
        -webkit-box-shadow: 2px 2px 3px #A5A5A5;
        -o-box-shadow: 2px 2px 3px #A5A5A5;
        -ms-box-shadow: 2px 2px 3px #A5A5A5;
    }

    .hotnews img,
    .topics img,
    .album img,
    .movie img {
        width: 90%;
        height: auto;
        vertical-align: middle;
        margin-bottom: 3px;
    }

    .hotnews ul.insta_list {
        height: 240px;
        padding: 30px 10px;
        display: block;
        /* display: flex; */
    }
    .hotnews ul.insta_list li {
        width: 100%;
        height: 240px;
    }
    .hotnews ul.insta_list li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 0% 0%;
    }

    .topics {
        display: block;
        float: left;
        clear: none;
        margin: 0 0 10px 10px;
        width: 47%;
        height: 100%;
        padding: 3px 0.5% 1px 0.5%;
        text-align: left;
        border: 1px solid #EBA0C0;
        background-color: #EBA0C0;
        box-shadow: 2px 2px 3px #A5A5A5;
        -moz-box-shadow: 2px 2px 3px #A5A5A5;
        -webkit-box-shadow: 2px 2px 3px #A5A5A5;
        -o-box-shadow: 2px 2px 3px #A5A5A5;
        -ms-box-shadow: 2px 2px 3px #A5A5A5;
    }

    .topicsin {
        height: 300px;
        /* overflow: auto; */
    }

    .movie {
        display: block;
        float: left;
        /* clear: none; */
        margin: 0 0 10px 0;
        width: 47%;
        height: 100%;
        padding: 3px 0.5% 1px 0.5%;
        text-align: left;
        border: 1px solid #EBA0C0;
        background-color: #EBA0C0;
        box-shadow: 2px 2px 3px #A5A5A5;
        -moz-box-shadow: 2px 2px 3px #A5A5A5;
        -webkit-box-shadow: 2px 2px 3px #A5A5A5;
        -o-box-shadow: 2px 2px 3px #A5A5A5;
        -ms-box-shadow: 2px 2px 3px #A5A5A5;
    }

    .moviein {
        border: 0;
        width: 100%;
        height: 240px;
        margin: 0;
        /* margin: 0 0 16px; */
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        background-color: #ffffff;
    }
    .moviein iframe{
        display: block;
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        top: 50%;
        transform: translate(0, -50%);
    }
    .moviein video{
        display: block;
        margin: 0 auto;
        /* max-width: 100%; */
        position: relative;
        top: 50%;
        transform: translate(0, -50%);
    }

    .album {
        float: left;
        clear: none;
        margin: 0 0 10px 10px;
        width: 47%;
        height: 100%;
        padding: 3px 0.5% 1px 0.5%;
        text-align: left;
    }
    .albumin {
        height: 240px;
        /* overflow: unset; */
        -webkit-overflow-scrolling: touch;
    }
    .albumin iframe {
        height: 240px;
    }
    .allsee a{
        padding: 10px 10px 7px;
    }

    ul.sns {
        width: 100%;
        height: auto;
        display: inline;
        margin: 0 0 0 0;
        float: left;
        clear: both;
    }

    ul.sns li {
        display: block;
        float: left;
        clear: none;
        margin: 0 1px 6px 8px;
        width: 47%;
        height: 100%;
        padding: 5px 0 5px 1%;
        font-size: 14px;
        text-align: left;
        background-color: rgb(255, 255, 255);
        box-shadow: 2px 2px 3px #A5A5A5;
        -moz-box-shadow: 2px 2px 3px #A5A5A5;
        -webkit-box-shadow: 2px 2px 3px #A5A5A5;
        -o-box-shadow: 2px 2px 3px #A5A5A5;
        -ms-box-shadow: 2px 2px 3px #A5A5A5;
        line-height: 1em;
    }

    ul.banner {
        width: 100%;
        height: auto;
        display: inline;
        margin: 0 0 10px 0;
        float: left;
        clear: both;
    }

    ul.banner li {
        display: block;
        float: left;
        clear: none;
        margin: 0 1px 6px 5px;
        width: 46.2%;
        /* width: 47%; */
        height: 100%;
        padding: 5px 0 5px 1%;
        font-size: 14px;
        text-align: left;
        border: 1px solid #d66395;
        background-color: rgb(255, 255, 255);
        box-shadow: 2px 2px 3px #A5A5A5;
        -moz-box-shadow: 2px 2px 3px #A5A5A5;
        -webkit-box-shadow: 2px 2px 3px #A5A5A5;
        -o-box-shadow: 2px 2px 3px #A5A5A5;
        -ms-box-shadow: 2px 2px 3px #A5A5A5;
        line-height: 1em;
    }
    ul.banner a:nth-child(even) li {
        margin: 0 1px 6px 10px;
    }

    br.br-pc {
        display: block;
    }

    br.br-mp {
        display: none;
    }

    h1 {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #f9f9f9;
        border-color: #C75F9A;
        border-image: none;
        border-radius: 5px 5px 5px 5px;
        border-style: solid;
        border-width: 1px 1px 1px 8px;
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 20px 0;
        padding: 10px;
        box-shadow: 2px 2px 5px #A5A5A5;
    }

    h2 {
        font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
        font-size: 18px;
        line-height: 1.5em;
        font-weight: bold;
        color: #AD0E68;
        letter-spacing: 0.2ex;
        background-color: #fbe5ef;
        padding: 3px 0 3px 5px;
        margin: 0 0 20px 0;
    }

    h2 span,
    h4 span {
        margin-left: 0.2ex;
        font-size: 20px;
        color: #AD0E68;
    }

    h3 {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 18px;
        line-height: 1.5em;
        font-weight: bold;
        color: #AD0E68;
        letter-spacing: 0.2ex;
        padding: 3px 0 3px 5px;
        margin: 0 0 15px 0;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: dotted;
        border-bottom-style: dotted;
        border-top-color: #999;
        border-bottom-color: #999;
    }

    h4 {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 16px;
        line-height: 1.5em;
        font-weight: bold;
        color: #333;
        letter-spacing: 0.2ex;
        margin: 0 0 5px 0;
    }

    p {
        font-size: 14px;
        line-height: 2em;
        margin: 0 0 30px 0;
    }

    .form {
        display: block;
        float: none;
        clear: both;
        border-color: #C75F9A;
        border-width: 1px;
        border-image: none;
        border-style: solid;
        border-width: 1px 0 0px 0;
        padding: 5px 0 0 0;
    }

    .formborder {
        display: block;
        float: none;
        clear: both;
        width: auto;
        height: auto;
        border-bottom: #C75F9A 1px solid;
        margin: 0 0 10px 0;
        padding: 5px 0;
    }

    .formtitle {
        display: block;
        float: left;
        clear: both;
        width: 30%;
        background: none;
        margin: 0 0 8px 0;
        padding: 3px 1.5% 3px 1.5%;
        font-weight: bold;
        overflow: auto;
        /*border-color: #88abda;
	border-image: none;
	border-style: solid;
	border-width: 1px 0;*/
    }

    .formin {
        display: block;
        float: left;
        clear: none;
        width: 60%;
        margin: 0 0 8px 0;
        padding: 3px 1.5% 3px 1.5%;
    }

    .divide2-first {
        float: left;
        width: 49.5%;
        clear: both;
        display: block;
        margin: 0 5px 5px 0;
    }

    .divide2 {
        float: left;
        width: 49.5%;
        clear: none;
        display: block;
        margin: 0 0 5px 0;
    }

    divide-wrap {
        display: block;
        float: none;
        clear: both;
    }

    .divide3 {
        float: left;
        width: 32%;
        clear: none;
        display: block;
        margin: 0 5px 5px 0;
        font-size: 10px;
        line-height: 1.5em;
        padding: 0 0 3px 0;
        text-align: center;
    }

    .divide3 div.title {
        font-size: 12px;
        line-height: 1.5em;
        text-align: center;
        font-weight: bold;
        margin: 5px;
    }

    .divide3 div {
        font-size: 12px;
        line-height: 1.5em;
        text-align: left;
        margin: 5px;
    }


    .kyoka-midashi-kokugo,
    .kyoka-midashi-syakai,
    .kyoka-midashi-sugaku,
    .kyoka-midashi-kagaku,
    .kyoka-midashi-eigo,
    .kyoka-midashi-ongaku,
    .kyoka-midashi-art,
    .kyoka-midashi-hoken,
    .kyoka-midashi-gijyutsu {
        font-size: 16px;
    }

    .date {
        display: block;
        float: left;
        clear: none;
        width: 150px;
        margin: 0 0 0 0;
        line-height: 1.5em;
    }

    .h_date {
        display: block;
        float: left;
        clear: none;
        width: 150px;
        margin: 0 0 0 0;
        padding: 0 0 0 10px;
        line-height: 1.5em;
        font-weight:bold
    }

    /*
        .jigyo-date {
            display: block;
            float: left;
            clear: none;
            width: 200px;
            margin: 0 0 0 0;
            line-height: 1.5em;
        }
*/
    .album-date {
        display: block;
        float: left;
        clear: none;
        width: 220px;
        margin: 0 0 0 0;
        line-height: 1.5em;
    }

    /*
        .event {
            display: block;
            float: left;
            clear: none;
            width: auto;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            border-bottom: solid 0px #ccc;
            line-height: 1.5em;
        }
    */
    .h_event {
        display: block;
        float: left;
        clear: none;
        width: auto;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        border-bottom: solid 0px #ccc;
        line-height: 1.5em;
    }

    /*20200706 追加YNMC　新型コロナウイルス感染拡大防止↓*/
    .event_detail {
        display: flex;
    }

    .jigyo-date {
        width: 25%;
        margin: 0 0 0 0;
        line-height: 1.5em;
    }

    .event {
        width: 75%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        line-height: 1.5em;
    }

    .event_remark {}

    /*20200706 追加YNMC　新型コロナウイルス感染拡大防止↑*/

    .day {
        display: block;
        float: none;
        clear: both;
        /* border-bottom: solid 1px #ccc; */
        padding: 0 0 10px 0;
    }
    .h_day {
        display: block;
        float: none;
        clear: both;
        width: 100%;
        margin: 0 0 10px 0;
        border-bottom: solid 1px #ccc;
        padding: 0 0 10px 0;
    }
    .event-ph {
        display: block;
        float: right;
        clear: none;
        width: 44%;
        /* width: 45%; */
        text-align: center;
        height: auto;
    }

    .event-ph img {
        height: auto;
    }

    .event-title-apr {
        border-radius: 5px 5px 0 0;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 0 0;
        padding: 3px 0 0 10px;
        color: #fff;
        border-color: #f6ab00;
        background-color: #f6ab00;
    }

    .event-kakomi-apr {
        border-radius: 0 0 5px 5px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        margin: 0 0 10px 0;
        padding: 10px 10px 0px 10px;
        color: #333;
        border-color: #f6ab00;
        height: auto;
    }

    .event-title-spring {
        border-radius: 5px 5px 0 0;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 0 0;
        padding: 3px 0 0 10px;
        color: #fff;
        border-color: #F288C9;
        background-color: #F288C9;
    }

    .event-kakomi-spring {
        border-radius: 0 0 5px 5px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        margin: 0 0 10px 0;
        padding: 10px 10px 0px 10px;
        color: #333;
        border-color: #F288C9;
        height: auto;
    }

    .event-content-apr,
    .event-content-may,
    .event-content-june,
    .event-content-july,
    .event-content-aug,
    .event-content-sep,
    .event-content-oct,
    .event-content-nov,
    .event-content-dec,
    .event-content-jan,
    .event-content-feb,
    .event-content-mar,
    .event-content-spring {
        display: block;
        float: left;
        clear: none;
        width: 53%;
        line-height: 2em;
        margin: 0 10px 0 0;
    }

    .event-title-may {
        border-radius: 5px 5px 0 0;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 0 0;
        padding: 3px 0 0 10px;
        color: #fff;
        border-color: #8ec31e;
        background-color: #8ec31e;
    }

    .event-kakomi-may {
        border-radius: 0 0 5px 5px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        margin: 0 0 10px 0;
        padding: 10px 10px 0px 10px;
        color: #333;
        border-color: #8ec31e;
        height: auto;
    }

    .event-title-june {
        border-radius: 5px 5px 0 0;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 0 0;
        padding: 3px 0 0 10px;
        color: #fff;
        border-color: #718cc6;
        background-color: #718cc6;
    }

    .event-kakomi-june {
        border-radius: 0 0 5px 5px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        margin: 0 0 10px 0;
        padding: 10px 10px 0px 10px;
        color: #333;
        border-color: #718cc6;
        height: auto;
    }

    .event-title-july {
        border-radius: 5px 5px 0 0;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 0 0;
        padding: 3px 0 0 10px;
        color: #fff;
        border-color: #ef8336;
        background-color: #ef8336;
    }

    .event-kakomi-july {
        border-radius: 0 0 5px 5px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        margin: 0 0 10px 0;
        padding: 10px 10px 0px 10px;
        color: #333;
        border-color: #ef8336;
        height: auto;
    }

    .event-title-aug {
        border-radius: 5px 5px 0 0;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 0 0;
        padding: 3px 0 0 10px;
        color: #fff;
        border-color: #e6211f;
        background-color: #e6211f;
    }

    .event-kakomi-aug {
        border-radius: 0 0 5px 5px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        margin: 0 0 10px 0;
        padding: 10px 10px 10px 10px;
        color: #333;
        border-color: #e6211f;
        height: auto;
    }

    .event-title-sep {
        border-radius: 5px 5px 0 0;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 0 0;
        padding: 3px 0 0 10px;
        color: #fff;
        border-color: #3db26f;
        background-color: #3db26f;
    }

    .event-kakomi-sep {
        border-radius: 0 0 5px 5px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        margin: 0 0 10px 0;
        padding: 10px 10px 0px 10px;
        color: #333;
        border-color: #3db26f;
        height: auto;
    }

    .event-title-oct {
        border-radius: 5px 5px 0 0;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 0 0;
        padding: 3px 0 0 10px;
        color: #fff;
        border-color: #009943;
        background-color: #009943;
    }

    .event-kakomi-oct {
        border-radius: 0 0 5px 5px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        margin: 0 0 10px 0;
        padding: 10px 10px 0px 10px;
        color: #333;
        border-color: #009943;
        height: auto;
    }

    .event-title-nov {
        border-radius: 5px 5px 0 0;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 0 0;
        padding: 3px 0 0 10px;
        color: #fff;
        border-color: #008cd6;
        background-color: #008cd6;
    }

    .event-kakomi-nov {
        border-radius: 0 0 5px 5px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        margin: 0 0 10px 0;
        padding: 10px 10px 0px 10px;
        color: #333;
        border-color: #008cd6;
        height: auto;
    }

    .event-title-dec {
        border-radius: 5px 5px 0 0;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 0 0;
        padding: 3px 0 0 10px;
        color: #fff;
        border-color: #005bac;
        background-color: #005bac;
    }

    .event-kakomi-dec {
        border-radius: 0 0 5px 5px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        margin: 0 0 10px 0;
        padding: 10px 10px 10px 10px;
        color: #333;
        border-color: #005bac;
        height: auto;
    }

    .event-title-jan {
        border-radius: 5px 5px 0 0;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 0 0;
        padding: 3px 0 0 10px;
        color: #fff;
        border-color: #1c1f87;
        background-color: #1c1f87;
    }

    .event-kakomi-jan {
        border-radius: 0 0 5px 5px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        margin: 0 0 10px 0;
        padding: 10px 10px 0px 10px;
        color: #333;
        border-color: #1c1f87;
        height: auto;
    }

    .event-title-feb {
        border-radius: 5px 5px 0 0;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 0 0;
        padding: 3px 0 0 10px;
        color: #fff;
        border-color: #786bae;
        background-color: #786bae;
    }

    .event-kakomi-feb {
        border-radius: 0 0 5px 5px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        margin: 0 0 10px 0;
        padding: 10px 10px 10px 10px;
        color: #333;
        border-color: #786bae;
        height: auto;
    }

    .event-title-mar {
        border-radius: 5px 5px 0 0;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 0 0;
        padding: 3px 0 0 10px;
        color: #fff;
        border-color: #a54a97;
        background-color: #a54a97;
    }

    .event-kakomi-mar {
        border-radius: 0 0 5px 5px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        margin: 0 0 10px 0;
        padding: 10px 10px 10px 10px;
        color: #333;
        border-color: #a54a97;
        height: auto;
    }

    .clublist {
        margin: 0 0 20px 0;
        padding: 0;
        text-align: left;
    }

    .clublist ul {
        margin: 0;
        padding: 0 2px 0 0px;
        list-style-type: none;
        clear: both;
        float: left;
        width: 100%;
    }

    .clublist li {
        margin: 0px;
        padding: 2px 0 2px 0;
        font-size: 14px;
        line-height: 1.8em;
        float: left;
        width: 50%;
        clear: none;
    }

    .photo {
        display: block;
        float: right;
        clear: both;
        width: 25%;
        margin: 0 0 5px 10px;
    }

    .photo1 {
        display: block;
        float: right;
        clear: both;
        width: 40%;
        margin: 0 0 5px 10px;
    }

    .club-ph,
    .hs-ph {
        display: block;
        float: none;
        clear: both;
        width: 100%;
        margin: 0 0 15px 0;
    }

    .club-bun {
        display: block;
        float: left;
        clear: none;
        width: 70%;
        margin: 0 0 15px 0;
    }

    .twit-smp {
        display: none;
    }

    .twit-pc {
        display: block;
    }

    .kakomi {
        padding: 20px;
    }

    .dot li {
        background-position: left 0.6em;
    }

    .senka-title {
        border-radius: 5px 5px 0 0;
        border-style: solid solid dotted solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 0 0;
        padding: 5px 0 5px 10px;
        color: #333;
        border-color: #F2F2C4 #F2F2C4 #999 #F2F2C4;
        border-width: 2px;
        background-color: #F2F2C4;
    }

    .senka-kakomi {
        border-radius: 0 0 5px 5px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 14px;
        margin: 0 0 10px 0;
        padding: 10px 10px 0px 10px;
        color: #333;
        border-color: #F2F2C4;
        height: auto;
    }

    .senka-content {
        display: block;
        float: left;
        clear: none;
        width: 53%;
        line-height: 2em;
        margin: 0 10px 0 0;
    }
/*
    .fee {
        width: 520px;
    }
*/
    .aisatsu-ph {
        display: block;
        float: right;
        clear: none;
        width: 45%;
        text-align: center;
        height: auto;
    }

    .aisatsu-ph img {
        height: auto;
    }

    .aisatsu-kakomi {
        font-size: 14px;
        margin: 0 0 10px 0;
        padding: 10px;
        color: #333;
        height: auto;
    }

    .aisatsu-content {
        display: block;
        float: left;
        clear: none;
        width: 53%;
        line-height: 2em;
        margin: 0 10px 0 0;
    }

    /*.map {
	width:100%;
	height:450px;
}*/
    #LayoutDiv1 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    }

    /*20190604追加↓↓↓*/
    .fee_table {
        width: 100%;
    }

    .fee_table td {
        padding: 5px;
        border: 1px #333 dotted;
    }

    .fee_headline {
        width: 30%;
    }

    .fee_border_dw {
        border-top: 4px #333 double !important;
    }

    .fee_remarks {
        padding-left: 15px !important;
    }


    /*20190604追加↑↑↑*/


    /* 202302 ヘッドライン ボタン横並び */
    .section .headline .sbs-btn {
      width: 100%;
      display: flex;
      justify-content: space-evenly;
      margin-bottom: 0px;
    }
    .section .headline .sbs-btn .hl-btn {
      margin-bottom: 0px;
    }
    .section .headline .sbs-btn .hl-btn a {
      width: 300px;
    }

    /* Instagram フォローボタン 2023/04 */
    .insta_btn {
      margin-top: 0;
      margin-left: 20px;
    }

    /* 下位ページ ボタン横並び */
    .sbs-btn {
      width: 100%;
      display: flex;
      justify-content: space-evenly;
      flex-direction: row;
      flex-wrap: wrap;
    }
    .sbs-btn .ygk-btn a {
      width: 220px;
    }

}



/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
    .gridContainer {
        width: 100%;
        /*width: 88.2%;*/
        /*max-width: 1400px;*//*20210304YNMC 横全画面表示※テスト環index.htmlも含む*/
        /*max-width: 1232px;*/
        padding-left: 0;
        /*padding-left: 0.9%;*/
        padding-right: 0;
        /*padding-right: 0.9%;*/
        margin: auto;
    }

    .container-smp {
        display: none;
    }

    .container-tab {
        display: none;
    }

    .container-smp2 {
        display: none;
    }

    .container-tab2 {
        display: none;
    }

    .container-pc {
        display: block;
        width: 100%;
        max-width: 1400px;
        /*max-width:1232px;*/
        height: 600px;
        /*height:554px;*/
        margin: 0 auto;
        padding: 0px;
        background-color: #fbf9fa;
    }

    .logo-container {
        max-width: 960px;
        margin: 0 auto;
        display: block;
    }

    .container-pc2 {
        display: block;
        width: 100%;
        max-width: 1400px;
        /*max-width:1232px;*/
        height: 450px;
        /*height:400px;*/
        margin: 0 auto;
        padding: 0px;
        background-color: #fbf9fa;
        z-index: 9999;
    }

    .container-pc .navi,
    .container-pc2 .navi {
        display: block;
        clear: both;
        width: 100%;
        max-width: 962px;
        margin: 0 auto;
    }

    .container-pc .logo1,
    .container-pc2 .logo1 {
        display: block;
        float: left;
        clear: none;
        width: 20%;
        margin: 5px 0 0 10px;
    }

    .container-pc .logo2 {
        display: block;
        float: left;
        clear: both;
        width: 50%;
        margin: 10px 0 390px 10px;
        /*margin: 0	0	440px 10px;*/
    }

    .container-pc2 .logo2 {
        display: block;
        float: left;
        clear: both;
        width: 50%;
        margin: 10px 0 300px 10px;
        /* margin: 10px 0 270px 10px; */
    }

    ul.square {
        width: 100%;
        height: auto;
/*
        display: block;
        margin-top: 20px;
*/
        display: flex;
        justify-content: space-between;
        margin: 15px 0;
        float: left;
        clear: none;
    }

    ul.square li {
        display: block;
        float: left;
/*
        padding-top: 5px;
        margin-right: 0.5%;
        margin-left: 0.5%;
        margin-bottom: 20px;
        width: 18.7%;
*/
        margin: 0 0.5% 0;
        padding: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #EBA0C0;
        background-color: rgba(255, 255, 255, 0.7);
        box-shadow: 2px 2px 3px #A5A5A5;
        -moz-box-shadow: 2px 2px 3px #A5A5A5;
        -webkit-box-shadow: 2px 2px 3px #A5A5A5;
        -o-box-shadow: 2px 2px 3px #A5A5A5;
        -ms-box-shadow: 2px 2px 3px #A5A5A5;
        /* font-size: 12px; */
        font-size: 13px;
        line-height: 1.5em;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        clear: none;
    }
    ul.square li span {
        height: 40px;
    }
    ul.square li img {
        width: 100%;
        height: auto;
        vertical-align: middle;
    }

    #sitelink {
        margin: 0 auto;
        display: block;
        float: none;
        clear: both;
        width: 100%;
        max-width: 960px;
    }

    .block {
        clear: none;
        float: left;
        margin-left: 0.5%;
        margin-right: 0.5%;
        width: 15.6%;
        display: block;
        margin-bottom: 10px;
    }

    .block ul.link li {
        display: block;
        float: left;
        line-height: 1.5em;
        color: #333;
        background-image: url(../img/index/list.png);
        background-repeat: no-repeat;
        background-position: left 0.5ex;
        margin-left: 5px;
        margin-right: 0;
        margin-bottom: 5px;
        width: 90%;
        height: 100%;
        text-align: left;
        padding-left: 1em;
        font-size: 12px
    }

    .link-midashi {
        font-size: 12px;
        padding-left: 5px;
        border-left-width: 5px;
        border-left-style: solid;
        border-left-color: #999;
        margin-bottom: 0.5em;
        /* margin-top: 1em; */
        margin-top: 19px;
        margin-left: 5px;
        display: block;
        width: 90%;
    }
    .link-m-sp {
        margin-top: 5px;
        font-size: 11px;
    }

    #all-link {
        display: block;
        margin: 0 auto;
        float: none;
        clear: both;
        width: 100%;
        max-width: 960px;
    }

    ul.all-link {
        width: 100%;
        height: auto;
        display: inline;
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
        clear: none;
    }

    ul.all-link li {
        display: block;
        float: left;
        margin-right: 0.5%;
        margin-left: 0.5%;
        margin-bottom: 0.5%;
        width: 18.7%;
        padding: 0;
        border: 1px solid #EBA0C0;
        background-color: rgb(255, 255, 255);
        box-shadow: 2px 2px 3px #A5A5A5;
        -moz-box-shadow: 2px 2px 3px #A5A5A5;
        -webkit-box-shadow: 2px 2px 3px #A5A5A5;
        -o-box-shadow: 2px 2px 3px #A5A5A5;
        -ms-box-shadow: 2px 2px 3px #A5A5A5;
        clear: none;
    }

    #wrapper {
        display: block;
        float: none;
        clear: both;
        width: 100%;
        max-width: 960px;
        background-color: rgba(255, 255, 255, 0.6);
        margin-top: 20px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
    }

    #contents1 {
        display: block;
        float: left;
        clear: none;
        margin: 0 2% 15px 0;
        width: 86%;
        height: auto;
    }

    #navi2 {
        display: block;
        float: left;
        clear: none;
        margin: 0 0 10px 0;
        width: 12%;
        height: auto;
    }

    #contents2 {
        display: block;
        float: left;
        clear: none;
        margin: 0px 2% 15px 0;
        padding: 30px 3% 30px 3%;
        width: 72%;
        height: auto;
        min-height: 400px;
        font-size: 14px;
        line-height: 2em;
    }

    #contents3 {
        display: block;
        float: none;
        clear: both;
        margin: 0 auto 15px;
        padding: 40px 10% 40px 10%;
        width: calc(80% - 4px);
        /* width: 78%; */
        height: auto;
        font-size: 14px;
        line-height: 2em;
    }

    #navi3 {
        display: block;
        float: left;
        clear: none;
        margin: 0px 0 10px 0;
        width: 20%;
        height: auto;
    }

    .contents-area {
        display: flex;
    }

    .hotnews {
        display: block;
        float: left;
        clear: none;
        margin: 0 0 10px 0;
        width: 48%;
        /* height: 100%; */
        /* height: 357px; */
        padding: 3px 0.5% 0 0.5%;
        /* padding: 3px 0.5% 3px 0.5%; */
        text-align: left;
        border: 1px solid #EBA0C0;
        background-color: #EBA0C0;
        box-shadow: 2px 2px 3px #A5A5A5;
        -moz-box-shadow: 2px 2px 3px #A5A5A5;
        -webkit-box-shadow: 2px 2px 3px #A5A5A5;
        -o-box-shadow: 2px 2px 3px #A5A5A5;
        -ms-box-shadow: 2px 2px 3px #A5A5A5;
    }

    .hotnews img,
    .topics img,
    .album img,
    .movie img {
        width: 90%;
        height: auto;
        vertical-align: middle;
        margin-bottom: 3px;
        padding: 5px 0;
    }

    .hotnews ul.insta_list {
        height: 270px;
        padding: 15px 10px;
        /* display: flex; */
    }
    .hotnews ul.insta_list li {
        width: 100%;
        height: 270px;
    }
    /*
    .hotnews ul.insta_list li img {
        width: 95%;
    }
    */

    .topics {
        display: block;
        float: left;
        clear: none;
        margin: 0 0 10px 10px;
        width: 48%;
        /* height: 100%; */
        padding: 3px 0.5% 0 0.5%;
        /* padding: 3px 0.5% 1px 0.5%; */
        text-align: left;
        border: 1px solid #EBA0C0;
        background-color: #EBA0C0;
        box-shadow: 2px 2px 3px #A5A5A5;
        -moz-box-shadow: 2px 2px 3px #A5A5A5;
        -webkit-box-shadow: 2px 2px 3px #A5A5A5;
        -o-box-shadow: 2px 2px 3px #A5A5A5;
        -ms-box-shadow: 2px 2px 3px #A5A5A5;
    }

    .topicsin {
        /* height: 310px; */
        /* overflow: auto; */
        z-index: -1;
        position: relative;
        z-index: 0;
    }

    .movie {
        display: block;
        float: left;
        clear: none;
        margin: 0 0 10px 0;
        width: 48%;
        height: 100%;
        padding: 3px 0.5% 0 0.5%;
        text-align: left;
        border: 1px solid #EBA0C0;
        background-color: #EBA0C0;
        box-shadow: 2px 2px 3px #A5A5A5;
        -moz-box-shadow: 2px 2px 3px #A5A5A5;
        -webkit-box-shadow: 2px 2px 3px #A5A5A5;
        -o-box-shadow: 2px 2px 3px #A5A5A5;
        -ms-box-shadow: 2px 2px 3px #A5A5A5;
    }

    .moviein {
        border: 0;
        width: 100%;
        height: 240px;
        overflow: auto;
        z-index: -1;
        -webkit-overflow-scrolling: touch;
        position: relative;
        z-index: 0;
        background-color: #ffffff;
    }
    
    .moviein iframe{
        display: block!important;
        margin: 0 auto;
        max-width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }
    
    .moviein video{
        display: block!important;
        margin: 0 auto;
        /* max-width: 95%; */
        /* position: absolute; */
        top: 50%;
        transform: translate(0, -50%);
    }

    .album {
        width: 48%;
        height: 100%;
    }

    ul.sns {
        width: 100%;
        height: auto;
        display: inline;
        margin: 0;
        float: left;
        clear: both;
    }

    ul.sns li {
        display: block;
        float: none;
        clear: both;
        margin: 0 0 8px 0;
        width: 78%;
        height: 2.2em;
        padding: 5px 16% 5px 6%;
        font-size: 14px;
        text-align: left;
        background-color: rgb(255, 255, 255);
        box-shadow: 2px 2px 3px #A5A5A5;
        -moz-box-shadow: 2px 2px 3px #A5A5A5;
        -webkit-box-shadow: 2px 2px 3px #A5A5A5;
        -o-box-shadow: 2px 2px 3px #A5A5A5;
        -ms-box-shadow: 2px 2px 3px #A5A5A5;
        line-height: 1em;
    }

    li.fb,
    a:link li.fb,
    a:visited li.fb {
        height: 3em;
        background-position: right 2px bottom 2px;
    }

    li.twit,
    a:link li.twit,
    a:visited li.twit {
        height: 3em;
        background-position: right 2px bottom 2px;
    }

    /*20200707追加↓↓↓*/
    li.line,
    a:link li.line,
    a:visited li.line {
        height: 3em;
        background-position: right 2px bottom 2px;
    }
    li.line br {
        display: inline;
    }
    li.line span {
        font-size: 80%;
    }
    /*20200707追加↑↑↑*/

    /*202304追加↓↓↓*/
    li.insta,
    a:link li.insta,
    a:visited li.insta {
        height: 3em;
        background-position: right 2px bottom 2px;
    }
    li.insta br {
        display: inline;
    }
    li.insta span {
        font-size: 80%;
    }
    /*202304 追加↑↑↑*/

    ul.banner {
        width: 100%;
        height: auto;
        display: inline;
        margin: 0 0 10px 0;
        float: none;
        clear: both;
    }

    ul.banner li {
        display: block;
        float: none;
        clear: both;
        margin: 0 0 8px 0;
        width: 78%;
        height: 3em;
        padding: 5px 16% 5px 6%;
        font-size: 14px;
        text-align: left;
        border: 1px solid #d66395;
        background-color: rgb(255, 255, 255);
        box-shadow: 2px 2px 3px #A5A5A5;
        -moz-box-shadow: 2px 2px 3px #A5A5A5;
        -webkit-box-shadow: 2px 2px 3px #A5A5A5;
        -o-box-shadow: 2px 2px 3px #A5A5A5;
        -ms-box-shadow: 2px 2px 3px #A5A5A5;
        line-height: 1em;
    }
    ul.banner a:nth-child(even) li {
        margin: 0 0 8px 0;
    }

    li.b-shiryo,
    a:link li.b-shiryo,
    a:visited li.b-shiryo {
        background-image: url(../img/index/shiryo.gif);
        background-repeat: no-repeat;
        background-position: 99% bottom;
        color: #e85197;
    }

    li.b-toiawase,
    a:link li.b-toiawase,
    a:visited li.b-toiawase {
        background-image: url(../img/index/toiawase.gif);
        background-repeat: no-repeat;
        background-position: 99% bottom;
        color: #e85197;
    }

    li.b-access,
    a:link li.b-access,
    a:visited li.b-access {
        background-image: url(../img/index/access.gif);
        background-repeat: no-repeat;
        background-position: 99% bottom;
        color: #e85197;
    }

    li.b-faq,
    a:link li.b-faq,
    a:visited li.b-faq {
        background-image: url(../img/index/faq.gif);
        background-repeat: no-repeat;
        background-position: 99% bottom;
        color: #00afec;
    }

    li.b-web,
    a:link li.b-web,
    a:visited li.b-web {
        background-image: url(../img/index/web.gif);
        background-repeat: no-repeat;
        background-position: 99% bottom;
        color: #e85197;
    }

    li.b-photo,
    a:link li.b-photo,
    a:visited li.b-photo {
        background-image: url(../img/index/web.gif);
        background-repeat: no-repeat;
        background-position: 99% bottom;
        color: #ef8200;
    }

    li.b-digi,
    a:link li.b-digi,
    a:visited li.b-digi {
        background-image: url(../img/index/digi.gif);
        background-repeat: no-repeat;
        background-position: 99% bottom;
        color: #44b034;
    }

    li.b-shien,
    a:link li.b-shien,
    a:visited li.b-shien {
        background-image: url(../img/index/digi.gif);
        background-repeat: no-repeat;
        background-position: 99% bottom;
        color: #0066cc;
    }

    li.b-bank,
    a:link li.b-bank,
    a:visited li.b-bank {
        background-image: url(../img/index/bank.gif);
        background-repeat: no-repeat;
        background-position: 99% bottom;
        color: #0065A8;
    }

    #side {
        margin: 0;
        padding: 0;
        list-style: none;
        z-index: -999;
    }

    #side li {
        float: left;
        display: block;
        width: 190px;
        height: auto;
        background-color: #fff;
        position: relative;
        z-index: 1;
        margin: 0;
        font-size: 12px;
        line-height: 2em;
    }

    #side li.parent {
        background-color: #d66395;
        font-size: 14px;
        color: #fff;
        padding: 6px 0px 6px 8px;
        width: 182px;
        height: auto;
        font-weight: bold;
    }

    #side li a {
        display: block;
        padding: 7px 0px 4px 8px;
        height: auto;
        text-decoration: none;
        color: #333;
        background-color: #fbe5ef;
        border-top: 1px solid #fff;
        /*background-color: #E6E6E6;*/
    }

    #side li a:hover {
        color: #555;
        background-color: #E6E6E6;
        padding: 7px 0px 4px 25px;
        background-image: url(../img/base/point.png);
        background-repeat: no-repeat;
        background-position: 5px center;
    }

    #side li.selected {
        display: block;
        padding: 7px 0px 4px 25px;
        width: 165px;
        font-weight: bold;
        height: auto;
        text-decoration: none;
        color: #666;
        background-color: #E6E6E6;
        border-top: 1px solid #fff;
        background-image: url(../img/base/point.png);
        background-repeat: no-repeat;
        background-position: 5px center;
    }

    #acMenu dd {
        line-height: 2.0em;
    }

    .dot li {
        background-position: left 0.8em;
    }

    #LayoutDiv1 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    }

    .jigyo-date {
        width: 160px;
    }
    .event {
        width: 71%;
    }
    
    /*20190604追加↓↓↓*/
    .fee_table {
        width: 100%;
    }

    .fee_table td {
        padding: 5px;
        border: 1px #333 dotted;
    }

    .fee_headline {
        width: 30%;
    }

    .fee_border_dw {
        border-top: 4px #333 double !important;
    }

    .fee_remarks {
        padding-left: 20px !important;
    }
    /*20190604追加↑↑↑*/

    /* 202302 ヘッドライン ボタン横並び */
    .section .headline .sbs-btn {
      width: 700px;
    }
    .section .headline .sbs-btn .hl-btn a {
      width: 330px;
    }

    .sbs-btn {
      width: 600px;
      display: flex;
      justify-content: space-evenly;
      flex-direction: row;
      flex-wrap: wrap;
    }
    .sbs-btn .ygk-btn a {
      width: 230px;
    }

}



/* 園児募集要項 ボタン */
div.bosyu-btn {
    margin: 0 0 50px 0;
}
.bosyu-btn a {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
    padding: 1em 1em;
    width: 250px;
    color: #333;
    font-size: 17px;
    font-weight: 700;
    background-color: #fbe5ef;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    border: 2px solid #AD0E68;
}
.bosyu-btn a:hover {
    text-decoration: none;
    background-color: #ffcbe2;
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.32);
}