@charset "UTF-8";
html {
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;
}
body {
    line-height: 1.5;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #000;
}
a,
a:link {
    text-decoration: none;
    color: #3585b7;
}
a:visited {
    color: #6252B7;
}
a:hover {
    text-decoration: none;
    color: #555;
}

/*header footer*/
/*header:g-navi*/
.g-navi {
	display: flex;
  }
  .g-navi h1 {
	margin: 10px 0 0 10px;
  }
  .g-navi nav {
	margin: 0 0 0 auto;
  }
  .g-navi nav ul {
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
	display: flex;
  }
  .g-navi nav ul li a,
  .g-navi nav ul li a:link,
  .g-navi nav ul li a:visited {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #000;
  }
  .g-navi nav ul li a:hover {
	color: #888;
  }

/* footer */
footer {
    background: #ede6e6;
    padding: 20px;
}
footer ul {
    list-style-type: none;
    margin: 0 5px;
    padding: 0;
    display: ;/*flex*/
    justify-content: center;/*flex-end*/
}
footer ul li {
    margin: 0 0 0 20px;
}
footer ul li a,
footer ul li a:link,
footer ul li a:visited {
    text-decoration: none;
    font-size: 13px;
    color: #000;
}
footer ul li a:hover {
    color: #888;
}
footer p {
    margin: 0;
    text-align: center;
    color: #888;
}
/*table　枠下線付き*/
#btmline table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 800;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word; 
}

#btmline table tr{
  border-bottom: solid 2px #eee;
  cursor: pointer;
}

/*table tr{
  border-bottom: solid 2px #eee;
  cursor: pointer;
}
table td {
  border-bottom: solid 2px #eee;
  cursor: pointer;
  padding: 5;
}

/*table tr:hover{
  background-color: #d4f0fd;
} 

table td{
  width: 50%;
  height: 50px; /*50  
  padding: 5px 0;
  background-size: 100%;
  background-position: left 2px ;
  background-repeat: no-repeat;
  display: block;
}
 */      

/* main */
/*.main section {
  padding-top: 5%; /*トップ静止画の高さ設定*
  width: 100%; 
  height: 1050px;
  background-image: url('../top_img/anigif0708.gif');
  background-size: cover;
}        
.main .inner {
    width: 990;/*990*
    margin: 20px auto;/*40px auto
}*/
.main h2 {
    margin: 30px 0 10px;
    font-weight: normal;
    font-size: 25px;
    color: #7f6666;
}
.main h3 {
    margin: 20px 0 10px;
    font-weight: normal;
    font-size: 22px;
    color: #7f6666;
}
.main p {
    margin: 0 0 15px;
}
.main dl {
    width: 100%;
}
.main dl dt {
    float: left;
    clear: both;
    padding: 10px 0;
    color: #998484;
}
.main dl dd {
    border-bottom: solid 1px #ccc;
    margin: 0;
    padding: 10px 0 10px 15%;
}
.main .title {
    padding: 50px;
    background: #f4e3e3;
}
.main .title h1 {
    margin: 0;
    line-height: 1;
    font-size: 45px;
    color: #7f6666;
}
.main .title ol {
    list-style-type: none;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
}
.main .title ol li {
    font-size: 13px;
}
.main .title ol li::after {
    content: ">";
    margin: 0 5px 0 10px;
}
.main .title ol li:last-child::after {
    content: none;
}
.main ul {
    margin: 0 0 60px;
    padding: 0 0 0 20px;
}

/* home */
.home main .visual {
    /*background: url(img/sanshuTitleback0412.gif) no-repeat center top;*/
    height: 800px;
    padding: 10px 0px 0px;/*20px 0px 0px*/
    box-sizing: border-box;
}
.home main .visual p {
    color: #7f6666;
}
.home main .visual p.catch {
    font-size: 45px;
    align: center;
}
   /*section*/       
.home main section {
    display: flex;
    margin-top: 10px;
}
.home main section div {
    width: 950;
    align: center;
    padding: 0 0 0 0px;
}
    

img {
    padding-left: em;    
        }
