@charset "utf-8";


/* wrapper
------------------------------*/

.wrapper {
  width: 1280px;
  margin: 0 auto;
  background-color: #fff;
}

/* header
------------------------------*/

header {
  padding: 10px 20px 10px;
  background-color: #fff;
}

/* logo */
.logo {
  margin-left: 30px;
  margin-top: 20px;
}

.logo_after2 {
  margin-top: -10px;
}

/* nav
------------------------------*/

nav {
  width: 820px;
  height: 30px;
  float: right;
  margin-top: 35px;
  margin-bottom: 20px;
  /* margin-right: 0px; */
}



nav.global ul li {
  display: inline-block;
  font-size: 1.4em;
  margin-right: 20px;
  font-weight: bold;

}

nav ul li a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

nav ul li a:hover {
  text-decoration: underline;
  color: #f78f08;
}

/* ページ毎ごとのナビ設定 */

.search nav.global li:nth-child(1) a span, .concept nav.global li:nth-child(2) a span, .news nav.global li:nth-child(3) a span, .company nav.global li:nth-child(4) a span, .join_us nav.global li:nth-child(5) a span, .recruit nav.global li:nth-child(6) a span {
  color: #f78f08;
  border-bottom: 2.5px solid #000;
}

/* body
------------------------------*/

body {
  background-color: #fff;
}

/* section
------------------------------*/

section {
  margin-bottom: 20px
}

h2 {
  font-size: 1.87em;
  text-decoration: underline #f78f088c 5px;
}

p {
  text-align: justify;
  margin-bottom: 10px;
  font-size: 1.3em;
}

/* footer
------------------------------*/

footer {
  text-align: center;
  line-height: 50px;
  background-color: #999;
  width: 1280;

}

small {
  color: #fff;
}

/* search css */

.main-visual {
  position: relative;
  margin-bottom: 20px;
  /* border: 2px solid lime; */
  width: 1128px;
  height: 416px;
  background-image: url(../choice-images/choice_main2.jpg
);
  background-size: cover;
  margin-left: 50px;
  margin-top: 30px;
}

.search h1 {
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 3.5em;
  top: 100px;
  left: 200px;
  margin-bottom: 50px;
}

.search h2 {
  font-size: 2em;
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 50px;
}

.search_container {
  position: absolute;
  top: 240px;
  left: 230px;
}

.search_box input {
  float: left;
}

input.search_box {
  font-size: 3em;
  width: 450px;
  height: 60px;
  padding: 10px;
  font-size: 20px;
  border: solid 2px #cccccc;
  border-radius: 5px;
}


input.orange_btn {
  width: 200px;
  height: 58px;
  font-size: 1.5em;
  color: #fff;
  display: inline-block;
  text-align: center;
  background-color: #f78f08;
  border: 1px solid #f78f08;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  margin-left: 15px;
}

input.orange_btn:hover {
  color: #000;
  background-color: rgb(250, 150, 0);
  border: 2px solid #000;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 1s;
  /* transform: scale(1.02, 1.02);
  transition-duration: 0.2s; */
}

.seachbtn_usual {
  width: 150px;
  height: 50px;
  font-size: 1em;
  color: #fff;
  display: inline-block;
  text-align: center;
  background-color: #f78f08;
  border: 1px solid #f78f08;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  margin-left: 60px;
}

.seachbtn_usual:hover {
  color: #000;
  background-color: rgb(250, 150, 0);
  border: 2px solid #000;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 1s;

}


.resetbtn_usual {
  font-size: 1em;
  width: 150px;
  height: 50px;
  padding: 10px;
  font-size: 20px;
  border: solid 2px #cccccc;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin-left: 50px;
  margin-bottom: 100px;
}

.resetbtn_usual:hover {
  color: #000;
  background-color: rgb(250, 150, 0);
  border: 2px solid #000;
  border-radius: 5px;
  cursor: pointer;
}

.search_box_usual {
  font-size: 1em;
  width: 500px;
  height: 60px;
  padding: 10px;
  font-size: 20px;
  border: solid 2px #cccccc;
  border-radius: 5px;
  margin-bottom: 50px;
  margin-left: 60px;
}

.seachbtn_usual_last {
  width: 150px;
  height: 50px;
  font-size: 1em;
  color: #fff;
  display: inline-block;
  text-align: center;
  background-color: #f78f08;
  border: 1px solid #f78f08;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  margin-left: 60px;
  margin-bottom: 50px;
}

.seachbtn_usual_last:hover {
  color: #000;
  background-color: rgb(250, 150, 0);
  border: 2px solid #000;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 1s;
}

.resetbtn_usual_last {
  font-size: 1em;
  width: 150px;
  height: 50px;
  padding: 10px;
  font-size: 20px;
  border: solid 2px #cccccc;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin-left: 50px;
}

