@charset "utf-8";

/*==========================================
[common]
===========================================*/

/* fade
-------------------------------------------*/
.js-fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .9s, transform .9s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .2s;
}


/* anc**
----------------------------------------*/
.anc{
   display: block;
   margin-top:-100px;
   padding-top:100px;
}


/* title
-------------------------------------------*/
/* page title */
.title_page_wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  /*flex-direction: column-reverse;*/
}
.title_page_wrap h1 {
  line-height: 1;
  font-weight: 500;
  margin-bottom: 1.6rem;
  /*letter-spacing: 0.05rem;*/
}
.title_page_wrap .title_en {
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0.0rem;
  color: #f29600;
  text-transform: uppercase;
  /*letter-spacing: 0.1rem;*/
}
@media (max-width: 992px)  {
  .title_page_wrap h1 {
    font-size: 2.5rem;
  }
  .title_page_wrap .title_en {
    font-size: 1.2rem;
  }
}
@media (min-width: 993px)  {
  .title_page_wrap h1 {
    font-size: 5.0rem;
  }
  .title_page_wrap .title_en {
    margin-bottom: 1.6rem;
  }
}

.main h2 {
	text-align: center;
  font-weight: 500;
	line-height: 1.2;
}
.main h3 {
  font-weight: 500;
	line-height: 1.2;
  margin-bottom: 2.0rem;
}
.main h4 {
	font-weight: 500;
	line-height: 1.2;
}
@media (max-width: 992px)  {
  .main h2 {
  	margin-top: 8.0rem;
  	margin-bottom: 2.5rem;
  }
}
@media (min-width: 993px)  {
  .main h2 {
  	margin-top: 10.0rem;
  	margin-bottom: 4.0rem;
  }
}


/* btn
-------------------------------------------*/
.btn_more{
	list-style: none;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
  margin-top: 3.0rem;
}
.btn_more > li a{
	background-color: #f29600;
	text-align: center;
	text-decoration: none!important;
	padding: 14px 10px;
	display: block;
  text-transform: uppercase;
  color: #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.btn_more a .fa-chevron-right {
  float: right;
  margin-right: 0.5rem;
	margin-top: 0.4rem;
}


/* Box
-------------------------------------------*/
/* text-photo_Box */
.text-photo_Box {
  /*margin-bottom: 2.0rem;*/
}
.text-photo_Box .textBox p {
  margin-bottom: 2.0rem;
}
.text-photo_Box .textBox p:last-child {
  margin-bottom: 0.0rem;
}
.text-photo_Box .photoBox p {
  text-align: left;
}
.text-photo_Box .photoBox img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 993px)  {
  .text-photo_Box {
    display: flex;
    justify-content:space-between;
    /*align-items: center;*/
    /*margin-left: -2.5%;
    margin-right: -2.5%;*/
  }
  .text-photo_Box .textBox {
    width: 70%;
    /*padding-left: 2.5%;
    padding-right: 2.5%;*/
  }
  .text-photo_Box .photoBox {
    width: 33%;
    padding-left: 3%;
    padding-right: 0%;
  }
}

/* textBox_wrap */
@media (min-width: 993px)  {
  .textBox_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin-left: -2.5%;
    margin-right: -2.5%;
  }
  .textBox_wrap .textBox {
    width: 50%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .textBox_wrap .textBox_full {
    width: 100%;
  }
}

/* Box [list_photo]
-------------------------------------------*/
/* list_photo */
.list_photo {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 2.0rem;
}

/* list_photo_3 */
.list_photo_3 {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 2.0rem;
}
.list_photo_3 li {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 2.0rem;
  padding: 2.5px;
}

/* list_gallery */
.list_gallery {
  list-style: none;
  display:flex;
  flex-wrap: wrap;
}
.list_gallery li {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 3.0rem;
}
.list_gallery li a {
  text-decoration: none!important;
}
@media (max-width: 992px)  {
  .list_gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .list_gallery li {
    width: 50%;
    margin-bottom: 3.0rem;
  }
  .list_gallery li:last-child,
  .list_gallery li:nth-last-child(2) {
    margin-bottom: 0.0rem;
  }
}
@media (min-width: 993px)  {
  .list_gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .list_gallery li {
    width: 25%;
  }
}

/* list_movie */
.list_movie {
  list-style: none;
  display:flex;
  flex-wrap: wrap;
}
.list_movie li {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 3.0rem;
}
.list_movie li {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.list_movie li iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px)  {
  .list_movie {
    margin-left: -15px;
    margin-right: -15px;
  }
  .list_movie li {
    width: 100%;
    margin-bottom: 3.0rem;
  }
  .list_movie li:last-child {
    margin-bottom: 0.0rem;
  }
}
@media (min-width: 993px)  {
  .list_movie {
    margin-left: -15px;
    margin-right: -15px;
  }
  .list_movie li {
    width: 50%;
  }
}

/* bg_wrap */
.bg_wrap {
	background-color: #f0e7d5;
	padding: 4% 5%;
  margin-top: 6.0rem;
  margin-bottom: 6.0rem;
}
@media (max-width: 992px)  {
	.bg_wrap {
		padding:30px 20px;
	}
}
.bg_wrap h2 {
	margin-bottom: 3.0rem;
	font-weight: 600;
}

