 <style>
    body {
			font: 15px, 'Yu Mincho Light' #333333;
		}
		div, ul, li, p, h1, h2, h3 {
			padding: 0;
			margin: 0;
		}
		.cf:before,
		.cf:after {
			content: " ";
			display: table;
		}
		.cf:after {
			clear: both;
		}
		.cf {
			*zoom: 1;
		}
		header {
			position: fixed;
			z-index: 50;
			background: #fff;
			width: 100%;
		}
		#head-in {
			padding: 20px;
		}
		header p.link {
			float: right;
		}
		header h1 {
			font-weight: normal;
			font-size: 15px;
			float: left;
		}
		a {
			color: #333;
            opacity: 0.7;
		}
		a:hover {
			color: #960014;
			text-decoration: none;
            transition: all 0.3s ease 0s;
		}
		header a {
			text-decoration: none;
		}
		header a:hover {
			color: #960014;
			text-decoration: underline;
		}
		.section {
		}
        #slide1 {
            background-position: center;
            background-size: cover;
			background-image: url(../img/bg01.jpg);
		}
       #slide2 {
           background-position: center;
            background-size: cover;
			background-image: url(../img/bg02.jpg);
		}
        #slide3 {
            background-position: center;
            background-size: cover;
			background-image: url(../img/bg03.jpg);
		}
        #slide4 {
           background-position: center;
            background-size: cover;
			background-image: url(../img/bg04.jpg);
		}
        #slide5 {
           background-position: center;
            background-size: cover;
			background-image: url(../img/bg01.jpg);
		}
		.section p {
			font-family: 'Yu Mincho', "メイリオ", "ＭＳ Ｐゴシック";
		}
        p{
            opacity: 0.7;
        }
		.panel {
			background-color: rgba(237,213,213,0.95);
			width:fit-content;
			padding: 40px;
			margin: 0 auto;
			box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
		}
		h2 {
			border-bottom: solid 1px #bf9393;
            width: fit-content;
            margin: 0 auto 13px;
			font-weight: normal;
			font-size: 24px;
            color: #bf9393;
		}
        h3 {
            color: #bf9393;
            margin: 0 auto 13px;
		}
		footer {
            background-color: #eed6d6;
			position: fixed;
			bottom: 0;
			width: 100%;
			text-align: center;
			padding: 0;
			z-index: 50;
            display: flex;
		}
        nav{
            margin: auto;
            padding-right: 60px;
        }
        nav ul{
            display: flex;
        }
		nav li {
			display: flex;
		}
        nav li a {
			color: #bf9393;
			text-decoration: none;
			margin: 0 20px;
            display: flex;
            align-items: center;
		}
        .active a{
			border-bottom: solid 3px #bf9393;
		}
		nav li a:hover {
			color: #bf9393;
            border-bottom: solid 3px #bf9393;
		}
        .catch{
            font-size: 20px;
            display: flex;
            justify-content: center;
        }
        .typ {
          opacity: 0;
        }
        .typ span {
          opacity: 0;
        }
        .text{
            text-align: center;
            margin: auto;
            padding: 20px;
            line-height: 2em;
        }
        .text p{
           line-height: 2em;
        margin-bottom: 1em;
        }
        .white{
           color: white;
        }
        .big{
            font-size: 30px;
        }
        .right{
            text-align: right;
        }
.righttable{
    margin-left: auto;
}
.tablecenter{
    margin: auto;
    font-size: 20px;
}

        .center{
            text-align: center;
            font-size: 20px
        }
        .bgblack{
            background: #000;
                display: table;
        }
        .bgwhite{
            background: #fff;
                display: table;
        }
        .naname{
            transform: rotateZ( 10deg );
            font-size: 18px;
        }
        .logo{
                display: flex;
        }
        
        .staff{
            line-height: 1.5em;
             margin-bottom: 1em;
        }
        .staff h3{
            border-bottom: solid 1px #bf9393;
            width: fit-content;
            margin: 0 auto 13px;
			font-weight: normal;
			font-size: 24px;
            color: #bf9393;
        }
        .my-white {
            color: #fff
        }
.coming{
    text-align: center;
    font-size: 14px
}
        .shutter{
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background:#edd4d4;
            z-index: 100;
            display: flex;
    justify-content: center;
    align-items: center;
        }


        @media screen and (max-width:480px) { 
            .panel{
                padding: 5% 10%;
               width: 85%;
               margin-bottom: 60px;
            }
            .text p {
                line-height: 1.5em;
            }
            nav li a {
                margin: 0 8px;
            }
            .google_map{
            position:relative;
            width:100%;
            height:0;
            padding-top: 120%;
            }
            .google_map iframe{
                position:absolute;
                top:0;
                left:0;
                width:100%;
                height:100%;
            } 
        }
        </style>