@charset "UTF-8";


/* インでxマーカー */

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


/* link */
.cp_link {
	padding: 0.1em 0.3em;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(255,236,29,1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
	color:#555;
        font-size: 16px; 
}
.cp_link:hover {
	background-position: -100% 0;
	color: #fff;
}



.cp_link:link{
  color: #555;
  text-decoration: none;
}
.cp_link:visited{
  color: #555;
  text-decoration: none;
}

.cp_link:active{
  color: #555;
  text-decoration: none;
}





.btn-sticky {
  display: inline-block;
  padding: 0.3em 0.5em;
  text-decoration: none;
  background: #ffffff;
  border-left: solid 6px #1ba2ff;/*左線*/
  color: #1ba2ff;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}











/* 書籍 */


.edit{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.edit tr{
  border-bottom: solid 1px #eee;
  
}



.edit th,.edit td{
  text-align: center;
  width: 25%;
  padding: 10px 0;
  font-size: 14px;
  color:#555; 
}




#edit{
  position: relative;
  display: inline-block;
  transition: .3s;
    text-decoration: none;
    color: black;
}

#edit::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #31aae2;
  transition: .3s;
  transform: translateX(-50%);
    text-decoration: none;
    color: black;
}

#edit:hover::after{
  width: 100%;
    text-decoration: none;
}

hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}



.doutoku{
text-align: center;
}
.doutoku ul{
margin: 0 ;
padding: 0 ;
}
.doutoku li{
list-style: none;
display: inline-block;
width: 10%;
min-width: 90px;
}
.doutoku li:not(:last-child){
border-right:2px solid #ddd;
}
.doutoku a{
text-decoration: none;
color: #333;
}
.doutoku a.current{
color: #00B0F0;
border-bottom:2px solid #00B0F0;
}
.doutoku a:hover{
color:#F7CB4D;
border-bottom:2px solid #F7CB4D;
}


















/* photo */

h6 {
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #d9d355;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
   margin-top: 10px;
     margin-right: 8px;
}

h6:before {
  content: '●';
  color: white;
  margin-right: 8px;
}