.resetbtn_usual_last:hover {
  color: #000;
  background-color: rgb(250, 150, 0);
  border: 2px solid #000;
  border-radius: 5px;
  cursor: pointer;
}

/* キーワード・検索・リセット */

/* main
------------------------------*/

main {
  margin: 20px;
}

/* search-speciality */

.speciality-container {
  display: flex;
  justify-content: space-around;
}

.speciality-container :hover {
  transform: scale(1.02, 1.02);
  transition-duration: 0.2s;
}

.speciality-container dt {
  font-size: 1.5em;
  font-weight: 600;
}

.speciality-container dl {
  font-size: 1.2em;
  font-weight: 600;
}

.belief {
  display: block;
  /* border: 5px solid rgb(55, 207, 17);
  border-radius: 30px; */
}

.bodymake {
  display: block;
  /* border: 5px solid rgba(248, 157, 38, 0.726);
  border-radius: 30px; */
}

.allergy {
  display: block;
  /* border: 5px solid rgba(248, 100, 157, 0.904);
  border-radius: 30px; */
}

/* search-theme */

.search-theme-container {
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 100px;
}

.search-theme-container .lunch:hover {
  transform: scale(1.05, 1.05);
  transition-duration: 0.2s;
}

/* search-place */

.search-theme-container .anniversary:hover {
  transform: scale(1.05, 1.05);
  transition-duration: 0.2s;
}

.search-theme-container .drinking:hover {
  transform: scale(1.05, 1.05);
  transition-duration: 0.2s;
}

.search-place-container {
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 100px;
}

.search-place-container .tokyo:hover {
  transform: scale(1.05, 1.05);
  transition-duration: 0.2s;
}

.search-place-container .shinjuku:hover {
  transform: scale(1.05, 1.05);
  transition-duration: 0.2s;
}

.search-place-container .shibuya:hover {
  transform: scale(1.05, 1.05);
  transition-duration: 0.2s;
}




/* News css */
.logo_news {
  margin-top: -10px;
}

.news h1 {
  font-size: 2.5em;
  margin-bottom: 35px;
  text-decoration: underline #f78f088c 8px;
  margin-top: 50px;
}

.news {
  margin: 30px 30px;
}

.news_intro p {
  float: left;
  margin-right: 200px;
}

/* news */

.info {
  margin-top: 30px;
  margin-bottom: 50px;
  border: 5px solid #cccccc;
  padding: 10px;
  height: 200px;
  overflow-y: auto;
  width: 640px;
}

.info dt {
  color: #000;
  font-weight: 500;
  font-size: 1.2em;
  border-bottom: 1px dashed #cccccc;
}

.info dd {
  color: #000;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 8px;
}

.info_link {
  color: #000;
}

.info_link:hover {
  color: #f78f08;
}

.news footer {
  margin-top: 100px;
}

/* concept css */
.logo_concept {
  margin-top: 20px;
}

.concept h1 {
  font-size: 2.5em;
  margin-bottom: 35px;
  text-decoration: underline #f78f088c 8px;
  margin-top: 50px;
}

.concept {
  margin-left: 30px;
}

/* concept concept */

.concept_title_box {
  float: left;
  width: 450px;
  height: 240px;
  border: #99949498 3px solid;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 180px;
  margin-left: 10px;
}

.concept_title {
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
  text-decoration: underline #f78f088c 4px;
}

.concept_title_text {
  text-align: center;
  margin-top: 50px;
  font-size: 1.25em;
  font-weight: 500;
}

.conceptimage {
  margin-left: 20px;
}

.concept h3 {
  font-size: 2em;
  font-weight: 800;
  text-decoration: underline #f78f088c 4px;
}

/* customers_voice */

.customers_voice ul {
  width: 1150px;
  margin-top: 30px;
  padding: 30px;
}

.customers_voice li {
  display: flex;
  align-items: center;
}

.customers_name {
  font-weight: bold;
  text-decoration: underline #f78f088c 3px;
}

.nishiya_text {
  margin: 30px;
  border: 3px solid #f78f088c;
  border-radius: 15px;
  padding: 10px;
}

.ichinose_text {
  margin: 30px;
  border-radius: 15px;
  border: 3px solid #f78f088c;
  padding: 10px;
}

.ellen_text {
  margin: 30px;
  border-radius: 15px;
  border: 3px solid #f78f088c;
  padding: 10px;
}

.customers_voice ul li:nth-child(2) {
  flex-direction: row-reverse;
  margin-left: 200px;
}

/* three_relief */

.three_relief {
  margin-bottom: 50px;
}

.concept_relief ul {
  width: 550px;
  border: solid 2px #99949498;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 50px;
  list-style: square;
  padding: 30px;
  float: left;
}

.concept_relief li {
  font-size: 1.7em;
  font-weight: 700;
  text-decoration: underline #f78f088c 3px;
  margin-left: 20px;
}

