/*
Theme Name:タローズ
*/
@charset "UTF-8";
/*＝＝＝＝＝↓リセットCSS↓＝＝＝＝＝*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}

img {
  max-width: 100%;
  vertical-align: top;
}

/*＝＝＝＝＝↑リセットCSS↑＝＝＝＝＝*/
body {
  color: #231815;
  width: 100%;
  font-family: "Klee One", cursive, serif;
  font-size: 16px;
}

.inner {
  padding-left: calc(85 / 1400 * 100vw);
  padding-right: calc(85 / 1400 * 100vw);
  margin: 0 auto;
}

header.pc-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.pc-only .logo {
  margin-top: calc(16 / 1400 * 100vw);
  margin-left: calc(30 / 1400 * 100vw);
  width: calc(230 / 1400 * 100vw);
}

header.pc-only .logo img {
  width: 100%;
}

header.pc-only nav ul {
  padding-top: calc(15 / 1400 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.pc-only nav ul li {
  margin-left: calc(30 / 1400 * 100vw);
}

header.pc-only nav ul li a {
  display: block;
  height: calc(20 / 1400 * 100vw);
}

header.pc-only nav ul li a img {
  height: 100%;
}

header.sp-only {
  display: none;
}

.mv {
  margin-top: calc(20 / 1400 * 100vw);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: calc(890 / 1400 * 100vw);
  background-image: url(images/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.mv img {
  width: calc(565 / 1400 * 100vw);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#concept {
  margin-top: calc(160 / 1400 * 100vw);
  padding-left: calc(85 / 1400 * 100vw);
}

#concept .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#concept .title h2 {
  height: calc(20 / 1400 * 100vw);
}

#concept .title h2 img {
  height: 100%;
}

#concept .title .line {
  height: calc(12 / 1400 * 100vw);
}

#concept .title .line img {
  height: 100%;
}

#concept p {
  margin-top: calc(60 / 1400 * 100vw);
  padding-left: calc(22 / 1400 * 100vw);
  padding-right: calc(22 / 1400 * 100vw);
}

#concept p span {
  margin-bottom: calc(40 / 1400 * 100vw);
  display: block;
}

#concept .contact-btn {
  padding-right: calc(85 / 1400 * 100vw);
}

#concept .contact-btn a {
  width: calc(350 / 1400 * 100vw);
  background-color: #c30d23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: calc(20 / 1400 * 100vw);
  padding-bottom: calc(20 / 1400 * 100vw);
  padding-left: calc(20 / 1400 * 100vw);
  padding-right: calc(28 / 1400 * 100vw);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: calc(200 / 1400 * 100vw);
  margin-left: auto;
}

#concept .contact-btn a .contact {
  width: calc(110 / 1400 * 100vw);
}

#concept .contact-btn a .arrow {
  width: calc(105 / 1400 * 100vw);
  margin-left: auto;
}

#company {
  margin-top: calc(65 / 1400 * 100vw);
  padding-left: calc(85 / 1400 * 100vw);
}

#company .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#company .title h2 {
  height: calc(20 / 1400 * 100vw);
}

#company .title h2 img {
  height: 100%;
}

#company .title .line {
  height: calc(12 / 1400 * 100vw);
}

#company .title .line img {
  height: 100%;
}

#company .information {
  margin-top: calc(56 / 1400 * 100vw);
  padding-left: calc(22 / 1400 * 100vw);
  padding-right: calc(22 / 1400 * 100vw);
}

#company .information dl {
  margin-bottom: calc(40 / 1400 * 100vw);
}

#company .information dl:last-child {
  margin-bottom: 0;
}

#company .information dl dt,
#company .information dl dd {
  display: inline-block;
}

#address {
  margin-top: calc(270 / 1400 * 100vw);
  padding-left: calc(85 / 1400 * 100vw);
}

#address .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#address .title h2 {
  height: calc(20 / 1400 * 100vw);
}

#address .title h2 img {
  height: 100%;
}

#address .title .line {
  height: calc(12 / 1400 * 100vw);
}

#address .title .line img {
  height: 100%;
}

