@charset "UTF-8";

/* トップページ
--------------------------------------------------------*/
.star-area {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#wrapper {
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
}

#wrapper h2 {
  font-size: 28px;
  color: #0058a4;
  font-weight: normal;
  margin-bottom: 10px;
}

.lts1 {
  letter-spacing: 1em;
}

.lts1-2 {
  letter-spacing: 0.5em;
  margin-top: 50px;
}

.lts1-3 {
  letter-spacing: 0.5em;
  margin-top: 50px;
}

h2.mt {
  margin-top: 50px;
}

@media (max-width: 767px) {
  #wrapper h2 {
    font-size: 20px;
    /*    text-align: center;*/
  }

  .ls03 {
    letter-spacing: 0.3em;
  }

}

.border {
  background: url(../img/common/line-dot.png) left top repeat-x;
  padding-top: 48px;
}

.border-bottom {
  background: url(../img/common/line-dot-L.png) left bottom repeat-x;
  padding-bottom: 60px;
  font-family: "Open Sans", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

@media (max-width: 767px) {
  .border {
    padding-top: 24px;
  }

  .border-bottom {
    padding-bottom: 8px;
  }
}

#wrapper h1 {
  text-align: center;
  padding-top: 40px;
}

@media (max-width: 767px) {
  #wrapper h1 {
    padding: 20px 14% 0;
  }

  #wrapper h1 img {
    vertical-align: bottom;
  }
}

/* comment
--------------------------------------------------------*/
.comment {
  background: url(../img/recruit/comment-bg.png) center center no-repeat;
  height: 375px;
  text-align: center;
  margin-bottom: 60px;
}

.comment h2 {
  padding-top: 60px;
  padding-left: 32px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .comment {
    -webkit-background-size: contain;
    background-size: contain;
    height: auto;
    margin-bottom: 20px;
  }

  .comment h2 {
    padding: 20px 10px 20px 24px;
  }

  .comment h2 img {
    width: 84%;
    height: auto;
  }
}

/* table
--------------------------------------------------------*/

.plice-table,
.time-table {
  background-color: #FFFFFF;
  border: 3px #1967ab solid;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.ichikawaminami__gaiyou-table td{
	width: 80%;
}

.table_space{
	margin-top: 12px;
	display: inline-block;
}

.plice-table th,
.time-table th {
  text-align: center;
  color: #0058a4;
  font-weight: normal;
  font-size: 22px;
}


.plice-table th span.orange {
  color: #eb5c01;
}

.plice-table th,
.plice-table td,
.time-table th,
.time-table td {
  text-align: center;
  padding: 13px 0;
  border: 1px solid #0058a4;
}

.ichikawaminami__gaiyou-table td{
	text-align: left;
	padding-right: 32px;
	padding-left: 32px;
}

@media (max-width: 767px) {
	.ichikawaminami__gaiyou-table td{
	padding-left: 8px;
	padding-right: 8px;
}
}

.plice-table td,
.time-table td {
  font-size: 20px;
  color: #3e3a39;
}

.plice-table td b,
.time-table td b {
  color: #0058a4;
}

.plice-table td.w200 {
  width: 200px;
}

.plice-table td.w475 {
  width: 475px;
}

.notes {
  font-size: 18px;
}

ul.notes {
  margin-left: 0;
}

ul.notes li {
  padding-left: 20px;
  position: relative;
  list-style: none;
  margin-bottom: 6px;
}

ul.notes li:before,
span.repletion:before {
  content: "※";
  position: absolute;
  left: 0;
}

span.repletion {
  display: block;
  padding-left: 22px;
  position: relative;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8em;
}

span.repletion:before {
  color: #eb5c01;
}

.kahen-price {
  width: 377px;
}

@media (max-width: 767px) {
  .plice-table th {
    font-size: 15px;
    width: 30%;
    white-space: nowrap;
  }

  .rec-table th span {
    letter-spacing: 0.4em !important;
  }

  .plice-table td {
    font-size: 14px;
  }

  .plice-table td.w200 {
    width: 25%;
  }

  .plice-table td.w475 {
    width: 45%;
  }

  .notes {
    font-size: 12px;
  }

  .kahen-price {
    width: 35%;
  }
}

/* star
--------------------------------------------------------*/
.star {
  width: 455px;
  height: 441px;
  background: url(../img/illust/star_01.png) no-repeat;
  position: absolute;
  z-index: 1;
}

