/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

a:hover {
  opacity: 0.9;
}
.pc {
  display: inline;
}
.smh {
  display: none;
}
span.comment {
  color:white;
  font-size:1.5em;
  font-weight:bold;
}
span.tw {
  float: right;
  margin: 0.8em 0 0 0;
  padding: 0;
  font-size: 1.5em;
}
span.tw a {
  margin:0 0 2em 0;
  padding: 0;
}
.details {
  color:white;
  margin:8em 0 0 16em;
  padding:0;
  font-weight:bold;
}
.link1 {
  margin:0 auto;
  padding: 10px;
  font-size:1.5em;
  font-weight:bold;
  text-align: center;
  border: solid 5px #0044ff;
  border-radius: 50px;
  max-width: 280px;
}
.link2 {
  margin:2em auto 0 auto;
  padding: 10px;
  font-size:1.5em;
  font-weight:bold;
  text-align: center;
  border: solid 5px #0044ff;
  border-radius: 50px;
  max-width: 280px;
}
.link3 {
  margin:2em 0 0 0;
  padding: 0;
  font-size:1.5em;
  font-weight:bold;
  text-align: center;
}

@media only screen and (max-width: 600px) {
.pc {
  display: none;
}
.smh {
  display: inline;
}
span.comment {
  color:white;
  font-size:0.85em;
  font-weight:bold;
}
.profile {
  text-align:center;
  padding: 1em;
    }
}

/* フォーム */
#title_bar {
	margin: 10px auto 30px auto;
	padding: 10px 10px 10px 10px;
	background-color:darkblue;
	border-radius:15px;
	font-size:120%;
    font-weight:bold;
	text-align:center;
	color:#ffffff;
}
fieldset {
  border: 3px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
  fieldset legend {
    font-weight: bold;
//    background: white;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem;
    font-size:2em;
}
#reserve {
//    background-color: #0077ff;
    background-color: darkred;
//    border: solid 10px #770077;
   color: #ffffff;
//    color: #ffee00;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin: 0 0 -2em 0;
    padding: 5px;
    text-align: center;
    width: 100%;
//    font-family: Gungsuh;
    border:2px solid white;
}
#reserve span {
    font-size: 1.4rem;
    line-height:1.5em;
}
#reserve a {
    color: #ffffff;
}
#reserve a span.under {
//    border-bottom: 1px inset #dd0000;
}
#reserve a:hover {
    color: #ffffff;
    text-decoration: underline;
}
#reserve_off {
    background-color: #777777;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 22px;
    margin: 10px 0px 0px;
    padding: 5px;
    text-align: center;
    width: 100%;
    border:2px solid #bbbbbb;
}
#reserve_off span {
    font-size: 0.9rem;
}
#reserve_off a {
    color: #ffffff;
}
#reserve_off a span.under {
//    border-bottom: 1px inset #dd0000;
}
#reserve_off a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.event_detail{
  background: whitesmoke;
  padding: 0.1em 5em 2em 5em;
  margin-bottom: 2em;
}
.contact{
  background: whitesmoke;
  padding: 0.1em 5em 2em 5em;
  margin-bottom: 2em;
  min-height:55em;
}
.caution{
  background: whitesmoke;
  padding: 1.0em 5em 2em 5em;
  margin-bottom: 2em;
  line-height:2.5em;
  font-weight:bold;
}
.event_detail_s{
  background: whitesmoke;
  padding: 0.1em 0em 2em 0em;
  margin-bottom: 2em;
}
.contact_s{
  background: whitesmoke;
  padding: 0.1em 0em 2em 0em;
  margin-bottom: 2em;
}
.caution_s{
  background: whitesmoke;
  padding: 2.0em 0em 2em 0em;
  font-size:1.0em;
  margin-bottom: 2em;
  line-height:2.0em;
  font-weight:normal;
}
.error{
	color:#dd0000;
	font-weight:bold;
}
.top_event_s{
	margin:0px auto 10px;
	padding:0px 0px 0px 0px;
	border-bottom: dotted 1px #444444;
	font-size:0.9em;
	line-height:1.5em;
}
nav ul li.icon a {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    float: left;
    padding: 0;
    list-style: none;
	padding: 0 0.05rem;
}
.icon {
    display: inline-block;
    margin: 0.5em 0.5em;
    transform: rotate(0deg);
}
.mainte_common{
	background-color:#ffffff;
	border:solid 5px #aaaaaa;
	color:#666666;
	border-radius:20px;
	margin:10px auto;
	padding:5px 20px;
	font-size:0.9em;
	line-height:1.3em;
	text-align:center;
}
.mainte_common_title{
	color:#dd0000;
	font-weight:bold;
}
.mainte_common_b{
	color:#0055ff;
	font-weight:bold;
}
.item_box {
    border:1px solid gray;
    margin:1em;
    padding:1em 1em 2em 1em;
    min-height:27em;
    }
