@charset "UTF-8";

/*#Most Basicly Elemnts
--------------------------------------------------*/
:root {
  --footer_bg: rgb(255, 196, 19);
  --footer_font: #fff;
  --beauty_black: rgb(110, 113, 116);
  --contact_line: #303030;
}



img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 62.5%;

  /* font-family: "メイリオ", "Meiryo", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12pt;
  letter-spacing: 0.05em;
  background: #fff;
  color: #525252;
  font-feature-settings: "palt" 1;
}

h1 {
  text-align: left;
  font-size: 2.1em;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
}

p {
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  color: #303030;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 2.3em;
  letter-spacing: 0.08em;
}

a {
  /* display: block; */
  color: #474747;
  text-decoration-line: none;
}

.cells p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 1em;
  display: inline-block;
}
/*#Header
--------------------------------------------------*/
header {
  position: relative;
  /* position: sticky; */
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
  /* border-bottom: 1px solid #e7e7e7; */
}

.head {
  justify-content: space-between;
  z-index: 1000;
  height: 65px;
  background-color: #ffffff;
  display: flex;
  padding: auto;
  /* max-width: 1300px; */
  margin-left: auto;
  margin-right: auto;
}

.container {
  display: flex;

  /* display: block; */
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 65vw;
  position: relative;
}

.contents_container {
  /* display: flex; */

  /* display: block; */
  /* text-align: center; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 55vw;
  position: relative;
  min-height: 100vh;
}

.center {
  text-align: center;
}
/*#Navi 
--------------------------------------------------*/
.navi {
  /* background-color: #555; */
  background-color: #222529;
}

nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  list-style: none;
  margin-bottom: 1rem;
}

nav li {
  display: block;
}

nav li + li {
  display: block;
  border-left: 0;
}

nav li a {
  text-decoration: none;
  text-align: center;
  height: 65px;
  display: block;
}

nav a:hover {
  /* background-color: #f2f2f2; */
  background-color: rgb(255, 244, 215);
  color: #000000;
  display: block;
}

nav a {
  font-weight: bold;
  padding: 24px 15px 10px 15px;
  font-size: 14px;
  color: #000000;
  display: block;
}

/*Logo
--------------------------------------------------*/
.logo {
  position: relative;
  display: flex;
  background-color: #ffffff;
}