.star-1 {
  top: 1%;
  left: -100px;
  transform: rotate(60deg);
}

.star-2 {
  top: 10%;
  right: -5%;
  transform: rotate(-60deg);
}

.star-3 {
  top: 26%;
  left: 26%;
  transform: rotate(-60deg);
}

.star-4 {
  top: 46%;
  right: 5%;
  transform: rotate(-60deg);
}

.star-5 {
  top: 54%;
  left: 0%;
  transform: rotate(-60deg);
}

.star-6 {
  top: 68%;
  right: 6%;
  transform: rotate(-60deg);
}

@media (max-width: 767px) {
  .star {
    width: 200px;
    height: 194px;
    background-size: contain;
  }
}

/* star list
--------------------------------------------------------*/
.star-list {
  color: #3e3a39;
  font-size: 20px;
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 40px;
  margin-left: 0;
}

.star-list li {
  background-image: url(../img/service/star.png);
  background-position: left 0.25em;
  background-repeat: no-repeat;
  list-style: none;
  padding-left: 30px;
  margin-bottom: 20px;
}

.star-list li.line2 {
  background-position: left 0.25em;
}

@media (max-width: 767px) {
  .star-list li {
    font-size: 16px !important;
    background-position: left 0.15em;
  }
}

/* layout
--------------------------------------------------------*/
.mb70 {
  margin-bottom: 70px;
}

/*top_btn===============================================*/

.introduction__btn-wrapper {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 120px auto 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.introduction__btn>a{
    display: block;
}

.introduction__img{
   text-align: center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width:230px;
    margin: 90px auto 50px;
}

.service__pc-only{
    display: block;
}

.introduction__img>img{
    max-width: 100%;
    height: auto;
    margin: 16px 8px 0;
}

@media (max-width: 767px) {
.introduction__btn-wrapper {
  height: auto;
    -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
    margin-top: 80px;
}
    
    
.introduction__btn{
 margin: 0 8px 16px;
}
    
.service__pc-only,.introduction__img>img{
    display: none;
}
    
}


.introduction__btn > a {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  background-color: #0058A4;
  padding: 22px 36px;
  border-radius: 200px;
  transition: .3s;
}

.introduction__btn > a:hover {
  transition: .3s;
  background-color: #8fd3f5;
}

@media (max-width: 767px) {
    .introduction__btn>a{
    padding-right: 32px;
        padding-left: 32px;
        font-size: 16px; 
}
}

/*top_btn__inner===============================================*/
.introduction__inner-btn-wrapper {
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 120px auto 40px;
    flex-wrap: wrap;
}

.introduction__inner-btn{
    margin:0 8px;
}


.introduction__inner-btn > a {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  background-color: #0058A4;
  padding: 22px 36px;
  border-radius: 200px;
  transition: .3s;
    width: 300px;
    display: block;
    text-align: center;
}

@media (max-width: 767px) {
    .introduction__inner-btn-wrapper{
        margin-top:60px;
    }
    .introduction__inner-btn > a{
        font-size: 16px;
}
}

.introduction__inner-btn > a:hover {
  transition: .3s;
  background-color: #8fd3f5;
}

.num-list {
  margin: 0;
}

.list__sp-only{
    display: none;
}

.num-list li {
  background-position: left 7px;
  background-repeat: no-repeat;
  list-style: none;
  padding-left: 40px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
    .num-list li{
        font-size:16px;
    }
    .list__sp-only{
    display: block;
}
    }


.num-1 {
  background-image: url(../img/content/num-1.png);
}


.num-2 {
  background-image: url(../img/content/num-2.png);
}

.num-3 {
  background-image: url(../img/content/num-3.png);
}

.num-4 {
  background-image: url(../img/content/num-4.png);
}

.num-5 {
  background-image: url(../img/content/num-5.png);
}

.num-6 {
  background-image: url(../img/content/num-6.png);
}


@media (max-width: 767px) {
.introduction__inner-btn-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
    .introduction__inner-btn{
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
.service__text{
    font-size:16px;
}
}

/* accessmap */
#contactus {
  display:block;
  margin:0 auto;
  padding-top:57px;
  padding-bottom:81px;
}

#map_left{
  float: left;
}
#map_right {
  float: left;
  margin-left:70px;
  width: 262px;
}
#map_right img {
  width: 88%;
}
#map_right p {
  line-height:  1.7em;
}