#address .box {
  margin-top: calc(58 / 1400 * 100vw);
  padding-left: calc(22 / 1400 * 100vw);
  padding-right: calc(22 / 1400 * 100vw);
}

#address .box p {
  margin-bottom: calc(40 / 1400 * 100vw);
  line-height: 1.3;
}

#address .box p:last-child {
  margin-bottom: 0;
}

#work {
  margin-top: calc(260 / 1400 * 100vw);
  padding-left: calc(85 / 1400 * 100vw);
}

#work .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#work .title h2 {
  height: calc(20 / 1400 * 100vw);
}

#work .title h2 img {
  height: 100%;
}

#work .title .line {
  height: calc(12 / 1400 * 100vw);
}

#work .title .line img {
  height: 100%;
}

#work .accessories {
  padding-left: calc(90 / 1400 * 100vw);
}

#work .accessories h3 {
  background-color: #231815;
  color: #fff;
  padding: 10px;
  display: inline-block;
  margin-top: calc(60 / 1400 * 100vw);
}

#work .accessories ul {
  margin-top: calc(20 / 1400 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(20 / 1400 * 100vw);
}

#work .accessories ul li {
  width: calc(260 / 1400 * 100vw);
}

#work .accessories ul li img {
  width: calc(260 / 1400 * 100vw);
  height: calc(260 / 1400 * 100vw);
  -o-object-fit: cover;
  object-fit: cover;
}

#work .accessories ul li p {
  margin-top: calc(20 / 1400 * 100vw);
}

#work .interior {
  margin-top: calc(130 / 1400 * 100vw);
  padding-left: calc(90 / 1400 * 100vw);
}

#work .interior h3 {
  background-color: #231815;
  color: #fff;
  padding: 10px;
  display: inline-block;
}

#work .interior .whine ul {
  margin-top: calc(20 / 1400 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(20 / 1400 * 100vw);
}

#work .interior .whine ul li {
  width: calc(260 / 1400 * 100vw);
}

#work .interior .whine ul li img {
  width: calc(260 / 1400 * 100vw);
  height: calc(260 / 1400 * 100vw);
  -o-object-fit: cover;
  object-fit: cover;
}

#work .interior .whine ul li p {
  margin-top: calc(20 / 1400 * 100vw);
}

#work .interior .dining {
  margin-top: calc(50 / 1400 * 100vw);
}

#work .interior .dining ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(20 / 1400 * 100vw);
}

#work .interior .dining ul li {
  width: calc(260 / 1400 * 100vw);
}

#work .interior .dining ul li img {
  width: calc(260 / 1400 * 100vw);
  height: calc(260 / 1400 * 100vw);
  -o-object-fit: cover;
  object-fit: cover;
}

#work .interior .dining ul li p {
  margin-top: calc(20 / 1400 * 100vw);
}

#work .interior .room {
  margin-top: calc(50 / 1400 * 100vw);
}

#work .interior .room ul li {
  width: calc(540 / 1400 * 100vw);
}

#work .interior .room ul li img {
  width: calc(540 / 1400 * 100vw);
  height: calc(345 / 1400 * 100vw);
  -o-object-fit: cover;
  object-fit: cover;
}

#work .interior .room ul li p {
  margin-top: calc(20 / 1400 * 100vw);
}

#project {
  margin-top: calc(65 / 1400 * 100vw);
  padding-left: calc(85 / 1400 * 100vw);
}

#project .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#project .title h2 {
  height: calc(20 / 1400 * 100vw);
}

#project .title h2 img {
  height: 100%;
}

#project .title .line {
  height: calc(12 / 1400 * 100vw);
}

#project .title .line img {
  height: 100%;
}

#project .resort-project {
  padding-left: calc(90 / 1400 * 100vw);
}

#project .resort-project h3 {
  background-color: #231815;
  color: #fff;
  padding: 10px;
  display: inline-block;
  margin-top: calc(60 / 1400 * 100vw);
}

