@charset "utf-8";
/*--------------------------------------------------------------
>>> Common Setting:
--------------------------------------------------------------*/
/**
 * Common Setting for All Device
 **/
html{ font-size: 10px; }
html,body{ margin: 0; padding: 0; width:100%; height:100%; }
body{
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 400; color: #333;
  line-height: 1.75;
  letter-spacing: 0.1em;
  word-break: normal;
  text-align: justify;
  background: url(../images/common/bg.png) 0 0 repeat;
}
main{ display: block; }
address{ font-style: normal };
h1 { font-size:8pt;color:#666666; margin: 0px; }
h2 { margin: 0px; }
h3 { margin: 0px; }
a:link { color: #663300; }
a:visited { color: #663300; }
a:active { color: #ff3300; }
.opacity:hover{
  opacity: 0.8;
}
.fw700{ font-weight: 700; }
.d-block{ display: block; }
.red{ color:#ff0000; }
.red-b{ color:#ff0000; font-weight:bold; }
p{margin: 0px;}
a img { border: none; }
.font-red{font-size:9pt;color:#ff0000;}
.font-red-b{font-size:9pt;color:#ff0000;font-weight:bold;}
ul{
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.clear{
  clear:left;
}
/*--------------------------------------------------------------
>>> Common :
--------------------------------------------------------------*/
/**
 * Common All Device
 **/
#preloader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: url(../images/common/preloader.gif) no-repeat #fff 50%;
  background-size: 64px 64px;
}
.main_visual{
  margin: 0 auto 30px auto;
}
.inner{
  margin-left: auto;
  margin-right: auto;
}
.section_title:before{
  content: "";
  display: block;
  width: 43px;
  height: 19px;
  background: url(../images/common/icon_title.svg) 0 0 no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.section_title{
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  color: #c00d23;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  text-align: left;
}
.section_title .line{
  display: block;
  position: relative;
  flex-grow: 2;
}
.section_title .line:after{
  content: "";
  display: block;
  background: url(../images/common/line.png) 0 0 no-repeat;
  background-size: cover;
  width: auto;
  height: 3px;
  margin-left: 0.5em;
}
.icon_rhombus{
  display: flex;
}
.icon_rhombus:before{
  content: "◇";
  display: block;
  width: 2em;
  flex-shrink: 0;

}
#opening{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  /*display: table;*/
  z-index: 9999;
  background: #000;
}
#opening img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 74px;
  height: 139px;
}

/**
 * Common for PC
 **/
@media only screen and (min-width: 1025px) {
  ._pc{ display: block; }
  ._sp{ display: none; }
  ._se{ display: none; }
  main{
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .main_visual{
    width: 960px;
  }
  .inner{
    width: 740px;
  }
  .section_title{
    font-size: 2.2rem;
  }
  .icon_rhombus:before{
    margin-left: 1em;
  }
}
/**
 * Common for SP
 **/
@media only screen and (max-width: 1024px) {
  body{ font-size: 1.4rem; }
  img{ width: 100%; max-width: 100%; }
  ._sp{ display: block; }
  ._pc{ display: none; }
  ._se{ display: none; }
  .inner{ padding-left: 15px; padding-right: 15px; }
  .section_title{
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .title_bar img{
    width: auto;
    height: 19px;
  }
}
/**
 * Common for SE
 **/
@media only screen and (max-width: 320px) {
  body{ font-size: 1.2rem; }
  ._se{ display: block; }
  ._pc{ display: none; }
  ._se{ display: none; }
}

/*--------------------------------------------------------------
>>> Header :
--------------------------------------------------------------*/
/**
 * Header All Device
 **/
header .logo a{
  display: block;
  height: 0px;
  overflow: hidden;
  background: url(../images/common/logo.svg) 0 0 no-repeat;
}
/**
 * Header for PC
 **/
@media only screen and (min-width: 1025px) {
  header{
    margin: 30px 0 15px 0;
  }
  header .inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 960px;
  }
  header .logo a{
    width: 74px;
    padding-top: 139px;
  }
  header .menu-trigger{
    display: none;
  }
}
/**
 * Header for SP
 **/
@media only screen and (max-width: 1024px) {
  header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    width: 100%;
    background: url(../images/common/bg.png) 0 0 repeat;
    border-bottom: solid 1px #663300;
    padding: 10px 0;
  }
  header+*{
    padding-top: 91px;
  }
  header .inner{
    display: flex;
    justify-content: center;
  }
  header .tel,
  header .gyu{
    display: none;
  }
  header .logo a{
    width: calc(74px * 0.5);
    padding-top: calc(139px * 0.5);
  }
  header .menu-trigger,
  header .menu-trigger span{
    display: inline-block;
    outline: none;
    transition: all 0.4s;
  }
  header .menu-trigger{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 60px;
    height: 50px;
    padding: 15px;
  }
  header .menu-trigger span{
    position: absolute;
    left: 15px;
    width: 30px;
    height: 2px;
    background-color: #663300;
  }
  header .menu-trigger span:nth-of-type(1) {
    top: 15px;
  }
  header .menu-trigger span:nth-of-type(2) {
    top: 23.5px;
  }
  header .menu-trigger span:nth-of-type(3) {
    bottom: 15px;
  }
  header.open .menu-trigger span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  header.open .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  header.open .menu-trigger span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
}
/*--------------------------------------------------------------
>>> Footer :
--------------------------------------------------------------*/
/**
 * Footer All Device
 **/
footer .inner{
  border-top: solid 1px #000;
}
footer nav ul li a{
  text-decoration: none;
}
footer nav ul li a:hover{
  text-decoration: underline;
}
footer .copyright{
  text-align: center;
}
/**
 * Footer for PC
 **/
@media only screen and (min-width: 1025px) {
  footer{
    padding: 30px;
    margin-top: 70px;
  }
  footer .inner{
    width: 960px;
  }
  footer nav{
    display: table;
    margin: 25px auto;
  }
  footer nav ul{
    display: flex;
  }
  footer nav ul li{
    border-left: solid 1px #663300;
    padding: 0 20px;
  }
  footer nav ul li:last-child{
    border-right: solid 1px #663300;
  }
  footer nav ul li a{
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  footer .copyright{
    text-align: center;
  }
  footer .copyright small{
    font-size: 1.2rem;
  }
}
/**
 * Footer for SP
 **/
@media only screen and (max-width: 1024px) {
  footer{
    padding: 30px 0 15px 0;
    margin-top: 40px;
  }
  footer nav{
    display: none;
  }
  footer .copyright{
    margin-top: 15px;
  }
  footer .copyright small{
    font-size: 1rem;
  }
}
/**
 * Footer for SE
 **/
@media only screen and (max-width: 320px) {
  footer .inner{
    padding-left: 0;
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
>>> Side Menu :
--------------------------------------------------------------*/
/**
 * Side Menu All Device
 **/
#side_menu{
  width: 100%;
}
#side_menu .information .name{
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 700;
}
#side_menu .information .time p{
  margin-top: 10px;
}
/**
 * Side Menu for PC
 **/
@media only screen and (min-width: 1025px) {
  #side_menu .inner{
    width: 200px;
    margin: 0;
  }
  #side_menu nav li{
    margin-bottom: 5px;
  }
  #side_menu nav li a:hover{
    opacity: 0.8;
  }
  #side_menu .main_menu li a{
    display: block;
    width: 200px;
    height: 0px;
    padding-top: 26px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #side_menu .main_menu .btn_top a{ background-image: url(../images/common/btn_menu_top.svg); }
  #side_menu .main_menu .btn_info a{ background-image: url(../images/common/btn_menu_info.svg); }
  #side_menu .main_menu .btn_course a{ background-image: url(../images/common/btn_menu_course.svg); }
  #side_menu .main_menu .btn_lunch a{ background-image: url(../images/common/btn_menu_lunch.svg); }
  #side_menu .main_menu .btn_media a{ background-image: url(../images/common/btn_menu_media.svg); }
  #side_menu .information{
    font-size: 1.1rem;
    margin: 30px 0;
  }
  #side_menu .information .name{
    font-size: 1.3rem;
  }
  #side_menu .information .time p .last{
    display: block;
  }
  #side_menu .link li a img{
    width: 201px;
    height: auto;
  }
}
/**
 * Side Menu for SP
 **/