@media (max-width: 767px) {
  .contactus h3 {
    padding-left: 0px;
  }
  #access h2.mgb50 {
    margin-bottom: 10px;
  }
  .contactus {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .contactus li {
    font-size: 24px !important;
    padding-left: 0px;
  }
  .contactus table {
    font-size: 18px;
  }
  .contactus table th {
    font-weight: normal;
    width: 120px;
    text-align: right;
  }
  .contactus table td {
    padding-left: 30px;
    text-align: left;
  }
  .contactus li .icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  li .icon-tel,
  li .icon-mail {
    background-size: 100%;
    background-position:  left center;
  }
  .contactus .caution {
    margin-bottom: 20px;
  }
  #accessmap {
    margin:0 auto;
    width: 100%;
    }
  #contactus {
    width: 92%;
    margin: 0 4%;
    }
  #map_left,
  #map_right {
    float: none;
    width: 100%;
    text-align: center;
    }
  #map_left img {
    width: 92%;
    }
  .link.detail {
    margin-bottom: 0px;
    }
  #accessmap .link.detail {
    margin-bottom: 20px;
  }
  #map_right{
    margin-left: 0px;
    }
  #map_right img {
    width: 34%;
  }
  .accesslogo {
    margin-top: 20px;
  }
  .accesslogo.mgb30 {
    margin-bottom: 10px;
  }
  
}  

/*強調*/
.link-strong{
	font-weight: bold !important;
	color: #eb5c01 !important;
	transition: .2s;
}

.link-strong:hover{
	color: #0058a4 !important;
	transition: .2s;
}

.link-strong--underline{
	border-bottom: 2px solid #eb5c01  !important;
}


/*調理写真*/
.lunch__wrapper:not(:last-child){
	margin-bottom: 32px;
}

.lunch__inner{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.lunch__sub-title{
	font-size: 20px;
	color: #0058A4;
	margin-bottom: 16px;
}

.lunch__block{
background-color: #fff;
border-radius: 16px;
padding: 14px	14px 32px 14px;
max-width: calc(100%/3 - 14px);
}

.lunch__text--flex{
	display: flex;
}

@media (min-width: 769px) {
.lunch__text--flex span{
	padding-top: 20px;
}
}

@media (max-width: 768px) {
	.lunch__text--flex{
		display: block;
	}	
}


.lunch__text-img{
	margin-right: 16px;
	margin-top: 20px;
}

@media (max-width: 768px) {
	.lunch__text-img{
		text-align: center;
		margin: 12px auto 0;
	}	
}

.lunch__text--flex .table_space{
	text-indent:-1em;
	padding-left: 1em;
}

@media (max-width: 768px) {
	.lunch__text,.table_space{
		font-size: 16px;
	}	
}

@media (max-width: 700px) {
	.lunch__inner{
		justify-content: center;
	}
	.lunch__sub-title{
		font-size: 16px;
	}
	.lunch__block{
		max-width: calc(100%/2 - 10px);
	}
	
	.lunch__block:first-child{
	margin-right: 20px;
}
	
	.lunch__block:not(:last-child){
	margin-bottom:  20px;
}
}


@media (max-width: 500px) {
	.lunch__block:first-child{
	margin-right: 0;
}
	
	.lunch__block{
		max-width: 100%;
	}
}

.lunch__img{
	margin-bottom: 8px;
	position: relative;
}

.lunch__cover{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}


.lunch__img-zoom{
	position: absolute;
	right: 10px;
	top: 8px;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background-color: #eb5c01;
}

.lunch ul{
	margin: 0;
	list-style: none;
	padding-left: 8px;
	font-size: 16px;
}

.menu_list{
	white-space:nowrap;
	text-indent: -1.2em;
	padding-left: 1.2em;
}

@media (max-width: 768px) {
.menu_list{
	white-space:normal;
}
}

.menu_list:before{
content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
	background-image: url("/img/common/listicon-star-or.png");
  background-size: contain;
  vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 3px;
}

.oisix{
	font-family: 'Alice', serif;
	font-size: 23px;
}

@media (max-width: 768px) {
.oisix{
	font-size: 21px;
}
}

/*外観*/
.building{
	display: flex;
	justify-content: space-between;
}

.building p:first-child{
	padding-right: 12px;
}

@media (max-width: 600px) {
	.building{
	display: block;
}

.building p:first-child{
	padding-right: 0;
	margin-bottom: 12px;
}
	
}