#project .resort-project h4 {
  margin-top: calc(50 / 1400 * 100vw);
  font-weight: bold;
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#project .resort-project .read {
  margin-top: calc(30 / 1400 * 100vw);
  padding-left: calc(10 / 1400 * 100vw);
  font-family: Osaka, sans-serif;
  font-size: 14px;
}

#project .resort-project .read + .read {
  margin-top: calc(20 / 1400 * 100vw);
}

#project .resort-project .img {
  width: calc(650 / 1400 * 100vw);
  margin-top: calc(20 / 1400 * 100vw);
}

#project .resort-project .img img {
  width: 100%;
}

#project .resort-project ul {
  margin-top: calc(20 / 1400 * 100vw);
}

#project .resort-project ul li {
  margin-bottom: 10px;
  font-family: Osaka, sans-serif;
  font-size: 14px;
}

#project .resort-project ul li span {
  color: red;
}

#project .resort-project ul li:last-child {
  margin-bottom: 0;
}

#project .resort-project .image {
  margin-top: calc(90 / 1400 * 100vw);
}

#project .resort-project .image .img {
  width: calc(600 / 1400 * 100vw);
  margin-top: calc(40 / 1400 * 100vw);
}

#project .resort-project .image img {
  width: 100%;
}

#project .resort-project .image p {
  padding-left: calc(10 / 1400 * 100vw);
}

#project .support-project {
  padding-left: calc(90 / 1400 * 100vw);
  padding-right: calc(225 / 1400 * 100vw);
}

#project .support-project h3 {
  background-color: #231815;
  color: #fff;
  padding: 10px;
  display: inline-block;
  margin-top: calc(120 / 1400 * 100vw);
}

#project .support-project h4 {
  margin-top: calc(40 / 1400 * 100vw);
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
}

#project .support-project h4 span {
  font-size: 14px;
}

#project .support-project .title {
  margin-top: calc(40 / 1400 * 100vw);
  font-size: 20px;
  line-height: 1.5;
}

#project .support-project .read {
  margin-top: calc(85 / 1400 * 100vw);
  font-family: Osaka, sans-serif;
  line-height: 1.5;
}

footer {
  margin-top: calc(200 / 1400 * 100vw);
  width: 100%;
  height: calc(560 / 1400 * 100vw);
  background-color: #231815;
  position: relative;
}

footer img {
  width: calc(250 / 1400 * 100vw);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#nav-toggle {
  position: relative;
  width: calc(166 / 1400 * 100vw);
  height: calc(148 / 1400 * 100vw);
  background-image: url(images/menu.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  z-index: 1000;
  cursor: pointer;
}

#gloval-nav-sp {
  display: block;
  background: #fff;
  color: #231815;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#gloval-nav-sp nav {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#gloval-nav-sp a {
  text-align: left;
  display: block;
  color: #231815;
  font-size: 24px;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}

#gloval-nav-sp a:hover {
  color: #c30d23;
}

.open {
  overflow: hidden;
}

