@charset "Shift-JIS";

/* -------------------------------------------------------- CSS Information
Lust up date:   2010.10.29
Style Info:
------------------------------------------------------------------------ */

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------news*/
dl#divide {
  width:100%;
  margin:0;
  padding:0;
  display: inline-block;
}
dl#divide::after {
  clear:both;
  content:"";
  display: block;
}
dl#divide dt {
  float: left;
	width:30%;
	margin:0 10%;
	text-align: center;
}
dl#divide dd {
  float: right;
	width:30%;
	margin:0 10%;
	text-align: center;
}

a.link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: .9em 2em;
    border-top: 2px solid #666;
    border-right: none;
    border-bottom: 2px solid #666;
    border-left: none;
    background-color: #fff;
    color: #666;
    font-size: 2em;
		font-weight:bold;
		text-decoration: none;
}
a.link:hover {
	background: #666;
	color:#fff;
	opacity:0.6;
}
a.link::before,
a.link::after {
    position: absolute;
    width: 2px;
    height: 140%;
    background-color: #666;
    content: '';
}

a.link::before {
    left: calc(3.1em / 5 - 1px);
}

a.link::after {
    right: calc(3.1em / 5 - 1px);
}
.spacer{
  height:50px;
  display: block;
  content:"";
}
a.button-10 {
	text-decoration: none;
	color:#fff;
}
a.button-10 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 350px;
    margin: 0 auto;
    padding: 1em 2em;
    overflow: hidden;
    border: none;
    border-radius: 5px;
    background-color: #9E2127;
    color: #fff;
    font-weight: 600;
    font-size: 2em;
		text-decoration: none;
		color:#fff;
}

a.button-10::before {
    display: block;
    position: absolute;
    top: -50%;
    left: -30%;
    transform: rotate(30deg);
    width: 70px;
    height: 100px;
    content: '';
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    animation: animation-button-10 2s infinite linear;
}

@keyframes animation-button-10 {
    17% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

a.button-10::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

a.button-10:hover {
    background-color: #68100D;
}
@media screen and (max-width:780px){
  a.link {
      width: 70%;
  }
}
p.tax{
  font-size:12px;
  width:100%;
  text-align: right;
  color:#666;
  margin-top:30px;
}
p.set-menu{
  font-size:12px;
  width:100%;
  color:#666;
}
/*Table*/
table#menu {
	width: 100%;
	margin: 5px auto;
}
table#menu th, table#menu td {
	padding: 10px 20px;
	border-bottom: 1px dotted #ccc;
	text-align: left;
	font-size:16px;
}
table#menu th {
	width:70%;
}
table#menu td {
	text-align: right;
}
table#menu th strong {
	font-weight:bold;
}
table#menu th.course {
	padding-top:20px;
}
table#menu th.course .titletext{
  font-size:130%;
  color:#666;
}
table#menu th .titletext strong{
  font-size:130%;
}
table#menu th small{
  font-size:70%;
  color:#666;
}
table#menu th .titletext strong small{
  font-size:70%;
}
.line{
  background: url("../img/menu/line.png") repeat-x center center;
  height:20px;
  width:100%;
  margin:10px 0;
  display:block;
  content:"";
}
.thum_nail{
  width:100%;
  text-align: center;
}
.thum_nail img{
  width:100%;
  max-width:940px;
}
.thum_nail a img:hover{
  opacity:0.8;
}
