@charset "UTF-8";
/* common */
body{
    line-height: 1.5;
    font-family: "M PLUS 1p";
}
a{
    color: #6A6565;
}
a:hover{
    transition: .3s;
    opacity: 0.5;
}
.cas{
    text-decoration: underline;
}
.wid{
    max-width: 966px;
    margin:0 auto;
    font-family: 'Yomogi', cursive;
    background-color: rgba(255, 255, 255, 0.144);
    padding-bottom: 50px;
}
.sec{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.p{
    font-size: 15px;
}
/* bg */
html {
    height:100%;
}
.bg {
    animation:slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #faedd0 20%, #b4e5f8 80%);
    bottom:0;
    left:-50%;
    opacity:.8;
    position:fixed;
    right:-50%;
    top:0;
    z-index:-1;
}

.bg2 {
    animation-direction:alternate-reverse;
    animation-duration:4s;
}

.bg3 {
    animation-duration:5s;
}

@keyframes slide {
    0% {
        transform:translateX(-25%);
    }
    100% {
        transform:translateX(25%);
    }
}
/* header */
header{
    background-color: #342819;
    font-size: 20px;
}
nav{
    width: 966px;
    margin:0 auto;
}
ul{
    display: table;
    width: 100%;
    text-align: center;
}
ul li{
    display: table-cell;
    width: 33%;
    min-width: 50px;
}
ul li a{
    display: block;
    width: 100%;
    padding: 12px 0;
    color: white;
}
ul li.int{
    background-color: #DEEBF7;
}
ul li.int a{
    color: white;
}
ul li:hover{
    background-color: #F4A01A;
}
/* main */
.main {
    position: relative;
}
.main_wrap{
    position: absolute;
    float: right;
    top: 30vw;
    left: 60%;
    color: black;
}
.main_img{
    width: 100%;
}
/* btn */
.main_wrap{
    margin-top:50px;
    margin-left: 20px;
    white-space: nowrap;
}
.btn{
    padding:5px 20px;
    margin-bottom: 100px;
    color: white;
    background-color: red;
    border-radius: 8px;
    font-size: 30px;
    font-family: "M PLUS 1p";
}
.com{
    margin-left: 10px;
    margin-top: 15px;
    font-family: "M PLUS 1p";
}
.btn:hover{
    background: #f14747;
  }
/* but */
.but{
    display: inline-block;
    padding: 0.5em 1em 0.3em;
    position: relative;
    color: #c57d7d;
    border: solid 2px #f8ac64;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    margin:10px 5px;
    font-size: 20px;
    text-decoration: underline;
}
.but::before{
    background-color: #ffffff6e;
    border-radius: 5px;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: -1;
}
/* cast */
.cast{
    color: black;
    text-align: center;
    padding:0 40px;
    font-family: 'Yomogi', cursive;
    padding-top: 50px;
}
.cast_img{
    margin:20px 0 20px 0;
}
.cast_name{
    font-size: 25px;
    font-weight: bold;
    color: #3C2300;
    font-family: 'Yusei Magic', sans-serif;
}
.castin{
    font-size: 12px;
}
.name{
    font-family: 'Yusei Magic', sans-serif;
}
.cast_txt{
    font-size: 15px;
}
.fuki{
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 15px 40px;
    min-width: 120px;
    max-width: 100%;
    color: black;
    font-size: 16px;
    background: #F8DEB4;
    border-radius: 15px;
    box-shadow: #555 5px 5px;
    font-family: 'Yomogi', cursive;
    font-weight: bold;
}
.fuki::before{
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #F8DEB4;
}
.fuki p{
    margin: 0;
    padding: 0;
}
.cast a{
    color: #555;
}
.line{
    margin:30px 0;
    height: 3px;
	border-width: 0;
	background-color: #ffccbc;
	background-image: -webkit-linear-gradient(135deg,
	#ff5722 0px,#ff5722 2px, transparent 2px, transparent 4px,
	#ff5722 4px, #ff5722 6px, transparent 6px, transparent);
	background-image:         linear-gradient(-45deg,
	#ff5722 0px,#ff5722 2px, transparent 2px, transparent 4px,
	#ff5722 4px, #ff5722 6px, transparent 6px, transparent);
	background-size: 6px 6px;
}
.blink{
    margin-top: 10px;
    animation: blinkEffect 1s ease infinite;
    color: yellow;
    font-size: 25px;
    text-shadow: 1px 1px 0 rgb(136, 136, 136);
    font-weight: bold;
}
@keyframes blinkEffect {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
/* guest */
.but2{
    margin:10px 5px 0;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: black;
    border: solid 1px rgba(0, 0, 0, 0.418);
    border-radius: 3px;
    transition: .4s;
    background-color: rgba(255, 255, 255, 0.192);
}
  
.but2:hover {
    border-style: dotted;
    color: black;
}
.adu{
    margin-top: 100px;
}
.adj{
    padding-left: 15px;
}
.guest{
    border-collapse: collapse;
    margin: 0 auto;
}
.table{
    color: black;
    margin-bottom: 50px;
}
.table-img,.table_txt{
    vertical-align: top;
    padding-bottom: 15px;
}
.table_txt{
    padding:0 15px;
}
.tr{
    padding:0 15px;
}
.table_name{
    font-size: 20px;
    color: #3C2300;
    font-weight: bold;
    font-family: 'Yusei Magic', sans-serif;
}
.tab_txt{
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}
.tab_name{
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 5px;
    font-family: 'Yusei Magic', sans-serif;
}
.cen{
    text-align: center;
}
.hr{
    margin:40px 0 20px ;
}
.rikustagram{
    color: black;
    text-decoration: underline;
}
/* table_fuki */
.table_fuki1{
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 20px 40px;
    min-width: 300px;
    max-width: 100%;
    color: black;
    background: #E1F3F8;
    font-size: 15px;
    border-radius: 15px;
    box-shadow: rgb(133, 132, 132) 5px 5px;
}
.table_fuki1::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #E1F3F8;
}
.table_fuki1 p{
    margin: 0;
    padding: 0;
}
.table_fuki2{
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 20px 30px;
    min-width: 300px;
    max-width: 100%;
    color: black;
    background: #E1F3F8;
    font-size: 15px;
    border-radius: 15px;
    box-shadow: rgb(133, 132, 132) 5px 5px;
}
.table_fuki2::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #E1F3F8;
}
.table_fuki2 p{
    margin: 0;
    padding: 0;
}
/* staff */
.flex-container {
    font-family: "M PLUS 1p";
    display: flex;
    padding-left: 121px;
    align-items:center;
}
.flex-1 {
    width: 50%;
    padding-left: 55px;
 }
#page-top {
    position: fixed;
    bottom: 150px;
    right: 15%;
}
#page-top a {
    background-color: rgba(255, 145, 0, 0.493);
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
}
#page-top a:hover {
    background-color: rgb(255, 196, 0);
    text-decoration: none;
}

/* obi */
.obi{
    padding:25px 0;
    background-color: orange;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-shadow: 3px 3px gray;
}
/* footer */
footer{
    text-align: center;
    color: #6A6565;
    font-size: 15px;
}

@media screen and (min-width: 1280px) {
    .btn{
        font-size: 40px;  
    }
    .com{
        font-size: 20px;
    }
}