/* bg_Box */
.bg_Box {
  margin-bottom: 2.0rem;
  background-color: #fceacc;
  padding: 4%;
  margin-left: 0%;
  margin-right: 0%;
}

/* bg_Box_g */
.bg_Box_g {
  margin-bottom: 2.0rem;
  background-color: #eeedeb;
  padding: 4%;
  margin-left: 0%;
  margin-right: 0%;
}


/* text
-------------------------------------------*/
.main p,
.main_top p {
	line-height: 1.7;
}
.text_read {
  line-height: 1.6!important;
}
.text_red {
  color: #ff0000;
}
.text_white {
  color: #fff;
}

.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}

.text_bold {
  font-weight: 700;
}

.text_lg {
  font-size: 137.5%;
}
.text_sm {
  font-size: 80%;
}

@media (max-width: 992px)  {
  .text_read {
    font-size: 1.6rem;
  }
  .text_lg {
    font-size: 112.5%;
  }
}
@media (min-width: 993px)  {
  .text_lg125 {
    font-size: 125%;
  }
}


/* color
-------------------------------------------*/
.clRed {
  color: #F30;
}

/* img
-------------------------------------------*/
.main img,
.main_top img  {
  max-width: 100%;
}

/* vis_main */
.vis_main {
  margin-top: 4.5rem;
  margin-bottom: 4.6rem;
}


/* margin / padding
-------------------------------------------*/
/* top */
.mg_t_1 {
  margin-top: 1.0rem;
}
.mg_t_2 {
  margin-top: 2.0rem;
}
.mg_t_3 {
  margin-top: 3.0rem;
}
.mg_t_4 {
  margin-top: 4.0rem;
}
.mg_t_5 {
  margin-top: 5.0rem;
}

/* *.5 */
.mg_t_1h {
  margin-top: 1.6rem;
}
.mg_t_2h {
  margin-top: 2.6rem;
}

/* bottom */
.mg_b_1 {
  margin-bottom: 1.0rem;
}
.mg_b_2 {
  margin-bottom: 2.0rem;
}
.mg_b_3 {
  margin-bottom: 2.0rem;
}
.mg_b_4 {
  margin-bottom: 4.0rem;
}
.mg_b_5 {
  margin-bottom: 5.0rem;
}
.mg_b_8 {
  margin-bottom: 8.0rem;
}

/* *.5 */
.mg_b_1h {
  margin-bottom: 1.6rem;
}
.mg_b_2h {
  margin-bottom: 2.6rem;
}


/*==========================================
 top
===========================================*/
.main_top .content_wrap_top > section {
	margin-bottom: 8.0rem;
}

/* title
-------------------------------------------*/
.top_box .title_page_wrap h2 {
	text-align: center;
	position: relative;
	display: inline-block;
	font-weight: 500;
	/*letter-spacing: 0.1rem;*/
	margin-bottom: 5.0rem;
	line-height: 1;
}
.top_box .title_page_wrap h2:after{
	content: attr( data-title );
	display: block;
	padding-top: 42px;
}
.top_box .title_page_wrap h2::before {
	content: "";
	position: absolute;
	right: 0px;
	left: 0;
	bottom: 36px;
	display: inline-block;
	width: 72px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #a99f93;
}
@media (max-width: 992px)  {
  .top_box .title_page_wrap h2:after{
    font-size: 1.2rem;
  }
.top_box .title_page_wrap h2:before{
		font-size: 3.0rem;
	}
}
@media (min-width: 993px)  {
.top_box .title_page_wrap{
		min-width: 330px;
	}
.top_box .title_page_wrap h2 {
		font-size: 4.0rem;
	}
.top_box .title_page_wrap h2:after{
		font-size: 1.6rem;
	}
}


/*-------------------------------------------
  mainImg
-------------------------------------------*/
.main_top .content_wrap_top > section.mainImg_wrap {
	margin-bottom: 0.0rem;
}

/* movie-item */
.movie-item {
	z-index: 888;
}
.movie-item > div{
	position: relative;
/*	text-align: center;*/
  max-height: 100vh;
  overflow: hidden;
}

.movie-item .topmovieTxt {
	z-index: 800;
/*
  position: absolute;
	left: 0;
	right: 0;
  top: calc(50% - 20%);
  margin: auto;
  */
	display:inline-block;
}
.movie-item video {
  width: 100%;
  height: auto;
	z-index: 2;
}
.movie-item .topmovieTxt img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 992px)  {
  .movie-item .topmovieTxt {
    max-width: 200px;
    position: absolute;
    left: 1.5%;
    right: 0;
    bottom: 8%;
  }
}
@media (min-width: 993px)  {
  .movie-item .topmovieTxt {
    /*max-width: 1023px;*/
    max-width: 600px;
    position: absolute;
    left: 7.5%;
    right: 0;
    bottom: 10%;
  }
}