.logo {
  position: relative;
  display: flex;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.logo img {
  position: fixed;
  height: 50px;
  margin: 0px 0px 0px 10px;
}

.slogan {
  position: relative;
  text-align: left;
  font-size: 13px;
  margin: 15px 30px 30px 400px;
}

.logo a {
  color: #ffffff;
  font-weight: lighter;
  letter-spacing: 0.1em;
  font-size: 10pt;
  line-height: 20pt;
}

.logo a:hover {
  opacity: 0.5;
}

.mainlogo {
  font-size: 20pt;
  font-weight: bold;
  letter-spacing: 0.2em;
}

/*Decoration
--------------------------------------------------*/
.maker_01 {
  text-decoration: underline;
  text-decoration-thickness: 0.3em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-underline-offset: -0.1em;
  text-decoration-skip-ink: none;
}

.maker_02 {
  text-decoration: underline;
  text-decoration-thickness: 0.15em;
  text-decoration-color: rgb(2, 155, 55);
  text-underline-offset: 0.14em;
  text-decoration-skip-ink: none;
}

.maker_03 {
  text-decoration: underline;
  text-decoration-thickness: 0.3em;
  text-decoration-color: rgb(255, 179, 102);
  text-underline-offset: 0.15em;
  text-decoration-skip-ink: none;
}

.maker_04 {
  text-decoration: underline;
  text-decoration-thickness: 0.3em;
  text-decoration-color: rgb(255, 102, 102);
  text-underline-offset: 0.15em;
  text-decoration-skip-ink: none;
}

/*A_front
--------------------------------------------------*/

.index_front {
  background-color: yellow;
  min-height: 100vh;
}
.front_logo {
  text-align: center;
}
.front_logo img {
  width: 70%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/*B_item
--------------------------------------------------*/
.item_caption {
  margin: 150px 0px 200px 0px;
  width: 100%;
}
.item_txt_01 {
  text-align: center;
  font-size: 100px;
  letter-spacing: 0em;
  font-weight: 900;
  margin: 0;
  padding: 0;
  line-height: 110px;
}

.item_txt_02 {
  color: yellow;
  text-align: center;
  font-size: 142px;
  letter-spacing: 0em;
  font-weight: 900;
  line-height: 130px;
  margin: 0;
  padding: 0;
}

.item_txt_03 {
  color: black;
  text-align: center;
  font-size: 130px;
  letter-spacing: 0em;
  font-weight: 700;
  line-height: 130px;
  margin: 0px 0px 50px 0px;
  width: 100%;
}

.item_txt_04 {
  text-align: center;
  font-size: 25px;
}

.item_txt_group {
  text-align: center;
  width: 78vw;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 150px;
}

.items {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.item_tile {
  display: block;
  float: left;
  width: 25%;
  min-height: 500px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.item_tile img {
  width: 100%;
}
.item_tile h3 {
  font-size: 30px;
  margin: 0px 10px 0px 10px;
}

.item_tile p {
  margin: 0px 10px 0px 10px;
}

/*C_price
--------------------------------------------------*/
.index_price {
  background-color: yellow;
  min-height: 100vh;
}

.price_text {
  margin: 100px 0px 50px 0px;

  width: 60%;
}

.price_img {
  width: 40%;
  margin: 100px 20px 100px 20px;
}
.price_img img {
  padding: 10px;
  background-color: #ffffff;
}

.price_txt_01 {
  color: black;
  text-align: left;
  font-size: 60px;
  letter-spacing: 0em;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0px 20px 50px 20px;
}

.price_txt_02 {
  text-align: left;
  margin: 20px 20px 20px 20px;
}

.price_txt_03 {
  display: inline-block;
  color: rgb(255, 230, 0);
  text-align: center;
  font-size: 180px;
  letter-spacing: 0em;
  font-weight: 700;
  line-height: 1em;

  /* margin: 0px 0px 120px 0px; */
}

/*D_factory
--------------------------------------------------*/
.index_factory {
  background-color: white;
  min-height: 100vh;
}
.factory_text {
  margin: 100px 0px 50px 0px;
  width: 60%;
}

.factory_img {
  width: 40%;
  margin: 100px 20px 100px 20px;
}
.factory_img img {
  padding: 10px;
  background-color: #ffffff;
}

.factory_txt_01 {
  color: black;
  text-align: left;
  font-size: 60px;
  letter-spacing: 0em;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0px 20px 50px 20px;
}

.factory_txt_02 {
  text-align: left;
  margin: 20px 20px 20px 20px;
}

.factory_txt_03 {
  color: rgb(188, 230, 255);
  text-align: center;
  font-size: 170px;
  letter-spacing: 0em;
  font-weight: 700;
  line-height: 1em;
  margin: 0px 20px 150px 20px;
}

/*E_template
--------------------------------------------------*/
.index_template {
  background-color: rgb(255, 251, 241);
  min-height: 100vh;
}

.template_caption {
  width: 50%;
  margin: 70px 20px 100px 20px;
}

.template_text {
  margin: 100px 0px 50px 0px;
  width: 50%;
}

.template_txt_01 {
  color: rgb(255, 242, 0);
  text-align: left;
  font-size: 170px;
  letter-spacing: 0em;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0px 20px 50px 20px;
}

.template_txt_02 {
  color: black;
  text-align: left;
  font-size: 60px;
  letter-spacing: 0em;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0px 20px 50px 20px;
}

.template_txt_03 {
  text-align: left;
  margin: 0px 20px 50px 20px;
}

.template_dl_sheet {
  width: 100%;
  margin: 0px 0px 50px 0px;
  border-collapse: collapse;
}

.template_dl_sheet td {
  padding: 10px;
  border: 1px solid gray;
  /* border: 1px solid rgb(255, 242, 0) */
}

.label {
  background-color: rgb(255, 242, 0);
}

.template_dl a {
  color: #3671bd;
  /* font-weight: bold; */
  text-decoration: underline;
}

/*F_jump_estimate
--------------------------------------------------*/
.index_jump_estimate {
  position: relative;
  background-color: white;
  min-height: 100vh;
}

.jump_estimate_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.jump_estimate_txt_01 {
  color: rgb(255, 242, 0);
  text-align: center;
  font-size: 130px;
  letter-spacing: 0em;
  font-weight: 900;
  line-height: 150px;
  /* top:50%; */
  margin: 300px 0px 0px 0px;
  padding: 0;
}

.jump_estimate_txt_02 {
  color: black;
  text-align: center;
  font-size: 80px;
  letter-spacing: 0em;
  font-weight: 700;
  line-height: 130px;
  width: 100%;
  text-decoration: underline 15px rgb(255, 242, 0);
  text-underline-offset: 0.2em;
}

.jump_estimate_txt_02:hover {
  color: rgb(255, 242, 0);
}

/*G_contact
--------------------------------------------------*/

.contact_in_mobile {
  /* display: none; */
  font-size: 22px;
  display: block;
  background-color: white;
  margin: 20px 20px 20px 20px;
  padding: 20px 0px 20px 0px;
  border-radius: 10px;
}
.index_contact {
  background-color: rgb(255, 242, 0);
  min-height: 100vh;
}

.contact_text {
  margin: 100px 0px 50px 0px;
  width: 100%;
}

.contact_arrow {
  width: 40%;
  margin: 100px 20px 100px 20px;
}
.contact_arrow p {
  display: inline-block;
  width: 30vh;
  height: 30vh;
  font-size: 20vh;
  font-weight: 900;
  line-height: 28vh;
  border-radius: 50%;
  background: white;
  margin-top: 50px;
}

.contact_txt_01 {
  color: white;
  text-align: left;
  font-size: 150px;
  letter-spacing: 0em;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0px 20px 50px 20px;
}

.contact_txt_02 {
  color: black;
  text-align: left;
  font-size: 60px;
  letter-spacing: 0em;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0px 20px 50px 20px;
}

.contact_txt_03 {
  text-align: left;
  margin: 20px 20px 20px 20px;
}

/*OLD???
--------------------------------------------------*/
.section_a {
  display: block;
  max-width: none;
  background-color: #fff;
  min-height: 100vh;
}

.section_b {
  display: block;
  max-width: none;
  background-color: #fffaee;
  min-height: 100vh;
}

.section_c {
  display: block;
  max-width: none;
  background-color: #fff;
  min-height: 100vh;
}

.section_d {
  display: block;
  max-width: none;
  background-color: #ffeebf;
  min-height: 100vh;
}

.section_e {
  display: block;
  max-width: none;
  background-color: #fff;
  min-height: 100vh;
}

.main_img {
  width: 100vw;
  text-align: center;
}



/*Estimate
--------------------------------------------------*/

/*Footer
--------------------------------------------------*/
footer {
  /* border-top: 3px solid rgb(255, 221, 0); */
  border-top: 3px solid white;
  /* background-color: rgb(255, 242, 0); */
  background-color: rgb(244, 244, 244);
  /* background-color: rgb(254, 249, 179); */
  /* background-color: rgb(254, 249, 179); */

  padding: 5rem 0;
}

.footer_list {
  display: flex;
  list-style: none;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: white;
  
}

.footer_list li {
  flex: 1;
  /* display: inline-block; */
  /* margin: 0;
  padding: 0; */
}
.footer_list a {
  /* color: white; */
  font-weight: bold;
}