@media only screen and (max-width: 1024px) {
  #side_menu{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    min-height: 100vh;
    background: #fff;
    padding-top: 91px;
    transition: opacity 0.6s ease-out;
    visibility: hidden;
    opacity: 0;
    z-index: 4;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
  }
  #side_menu.open{
    visibility: visible;
    opacity: 1;
  }
  #side_menu .main_menu{
    display: table;
    margin: 20px auto 10px auto;
  }
  #side_menu .main_menu li{
    margin-bottom: 10px;
  }
  #side_menu .main_menu li a{
    text-decoration: none;
  }
  #side_menu .main_menu li a:before{
    content: "・";
  }
  #side_menu .information{
    display: table;
    margin: 0 auto 20px auto;
    margin-bottom: 20px;
  }
  #side_menu .information .time p .last{
    margin-left: 1em;
  }
  #side_menu .link{
    margin-bottom: 5%;
  }
  #side_menu .link ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #side_menu .link ul li{
    width: 49%;
    margin-bottom: 2%;
  }
}

/*--------------------------------------------------------------
>>> TOP :
--------------------------------------------------------------*/
/**
 * TOP All Device
 **/
#top .welcome,
#top .topics{
  margin-bottom: 35px;
}
#top .welcome .underline{
  margin-top: 30px;
}
#top .welcome .underline img{
  width: 100%;
}
#top .topics li:not(:last-child){
  margin-bottom: 10px;
}
/**
 * TOP for PC
 **/