.item_box span {
    float:right;  
    font-weight:bold;
}
.law {
    margin:0 auto;
    padding:1em 0 0 0;
    font-size:0.8em;
    text-align:center;
}
@media only screen and (max-width: 600px) {
fieldset {
  border: 3px solid #dddddd;
  padding: 0.5rem;
  margin: 1.125rem 0;
}
#reserve {
    background-color: darkred;
    color: #ffffff;
    font-size: 1.0em;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin: 0 0 -2em 0;
    padding: 5px;
    text-align: center;
    width: 100%;
    border:2px solid white;
}
nav ul li.icon {
    margin:1em;
	padding: 0;
}
nav ul li.icon a {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    float: left;
    padding: 0;
    list-style: none;
	padding: 0.65rem 1.2rem;
}
.contact{
  background: whitesmoke;
  padding: 0.1em 1em 2em 1em;
  margin-bottom: 2em;
}
.item_box {
    border:1px solid gray;
    margin:0.7em 0;
    padding:1em 1em 2em 1em;
    min-height: 23em;
    }
.item_box span {
    float:right;  
    font-weight:bold;
}
}
/* MOVIE */
.movie_title {
    margin: -1em 0 0 0;
    padding: 0;
    font-weight: bold;
}
.title {
    margin:1em auto;
    padding:0;
    font-size:2em;
    font-weight:bold;
    text-align:center;
    color:#b5824b;
    border-bottom: solid 5px gray;
}
#brand span {
    font-size:1.5em;
    font-weight:bold;
}
#shop span {
    font-size:1.5em;
    font-weight:bold;
    line-height:1.0em;
    position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    height:2.5em;
}
@media only screen and (max-width: 600px) {
#shop span {
    font-size:1.5em;
    font-weight:bold;
    line-height:1.0em;
    position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    height:5.5em;
} 
}
#page-top {
    bottom: 0;
    font-size: 100%;
    position: fixed;
    right: 0;
    opacity: 0.8;
}
#page-top a {
    background: #555 none repeat scroll 0 0;
    border-radius: 15px;
    color: #fff;
    display: block;
    margin: 0 10px 0 0;
    padding: 5px 0 10px 0;
    text-align: center;
    text-decoration: none;
    width: 45px;
    font-size:1.2em;
}
#page-top a:hover {
    background: #999 none repeat scroll 0 0;
    text-decoration: none;
}
@media only screen and (max-width: 600px) {
#page-top {
    bottom: 0;
    font-size: 100%;
    position: fixed;
    right: 0;
    opacity: 0.8;
}
#page-top a {
    background: #555 none repeat scroll 0 0;
    border-radius: 15px;
    color: #fff;
    display: block;
    margin: 0 10px 0 0;
    padding: 5px 0 6px 0;
    text-align: center;
    text-decoration: none;
    width: 38px;
    font-size:1.2em;
}
#page-top a:hover {
    background: #999 none repeat scroll 0 0;
    text-decoration: none;
} 
nav ul a {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  font-size: 1rem;
  color: black;
  display: block;
  padding: 15px 35px;
  cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
nav ul a {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  font-size: 1rem;
  color: black;
  display: block;
  padding: 15px 35px;
  cursor: pointer;
}
    }
}
span {
    line-height: 2em;
    text-align: justify;
}
/* ニュース */
#news {
    background:#b5824b;
    margin-top:4em;
}
.title_news {
    margin:1em auto 0em;
    padding:0;
    font-size:2em;
    font-weight:bold;
    text-align:center;
    color:white;
//    border-bottom: solid 5px gray;
}
.insta {
    margin:0em auto 0.5em;
    padding:0;
    font-size:1.2em;
    font-weight:normal;
    text-align:center;
    color:white;
//   border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.insta a {
    color:moccasin;
}

@media only screen and (max-width: 600px) {
#contents {
    padding-top:0;
}
.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 0%;
  left: 15%;
  width: 70%;
  opacity: 0;
}
.slider .slides li .caption {
  color: #fff;
  position: absolute;
//  top: 20%;
//  left: 15%;
//  width: 70%;
//  top: 30%;
  top: 0%;
  left: 0%;
  width: 100%;
  opacity: 0;
}
a:link, a:visited, a:hover, a:active {
  color: moccasin;
}
}
/* 営業カレンダー */
.cal_wrapper {
max-width: 960px;
min-width: 300px;
margin: 2.0833% auto;
}

.googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}
/* ヘッダー高さ調整 */
#news .title_news {
   margin-top:-64px;    
  padding-top:64px;
}
#details .title {
   margin-top:-64px;    
  padding-top:64px;
} 
#details2 .title {
   margin-top:-64px;    
  padding-top:64px;
} 
#message .title {
   margin-top:-64px;    
  padding-top:64px;
}
#menu .title {
   margin-top:-64px;    
  padding-top:64px;
}
#calendar .title {
   margin-top:-64px;    
  padding-top:64px;
}
#access .title {
   margin-top:-64px;    
  padding-top:64px;
}
#contact .title {
   margin-top:-64px;    
  padding-top:64px;
}
#shop .title {
   margin-top:-64px;    
  padding-top:64px;
}
/* MENU */
.bread_box {
  min-height:28em;
}
@media only screen and (max-width: 600px) {
.bread_box {
  min-height:35em;
}  
}