/* photo リンク色指定 */
a.pphoto:link{ color:#555;text-decoration: none;}
a.pphoto:visited{ color:#555;text-decoration: none;}
a.pphoto:hover{ color:#009eff;text-decoration: none;}
a.pphoto:active{ color:#555;text-decoration: none;}



div.gazo-box {
float: left;
padding-right: 20px;
text-align: center
font-size: 12px;
}









h4.maru {
     text-align: center;
	margin-bottom: -20px;
}
 
h4.maru span{
     position: relative;
     display: inline-block;
     padding-bottom:0.2em;
     border-bottom: 1px solid black;
}
      
h4.maru span::before,
h4.maru span::after {
     position: absolute;
     top: 100%;
     left:50%;
     transform:translateX(-50%);
     content: '';
     border: 10px solid transparent;
}
 
h4.maru span::before {
     border-top: 10px solid black;
}
 
h4.maru span::after {
     margin-top: -1px;
     border-top: 10px solid #F4F5F7;
}












.button04{
     display:block;
     width: 170px;
     height:40px;
     line-height: 36px;
     color: #FFF;
     text-decoration: none;
     text-align: top;
     background-color: #f39800; /*ボタン色*/
     border-bottom: solid 6px #ec6c00; /*下線色*/
     border-radius: 5px; /*角丸*/
     margin-left: 20px;
     margin-top: 0px;
}
.button04:hover{
     background-color: #f9c500;/*ボタン色*/
     border-bottom: solid 6px #f39800; /*下線色*/
     color: #fff;
   
}
.button04:active {
     margin-top: 6px;
     border-bottom: none;
     -webkit-transform: translateY(6px);　/*下移動*/
     transform: translateY(6px);
      color: #fff;
     
}

.button04:link{
  color: #fff;
}
.button04:visited{
  color: #fff;
}









/* サブメニュのリンク */
.subm:hover{
  color: #4B0082;
  text-decoration: none;
}

.subm:link{
  color: #555;
  text-decoration: none;
}
.subm:visited{
  color: #555;
  text-decoration: none;
}
.subm:hover{
  color: #B22222;
  text-decoration: none;
}
.subm:active{
  color: #555;
  text-decoration: none;
}















/* サブメニュ */

ul.sample1{
  padding: 0;
  font: 14px/1.6 'arial narrow', sans-serif;
  width:500px;
  list-style: none;
  margin-bottom:0px;
}
ul.sample1 li{
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom:5px;
  color:#393939;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid rgba(129,194,250, 0.5);
  text-align: left;
}
ul.sample1 li:after,
ul.sample1 li:before{
  content: "";
  position: absolute;
  border-radius: 50%;
}
ul.sample1 li:before{
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: rgba(129,194,250,0.5);
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.sample1 li:after{
  top: 1.1em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(129,194,250,0.3);
}

















/*
  フォント名は Win と Mac で少しだけ異なる。
  Windows: "游ゴシック", "Yu Gothic"
  Mac: "游ゴシック体", "YuGothic"
*/
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium"),
       local("Yu Gothic");
       /*
         Chrome 58.0.3029.110 (64-bit) では
         "Yu Gothic Medium" を認識しないバグあるため
         "Yu Gothic" と font-weight も併せて指定。
       */
}
p {
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/*文章のフォント設定 */
p.bun {
 	color:#555; 
	line-height:1.6;
	text-align: justify;
}

p.bunedit {
 	color:#555; 
	line-height:1.6;
	margin-left: 30px;
	
}

p.bun2 {
 	color:#555; 
	line-height:1.6;
	text-align: right
}

p.bun3 {
 	color:#555; 
	vertical-align:middle;
}

p.bunwg {
 	color:#555; 
	vertical-align:middle;
	top:-100px;
}



h5 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

h5:before, h5:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h5:before {
  left:0;
}
h5:after {
  right: 0;
}











/*タイトル */

h2.t {
	padding-bottom: .5em;
	border-bottom: 0px solid #000;
	margin: 0;
}
h2.t span {
	display: block;
	color: #888;
	font-size: .75em;
}



.pos { position:absolute; bottom:22%; right:20.6%; }





#menu ul{ 
margin: 0; 
padding-left: 0; 
list-style-type: none; 
}
#menu li{ 
display: inline; 
padding: 0; 
margin: 0; 
}
#menu li a{
display: block; 
border-left: 8px solid #474655;
border-top: 1px solid #474655;
border-right: 1px solid #474655;
border-bottom: 1px solid #474655;
background-color: #fff;
padding: 3px 10px;
text-decoration: none;
color: #333;
width: 200px; 
margin: 1px 0px;
text-align: left;
font-size: 16px;
}
#menu li a:hover{
border-left: 8px solid #474655;
border-top: 1px solid #474655;
border-right: 1px solid #474655;
border-bottom: 1px solid #474655;
background-color: #9dccde;
}



h1 {
  position: relative;
  padding: 0.6em;
  background: #dcdcdc;
  width: 200px;
  font-size:15px;
  color:#393939;
}

h1:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 10px solid transparent;
  border-top: 10px solid #dcdcdc;
  width: 0;
  height: 0;
}

/* お問い合わせ */


