@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
@import url('https://fonts.googleapis.com/css?family=Alex+Brush');
/* reset*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    background: #fff;
    color: #545454;
    letter-spacing: 0.1em
}

a {
    color: #0b8793;
    text-decoration: none;
}

.inner {
    width: 980px;
    margin: 0 auto;
}

.inner:after {
    content: "";
    clear: both;
    display: block;
}
.info {
	border:#000;
	background-color:rgba(255,255,255,0.6);
	display:block;
	margin:0 auto;
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:800px;
	height:40%;
	padding:50px;
	border-radius:10px;
	box-shadow:0px 0px 3px 3px #fff;
}
.info p {
	color:#000;
	line-height:1.4em;
}
/* header */

#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 30px;
    line-height: 1;
    z-index: 999;
    background: #000;
}

#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}

#top-head .inner {
    position: relative;
}

#top-head .logo {
    float: left;
    font-size: 36px;
}

#top-head .logo:before {
    content: '';
    display: inline-block;
    background-image: url(../img/logo_w1.png);
    background-repeat: no-repeat;
    width: 220px;
    height: 81px;
    vertical-align: middle;
    background-size: contain;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}

#global-nav ul li {
    float: left;
}

#global-nav ul li a {
    padding: 0 30px;
}

/* Fixed */

#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255, 255, 255, .7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}

#top-head.fixed .logo:before {
    content: '';
    display: inline-block;
    background-image: url(../img/logo_b1.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 74px;
    vertical-align: middle;
    background-size: contain;
}

#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}

/* Toggle Button */

#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}

/* main */

#main {
	    margin-top:140px;
            background-image: url(../img/bg_001.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            height: 95vh;

        }
#wrap {
	margin-top:140px;
}

.contents {
  max-width:58vw;
  height:auto;
  padding:20px;
  line-height:2.4em;
  margin:0 auto;
  border:solid 1px #ddd;
  margin-top:30px;
  margin-bottom:30px;
  box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
}
/* floor */


.main-inner {
	background-image: url(../img/bg_001.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 10% 32%;
	height:20vh;
}
.main-inner h1 {
	color:#fff;
	text-align:center;
	font-size:1.6em;
	padding-top:60px;
}
.main-inner h1 span {
	font-size:1.0em;
	display:block;
	margin-top:5px;
font-family: 'Alex Brush', cursive;
}

.floor-img {
	margin-top:1px;
	display:flex;
	flex-wrap:wrap;
}
.floor-img img {
	width:50vw;
	height:auto;
}
.floor-item {
	width: 50%;
	box-sizing: border-box;
}
/* access */

.address {
	display:block;
	margin:0 auto;
	font-size:0.9em;
	background-image: url(../img/bk_001.jpg);
	background-repeat: no-repeat;
	background-size:360px;
	background-position: 73% 50%;
	height:auto;
}

.address dl {
  max-width:58vw;
  height:auto;
  padding:20px;
  line-height:2.4em;
  margin:0 auto;
  border:solid 1px #ddd;
  margin-top:30px;
  margin-bottom:30px;
  box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
}
.address dt {
  float:left;
  margin-left:30px;
  background:#bbb;
  color:#fff;
  width:80px;
  padding-left:10px;
  border-radius:5px;
  font-size:0.9em;
}
.address dd {
  margin-left:150px;
  margin-bottom:5px;
}
.map{
     border:solid 1px #ddd;
	display:inline-block;
	   margin-top:20px;
   margin-left:30px;

}
.map iframe {
  max-width:34vw;
   height:320px;

}
/* footer */

        #footer {
            background: #000;
            color: #fff;
            text-align: center;
            font-size: 0.9em;
            height: 60px;
            vertical-align: middle;
            padding-top: 32px;
        }
	.info-titile{
		text-align:center;
		font-size:1.4em;
		margin-bottom:40px;
	}
	.info-item{
		text-align:left;
		font-size:1.0em;
		margin-bottom:30px;
	}
	.info-item-right {
		text-align:right;
	}


/*---------------------
 for SP
----------------------*/

@media screen and (max-width: 750px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #000;
        width: 100%;
        height: 100px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -460px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
        #main {
	    margin-top:90px;
    }
	#top-head .logo:before {
	width:160px;
	}
	#wrap {
	margin-top:100px
	}
	.main-inner h1 {
	padding-top:42px;
	}
	#footer {
	font-size:0.7em;
	}
	
	.info {
	border:#000;
	background-color:rgba(255,255,255,0.6);
	display:block;
	margin:0 auto;
	position: absolute;
	top: 140px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:65%;
	height:auto;
	padding:30px;
	border-radius:10px;
	box-shadow:0px 0px 3px 3px #fff;
}
.info p {
	color:#000;
	line-height:1.4em;
}
.info-titile {
	font-size:1.0em;
	margin-bottom:20px;
}
.info-item {
font-size:0.8em;
}
.info-item-right {
font-size:0.9em;

}
	/* access */
	.address {
		display:block;
		margin:0 auto;
		font-size:0.9em;
		background-image: none;
	}
	.address dl {
	  max-width:none;
	  padding:20px;
	  line-height:2.4em;
	  border:none;
	  margin:0;
	}
	.address dt {
	  float:left;
	  background:#bbb;
	  color:#fff;
	  width:65px;
	  padding-left:10px;
	  border-radius:5px;
	  font-size:0.9em;
	  margin-left:0;
	}
	.address dd {
	  margin-left:100px;
	  margin-bottom:5px;
	}
	.map{
	     border:solid 1px #ddd;
		display:inline-block;
		   margin-top:20px;
	   margin-left:0;

	}
	.map iframe {
	  max-width:100%;
	   height:320px;
	}

}
