/* main target sp */

/* ================================================== */
/* general */
/* ================================================== */
html { font-size: 62.5%; font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif; }
body { font-size: 1.4rem; }
h1 { font-size: 2.4rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.4rem; }
p { line-height: 1.5em; }
a { text-decoration: none; cursor: pointer; }
ul { margin: 0; padding: 0; }
ol { margin: 0; padding-left: 1.5em; }
li { list-style: none; }
button { cursor: pointer; }
button:focus { outline: none; }
iframe { border: none; }

/* padding */
.pd0 { padding: 0; }
.pd1 { padding: 8px; }
.pd2 { padding: 16px; }
.pd3 { padding: 24px; }
.pd4 { padding: 32px; }

/* margin */
.mb0 { margin-bottom: 0; }
.mb1 { margin-bottom: 8px; }
.mb2 { margin-bottom: 16px; }
.mb3 { margin-bottom: 24px; }
.mb4 { margin-bottom: 32px; }

/* color */
.color-red { color: #f44336; }
.color-blue { color: #2196F3; }

/* text style */
.title { margin-bottom: 64px; text-align: center; }
.caption { font-size: 14px; color: #616161; }
.text-align-left { text-align: left; }
.text-align-right { text-align: right; }
.text-align-center { text-align: center; }

/* table */
.table { display: flex; flex-wrap: wrap; width: 100%; }
.table dt, .table dd { padding: 1em;  border-bottom: 1px solid #ccc; }
.table dt:first-of-type, .table dd:first-of-type { border-top: 1px solid #ccc; }
.table dt { display: flex; justify-content: center; align-items: center; background: #F5F5F5; } 
.table dt { width: 40%; }
.table dd { width: 60%; }


/* table */
.table-sp { display: none; flex-wrap: wrap; width: 100%; }
.table-sp dt, .table-sp dd { padding: 1em;  border-bottom: 1px solid #ccc; }
.table-sp dt:first-of-type, .table-sp dd:first-of-type { border-top: 1px solid #ccc; }
.table-sp dt { display: flex; justify-content: center; align-items: center; background: #F5F5F5; } 
.table-sp dt { width: 40%; }
.table-sp dd { width: 60%; }






/* attribute */
.site-title { display: none; }
.site-title { font-size: 1rem; font-weight: 100; position: absolute; top: 0; left: 0; }
.hidden { display: none; }

/* target: tb */
@media only screen and (min-width: 600px) {

}

/* target: pc */
@media only screen and (min-width: 1025px) {  
  .site-title {
    display: block;
  }
    
/* table */
.table-sp { display: flex; flex-wrap: wrap; width: 100%; }
.table-sp dt, .table-sp dd { padding: 1em;  border-bottom: 1px solid #ccc; }
.table-sp dt:first-of-type, .table-sp dd:first-of-type { border-top: 1px solid #ccc; }
.table-sp dt { display: flex; justify-content: center; align-items: center; background: #F5F5F5; } 
.table-sp dt { width: 40%; }
.table-sp dd { width: 60%; }

    
    
    
    
}

/* block */
.content {
  padding: 80px 0 16px 0;
}

.section {
  padding: 64px 0;
}

.container {
  width: 100%;
  max-width: 1080px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.flex-item {
  width: 100%;
  padding: 16px;
}

.flex-item-1-to-3 {
  width: 100%;
  padding: 16px;
}

.flex-item-1-to-4 {
  width: 100%;
  padding: 16px;
}

.cast-item {
  width: 50%;
  padding: 0 16px;
  margin-bottom: 16px;
}

.cast-item img {
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}


.menu-pic img{
    width: auto;
    
    
}


.menu{
    width: 50%;
    
}


.menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
    width: 100%;
}


.ec-title{
    text-align: center ;
    font-size: 1.8rem;
    line-height: 1.5;
    font-family: "ヒラギノ角ゴ Pro";
    font-weight: bold;    
}


.payment-base{
    border: 4px double #000000;
    padding: 5px;
    margin: 10px;
}


.payment-base a{
    color: #0563d0;
    text-decoration: underline;
}

.payment-title{
    text-align: center;
    font-size: 1.2em;
    padding-bottom: 3px;
}


/* target: tb */
@media only screen and (min-width: 600px) {
  .flex-item {
    width: 50%;
  }

  .flex-item-1-to-3 {
    width: 50%;
  }

  .flex-item-1-to-4 {
    width: 50%;
  }

  .cast-item {
    width: 33.3333%;
  }
    
}

/* target: pc */
@media only screen and (min-width: 1025px) {  
  .flex-item-1-to-3 {
    width: 33.3333%;
  }

  .flex-item-1-to-4 {
    width: 25%;
  }

  .cast-item {
    width: 25%;
  }
    
    .menu-block{
    width: 50%;
    
    
}

    
    .payment-base{
        width: auto;
        
        
    }   
    

.payment-base p{
    text-align: center;

}



    
    
    
    
}

/* ================================================== */
/* header */
/* ================================================== */
.global-header {
  width: 100%;
  height: 80px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.global-header .container {
  height: 100%;
}

.global-header .flex-container {
  height: 100%;
}

.global-header .logo {
  width: 160px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.global-header .drawer-button {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: auto;
  border: none;
  background: transparent;
  cursor: pointer;
}

.global-header nav {
  width: 100%;
  height: 0;
  background: #fff;
  position: fixed;
  top: 80px;
  left: 0;
  transition: height .3s;
  overflow: hidden;
  z-index: 3;
}

.global-header nav.show {
  /* display: block; */
  height: 270px;
  padding: 16px 0;
}

.global-header nav ul > li {
  margin-bottom: 16px;
}

.global-header a {
  color: #000;    
}

/* target: tb */
@media only screen and (min-width: 600px) {
}

/* target: pc */
@media only screen and (min-width: 1025px) {  
  .global-header .logo {
    position: relative;
    left: 0;
    transform: translateX(0);
  }

  .global-header .drawer-button {
    display: none;
  }

  .global-header nav {
    display: block;
    width: calc(100% - 160px);
    height: 100%;
    max-width: 640px;
    background: #fff;
    position: relative;
    top: 0;
    padding: 0;
    margin-left: auto;
    z-index: 3;
  }

  .global-header nav ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100% - 160px;
    height: 100%;
  }

  .global-header nav ul > li {
    margin-bottom: 0;
  }
}

/* ================================================== */
/* footer */
/* ================================================== */
.global-footer {
  background: #F5F5F5;
  padding: 16px;
}

.global-footer nav {
  margin: 16px 0;
}

.global-footer a {
  color: #000;    
}

/* ================================================== */
/* main */
/* ================================================== */

/* first view */
.first-view {
  display: flex;
  align-items: center;
  justify-content: center;
}

.charactor {
  width: 50%;
}

/* target: tb */
@media only screen and (min-width: 600px) {
}

/* target: pc */
@media only screen and (min-width: 1025px) {  
  .charactor {
    width: 30%;
  }
}

/* breakcrumb */
.breadcrumb {
  width: 100%;
  margin-bottom: 16px;
}

.breadcrumb > ul {
  display: flex;
  width: 100%;
}

.breadcrumb > ul > li {
  margin-left: 8px;
}

.breadcrumb > ul > li::after {
  display: inline-block;
  content: ">";
  margin-left: 8px;
}

.breadcrumb > ul > li:last-of-type::after {
  display: none;
}

.breadcrumb > ul > li:first-of-type {
  margin-left: 0;
}

/* form */
#contact fieldset {
  padding: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  background: #F5F5F5;
  border: 1px solid #BDBDBD;
}

#contact label {
  display: block;
  margin-bottom: 8px;
}

#contact .form-group {
  margin-bottom: 16px;
}

#contact .help-block {
  color: #f44336;
}

#contact input {
  width: 100%;
  height: 2.5em;
  padding: .5em;
  border: 1px solid #BDBDBD;
}

#contact textarea {
  width: 100%;
  border: 1px solid #BDBDBD;
}

#contact button.submit {
  width: 10em;
  height: 2.5em;
  color: #fff;
  background: #FF5722;
  border: none;
}

.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 2px;
  position: relative;
}

.alert-success {
  color: #fff;
  background: #4CAF50;
}

.alert-warning {
  color: #fff;
  background: #f44336;
}

.alert button.close {
  color: #fff;
  border: none;
  background: transparent;
  position: absolute;
  right: 16px;
}

/* scroll top */
.scrtop {
  display: none;
  position: fixed;
  bottom: 16px;
  right: 16px;
}

.scrtop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  border:solid 1px #a9a9a9;
  border-radius: 3px;
}

.scrtop a:hover {
  display: block;
  background-color: #808080;
  border:solid 1px #808080;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding:5px 10px;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