.open #gloval-nav-sp {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 1.3;
  }
  header.pc-only {
    display: none;
  }
  header.sp-only {
    margin-top: 30px;
    display: block;
  }
  header.sp-only #nav-toggle {
    width: calc(122 / 1400 * 100vw);
    margin-left: auto;
  }
  header.sp-only #nav-toggle img {
    width: 100%;
  }
  #gloval-nav-sp a {
    padding: 30px 0;
  }
  #concept .title {
    overflow: hidden;
  }
  #concept .title h2 {
    height: calc(16 / 375 * 100vw);
  }
  #concept .title .line {
    height: calc(3 / 375 * 100vw);
  }
  #concept .contact-btn a {
    width: calc(180 / 375 * 100vw);
    padding-top: calc(10 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(15 / 375 * 100vw);
  }
  #concept .contact-btn a .contact {
    width: calc(67 / 375 * 100vw);
  }
  #concept .contact-btn a .arrow {
    width: calc(70 / 375 * 100vw);
    margin-left: auto;
  }
  #company .title {
    overflow: hidden;
  }
  #company .title h2 {
    height: calc(16 / 375 * 100vw);
  }
  #company .title .line {
    height: calc(3 / 375 * 100vw);
  }
  #address .title {
    overflow: hidden;
  }
  #address .title h2 {
    height: calc(16 / 375 * 100vw);
  }
  #address .title .line {
    height: calc(3 / 375 * 100vw);
  }
  #work .title {
    overflow: hidden;
  }
  #work .title h2 {
    height: calc(16 / 375 * 100vw);
  }
  #work .title .line {
    height: calc(3 / 375 * 100vw);
  }
  #work .accessories {
    padding-left: 0;
  }
  #work .accessories h3 {
    padding: 5px;
  }
  #work .accessories ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 5%;
  }
  #work .accessories ul li {
    width: 45%;
  }
  #work .accessories ul li img {
    width: 100%;
    height: auto;
  }
  #work .interior {
    padding-left: 0;
  }
  #work .interior h3 {
    padding: 5px;
  }
  #work .interior .whine ul,
  #work .interior .dining ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 5%;
  }
  #work .interior .whine ul li,
  #work .interior .dining ul li {
    width: 45%;
  }
  #work .interior .whine ul li img,
  #work .interior .dining ul li img {
    width: 100%;
    height: auto;
  }
  #work .interior .room ul li {
    width: 95%;
  }
  #work .interior .room ul li img {
    width: 100%;
    height: auto;
  }
  #project {
    margin-top: calc(260 / 1400 * 100vw);
    padding-right: calc(85 / 1400 * 100vw);
  }
  #project .title {
    overflow: hidden;
  }
  #project .title h2 {
    height: calc(16 / 375 * 100vw);
  }
  #project .title .line {
    height: calc(3 / 375 * 100vw);
  }
  #project .resort-project {
    padding-left: 0;
  }
  #project .resort-project h3 {
    padding: 5px;
  }
  #project .resort-project h4 {
    font-size: 18px;
  }
  #project .resort-project .img {
    width: 100%;
  }
  #project .resort-project .image .img {
    width: 100%;
  }
  #project .support-project {
    padding-left: 0;
    padding-right: 0;
  }
  #project .support-project h3 {
    padding: 5px;
  }
  #project .support-project h4 {
    font-size: 16px;
  }
  #project .support-project h4 span {
    font-size: 12px;
  }
  #project .support-project .title {
    font-size: 16px;
  }
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*# sourceMappingURL=style.css.map */

/*fade*/
.ani {
  transition: 1s all;
  opacity: 0;
}

.ani.move {
  opacity: 1;
}

/*contact*/
#contact {
  margin-top: 50px;
  padding-left: calc(85 / 1400 * 100vw);
  padding-right: calc(85 / 1400 * 100vw);
  text-align: center;
}

#contact .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

#contact .title h2 {
  height: calc(20 / 1400 * 100vw);
  margin: 0 auto;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}

#contact .title h2 img {
  height: 100%;
}

#contact .title .line {
  height: calc(12 / 1400 * 100vw);
}

#contact .title .line img {
  height: 100%;
}
#contact label {
  display: block;
}
#contact p {
  margin-bottom: 25px;
}

/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
input.wpcf7-submit {
  padding: 1em !important;
  /* ボタン内の余白 */
  margin: 2em 0em !important;
  /* ボタンの上下の余白 */
  background-color: #25c04a !important;
  /* 背景の色 */
  border-radius: 5px !important;
  /* 角を丸く*/
  color: #fff !important;
  /* 文字の色*/
  font-size: 18px !important;
  /* 文字の大きさ */
  font-weight: bold !important;
  /* 文字の太さ*/
  width: 50%;
  /* ボタンの横幅*/
  transition: 0.5s;
  /* 背景色が変わるまでの時間*/
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  /* 薄っすらとボタンにドロップシャドウをかける*/
}

input.wpcf7-submit:hover {
  background-color: #27ba49 !important;
  /* マウスを乗せたときの背景色 */
  color: #fff !important;
  /* マウスを乗せたときの文字の色 */
}

.btn-submit {
  width: 100%;
  text-align: center;
}
.wpcf7-spinner {
  display: none !important;
}

header[class="page-contact"] h1 a img {
  display: block;
  margin: 0 auto;
}
