﻿/*-----------------------------------------------------------------------  
 // レイアウト  
-------------------------------------------------------------------------*/ 


/*-----------------------------------------------------------------------  
 // ページ共通 
-------------------------------------------------------------------------*/ 
html {
	height: 100%;
}

body {
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

}

img {
	border: none;
	vertical-align: bottom;
}

.scale {
    overflow: hidden;
}
.scale img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.scale img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.buruburu:hover {
    display: inline-block;
    animation: hurueru .1s  infinite;
}


div {
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 160%
}

table {
	font-size :16px;
}
th {
	padding :2px;
	text-align :center;
	vertical-align :top;
}
td {
	padding :2px;
	vertical-align :top;
}

a:link {
	color:#01003B;
	text-decoration: none;
}

a:visited { color:#01003B; }
a:active { color:#01003B; }

.water a:hover {
	opacity: 1;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;	
}

input {
	width: 95%;
	height: 30px;
	font-size: 16px;
}

textarea {
	width: 95%;
	height: 200px;
	text-align: left;
	padding: 5px;
	font-size: 16px;
}

select {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
}

input.box {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
}

input.button {
	text-align: center;
	width: 100px;
	height: 35px;
}

input.button_image {
	width: 200px;
	height: 50px;
}

input.button:hover {
	opacity: 1;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;	
}

div#container{
	margin: 0px auto;
	position: relative;
	min-height: 100%;
	height: 100%;
}

div.clear {
	clear: both;
}

hr.line-dot {
	width: 100%;
	border: none;
	height: 4px;
	border-top:dotted 1px #333333;
	color: #FFFFFF;
}

hr.line-solid {
	width: 100%;
	border: none;
	height: 4px;
	border-top:solid 2px #110101;
	color: #FFFFFF;
}


img.button-click {
	width: 70px;
	margin-left: 10px;
}

#pagetop {
	z-index: 1;
	position: fixed;
	bottom: 0px;
	right: 0px;
}

/*-----------------------------------------------------------------------  
 // ドロワー
-------------------------------------------------------------------------*/ 

.wrapper {
	height: 100%;
	overflow-x: hidden;
	position: relative;
}
.overlay {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: opacity .5s;
}
.overlay.open {
	width: 100%;
	height: 100vh;
	opacity: 1;
}

main.open {
	transform: translateX(-250px);
}

.menu-trigger {
	display: inline-block;
	width: 36px;
	height: 28px;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 100;
/*   transform: translateX(0);
  transition: transform .5s;
 */}
/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
 
nav {
	width: 250px;
	height: 100%;
	padding-top: 70px;
	background-color: rgb(16, 3, 5, 0.8);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	transform: translate(250px);
	transition: all .5s;
}

nav.open {
	transform: translateZ(0);
}

nav li {
	list-style-type: none;
	color: #FFFFFF;
	text-align: left;
	padding: 2px 0;
}

a.drawer:link { 
	color: #FFFFFF;
	text-decoration: none;
}