img .img01 {
    padding-left: 2em;        
        }
        /*  
.home main section:first-child {
    flex-direction: row-reverse;
}
       
.home main section:first-child div {
    padding: 0 0 0 20px;
}
*/ 
/* guide */
.guide main .about {
    display: flex;
}
.guide main .about div {
    width: 50%;
}
.guide main dl {
    font-size: 18px;
}
.guide main dd {
    border: none;
    padding-left: 5em;
}
.guide main table {
    width: 100%;
    text-align: center;
}
.guide main table,
.guide main table th,
.guide main table td {
    border: solid 1px #ccc;
    border-collapse: collapse;
}
.guide main table th,
.guide main table td {
    padding: 5px;
}
.guide main table th {
    background: #f7f0f0;
    color: #998484;
}

/* cast */
.cast main .cast-profile {
    display: flex;
    margin-top: 50px;
}
.cast main .cast-profile dl {
    margin: 0 0 0 50px;
    font-size: 18px;
}

/* contact */
.contact main .must {
    margin: 0 5px;
    color: #d23939;
}
.contact main p {
    margin: 0 0 50px;
}
.contact main dl dd {
    padding-left: 15em;
}
.contact main input,
.contact main textarea {
    border: solid 1px #ccc;
    padding: 5px;
    box-sizing: border-box;
}
.contact main input[name="email"] {
    width: 50%;
}
.contact main textarea {
    width: 100%;
}
.contact main .submit {
    margin: 10px 0;
    text-align: center;
}
.contact main input[type="submit"] {
    background: #7f6666;
    padding: 20px;
    width: 300px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.contact main input[type="submit"]:hover {
    opacity: 0.8;
}


/* :::::: cssgrid :::::: */
.cssgrid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(400px, 4fr));/*fr文字行数*/
    grid-auto-rows: 1fr;
    grid-gap: 0.8em;
    border: none;
    padding: 0.2em;
    margin: 0 0 1em;
  }
  
  .cssgrid > div {
    background: #fff;/*#ddd*/
    height: 120px;/*格納箱高さ*/  
    overflow: auto;
    min-width: 0;
    padding: 1em;
    border-radius: 5px; /*角丸*/
    box-shadow: 2px 2px;/*枠影右。下*/
  }
/*:pager:*/
.pager {
    overflow: hidden;
  }
  .pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
  }
  .pager ul li {
    margin: 0 1px;
    position: relative;
    left: -50%;
    float: left;
  }
  .pager ul li span,
  .pager ul li a {
    display: block;
    font-size: 16px;
    padding: 0.6em 1em;
    border-radius: 3px;
  }
  .pager ul li a {
    background: #EEE;
    color: #000;
    text-decoration: none;
  }
  .pager ul li a:hover {
    background: #333;
    color: #FFF;
  }
/*TOPindexリンクボタン青　角丸*/
.myButtonBlu {
	box-shadow:inset 0px 1px 3px 0px #1564ad;
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	background-color:#79bbff;
	border-radius:0px;
	border:0px solid #337bc4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
	text-shadow:0px -1px 0px #528ecc;
}
.myButtonBlu:hover {
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	background-color:#378de5;
}
.myButtonBlu:active {
	position:relative;
	top:1px;
}
/*https://www.bestcssbuttongenerator.com/*/
/*Button基本形*/    
/*サイト内*/ 
.BtnGrey {
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:linear-gradient(to bottom, #b7d2cb 5%, #8e9595 100%);
	background-color:#f5f6f6;
	border-radius:5px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:5px 15px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.BtnGrey:hover {
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	background-color:#6c7c7c;
}
.BtnGrey:active {
	position:relative;
	top:1px;
}


/*TOPindexリンクボタン青　角丸*/
.myButtonBlu {
	box-shadow:inset 0px 1px 3px 0px #1564ad;
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	background-color:#79bbff;
	border-radius:30px;
	border:1px solid #337bc4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
	text-shadow:0px -1px 0px #528ecc;
}
.myButtonBlu:hover {
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	background-color:#378de5;
}
.myButtonBlu:active {
	position:relative;
	top:1px;
}