@media only screen and (min-width: 1025px) {
  #top .topics ul{
    padding: 1em 0;
  }
}
/**
 * TOP for SP
 **/
@media only screen and (max-width: 1024px) {
  #top .welcome .section_title .line{
    display: none;
  }
}

/*--------------------------------------------------------------
>>> Infomation :
--------------------------------------------------------------*/
/**
 * Infomation All Device
 **/
#jouzenji .attempt,
#jouzenji .commitment,
#jouzenji .inside{
  margin-bottom: 35px;
}
#jouzenji .attempt .text p,
#jouzenji .commitment .wrap .list{
  letter-spacing: 0;
}
#jouzenji .commitment .wrap,
#jouzenji .access .wrap{
  display: flex;
  flex-wrap: wrap;
}
#jouzenji .commitment .wrap .list li{
  margin-bottom: 10px;
}
#jouzenji .inside ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#jouzenji .inside ul li:last-child{
  margin-bottom: 0;
}
#jouzenji .inside ul li a{
  display: block;
}
#jouzenji .access .wrap{
  margin-bottom: 30px;
}
#jouzenji .map iframe{
  vertical-align: bottom;
  width: 100%;
}
/**
 * Infomation for PC
 **/
@media only screen and (min-width: 1025px) {
  #jouzenji .commitment .wrap{
    justify-content: space-between;
  }
  #jouzenji .commitment .wrap .list{
    width: 410px;
    letter-spacing: 0;
  }
  #jouzenji .inside ul li:nth-child(3n){
    margin-bottom: 24px;
  }
  #jouzenji .access .wrap{
    align-items: center;
    margin-bottom: 30px;
  }
  #jouzenji .access .wrap .info{
    font-size: 1.5rem;
    margin-right: 87px;
  }
  #jouzenji .map iframe{
    height: 500px;
  }
}
/**
 * Infomation for SP
 **/
@media only screen and (max-width: 1024px) {
    #jouzenji .attempt .section_title .line{
    display: none;
  }
  #jouzenji .commitment .wrap .img,
  #jouzenji .access .wrap .img{
    width: 100%;
    order: 1;
    margin-bottom: 15px;
  }
  #jouzenji .commitment .wrap .list,
  #jouzenji .access .wrap .info{
    width: 100%;
    order: 2;
  }
  #jouzenji .inside ul li{
    width: 49%;
  }
  #jouzenji .inside ul li:nth-child(2n){
    margin-bottom: 2%;
  }
  #jouzenji .access .wrap .info{
    text-align: left;
  }
  #jouzenji .map iframe{
    height: 450px;
  }
}

/*--------------------------------------------------------------
>>> COURSE :
--------------------------------------------------------------*/
/**
 * COURSE All Device
 **/