a.bt-samp20{
  display: block;
  position: relative;
  text-decoration: none;
  height:140px;
  width: 200px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 2px 3px #ccc;
  border-top: 2px solid #0095a6;
  border-bottom: 2px solid #0288d1;
  background: #119de9;
  background: -webkit-gradient(linear, left top, left bottom, from(#00bfcb), to(#0095a6));
  background: -moz-linear-gradient(top, #00bfcb, #0095a6);
  background: -o-linear-gradient(top, #00bfcb, #0095a6);
  background: -ms-linear-gradient(top, #00bfcb, #0095a6);
  background: linear-gradient(top, #00bfcb, #0095a6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00bfcb', endColorstr='#0095a6');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00bfcb', endColorstr='#0095a6')";
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.bt-samp20 span{
  display: block;
  padding: 2px 0;
  border-top:2px solid #c6ebff;
}
a.bt-samp20:active{  /* クリックした時 */
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}




/* 会員情報変更 */


a.bt-samp21{
  display: block;
  position: relative;
  text-decoration: none;
  height:140px;
  width: 200px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 2px 3px #ccc;
  border-top: 2px solid #b84333;
  border-bottom: 2px solid #a82a19;
  background: #a82a19;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5b45), to(#b84333));
  background: -moz-linear-gradient(top, #ff5b45, #b84333);
  background: -o-linear-gradient(top, #ff5b45, #b84333);
  background: -ms-linear-gradient(top, #ff5b45, #b84333);
  background: linear-gradient(top, #ff5b45, #b84333);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff5b45', endColorstr='#b84333');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff5b45', endColorstr='#b84333')";
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.bt-samp20 span{
  display: block;
  padding: 2px 0;
  border-top:2px solid #c6ebff;
}
a.bt-samp20:active{  /* クリックした時 */
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}


/* お問い合わせ、会員情報変更　変更後 */


.otoibt {
  display: inline-block;
  padding:  0em 5.2em;
  margin-bottom: 5px;
  margin-top: 5px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(#00bfcb 0%, #0095a6 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 1px #00727e;
}


.otoibt:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}


.kaiinbt {
  display: inline-block;
  padding: 0em 5.2em;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(#ff5b45 0%, #b84333 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 1px #912b19;
}


.kaiin:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.kakuinbt {
  display: inline-block;
  padding: 0em 5.2em;
  margin-top: 5px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(#2e8b57 0%, #008000 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 1px #006400;
}


.kakuin:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}











/* 新着 */

*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.info {margin: 0em auto;padding: 0 1.5em;border: 1px solid #ccc;text-align: left;font-size: 1.3em;line-height: 1.3;color: #444;overflow: auto;width: 76%;height: 20em;background-color: #fcfcfc;}
.info dl {padding: 0em 0;border-bottom: 1px solid #ccc;}
.info dt {padding-bottom: 0;width: 6.5em; background-color:#bbe2f1}


/* top 写真 */


/* すべてのWebページに適用される */
html {
	font-family: sans-serif;
}
html * {
	box-sizing: border-box;
}
body {
	margin: 0 0 0 0;
	background-color: #fffafa;
}
.wrapper {
	margin: 0 auto 0 auto;
	max-width: 960px;
}
h2 {
	color: #3f5170;
	font-size: 22px;
	border-bottom: 3px dotted #3f5170;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
p {
	line-height: 1.6;
}
a:link {
	color: #d25833;
}
a:visited {
	color: #d25833;
}
a:hover {
	color: #e3937a;
}
a:active {
	color: #ff6a3b;
}
img {
	max-width: 100%;
	height: auto;
}


/* 写真のタイトル - */
h3.taikai {
	position: relative;
	padding: .3em .3em .3em 2.3em;
	background: #507ea4;
	color: #fff;
	font-size: 15px; 
	margin-top: 0px;

}
h3.taikai:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	border: none;
	border-left: solid 2em #fafcfc;
	border-bottom: solid 2em transparent;
	
}


h3.shoseki {
	position: relative;
	padding: .3em .3em .3em 2.3em;
	background: #ff4500;
	color: #fff;
	font-size: 15px; 
	margin-top: 0px;

}
h3.shoseki:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	border: none;
	border-left: solid 2em #fafcfc;
	border-bottom: solid 2em transparent;
	
}


/* したのところ - */


.shita {
    padding: 0.5em 0em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #abced8;/*背景色*/
     width : 960px ;
     height : 190px ;
}
.shita p {
    margin: 0; 
    padding: 0;
}


.shita1{
      float : left ;
      width : 400px ;
      height : 160px ;
      background : #abced8 ;
      border : 0px solid #000 ;
      padding: 5px 0px 10px 10px;}
      }

.shita2 {
　　　float : left 
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #fffafa;;/*背景色*/
}
.shita2 p {
    margin: 0; 
    padding: 0;
}



.jimusetumei{
    display: flex;
    border: 10px solid #abced8;
	background: #abced8;
	width: 958px;
	margin-top: 20px;
}
.jimusetumei div{
    border: none;

}
.jiright{
    width: 550px;
	text-align: center;
    background: #fffafa;/*背景色*/
}
.jileft{
    /*コレ追加*/width: calc(100% - 550px);
	margin-left: 10px;
	background: #abced8;/*背景色*/
}

/*PCでは無効（改行しない）*/
.sma{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}





/* すべてのページに適用 - ヘッダー - */
.logo {
	margin: 50px 0 40px 0;
	line-height: 0;
	text-align: center;
}

/* メニュー - */

.nav ul{
  margin:0;
  padding:0;
}
.nav ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:14px;
  float: left;
  position: relative;
  width: 120px;/*親メニューの幅*/
  height: 60px;/*親メニューの高さ*/
  line-height: 40px;
  background:#81b3c3;/*親メニューの背景色*/
  color: #4D4D4D;/*親メニューの文字色*/
  text-align:center;
  font-weight:bold;
  
}
.nav ul li a {
  color: #4D4D4D;
  display: block;
  text-decoration: none;
}
.nav ul li:hover, .nav ul li a:hover {
  background:#62aeff;/*ホバー時の親メニューの背景色*/
  color:#fff;/*ホバー時の親メニューの文字色*/
}
.nav ul li ul {
  position: absolute;
  top: 60px;/*親メニューの高さと同じにする*/
  width: 140px;
  z-index: 100;
}
.nav ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 165px;/*サブメニューの幅*/
  height: 0;
  background:#dcdcdc;/*サブメニューの背景色*/
}
.nav ul li ul li:hover, .nav ul li ul li a:hover {
  background:#488ede;/*ホバー時のサブメニューの背景色*/
}
.nav ul li:hover ul li, .nav ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:40px;/*サブメニューの高さ*/
  z-index: 10;
}

/* メニュー の横- */

.kochira ul{
  margin:0;
  padding:0;
}
.kochira ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:14px;
  float: left;
  position: relative;
  width: 240px;/*親メニューの幅*/
  height: 60px;/*親メニューの高さ*/
  line-height: 40px;
  background:#9dccde;/*親メニューの背景色*/
  color: #4D4D4D;/*親メニューの文字色*/
  text-align:center;
  font-weight:bold;
  
}




/* すべてのページに適用 - フッター - */
.footer {
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding: 0px 15px 20px 15px;
	font-size: 12px;
	color: #3f5170;
}

/* サイトマップ - フッター - */
footer{}
.footer-container{
padding:20px;
border-radius:0 0 0px 0px;
padding:20px;
background:#d0e6f2;
}
.footer-nav{
display:flex;
justify-content:space-around;
color:#808080;
	
}

.footer-nav ul{
margin:0;
padding:0;
list-style:none;
font-size:0.8rem;
}

.footer-container a{ color:#808080;}



/* サイトマップ - フッター - */
footer2{}
.footer2-container{
padding:20px;
margin-bottom: -500px;
border-radius:0 0 0px 0px;
background:#d0e6f2;
}
.footer2-nav{
display:flex;
justify-content:space-around;
color:#808080;
	
}

.footer2-nav ul{
margin:0;
padding:0;
list-style:none;
font-size:0.8rem;
}

.footer2-container a{ color:#808080;}



/* 個別のスタイル */
/* index.html */
.keyvisual {
	margin: 15px 0 0 0;
}
.news-item {
	margin: 0;
}

/* about.html */
.shop-photo {
	float: left;
	padding: 0 1em 1em 0;
}
.clear {
	clear: both;
}
/* テーブル */
.info {
	border-collapse: collapse;
}
.info th, .info td {
	padding: 8px;
	border: 1px solid #bec2c7;
	text-align: left;
}
.info th {
	background-color: #dde2ea;
	width: 90px;
	color: #3f5170;
	vertical-align: top;
}

/* menu.html */
.menu-item {
	display: flex;
	border-bottom: 0px dashed #bec2c7;
	padding:  10px 8px;
	
}
.top-photo {
	margin-right: 16px;
	flex: 1 1 50px;
	
}

img.topphoto{ width: 230px;
height: 150px;
}


.top-shoseki {
	margin-right: 16px;
	flex: 1 1 50px;
	
}

img.topshoseki{ width: 230px;
height: 200px;
}

.menu-text {
	flex: 0 0 470px;
	
}

/* access.html */
.map {
	text-align: center;
}

/* contact.html */
form div {
	padding:12px;
	border-bottom: 1px dashed #bec2c7;
}
select {
	width: 30em;
}
input[name="subject"] {
	width:30em;
}
textarea {
	width: 30em;
	height: 6em;
}
input[type="submit"] {
	margin: 20px 0;
	width: 30em;
}





/* アーカイブCSS */

h2.aikon {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

h2.aikon:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ archive';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}


.defaultlistdefaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
.list1 li{
	position:relative;
	padding-left:20px;
}
.list1 li:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:3px; 
	left:2px; 
	height:0; 
	width:0; 
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #aaa;
}




  .gg-file-document {
 box-sizing: border-box;
 position: relative;
 display: block;
 transform: scale(var(--ggs,1));
 width: 14px;
 height: 16px;
 border: 2px solid transparent;
 border-right: 0;
 border-top: 0;
 box-shadow: 0 0 0 2px;
 border-radius: 1px;
 border-top-right-radius: 4px;
 overflow: hidden
}

.gg-file-document::after,
.gg-file-document::before {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute
}

.gg-file-document::before {
 background: currentColor;
 box-shadow:
 0 4px 0,
 -6px -4px 0;
 left: 0;
 width: 10px;
 height: 2px;
 top: 8px
}

.gg-file-document::after {
 width: 6px;
 height: 6px;
 border-left: 2px solid;
 border-bottom: 2px solid;
 right: -1px;
 top: -1px
} 
 
 .gg-file-document {
    float:  left;   /* 回り込み指定 */
}


h4.midashia {
 padding: .2em .75em;
  background: -webkit-linear-gradient(top, #d2f7ff 0%, #95ddff 100%);
  background: linear-gradient(to bottom, #d2f7ff 0%, #95ddff 100%);
  color: #333333;
 
width: 650pt;
}




 .gg-arrow-right-o {
 box-sizing: border-box;
 position: relative;
 display: block;
 width: 22px;
 height: 22px;
 border: 2px solid;
 transform: scale(var(--ggs,1));
 border-radius: 20px
}

.gg-arrow-right-o::after,
.gg-arrow-right-o::before {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute;
 right: 4px
}

.gg-arrow-right-o::after {
 width: 6px;
 height: 6px;
 border-top: 2px solid;
 border-right: 2px solid;
 transform: rotate(45deg);
 bottom: 6px
}

.gg-arrow-right-o::before {
 width: 10px;
 height: 2px;
 bottom: 8px;
 background: currentColor
} 

 .gg-arrow-right-o {
    float:  left;   /* 回り込み指定 */
}





h2.wg {
     position: relative;
     color: white;
     padding:0.2em 0.5em 0.2em 1.0em;
     background-color: #446689;
     margin-bottom:-10px;
}
 
h2.wg::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 18px;
     height:4px;
     background-color:white;
}




/* 大会申し込み*/

.link_button {
  font-weight: bold;/*太字に*/
  text-decoration: none;/*下線消す*/
  background: #0047a6;/*背景を水色に*/
  color:white;/*文字を白に*/
  padding:5px 5px;/*内側の余白*/
  border-radius: 5px;/*角を丸くする*/
  font-family: 'Avenir','Arial';/*フォントをいい感じに*/
}
/*以下カーソルを当てたとき*/
.link_button:hover {
  background: #0093e7;/*背景色をシルバーに*/
  text-decoration: none;/*下線を消す*/
}

/*以下訪問済みのデザイン*/
.link_button:visited {
  color: white;/*文字をグレイに*/
}

/*以下訪問済みのデザイン*/
.link_button:active {
  color: white;/*文字をグレイに*/
}


/* 大会ホームページへ*/
.button_solid017 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: -15px auto;
    max-width: 240px;
    padding: 5px 5px;
    color: #543618;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #eeee;
    border-radius: 50px;
    border: 0.2rem solid #543618;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
	margin-top: -40px;
}
.button_solid017 a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
.button_solid017 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #543618;
    border-right: 3px solid #543618;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}







/* スマートフォン向けCSS */
@media (max-width: 767px) {
	/* 全体 - ナビゲーション */
	.wrapper {
		margin: 0 8px;
	}
	.logo {
		margin: 30px 0;
	}
	.logo img {
		width: 200px;
	}
	.nav {	
		background-color: #dfddda;
	}
	.nav li {
		display: block;
	}

	

	/* contact.html - フォーム */
	select {
		width: 100%;
	}
	input[name="subject"] {
		width: 100%;
	}
	textarea {
		width: 100%;
	}
	input[type="submit"] {
		margin: 20px 0;
		width: 100%;
	}	
}


	/* 大会 修正ボタン */
.re100 {
  font-weight: bold;/*太字に*/
  text-decoration: none;/*下線消す*/
  background: #A8090B;/*背景を水色に*/
  color:white;/*文字を白に*/
  padding:3px 5px;/*内側の余白*/
  border-radius: 20px;/*角を丸くする*/
  font-family: 'Avenir','Arial';/*フォントをいい感じに*/
}
/*以下カーソルを当てたとき*/
.re100:hover {
  background: #B95B5C;/*背景色をシルバーに*/
  text-decoration: none;/*下線を消す*/
}

/*以下訪問済みのデザイン*/
.re100:visited {
  color: white;/*文字をグレイに*/
}


/* 大会ホームページへ*/
.button_solid017 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: -30px 0 0 10px;
    max-width: 340px;
    padding: 5px 5px;
    color: #543618;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #eeee;
    border-radius: 50px;
    border: 0.2rem solid #543618;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
}
.button_solid017 a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
.button_solid017 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #543618;
    border-right: 3px solid #543618;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}




/* セミナーのページ分割用*/


.semi001 {
    position: relative;
    color: #ffffff;
    border-radius: 10px;
    background: rgb(2, 60, 168);
    width: 90%;
    padding: 10px;
    margin: 0 auto;
	font-size: 15px;
}
.semi001:after {
    position: absolute;
    bottom: -15px;
    left: 30px;
    content: '';
    border-width: 20px 10px 0 10px;
    border-style: solid;
    border-color: rgb(2, 60, 168) transparent transparent transparent;
}


.semi002 {
    position: relative;
    color: #ffffff;
    border-radius: 10px;
    background: #1FA380;
    width: 90%;
    padding: 10px;
    margin: 0 auto;
	font-size: 15px;
}
.semi002:after {
    position: absolute;
    bottom: -15px;
    left: 30px;
    content: '';
    border-width: 20px 10px 0 10px;
    border-style: solid;
    border-color: #1FA380 transparent transparent transparent;
}