a.drawer:visited { color:#FFFFFF; }
a.drawer:active { color:#FFFFFF; }
a.drawer:hover {
	opacity: 1;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;	
}


/*-----------------------------------------------------------------------  
 // ヘッダー
-------------------------------------------------------------------------*/ 

div.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
	z-index: 300;
}

div.header-menu { 
	width: 100%;
	height: 65px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	min-width: 1000px; 
	background: url(/client/ipu/common/images/line_header_bg3.png);
}

div.header-menu-nav { 
	width: 1000px;
}

.nav {
	overflow: hidden;
	width: 1000px;
	margin: 0;
	padding: 0;
	display: flex;
}
.nav li {
	list-style: none;
}
.nav li a {
	display: block;
}
.nav > li:hover > a {/*layer-1*/
	color: #FFFFFF;
	background: #FFFFFF;
}
.nav li ul {
	width: 250px;
	display: none;
	margin-left: -40px;
	position: absolute;
}
.nav > li li:hover > a {/*layer-2*/
	color: olive;
	background: #FFFFFF;
}
.nav li ul li a {
	border-top: 1px solid #EEEEEE;
}

.site-header{
    background: rgba(255,255,255,0.8);
    padding: 0px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 999;
}
 
.site-header.hide{
    transform: translateY(-100%);
}

/*-----------------------------------------------------------------------  
 // フッター
-------------------------------------------------------------------------*/ 

div.footer-contents {
	width: 1000px;
	height: 300px;
	position:
	relative;
}

a.footer:link { 
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:visited { color:#FFFFFF; }
a.footer:active { color:#FFFFFF; }
a.footer:hover {
	opacity: 1;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;	
}
text-decoration: none;



ul.footer {

}

ul.footer li {
	margin-right: 20px;
	display: inline-block;
}

ul.footer li a {
	color: #FFFFFF;
	display: block;
}



/*******************************************************************************
PC用スタイルシート
*******************************************************************************/
@media screen and (min-width: 768px){

	.none-pc {
		display: none;
	}

	body {
    		-webkit-print-color-adjust: exact;
  	}

	/*-----------------------------------------------------------------------  
	 // ページ共通
	-------------------------------------------------------------------------*/ 

	div.wrap{
		width: 1000px;
		margin-top: 50px;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
		min-height: 800px;
		text-align: left;
	}

	div.unit{
		clear: both;
		padding: 30px 0px 30px 0px;
	}

	div.contents {
		clear: both;
		margin: 20px 0px 40px 0px;
		line-height: 160%;
	}

	span.caption{
		font-size: 36px;
		font-weight: bold;
		margin-right: 20px;
	}

	span.caption-eng{
		font-size: 28px;
	}

	span.caption-l{
		font-size: 26px;
		font-weight: bold;
		margin-right: 15px;
	}

	span.caption-l-eng{
		font-size: 22px;
	}

	span.caption-m {
		font-size: 20px;
		font-weight: bold;
	}

	img.photo-point {
		width: 600px;
	}

	div.point {
		width: 330px;
		position: absolute;
		top: 40px;
		left: 670px;
	}

	div.caption-point {
		color: #FFFFFF;
		background-color: #110101;
		font-size: 24px;
		padding: 10px 5px 10px 15px;
	}

	div.text-point {
		height: 330px;
		color: #FFFFFF;
		background-color: #B19C6F;
		font-size: 18px;
		padding: 15px;
	}

	div.height-adjustment {
		padding-top: 200px;
		margin-top: -200px;
	}

	div.height-adjustment-bottom {
		clear: both;
		margin-bottom: 50px;
	}

	/*-----------------------------------------------------------------------  
	 // フッター
	-------------------------------------------------------------------------*/ 

	div.footer {
		clear: both;
		width: 100%;
		height: 300px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		min-width: 1000px;
		background-color: #110101;
	}

	/*-----------------------------------------------------------------------  
	 // トップページ
	-------------------------------------------------------------------------*/

	div.top-left {
		float: left;
		width: 500px;
	}

	div.top-right {
		float: right;
		width: 400px;
	}

	/*-----------------------------------------------------------------------  
	 // 営業案内
	-------------------------------------------------------------------------*/

	div.photo-shop-sub {
		text-align: right;
	}

	img.photo-shop-sub {
		width: 300px;
		margin-left: 10px;
	}

	div.shop-open-left {
		float: left;
		width: 380px;
		margin-right: 73px;
	}

	div.shop-open-schedule-left {
		float: left;
	}

	div.shop-open-schedule-right {
		float: right;
	}

	table.shop-open-schedule {
		border-collapse: collapse; border: 1px solid #110101;
	}

	td.shop-open-schedule-month {
		text-align: center;
		background-color: #110101;
		color: #FFFFFF;
		font-weight: bold;
	}

	tr.shop-open-schedule-weekday {
		text-align: center;
		background-color: #C9BC9C;
		color: #FFFFFF;
	}

	td.shop-open-schedule-weekday {
		width: 33px;
	}

	tr.shop-open-schedule-day {
		text-align: center;
		background-color: #FFFFFF;
	}

	td.shop-open-schedule-day {
		height: 33px;
		border-collapse: collapse;
		border: 1px solid #110101;
	}

	td.shop-open-schedule-day-off {
		background-color: #C20009;
		color: #FFFFFF;
		border: 1px solid #110101;
	}

	iframe.shop-map {
		width: 100%;
		height: 600px;
	}

	
	/*-----------------------------------------------------------------------  
	 // メニューリスト
	-------------------------------------------------------------------------*/

	div.menu-left {
		float: left;
		width: 460px;
	}

	div.menu-right {
		float: right;
		width: 460px;
	}

	img.menu-photo {
		width: 100%;
		margin-bottom: 20px;
	}

	table.menu {
		margin-bottom: 20px;
	}

	td.menu-name {
		width: 280px;
		font-weight: bold;
	}

	td.menu-space {
		width: 80px;
		text-align: center;
	}

	td.menu-price {
		width: 80px;
		text-align: right;
		font-weight: bold;
	}

	/*-----------------------------------------------------------------------  
	 // 管理者ページ
	-------------------------------------------------------------------------*/

	div.manager-info {
		float: left;
		width: 620px;
	}

	textarea.manager-info {
		width: 600px;
		height: 350px;
		text-align: left;
		padding:15px 15px 15px 15px;
	}

	div.manager-info-link {
		float: right;
		width: 320px;
		height: 350px;
		background-color: #666666;
		padding: 10px;
	}

	div.manager-info-button-update {
		clear: both;
		width: 100%;
		text-align: center;
		padding-top: 20px;
		margin-left: -180px;
	}

	input.manager-info-button-update {
		width: 200px;
		height: 50px;
	}

	div.manager-schedule {
		float: left;
		width: 620px;
	}
	
	table.manager-schedule {
		border-collapse: collapse;
		border: 1px solid #110101;
	}

	td.manager-schedule-month {
		height: 30px;
		text-align: center;
		background-color: #110101;
		color: #FFFFFF;
		font-weight: bold;
	}

	tr.manager-schedule-weekday {
		text-align: center;
		background-color: #C9BC9C;
		color: #FFFFFF;
	}

	td.manager-schedule-weekday {
		height: 30px;
		width: 80px;
	}

	tr.manager-schedule-day {
		text-align:center;
		background-color: #FFFFFF;
	}

	td.manager-schedule-day {
		height: 33px;
		border-collapse: collapse;
		border: 1px solid #110101;
	}

	div.manager-schedule-note {
		float: right;
		width: 320px;
		height: 320px;
	}

	div.manager-schedule-button {
		clear: both;
		width: 100%;
		text-align: center;
		padding-top: 20px;
		margin-left: 100px;
		margin-bottom: 40px;
	}

	div.manager-schedule-button-prev {
		float: left;
		margin-right: 10px;
	}

	input.manager-schedule-button-prev {
		width: 100px;
		height: 50px;
	}

	div.manager-schedule-button-update {
		float: left;
		margin-right: 10px;
	}

	input.manager-schedule-button-update {
		width: 150px;
		height: 50px;
	}

	div.manager-schedule-button-next {
		float: left;
	}

	input.manager-schedule-button-next {
		width: 100px;
		height: 50px;
	}

}


/*******************************************************************************
SP用スタイルシート
*******************************************************************************/
@media screen and (max-width: 767px){

	/*-----------------------------------------------------------------------  
	 // 共通
	-------------------------------------------------------------------------*/ 

	.none-sp {
		display: none;
	}

	div.wrap {
		width: 90%;
		margin-top: 90px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	div.unit{
		clear: both;
		padding: 10px 0px 10px 0px;
	}

	div.contents {
		clear: both;
		margin: 20px 0px 30px 0px;
		line-height: 160%;
	}

	span.caption{
		font-size: 26px;
		font-weight: bold;
		margin-right: 10px;
	}

	span.caption-eng{
		font-size: 20px;
	}

	span.caption-l{
		font-size: 20px;
		font-weight: bold;
		margin-right: 10px;
	}

	span.caption-l-eng{
		font-size: 18px;
	}

	span.caption-m{
		font-size: 18px;
		font-weight: bold;
	}

	img.image-sp{
		width: 100%;		
	}

	nav.drawer-nav {
		background-color: #000000 !important;
		opacity: 0.8;
	}

	img.photo-point {
		width: 100%;
	}

	div.point {
		width: 100%;
	}

	div.caption-point {
		color: #FFFFFF;
		background-color: #110101;
		font-size: 20px;
		padding: 10px 5px 10px 15px;
	}

	div.text-point {
		color: #FFFFFF;
		background-color: #B19C6F;
		font-size: 16px;
		padding: 10px;
	}

	div.height-adjustment {
		padding-top: 100px;
		margin-top: 0px;
	}

	div.height-adjustment-bottom {
		clear: both;
		margin-bottom: -50px;
	}

	/*-----------------------------------------------------------------------  
	 // フッター
	-------------------------------------------------------------------------*/ 


	/*-----------------------------------------------------------------------  
	 // 営業案内
	-------------------------------------------------------------------------*/

	div.photo-shop-sub {
		text-align: right;
	}

	img.photo-shop-sub {
		width: 30%;
		margin-left: 5px;
	}

	div.shop-open-left {
		width: 100%;
		margin-bottom: 20px;
	}

	div.shop-open-schedule-left {
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}

	div.shop-open-schedule-right {
		float: none;
		text-align: center;
		margin-bottom: 30px;
	}

	table.shop-open-schedule {
		width: 100%; border-collapse: collapse; border: 1px solid #110101;
	}

	td.shop-open-schedule-month {
		text-align: center;
		background-color: #110101;
		color: #FFFFFF;
		font-weight: bold;
	}

	tr.shop-open-schedule-weekday {
		text-align: center;
		background-color: #C9BC9C;
		color: #FFFFFF;
	}

	td.shop-open-schedule-weekday {
		width: 14%;
	}

	tr.shop-open-schedule-day {
		text-align: center;
		background-color: #FFFFFF;
	}

	td.shop-open-schedule-day {
		height: 14%;
		border-collapse: collapse;
		border: 1px solid #110101;
	}

	td.shop-open-schedule-day-off {
		background-color: #C20009;
		color: #FFFFFF;
		border: 1px solid #110101;
	}

	iframe.shop-map {
		width: 100%;
		height: 300px;
	}

	/*-----------------------------------------------------------------------  
	 // メニューリスト
	-------------------------------------------------------------------------*/

	div.menu-left {
		float: none; width: 100%;
		margin-bottom: 30px;
	}

	div.menu-right {
		float: none; width: 100%;
	}

	img.menu-photo {
		width: 100%;
		margin-bottom: 20px;
	}

	table.menu {
		margin-bottom: 20px;
	}

	td.menu-name {
		width: 280px;
		font-weight: bold;
	}

	td.menu-space {
		width: 80px;
		text-align: center;
	}

	td.menu-price {
		width: 80px;
		text-align: right;
		font-weight: bold;
	}

	/*-----------------------------------------------------------------------  
	 // 管理者ページ
	-------------------------------------------------------------------------*/

	div.manager-info-height-adjustment {
		margin-top: -50px;
	}

	div.manager-info {
		width: 100%;
	}

	textarea.manager-info {
		width: 90%;
		height: 500px;
		text-align: left;
		padding:15px 15px 15px 15px;
	}

	div.manager-info-link {
		width: 90%;
		height: auto;
		background-color: #666666;
		padding: 15px;
	}

	div.manager-info-button-update {
		clear: both;
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}

	input.manager-info-button-update {
		width: 200px;
		height: 50px;
	}

	div.manager-schedule {
		width: 100%;
	}
	
	table.manager-schedule {
		border-collapse: collapse;
		border: 1px solid #110101;
	}

	td.manager-schedule-month {
		height: 30px;
		text-align: center;
		background-color: #110101;
		color: #FFFFFF;
		font-weight: bold;
	}

	tr.manager-schedule-weekday {
		text-align: center;
		background-color: #C9BC9C;
		color: #FFFFFF;
	}

	td.manager-schedule-weekday {
		height: 30px;
		width: 80px;
	}

	tr.manager-schedule-day {
		text-align:center;
		background-color: #FFFFFF;
	}

	td.manager-schedule-day {
		width: 80px;
		height: 33px;
		text-align:center;
		border-collapse: collapse;
		border: 1px solid #110101;
	}

	input.manager-schedule-day {
		width: 50%;
	}

	div.manager-schedule-note {
		width: 100%;
		text-align: left;
		margin-top: 20px;
	}

	div.manager-schedule-button {
		clear: both;
		width: 100%;
		text-align: center;
		padding-top: 20px;
		margin-bottom: 60px;
	}

	div.manager-schedule-button-prev {
		float: left;
		margin-right: 10px;
	}

	input.manager-schedule-button-prev {
		width: 100px;
		height: 50px;
	}

	div.manager-schedule-button-update {
		float: left;
		margin-right: 10px;
	}

	input.manager-schedule-button-update {
		width: 150px;
		height: 50px;
	}

	div.manager-schedule-button-next {
		float: left;
	}

	input.manager-schedule-button-next {
		width: 100px;
		height: 50px;
	}

}