#party .col_red{
  color: #c00d23;
}
#party .contents h4{
  margin-bottom: 5px;
}
/*#party .contents .wrap,*/
#party .anniversary{
  margin-bottom: 50px;
}
#party .anniversary .description{
  margin-bottom: 30px;
}
#party .contents .wrap .box{
  display: flex;
  flex-wrap: wrap;
}
#party .contents .list li{
  padding-left: 1em;
  text-indent: -1em;
}
#party .contents .list li:before{
  content: "・";
}
#party .plate .wrap,
#party .plate .wrap .box{
  margin-bottom: 20px;
}
#party .plate .wrap:not(:last-of-type):after{
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: url(../images/common/line.png) 0 0 no-repeat;
  background-size: cover;
}
/**
 * COURSE for PC
 **/
@media only screen and (min-width: 1025px) {
  #party .contents .wrap .box{
    justify-content: space-between;
  }
}
/**
 * COURSE for SP
 **/
@media only screen and (max-width: 1024px) {
  #party .contents .wrap .box .img{
    width: 100%;
    order: 1;
    margin-bottom: 10px;
  }
  #party .contents .wrap .box .img img{
    width: 100%;
    height: auto;
  }
  #party .contents .wrap .box .list{
    width: 100%;
    order: 2;
  }
  #party .contents .list li{
    letter-spacing: 0;
  }
}

/*--------------------------------------------------------------
>>> LUNCH :
--------------------------------------------------------------*/
/**
 * LUNCH All Device
 **/
#lunch .lunch_course .description{
  margin-bottom: 20px;
}
#lunch .common{
  margin-bottom: 30px;
}
#lunch .common table{
  width: 100%;
}
#lunch .common table th,
#lunch .common table td{
  vertical-align: baseline;
}
#lunch .common table th{
  font-weight: 400;
  text-align: left;
}
#lunch .common table td{
  text-align: right;
}
#lunch .lunch_course .main,
#lunch .lunch_course .course,
#lunch .lunch_course .single{
  margin-bottom: 25px;
}
#lunch .lunch_course .main th:before,
#lunch .lunch_course .course .box .item .name:before{
  content: "◎";
  margin-right: 0.25em;
}
#lunch .lunch_course .course .box .item{
  display: flex;
  justify-content: space-between;
}
#lunch .lunch_course .course .box .detail{
  padding-left: 1.25em;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: dotted 1px #ccc;
  letter-spacing: 0;
}
#lunch .lunch_course .course .box .detail:last-of-type{
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
#lunch .lunch_course .course .box .detail .indent{
  text-indent: -4em;
  padding-left: 4em;
}
#lunch .alacarte table{
  margin-bottom: 25px;
}
#lunch .alacarte table th:before{
  content: "・";
}
/**
 * LUNCH for PC
 **/
@media only screen and (min-width: 1025px) {
  #lunch .common .wrap{
    display: flex;
    justify-content: space-between;
  }
  #lunch .common .wrap .list{
    width: 470px;
  }
}

/**
 * LUNCH for SP
 **/
@media only screen and (max-width: 1024px) {

}

/*--------------------------------------------------------------
>>> ITEM LIST :
--------------------------------------------------------------*/
/**
 * ITEM LIST All Device
 **/
