@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
 html, body,
 ul, ol, li,
 h1, h2, h3, h4, h5, h6, p, div {
   margin: 0;
   padding: 0;
 }
/*================================================
 *  一般・共通設定
 ================================================*/
html {
  scroll-behavior: smooth;

}

body {
  font-family: 'Open Sans', 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #545456;
  background-color: #FFFFFF;
  list-style: none;
  display: none;

}

a {
  text-decoration: none;
  color: #545456;
}

ul {
  list-style: none;
}

header {
  height: 100px;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  box-sizing: border-box;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px 1px gray;
  opacity: 0.9;
}

.header-bk {
  height: 100px;
}

.header-title h1 {
  font-size: 3em;
  font-family: 'American Typewriter','Zilla Slab','Courier New','Cochin','Quicksand','M PLUS 1p','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-weight:400;
}

.header-title span {
  color: #ff4100;
}

.header-title {
  margin-left: 20px;
  margin-right: auto;
  align-self: center;
}

.header-right {
  margin-right: 20px;
}

.header-menu {
  display: flex;
}

.header-menu li {
  font-size: 1.2em;
  padding: 0 5px 20px 5px;
  line-height: 1;
}

.header-menu a {
  padding: 0 5px;
  color: #6e6e6f;
}

.header-menu li a:hover span {
  color: #ff4100;
  transition: all 0.2s;
}

.header-menu li a:hover i {
  opacity: 1;
  transition: 1s;
}

.header-menu i {
  opacity: 0;
}

a.anchor {
  display: block;
  padding-top: 200px;
  margin-top: -200px;
}

.top {
  position: relative;
  margin: 0 auto;

}

.top img {
  width: 100%;
}

.top p {
  position: absolute;
  text-align: right;
  top: 5%;
  right: 5%;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #808080;
}

#topP {
  font-size: 3em;
  line-height: 2;
}

#topSP {
  font-size: 1.5em;
}

.main-container {
  width: 95%;
  max-width: 1366px;
  margin: 0 auto;
}

.menu {
  margin: 100px auto;
  padding: 3% 5%;
}

.menu-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  border-bottom: solid #ebebec 1px;
}

.menu-title h2 {
  margin-right: auto;
  font-size: 3em;
  font-weight: normal;
  line-height: 1;
  color: #6e6e6f;
}

.menu-title h3 {
  font-family: 'Cochin','Georgia','Quicksand','M PLUS 1p','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 7em;
  line-height: 0.8;
  color: #ebebec;
}

.menu-container {
  display: flex;
}

.menu-text {
  width: 50%;
}
.menu-text p {
  margin: 20px;
}

.menu-photo {
  width: 50%;
  align-self: center;
}

.menu-photo img {
  height: auto;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}

.titleP {
  font-size: 1.3em;
  margin-bottom: 20px;
}

.aboutP {
  font-size: 1.5em;
  padding-bottom: 40px;
}

.aboutSP {
  font-size: 1.2em;
}

#pink {
  background-color: #ffebe5;
}

.about-title {
  margin: 70px auto 30px auto;
}

.about-title h4 {
  text-align: center;
  font-size: 2.5em;
  font-weight: normal;
}

.newsList {
  text-align: right;
  margin: 70px 0 10px 0;
}

.newsList a:hover {
  border-bottom: 1px solid #545456;
}

.service-title {
  margin: 70px auto 0 auto;
  padding: 2px 0;
  background: linear-gradient(to left, #c09236 50%, #FFFFFF);
}

.service-title h4 {
  padding-right: 5px;
  text-align: right;
  font-size: 1.5em;
  color: #FFFFFF;
}

.serviceResTex {
  text-align: center;
}

.serviceP {
  font-size: 1.3em;
  padding-bottom: 40px;
}

.commentP {
  font-size: 0.7em;
}

.service-button {
  width: 120px;
  margin: auto;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  background-color: #795548;
}

.service-button a {
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: bold;
}

.menu-contact {
  width: 50%;
}

.menu-contact li {
  padding: 5px;
}

input {
  border: solid 1px #ebebec;
  height: 1.5em;
  width: 100%;
  font-size: 100%;
  padding: 15px 7px;
  box-sizing: border-box;
}

textarea {
  font-family: 'M PLUS 1p','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  border: solid 1px #ebebec;
  width: 100%;
  font-size: 100%;
  padding: 4px;
  box-sizing: border-box;
}

.submit-button {
  text-align: right;
}

.submit-button :hover {
  opacity: 0.8;
}

.submit {
  height: 3em;
  width: 40%;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 100%;
  font-weight: bold;
  box-sizing: border-box;
}

.company-table {
  margin-left: 30px;
}

.company-table td {
  white-space: nowrap;
  padding-right: 15px;
}

footer{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 3% 7.5%;
  background-color: #6e6e6f;
  color: #FFFFFF;
}

footer a {
  color: #FFFFFF;
}

footer a:hover {
  border-bottom: 1px solid #FFFFFF;
}

/*プライバシーポリシー*/
.ppTitle {
  margin: 30px 0;
}

.ppText {
  margin: 0 30px 50px 30px;
}

.ppText h3 {
  margin-top: 20px;
}

.ppText h4 {
  margin-top: 10px;
  margin-left: 20px;
}

.ppText p {
  margin-left: 20px;
}

/*アニメーション*/

.fade {
  opacity: 0;
  transition: all 1.2s ease;
}

.fade.show {
  opacity: 1;
  transform: none;
}

.fades {
  opacity: 0;
  transition: all 2s ease;
}

.fades.show {
  opacity: 1;
  transform: none;
}

.fade--up {
  transform: translate(0, 30px);
}

.fade--left {
  transform: translate(20px, 0);
}

.fade--zoom {
  transform: scale(0.9);
}

/*ハンバーガー*/

.open, .close {
	display: none;
}

.hamburger {
	position: fixed;
  z-index: 20;
	top: 100px;
	transform: translateY(-200%);
	transition: all 1s;
	width: 100%;
	background-color: #FFFFFF;
}

nav.hamburger a {
	border-bottom: solid 1px #ebebec;
}

nav.hamburger li {
  height: 50px;
  line-height: 50px;
}

nav.hamburger li a {
	display: block;
  text-align: center;
}

nav.hamburger.active {
	transform: translateY(0%);
}