/*-------------------------------------------
  top_read
-------------------------------------------*/
.top_read {
  /*text-align: center;*/
}
@media (max-width: 992px)  {
  .top_read {
    padding-top: 4.0rem;
    padding-bottom: 4.0rem;
  }
}
@media (min-width: 993px)  {
  .top_read {
    padding-top: 8.0rem;
    padding-bottom: 8.0rem;
  }
}

/* top_read_wrap */
.top_read_wrap {
  display: flex;
  justify-content:space-between;
  align-items: center;
}
.top_read_wrap .photoBox {
  width: 16%;
  padding-left: 0%;
  padding-right: 2%;
}
.top_read_wrap .photoBox img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top_read_wrap .textBox {
  text-align: left;
  width: 82%;
}
.top_read_wrap .textBox p {
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 992px)  {
  .top_read_wrap .textBox p {
    font-size: 1.5rem;
  }
}
@media (min-width: 993px)  {
  .top_read_wrap .textBox p {
    font-size: 2.6rem;
  }
}


/*-------------------------------------------
  top_concept
-------------------------------------------*/
.top_concept {
  width: 100%;
  background-image: url("/themes/cms_robohouse_en/images/top_bg_concept.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  /*margin-bottom: 4.0rem!important;*/
/*  padding-top: 27.46%;*/
  background-size: cover;
}
.top_concept .textBox {
  text-align: center;
  padding: 4%;
  color: #fff;
}
.top_concept .textBox p {
  margin-bottom: 2.0!important;
}
@media (max-width: 992px)  {
  .top_concept {
    padding-top: 2.0rem;
    padding-bottom: 2.0rem;
  }
  .top_concept .textBox p {
    font-size: 1.4rem;
  }
}
@media (min-width: 993px)  {
  .top_concept .textBox p {
    font-size: 125%;
  }
}


/*-------------------------------------------
  top_news
-------------------------------------------*/
.top_news {
  background-color: #eeedeb;
	padding-top: 8.0rem;
	padding-bottom: 8.0rem;
}

/* list_news_top
-------------------------------------------*/
.list_news_top {
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
}
@media (max-width: 992px)  {
  .list_news_top dt {
    padding-top: 1.0rem;
    line-height: 1.2;
  }
  .list_news_top dt:first-child {
    border-top: 1px solid #a99f93;
  }
  .list_news_top dd {
    border-bottom: 1px solid #a99f93;
    padding-bottom: 1.0rem;
    line-height: 1.2;
  }
}
@media (min-width: 993px)  {
  .list_news_top {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display:flex;
    flex-wrap: wrap;
    margin-bottom: 6.0rem;
  }
  .list_news_top dt {
    width: 15%;
    border-bottom: 1px solid #a99f93;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 1em;
  }
  .list_news_top dt:first-child {
    border-top: 1px solid #a99f93;
  }
  .list_news_top dd {
    width: 85%;
    border-bottom: 1px solid #a99f93;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .list_news_top dd:first-of-type {
    border-top: 1px solid #a99f93;
  }
}
/*
.list_news_top {
  list-style: none;
  display:flex;
  flex-wrap: wrap;
}
.list_news_top li {
  padding-left: 15px;
  padding-right: 15px;
}
.list_news_top li a {
  text-decoration: none!important;
}
.list_news_top .entry_photo {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.list_news_top li time {
  font-size: 1.4rem;
}
.list_news_top .entry_label {
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 0.5rem 0.1rem;
  line-height: 1;
}
.list_news_top .entry_label a {
  color: #fff;
  text-decoration: none;
}
.list_news_top li h3 {
  margin-top: 1.0rem;
  margin-bottom: 1.0rem;
  line-height: 1.2;
  text-align: left;
  font-weight: 600;
}
.list_news_top li p.entry_body {
  line-height: 1.6;
  font-size: 1.4rem;
}
@media (max-width: 992px)  {
  .list_news_top {
    margin-left: -15px;
    margin-right: -15px;
  }
  .list_news_top li {
    width: 50%;
    margin-bottom: 3.0rem;
  }
  .list_news_top li:last-child,
  .list_news_top li:nth-last-child(2) {
    margin-bottom: 0.0rem;
  }
  .list_news_top li h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 993px)  {
  .list_news_top {
    margin-left: -15px;
    margin-right: -15px;
  }
  .list_news_top li {
    width: 25%;
  }
  .list_news_top li h3 {
    font-size: 1.7rem;
  }
}
*/


/*-------------------------------------------
  pickup
-------------------------------------------*/
.pickup_wrap {
  width: 100%;
  background-color: #eeedeb;
}
@media (max-width: 992px)  {
  .pickup_wrap {
    margin-bottom: 3.0rem!important;
  }
}
@media (min-width: 993px)  {
  .pickup_wrap {
    margin-bottom: 6.0rem!important;
  }
}

/* textBox
-------------------------------------------*/
/* title */
.pickup_wrap .textBox .title_page_wrap {
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
}
.pickup_wrap .title_page_wrap h3 {
  line-height: 1;
  font-weight: 500;
  margin-bottom: 2.0rem;
}
.pickup_wrap p.dscp {
  line-height: 2;
}

@media (max-width: 992px)  {
  .pickup_wrap .textBox .title_page_wrap {
    margin-bottom: 2.5rem;
  }
  .pickup_wrap .textBox {
    padding:30px;
  }
  .pickup_wrap .title_page_wrap h3 {
    margin-bottom: 0.0rem;
  }
  .pickup_wrap .photoBox {
    height: 250px;
  }
}
@media (min-width: 993px)  {
  .pickup_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
  }
  .pickup_wrap .textBox {
    width: 40%;
    align-self: center;
  }
  .pickup_wrap .title_page_wrap h3 {
    font-size: 3.0rem;
  }
  .pickup_wrap .textBox .textBox_inr {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .pickup_wrap .textBox .textBox_inr p{
    font-size: 1.6rem;
  }
  .pickup_wrap .photoBox {
    width: 60%;
    align-self: center;
    height: 500px;
  }
  .main_top .photoBox {
    order: 1;
  }
  .main_top .textBox {
    order: 2;
  }
}
@media (min-width: 1921px)  {
  .pickup_wrap .textBox .textBox_inr {
    max-width: 400px;
  }
  .pickup_wrap .photoBox {
    height: 800px;
  }
}

/* btn */
.pickup_wrap .btn_more {
  max-width: 100%;
}
.pickup_wrap .btn_more > li a {
	background-color: #f29600;
	text-align: center;
	text-decoration: none;
	padding: 14px 10px;
	/*border: 1px solid #f29600;*/
	display: block;
  text-transform: uppercase;
  color: #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}


/* top_guid
-------------------------------------------*/
.main_top .top_guide .photoBox {
  background-image: url("/themes/cms_robohouse_en/images/top_bg_guide.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 993px)  {
  .main_top .gofuru .photoBox {
    order: 1;
  }
  .main_top .gofuru .textBox {
    order: 2;
  }
}

/* top_menu
-------------------------------------------*/
.main_top .top_menu .photoBox {
  background-image: url("/themes/cms_robohouse_en/images/top_bg_menu.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 993px)  {
  .main_top .top_menu .photoBox {
    order: 2;
  }
  .main_top .top_menu .textBox {
    order: 1;
  }
}

/* top_staff
-------------------------------------------*/
.main_top .top_staff .pickup_wrap {
  margin-bottom: 8.0rem!important;
}
.main_top .top_staff .photoBox {
  background-image: url("/themes/cms_robohouse_en/images/top_bg_staff.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 993px)  {
  .main_top .top_staff .photoBox {
    order: 1;
  }
  .main_top .top_staff .textBox {
    order: 2;
  }
}

/* top_sdgs
-------------------------------------------*/
.main_top .top_sdgs .photoBox {
  background-image: url("/themes/cms_robohouse_en/images/top_bg_sdgs.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 993px)  {
  .main_top .top_sdgs .photoBox {
    order: 2;
  }
  .main_top .top_sdgs .textBox {
    order: 1;
  }
}


/*-------------------------------------------
  banner
-------------------------------------------*/
/* list_banner
-------------------------------------------*/
.list_banner {
  list-style: none;
  margin-bottom: 2.5rem;
}


/*==========================================
 concept
===========================================*/
/* concept_greeting
-------------------------------------------*/
@media (max-width: 992px)  {
  .concept_greeting .text-photo_Box {
    display: flex;
    flex-direction: column-reverse;
  }
  .concept_greeting .photoBox {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* collaboration_list
-------------------------------------------*/
.collaboration_list {
  list-style: none;
}
.collaboration_list li {
  border-bottom: 1px solid #a99f93;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom:  0rem;
}
.collaboration_list li:first-child {
  border-top: 1px solid #a99f93;
  padding-top: 1.5rem;
}
.collaboration_list li h3 {
  /*margin-bottom: 2.0rem;*/
  margin-bottom: 0;
}
@media (min-width: 993px)  {
  .collaboration_list li {
    margin-top: 3.0rem;
    margin-bottom: 3.0rem;
    padding-bottom:  1.5rem;
  }
  .collaboration_list li:first-child {
    padding-top: 3.0rem;
  }
  .collaboration_list li h3 {
      width: 87%;
      margin-left: auto;
      margin-right: auto;
  }
}

.collaboration_list li h4 {
  /*margin-bottom: 2.0rem;*/
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
.collaboration_list li p {
  margin-bottom: 2.0rem;
}
.collaboration_list li .img80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 993px)  {
  .collaboration_list li .img50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* accordion-area
-------------------------------------------*/
/*アコーディオンタイトル*/
.accordion-area .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
  /*  font-size:1rem;
    font-weight: normal;*/
    /*padding: 3% 3% 3% 50px;*/
    transition: all .5s ease;
    text-align: center;
    font-size:1.6rem;
    font-weight: 400;
    background-color: #f29600;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding:6px 20px 8px 10px;
    width: 100px;
    left:calc(50% - 55px) ;
}
@media (min-width: 993px)  {
  .collaboration_list li {
    margin-top: 1.0rem;
  }
}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after{
	position: absolute;
	top: 0;
	bottom: 0;
	/*right: 15px;*/
	margin: auto;
	content: "";
	vertical-align: middle;
}
.accordion-area .title::before{
	width: 6px;
	height: 6px;
  top:-0px;
  left: calc(50% + 1.5em) ;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
  transform: rotate(135deg);
}

/*
.accordion-area .title::before,
.accordion-area .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
}
.accordion-area .title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
}
.accordion-area .title::after{
    top:48%;
    left: 15px;
    transform: rotate(90deg);
}
*/

/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::before{
  top:5px;
  transform: rotate(-45deg);
}

/*
.accordion-area .title.close::before{
  transform: rotate(45deg);
}
.accordion-area .title.close::after{
  transform: rotate(-45deg);
}
*/

/*アコーディオンで現れるエリア*/
.accordion-area .box {
    display: none;/*はじめは非表示*/
    padding-top: 0.5rem;
}
@media (min-width: 993px)  {
  .accordion-area .box {
      padding-top: 1.5rem;
      width: 87%;
      margin-left: auto;
      margin-right: auto;
  }
}



/*==========================================
 shop
===========================================*/
/* shop_info
-------------------------------------------*/
.shop_info {
  list-style: none;
  margin-bottom: 2.0rem;
}
.shop_info table {
  border-top: 1px #000 dotted;
  width: 100%;
}
.shop_info table th,
.shop_info table td {
  border-bottom: 1px #000 dotted;
  padding: 0.5rem 1rem;
}
.shop_info table th {
  width: 20%;
  text-align: left;
  font-weight: 400;
}
@media (min-width: 993px)  {
  .shop_info .text-photo_Box {
  }
  .shop_info .text-photo_Box .textBox,
  .shop_info .text-photo_Box .photoBox {
    width: 50%;
  }
}


/* text-photo */
.shop_info .photoBox p {
  margin-top: 0;
  margin-bottom: 20px;
}
.shop_info .photoBox p img{
  margin-bottom: 5px;
}


/*==========================================
 guide
===========================================*/
.guide_flow h3{
  color: #fff;
  background-color: #a99f93;
  padding:12px 20px;
  margin-bottom: 3.0rem;
}

/* guide_flow .text-photo_Box */
.guide_flow .text-photo_Box {
  margin-top: 5.0rem;
  margin-bottom: 6.0rem;
  list-style: none;
  display:flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.guide_flow .text-photo_Box li {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 3.0rem;
}
.guide_flow .text-photo_Box li h4{
  margin-bottom: 1.0rem;
}
.guide_flow .text-photo_Box li img{
  margin-bottom: 1.0rem;
}
.guide_flow .text-photo_Box li p{
  line-height: 1.4;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.guide_flow .text-photo_Box li p.text_sm {
  font-size: 90%;
  margin-left:1em;
  text-indent:-1em;
}
@media (max-width: 992px)  {
  .guide_flow .text_lg{
    font-size: 100%;
  }
  .guide_flow .text-photo_Box {
    margin-left: -15px;
    margin-right: -15px;
  }
  .guide_flow .text-photo_Box li {
    margin-bottom: 3.0rem;
  }
  .guide_flow .text-photo_Box li:last-child {
    margin-bottom: 0.0rem;
  }
  .guide_flow .text-photo_Box li img{
    display: block;
    margin:auto auto 1.0rem;
    /*width: 90%;*/
  }
}
@media (min-width: 993px)  {
  .guide_flow .text-photo_Box {
    margin-left: -15px;
    margin-right: -15px;
  }
  .guide_flow .text-photo_Box li {
    width: 25%;
  }
}

/* guide_flow
-------------------------------------------*/
@media (max-width: 992px)  {
  .guide_flow .text-photo_Box {
    display: flex;
    flex-direction: column;
  }
  .guide_flow .photoBox {
    /*width: 50%;
    margin-left: auto;
    margin-right: auto;*/
  }
}


/* flow_reserve
-------------------------------------------*/
.guide_flow .flow_reserve {
  margin-bottom: 0;
}
.guide_flow .flow_reserve.text-photo_Box li img {
  padding: 10px;
  border: 2px #eee solid;
}


/* guide_food
-------------------------------------------*/
.guide_food .text-photo_Box {
  margin-bottom: 7.0rem;
}
@media (max-width: 992px)  {
  .guide_food .text-photo_Box {
    display: flex;
    flex-direction: column-reverse;
  }
}


/*==========================================
 menu
===========================================*/
.time_text {
  text-align: center;
}
@media (max-width: 992px)  {
  .time_text {
    margin-top:-2.0rem;
    margin-bottom: 3.0rem;
  }
}
@media (min-width: 993px)  {
  .time_text {
    margin-top:-3.5rem;
    margin-bottom: 5.0rem;
  }
}

/* menu_item
-------------------------------------------*/
.menu_item {
  list-style: none;
  margin-bottom: 7.0rem;
}
.menu_item .photoBox img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.menu_item .textBox h3 {
  margin-bottom: 0.0rem;
  line-height: 1.4;
}
.menu_item .textBox p.item_price {
  margin-bottom: 2.0rem;
  font-weight: 500;
}
@media (max-width: 992px)  {
  .menu_item .textBox h3 {
    margin-top: 2.0rem;
  }
  .menu_item .textBox h3 br {
    display: none;;
  }
}
@media (min-width: 993px)  {
  .menu_item {
    display: flex;
    justify-content:space-between;
  }
  .menu_item .photoBox {
    width: 50%;
    padding-right: 2.0%;
  }
  .menu_item .textBox {
    width: 50%;
    padding-left: 2.0%;
  }
  .menu_item .textBox p.item_price {
    font-size: 2.6rem;
  }
}

/* menu_morning
-------------------------------------------*/
.menu_morning h3 {
  text-align: center;
  margin-bottom: 4rem;
}
.menu_morning h3 span{
  display: inline-block;
  padding: 0.5rem 5rem;
  border: 1px #3c2f20 solid;
  font-size: 125%;
}

.menu_morning h4 {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 993px)  {
  .main .menu_morning h4 {
    font-size: 2.4rem;
  }
}


/* menu_drink
-------------------------------------------*/
.menu_drink {
  margin-bottom: 8rem;
}

/* item */
.menu_drink .tea_wrapp {
  margin-bottom: 0.0rem;
  padding-bottom: 4.0rem;
  border-bottom: 1px #3c2f20 dotted;
}
.menu_drink .tea_wrapp:first-of-type {
  padding-top: 4.0rem;
  border-top: 1px #3c2f20 dotted;
}

.menu_drink .menu_wrapp {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.menu_drink .menu_wrapp .single_item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.menu_drink .menu_wrapp .single_item dt{
  line-height: 2.0;
  width: 70%;
  font-weight: 500;
  /*font-size: 125%;*/
  margin-bottom: 2.0rem;
}
.menu_drink .menu_wrapp .single_item dt span{
  display: block;
  margin-left: 1.25em;
}
.menu_drink .menu_wrapp .single_item dd{
  width: 30%;
  text-align: right;
  line-height: 2.0;
  font-weight: 500;
}
.menu_drink .single_item_dscp {
  margin-top: -1.5rem!important;
}
.menu_drink .single_item_subtitle {
  font-weight: 500;
  margin-top: 1.05em;
  margin-bottom: 0.0rem;
/*  font-size: 112.5%;*/
}
@media (max-width: 992px)  {
  .menu_drink .menu_wrapp .single_list{
    width: 100%;
  }
}
@media (min-width: 993px)  {
  .menu_drink .menu_wrapp {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }
  .menu_drink .menu_wrapp .single_list {
    width: 50%;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  .menu_drink .menu_wrapp .single_item dt{
    font-size: 2.0rem;
  }
  .menu_drink .menu_wrapp .single_item dd{
    font-size: 2.0rem;
  }
  /*
  .menu_morning .menu_wrapp .single_item dt br{
    display: none;
  }
  */
}


/* menu_food
-------------------------------------------*/
/* item */
.menu_food .menu_wrapp {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.menu_food .menu_wrapp .single_item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.menu_food .menu_wrapp .single_item dt{
  line-height: 2.0;
  width: 70%;
  font-weight: 500;
  /*font-size: 125%;*/
  margin-bottom: 2.0rem;
}
.menu_food .menu_wrapp .single_item dt span{
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
}
.menu_food .menu_wrapp .single_item dd{
  width: 30%;
  text-align: right;
  line-height: 2.0;
  font-weight: 500;
}
/*
.menu_food .single_item_dscp {
  margin-top: -1.5rem!important;
}
*/
.menu_food .menu_wrapp .text_dscp {
  margin-top: -1.7rem;
  margin-bottom: 3.0rem;
}
@media (max-width: 992px)  {
  .menu_food .menu_wrapp .single_list{
    width: 100%;
  }
}
@media (min-width: 993px)  {
  .menu_food .menu_wrapp {
    margin-left: -3.0%;
    margin-right: -3.0%;
  }
  .menu_food .menu_wrapp .single_list {
    width: 50%;
    padding-left: 3.0%;
    padding-right: 3.0%;
  }
  .menu_food .menu_wrapp .single_item dt{
    font-size: 2.0rem;
  }
  .menu_food .menu_wrapp .single_item dt span{
    display: block;
    font-weight: 400;
    font-size: 1.6rem;
  }
  .menu_food .menu_wrapp .single_item dd{
    font-size: 2.0rem;
  }
}

/* menu_photo4 */
.menu_photo4 {
  margin-top: 5.0rem;
  margin-bottom: 6.0rem;
  list-style: none;
  display:flex;
  flex-wrap: wrap;
}
.menu_photo4 li {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 3.0rem;
}
.menu_photo4 li img{
  margin-bottom: 1.0rem;
}
.menu_photo4 li p{
  line-height: 1.4;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
@media (max-width: 992px)  {
  .menu_photo4 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .menu_photo4 li {
    width: 50%;
  }
}
@media (min-width: 993px)  {
  .menu_photo4 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .menu_photo4 li {
    width: 25%;
  }
}


/*==========================================
 staff
===========================================*/
/* staff_kitchen
-------------------------------------------*/
.list_kitchen {
  list-style: none;
  display:flex;
  flex-wrap: wrap;
}
.list_kitchen li {
  margin-bottom: 3.5rem;
}
.list_kitchen li h3{
  list-style: none;
}
@media (min-width: 993px)  {
  .list_kitchen {
    margin-left: -15px;
    margin-right: -15px;
  }
  .list_kitchen li {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 3.5rem;
  }
  .list_kitchen li h3{
    margin-bottom: 1.0rem;
    font-size: 2.4rem;
  }
}

/* staff_sub
-------------------------------------------*/
.staff_sub {
  list-style: none;
  margin-bottom: 2.0rem;
}
@media (min-width: 993px)  {
  .shop_info .text-photo_Box {
  /*  align-items: center;*/
  }
  .staff_sub .text-photo_Box .textBox,
  .staff_sub .text-photo_Box .photoBox {
    width: 50%;
  }
}



/*==========================================
 sdgs
===========================================*/
.gsdgs_info h3 {
  text-align: center;
  margin-bottom: 3.0rem;
}
@media (max-width: 992px)  {
  .gsdgs_info h3 {
    margin-top: 3.0rem;
  }
  .gsdgs_info h3 img {
    max-width: 200px;
    height: auto;
  }
}
@media (min-width: 993px)  {
  .gsdgs_info h3 {
    margin-top: 6.0rem;
  }
  .gsdgs_info h3 img {
    max-width: 556px;
    height: auto;
  }
}

/* list_sdgs */
.list_sdgs {
  list-style: none;
  display:flex;
  flex-wrap: wrap;
}
.list_sdgs li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 1.0rem;
}
@media (max-width: 992px)  {
  .list_sdgs {
    /*margin-left: -5px;
    margin-right: -5px;*/
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .list_sdgs li {
    width: 20%;
  }
  .list_sdgs li:last-child,
  .list_sdgs li:nth-last-child(2) {
    margin-bottom: 0.0rem;
  }
}
@media (min-width: 993px)  {
  .list_sdgs {
    margin-left: -5px;
    margin-right: -5px;
  }
  .list_sdgs li {
    width: 16.666%;
  }
}
@media (min-width: 1367px){
  .list_sdgs {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* gsdgs_hci
------------------------------------- */
.gsdgs_hci .list_sdgs li {
  width: 33.333%;
}

/* hci-sdgs_wrap */
.hci-sdgs_wrap {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #eaf6fd;
}
.hci-sdgs_wrap h2 {
  background-color: #0098d8;
  color: #fff;
  padding: 3.0rem 0;
  margin-bottom: 0.0rem;
  margin-left: -15px;
  margin-right: -15px;
}
.hci-sdgs_wrap .logo_sdgs {
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px)  {
  .hci-sdgs_wrap .logo_sdgs {
    width: 80%;
    margin-bottom: 3.0rem;
  }
}
@media (min-width: 993px)  {
  .hci-sdgs_wrap .logo_sdgs {
    margin-top: 12.0rem;
    margin-bottom: 8.0rem;
    width: 80%;
  }
  .hci-sdgs_wrap h2 {
    font-size: 4.4rem;
    line-height: 1.4!important;
  }
}

.hci-sdgs_wrap h3 {
  text-align: center;
  line-height: 2.0;
}

/* hci-sdgs_list */
.hci-sdgs_list li {
  display: flex;
  margin-bottom: 3.0rem;
}
.hci-sdgs_list li h4 {
  width: 30%;
}
.hci-sdgs_list li p {
  width: 70%;
  padding-left: 3%;
}
.hci-sdgs_list li p span{
  font-weight: 500;
}
@media (min-width: 993px)  {
  .hci-sdgs_list_wrapp {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5.0rem;
  }
  .hci-sdgs_list {
    width: calc(100% / 2);
  }
  .hci-sdgs_list li {
    padding: 10px;
  }
  .hci-sdgs_list:nth-child(odd) {
    padding-right: 1.5%;
  }
  .hci-sdgs_list:nth-child(even) {
    padding-left: 1.5%;
  }
}

/* bg_img */
.hci-sdgs_wrap .bg_img {
  margin-left: -15px;
  margin-right: -15px;
  /*background-color: #fff;*/
  padding-top:0.0rem;
}
.hci-sdgs_wrap .bg_img img {
  width: 100%;
}


/*==========================================
 contact
===========================================*/
.telWrapp h3 {
  text-align: center;
  margin-bottom: 0;
}
p.text_tel_kana {
  text-align: center;
  font-weight: 500;
}
p.text_tel_b {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #f29600;
  font-weight: 600;
  margin-top: 2.0rem;
  margin-bottom: 2.0rem;
}
.text_tel_b span {
  font-size: 46%;
  margin-right: 0.5rem;
  margin-top: 5px;
}
.text_tel_b em {
  font-size: 100%;
  font-style: normal;
}
@media (max-width: 992px)  {
  p.text_tel_b {
    font-size: 3.0rem;
  }
}
@media (min-width: 993px)  {
  .telWrapp h3 {
    font-size: 3.6rem;
  }
  p.text_tel_kana {
    font-size: 2.4rem;
  }
  p.text_tel_b {
    font-size: 6.0rem;
  }
}

/* item_label */
.bg_wrap .delivery {
  color: #fff;
  padding: 0.6rem 0.8rem 0.8rem;
  line-height: 1;
  display: inline-block;
  text-align: center;
  margin-right: 0.25rem;
  background-color: #496e9d;
}


/*==========================================
 policy
===========================================*/
.policy_wrap h3 {
  text-align: left;
	margin-top: 4.8rem;
}
.policy_wrap h4 {
  margin-top: 2.4rem;
	margin-bottom: 0rem;
  font-weight: 600;
}


/*==========================================
 sitemap
===========================================*/
.sitemap_list {
  list-style: none;
  margin-left: 2.0rem;
}
.sitemap_list li {
  margin-top: 1.0rem;
	margin-bottom: 1.0rem;
}


/*==========================================
 news
===========================================*/
/* text
-------------------------------------------*/
.entry_title time {
  margin-right: 0.5rem;
}
.entry_title .entry_label {
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 0.5rem 0.1rem;
  line-height: 1;
}
.entry_title .entry_label a {
  color: #fff;
  text-decoration: none;
}

/* ctg_nav
-------------------------------------------*/
.ctg_nav {
  margin-bottom: 5rem!important;
}
.ctg_nav h2 {
  margin-bottom: 5rem!important;
}

/* news_nav */
.ctg_nav ul {
  list-style:none;
  display: flex;
  flex-wrap: wrap;
}
.ctg_nav ul li {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 992px)  {
  .ctg_nav ul li {
    width: 50%;
  }
}
@media (min-width: 993px)  {
  .ctg_nav ul {
    justify-content: center;
  }
}


/* list_news
-------------------------------------------*/
.list_news {
  list-style: none;
  display:flex;
  flex-wrap: wrap;
}
.list_news li {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5.0rem;
}
.list_news li a {
  text-decoration: none!important;
}
.list_news li h3 {
  margin-top: 1.0rem;
  margin-bottom: 1.0rem;
  line-height: 1.2;
  text-align: left;
  font-weight: 600;
}
.list_news li time {
  font-size: 1.4rem;
}
.list_news .entry_label {
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 0.5rem 0.1rem;
  line-height: 1;
}
.list_news .entry_label a {
  color: #fff;
  text-decoration: none;
}
.list_news .entry_photo {
  margin-bottom: 1.0rem;

  display: flex;
  flex-direction: column;
  flex: 1 0 auto; /* fix IE11 */
}
.list_news .entry_photo a {
  text-align: center;
}
.list_news p.entry_body {
  line-height: 1.6!important;
  font-size: 1.4rem;
}
@media (max-width: 992px)  {
  .list_news {
    margin-left: -15px;
    margin-right: -15px;
  }
  .list_news li {
    width: 50%;
    margin-bottom: 3.0rem;
  }
  .list_news li:last-child,
  .list_news li:nth-last-child(2) {
    margin-bottom: 0.0rem;
  }
  .list_news li h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 993px)  {
  .list_news {
    margin-left: -15px;
    margin-right: -15px;
  }
  .list_news li {
    width: 25%;
  }
  .list_news li h3 {
    font-size: 1.7rem;
  }
}

/* pager-list
-------------------------------------- */
.pager-list {
	text-align:center;
	font-size: 1.4rem;
  margin-top: 5.0rem;
	margin-bottom: 8.0rem;
}
.main a.page-numbers,
.pager-list .current{
	background: #fff;
	border: solid 1px #000;
	padding: 8px 15px;
	margin: 0 2px;
	text-decoration: none;
	color: #666;
}
.pager-list a {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.pager-list a:hover,
.pager-list .current{
	background:#000;
	border:solid 1px #000;
	color:#FFF;
}



/*-------------------------------------------
 single
-------------------------------------------*/
/* entry_inr
-------------------------------------------*/
.single_wrap {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 8.0rem;
}

/* entry_title
-------------------------------------------*/
.single_wrap .entry_title {
  margin-bottom: 3.0rem;
  margin-top: 0.5rem;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 992px)  {
  .single_wrap .entry_title {
    font-size: 2.0rem;
  }
}
@media (min-width: 993px)  {
  .single_wrap .entry_title {
    font-size: 2.8rem;
  }
}

/* entry_body
-------------------------------------------*/
.single_wrap .entry_body {
  line-height: 2;
}
.single_wrap .entry_body img {
  margin-top: 1.0rem;
  margin-bottom: 2.0rem;
}

/* pager
-------------------------------------------*/
.single_wrap .pager {
  margin-top: 5.0rem;
	display: flex;
	justify-content: space-between;
}
.single_wrap .pager a {
	display: inline-block;
  color: #000;
  text-decoration: none;
  padding: 12px 20px;
  border: 1px solid #000;
	text-decoration: none!important;
	text-align: center;
}
.single_wrap .pager a:hover {
	background-color: #000;
	border: 1px solid #fff;
	color: #fff;
}
@media (max-width: 992px)  {
  .single_wrap .pager a {
    font-size: 1.4rem;
    padding: 12px 1.0rem;
  }
}