#itemlist .detail h3,
#itemlist .detail h4,
#itemlist .detail h5{
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.55;
}
#itemlist a{
  color: #231815;
  text-decoration: none;
  box-sizing: border-box;
}
#itemlist .page_link ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
#itemlist .page_link ul a{
  display: block;
}
#itemlist .page_link ul .img_box{
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 50%;
}
#itemlist .page_link ul .img_box img:hover{
  transform: scale(1.05);
}
#itemlist .page_link ul a:hover{
  text-decoration: underline;
}
#itemlist .detail .box{
  background: #fff;
  margin-bottom: 10px;
}
#itemlist .detail .box .bg_gray{
  background: #f4f4f4;
  color: #000000;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px 20px;
  margin-left: 23px;
}
#itemlist .detail .box .top .title_box h3{
  line-height: 1.55;
}
#itemlist .detail .box .top .title_box h3 span{
  display: block;
  font-size: 14px;
}
#itemlist .detail .box .top .title_box a{
  position: relative;
  display: flex;
  align-items: center;
  height: 30px;
  border: solid 1px #000;
  font-size: 1.2rem;
  padding-left: 30px;
  padding-right: 20px;
  transition: 0.6s;
}
#itemlist .detail .box .top .title_box a:hover{
  background: #000;
  color: #fff;
}
#itemlist .detail .box .top .title_box a:after{
  content: "";
  display: block;
  width: 5px;
  height: 11px;
  background-image: url(../images/itemlist/icon_arrow_b.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#itemlist .detail .box .top .title_box a:hover:after{
  background-image: url(../images/itemlist/icon_arrow_w.png);
}
#itemlist .detail .box h4{
  margin: 40px 0 50px 0;
  text-align: center;
}
#itemlist .detail .box dt h5{
  line-height: 1.2;
  border-left: solid 3px #b1b1b2;
  padding-left: 20px;
  margin: 0 0 25px 0;
}
#itemlist .detail .box dt,
#itemlist .detail .box dd,
#itemlist .detail .box .bg_gray{
  font-size: 14px;
  line-height: 1.7;
}
#itemlist .detail .box dd{
  margin-bottom: 15px;
  margin-left: 23px;
}
#itemlist .detail .box dd.bg_gray{
  margin-bottom: 25px;
}
#itemlist .detail .box .point{
  color: #231815;
  margin-top: 25px;
}
/**
 * ITEM LIST for PC
 **/
@media only screen and (min-width: 1025px) {
  #itemlist .page_link ul{
    font-size: 1.4rem;
  }
  #itemlist .page_link ul .img_box,
  #itemlist .page_link ul .img_box img{
    width: 121px;
    height: 121px;
    transition: transform 0.6s ease-out;
  }
  #itemlist .detail .box{
    padding: 50px;
  }
  #itemlist .detail .box .top{
    display: flex;
    align-items: center;
  }
  #itemlist .detail .box .top .img_box{
    margin-right: 40px;
  }
  #itemlist .detail .box .top .title_box h3{
    margin-bottom: 50px;
  }
  #itemlist .detail .box .top .title_box a{
    width: 250px;
  }
}
/**
 * ITEM LIST for SP
 **/
@media only screen and (max-width: 1024px) {
  #itemlist .page_link ul{
    font-size: 1.3rem;
  }
  #itemlist .page_link ul li{
    width: 30%;
    margin-bottom: 5%;
  }
  #itemlist .page_link ul:after{
    content: "";
    display: block;
    width: 30%;
  }
  #itemlist .detail .box{
    padding: 25px 20px;
  }
  #itemlist .detail .box .top{
    display: flex;
    flex-wrap: wrap;
  }
  #itemlist .detail .box .top .title_box{
    width: 100%;
    order: 1;
  }
  #itemlist .detail .box .top .title_box a{
    width: 100%;
    margin: 15px 0;
  }
  #itemlist .detail .box .top .img_box{
    width: 100%;
    order: 2;
  }
}

/*--------------------------------------------------------------
>>> MEDIA :
--------------------------------------------------------------*/
/**
 * MEDIA All Device
 **/
#media .list ul li{
  margin-bottom: 30px;
}
#media .list ul li .date{
  font-size: 1.6rem;
  color: #231815;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#media .list ul li .date:after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: url(../images/media/line.png) 0 0 no-repeat;
  background-size: contain;
  margin: 10px 0 15px 0;
}
#media .list ul li .title_box{
  word-break: break-all;
  margin-bottom: 15px;
}
#media .list ul li .title_box h3,
#media .list ul li .title_box h3 a{
  color: #c00d23;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-decoration: none;
}
#media .list ul li .title_box h3 a:hover{
  opacity: 0.8;
}
#media .list ul li .title_box .desc{
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
/**
 * MEDIA for PC
 **/
@media only screen and (min-width: 1025px) {
  #media .list ul li .title_box h3,
  #media .list ul li .title_box h3 a{
    font-size: 2rem;
  }
}
/**
 * MEDIA for SP
 **/
@media only screen and (max-width: 1024px) {
  #media .list ul li .title_box h3,
  #media .list ul li .title_box h3 a{
    font-size: 1.8rem;
  }
}