.concept_relief p {
  font-weight: 500;
  font-size: 1.3em;
  line-height: 40px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.concept_relief img {
  float: right;
  margin-right: 240px;
  margin-top: 80px;
}

/* Company css */

.logo_company {
  margin-left: -10px;
  margin-top: -30px;
}

.company h1 {
  font-size: 2.5em;
  margin-bottom: 35px;
  text-decoration: underline #f78f088c 8px;
  margin-top: 50px;
}

.company {
  margin-left: 30px;
  margin-top: 20px;
}

.company_image {
  float: right;
  margin-top: 30px;
}

/* 会社概要 */

.profilebox {
  width: 1000px;
  height: 600px;
  float: left;
}

.company table {
  margin: 30px;
  border: 1px solid #000;
}

.company th, td {
  border: 1px solid #000;
  font-size: 1.25em;
  font-weight: 500;
}

.company th {
  width: 140px;
  padding: 15px;
  border: 1px solid #000;
}

.company td {
  width: 300px;
  padding: 15px;
  border: 1px solid #000;
}

/* 会社概要テーブル終わり */

.access {
  clear: both;
}

iframe {
  margin-top: 40px;
  margin-left: 30px;
  margin-bottom: 80px;
}

/* Join_us css */


/* .join_us {
  margin-left: 30px;
  margin-top: 20px;
} */

.join_us h1 {
  font-size: 2.5em;
  margin-bottom: 35px;
  text-decoration: underline #f78f088c 8px;
  margin-top: 50px;
}

.join_us {
  margin-left: 30px;
}

.join_us h2 {
  font-size: 2em;
  font-weight: 800;
  text-decoration: underline #f78f088c 4px;
}

.join_us_intro clearfix {
  border: 1px solid red;
  width: 1000px;
  height: 500px;
}

.raisehands_image {
  width: 350;
  height: 250;
  float: right;
  margin-right: 250px;
  margin-left: 180px;
}

.philosophy {
  margin: 30px 0px;
}

.philosophy_text {
  font-size: 1.7em;
  font-weight: 700;
  margin-top: 20px;
  /* border: solid 2px #f78f088c;
  border-radius: 5px;
  width: 450px; */
}

.promise {
  margin-top: 50px;
  margin-bottom: 45px;
}

.promise_text {
  margin-top: 15px;
}

.link_three_relief {
  color: #000;
  font-weight: 600;
}

.link_three_relief:hover {
  color: #f78f08;
}

/* contact_box */

.contact_text {
  margin-top: 30px;
}

.contact th, td {
  font-weight: 500;
  border: 0px none;
  font-size: 1.18em;
}

.contact th {
  width: 160px;
  padding: 15px;
  font-weight: 600;
}

.contact td {
  width: 250px;
  padding: 15px;
}

.contact_box {
  width: 400px;
  height: 30px;
}

.contact_textbox {
  width: 400px;
  height: 90px;
  margin-bottom: 30px;
}

.contact_submitbtn {
  width: 150px;
  height: 50px;
  font-size: 1.5em;
  color: #fff;
  display: inline-block;
  text-align: center;
  background-color: #f78f08;
  border: 1px solid #f78f08;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  margin-left: 240px;
}

.contact_submitbtn:hover {
  color: #000;
  background-color: rgb(250, 150, 0);
  border: 2px solid #000;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 1s;
}

.contact_resetbtn {
  font-size: 1.5em;
  width: 150px;
  height: 50px;
  padding: 10px;
  font-size: 20px;
  border: solid 2px #cccccc;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin-left: 50px;
  margin-bottom: 30px;
}

.contact_resetbtn:hover {
  color: #000;
  background-color: rgb(250, 150, 0);
  border: 2px solid #000;
  border-radius: 5px;
  cursor: pointer;
}

/* recruit css */
.recruit {
  margin-left: 30px;
  margin-top: 20px;
}

.recruit h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
  text-decoration: underline #f78f088c 8px;
  margin-top: 50px;
}

.recruit_form h2 {
  margin-bottom: 30px;
}

.recruittop_box {
  height: 500;
  width: 100;
  /* border: solid 1px #000; */

}

.recruittop_word {
  font-size: 1.7em;
  font-weight: 700;
  margin-top: 20px;
}

.recruittop_word sub {
  font-weight: 700;

}

.office_image {
  float: right;
  margin-right: 280px;

}

.person_terms {
  margin-top: 30px;
  margin-bottom: 30px;
}

.recruit_form table {
  margin-top: 30px;
}

.recruit_form th, td {
  font-weight: 500;
  border: 0px none;
  font-size: 1.18em;

}

.recruit_form th {
  width: 160px;
  padding: 15px;
  font-weight: 600;
}

.recruit_form td {
  width: 250px;
  padding: 15px;
}

.file {
  font-size: 1em;
}