/*
Theme Name: Okimotosuisan.com
Author: Partner Publicity
*/

/* ----------------------------------------
  General
---------------------------------------- */
:root {
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}
body {
  font-family: serif;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.pc {
  display: none;
}
@media (min-width: 768px) {
.pc {
  display: block;
}
}
/* ----------------------------------------
  Header
---------------------------------------- */
#header {
  position: sticky;
  top: 0;
  background: #f00;
  z-index: 1000;
}
#header h1 {
  position: relative;
  max-width: 1155px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}
#header .tel {
  position: absolute;
  top: 0;
  right: 0;
  width: 41%;
  padding-bottom: 11%;
}
/* ----------------------------------------
  Global Navigation
---------------------------------------- */
#gnavi {
  position: sticky;
  top: 146px;
  background: #595757;
  z-index: 1000;
}
#gnavi ul {
  display: flex;
  max-width: 1155px;
  margin: 0 auto;
  padding: 0;
  border-left: solid 1px #fff;
  list-style: none;
}
#gnavi ul li {
  flex: 1;
  border-right: solid 1px #fff;
}
#gnavi ul li a {
  display: block;
  padding: 18px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#gnavi ul li a:hover {
  background: #fff;
  color: #f00;
}
/* ----------------------------------------
  Slider
---------------------------------------- */
#slider {
  position: relative;
  margin-bottom: 20%;
}
#slide_on {
  position: absolute;
  width: 100%;
  top: 30px;
  text-align: center;
}
#slide_on img {
  width: 60%;
}
/* ----------------------------------------
  Contents
---------------------------------------- */
section {
  text-align: center;
  line-height: 1.5;
  font-size: 22px;
}
section h1 {
  position: relative;
  margin: 0 0 36px;
  padding: 10px 0;
  border: solid 1px #231815;
  border-width: 1px 0;
  font-size: 40px;
}
section h1:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #231815 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
section figure {
  margin: 50px 0;
}
/* ----------------------------------------
  Holiday
---------------------------------------- */
#holiday p {
  max-width: 988px;
  margin: 1em auto;
  padding: 0 15px;
  line-height: 2;
}
/* ----------------------------------------
  Access
---------------------------------------- */
#no_1 h1 {
  margin: 0 0 56px;
}
#no_1 h2 {
  margin: 0;
}
/* ----------------------------------------
  Product
---------------------------------------- */
#product h1 {
  margin-bottom: 100px;
}
#product .inner {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  font-size: 30px;
}
#product h2 {
  font-size: 35px;
}
#product .flex_02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
#product .flex_02 > div {
  width: 47%;
}
#product .flex_02 h3 {
  font-size: 34px;
}
#product .flex_02 h3,
#product .flex_02 p {
  margin: 0;
}
#product .flex_02 .price {
  margin-bottom: 1em;
}
#product .flex_02 .tax {
  font-size: .6em;
}
#product .flex_02 .txt_small {
  font-size: 20px;
}
#product .flex_02 .txt_red {
  font-size: 26px;
  color: red;
}
#product .txt_red {
  margin: 0;
  text-align: center;
  font-size: 44px;
  color: red;
}
#product .txt_small {
  margin: 0 0 136px;
  text-align: center;
  font-size: 28px;
}
/* ----------------------------------------
  Contact
---------------------------------------- */
#contact {
  display: none;
}
#contact label {
  display: flex;
  justify-content: space-between;
  max-width: 1155px;
  margin: 0 auto;
}
#contact .wpcf7-form-control-wrap {
  width: 80%;
}
#contact input,
#contact textarea {
  box-sizing: border-box;
  width: 100%;
}
#contact .wpcf7-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 212px;
  height: 56px;
  cursor: pointer;
  border: 0;
  background: url(images/contact_btn.png);
  text-indent: -9999px;
}
#contact .wpcf7-submit:hover {
  background-position: 0 56px;
}
/* ----------------------------------------
  Footer
---------------------------------------- */
#footer {
  overflow: hidden;
  background: #595757;
  color: #fff;
  font-size: 20px;
}
#footer .copy {
  margin: 40px 0 20px;
  text-align: center;
}
#footer .flex_02 {
  width: 900px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}
#footer h1 {
  margin: 0;
  font-size: 34px;
}
#footer h1 .txt_lg {
  margin-left: 20px;
  font-size: 52px;
}
#footer address {
  margin-top: 4px;
  text-align: center;
  font-style: normal;
}
#footer dl {
  margin: 0;
}
#footer dt,
#footer dd {
  display: inline;
  margin: 0;
  padding: 0;
}
#footer .flex_02 p {
  margin: 0;
}
#footer dl,
#footer .flex_02 p {
  line-height: 1.5;
}
#footer dd::after {
  content: "\A";
  display: block;
}
#footer .copyright {
  margin: 0;
  background: #231815;
  line-height: 3;
  text-align: center;
}
#footer .tel {
  color: #fff;
  text-decoration: none;
}
