@charset "UTF-8";
/* =======================================
	 @:import Reset
	 ======================================= */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 62.5%;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
  font-size: 62.5%;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

li {
  list-style: none;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
  opacity: 0.7;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

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

/* Remove the default button styling in all browsers */
button,
input,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* # =================================================================
	 # Make css
# ================================================================= */
body {
  font-family: "Hiragino kaku Gothic Pro", "Meiryo", "Yu Gothic", "arial", sans-serif;
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  height: 100%;
  background: #273e59 url(../img/dott_bg.png) repeat left top;
  background-size: 81px 66px;
}

a:hover {
  color: #424242;
  text-decoration: underline;
}

/* # =================================================================
	 # Menu
# ================================================================= */
.tekipaki_Sp__header {
  display: none;
}

.copyright {
  display: none;
}

.tekipaki__contents {
  width: 69%;
  height: 100vh;
  background: #fff;
}

.tekipaki__contents__insta {
  width: 97px;
  position: sticky;
  top: 0;
}

.tekipaki__contents__insta div {
  top: 14px;
  background: url(../img/insta_fukidasi.png) center bottom no-repeat;
  background-size: 57px auto;
  height: 235px;
  width: 57px;
  position: sticky;
  margin: 0 0 0 18px;
}

.tekipaki__contents__insta div svg {
  width: 32px;
  margin: 0 0 0 14px;
}

.tekipaki__contents__insta div svg circle {
  fill: #fff;
}

.tekipaki__contents__insta div svg path {
  fill: #fff;
}

.tekipaki__contents__menu {
  width: 240px;
}

.tekipaki__contentsWp {
  display: flex;
  width: 100%;
  height: auto;
}

.tekipaki_Wp {
  margin: 20px 0;
  padding: 0;
  border-left: solid 4px #f7931e;
  position: relative;
  height: 100%;
  width: auto;
}

.tekipaki_FixedMenu {
  position: fixed;
  height: 98vh;
  width: 240px;
}

.tekipaki_FixedMenu header h1 {
  color: #9aa5b1;
  font-weight: normal;
  font-size: 1rem;
  padding: 0 0 0 24px;
}

.tekipaki_FixedMenu header span {
  padding: 8px 0 38px 24px;
  display: block;
  background: url(../img/logo_symbol_01.png) no-repeat 133px 7px;
  background-size: 42px;
  width: 270px;
}

.tekipaki_FixedMenu header span img {
  width: 100px;
}

.tekipaki_FixedMenu footer {
  position: absolute;
  bottom: 12px;
  color: #fff4d6;
  line-height: 2.3rem;
  background: url(../img/icon_star.png) repeat-x left top;
  background-size: 12px auto;
  padding: 24px 0 0 0;
  display: block;
  width: auto;
  font-family: arial;
  margin: 0 0 0 24px;
  width: 73%;
}

.tekipaki_menu {
  font-family: 'Kanit', sans-serif;
  margin: 0 0 120px 0;
}

.tekipaki_menu li a {
  color: #fff4d6;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 4.2rem;
  display: block;
  padding: 0 0 0 24px;
}

.tekipaki_menu li a:hover {
  color: #fff;
  background: #f7931e;
}

.tekipaki_dis {
  color: #fff4d6;
  font-size: 1.1rem;
  line-height: 4rem;
  position: absolute;
  width: 100%;
  bottom: 193px;
  left: 24px;
  display: none;
}

@media screen and (max-height: 810px) {
  .tekipaki_dis {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .copyright {
    color: #fff;
    padding: 12px;
    text-align: center;
    width: auto;
    display: block;
    background: #273e59;
  }
  .tekipaki_Sp__header {
    display: block;
    width: 100%;
    background: #273e59;
    z-index: 100;
    position: relative;
  }
  .tekipaki_Sp__header_instagram {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 26px;
    top: 26px;
  }
  .tekipaki_Sp__header_instagram a path {
    fill: #fff;
  }
  .tekipaki_Sp__header_instagram a circle {
    fill: #fff;
  }
  .tekipaki_Sp__header_logo {
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
  }
  .tekipaki_Sp__header_logo h1 {
    color: #e8e8e8;
    font-weight: normal;
    font-size: 10px;
    white-space: nowrap;
  }
  .tekipaki_Sp__header_logo img {
    width: 87px;
    margin: 7px 0 0 0;
  }
  .tekipaki_Sp__header .tekipaki_dis {
    margin: 8px 0 0 20px;
    position: relative;
    width: 100%;
    font-size: 1.1rem;
    line-height: 4rem;
    bottom: auto;
  }
  .menu-btn {
    position: fixed;
    top: 10px;
    left: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #273e59;
  }
  .menu-btn span, .menu-btn span:before, .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #273e59;
    transition: all 0.5s;
    /*アニメーション設定*/
  }
  .menu-content ul {
    padding: 70px 10px 0;
  }
  .menu-content ul li {
    border-bottom: solid 1px #4d5e84;
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 12px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 15px 15px 0;
    position: relative;
    font-weight: bold;
  }
  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0;
    /*メニューを画面内へ*/
  }
  #menu-btn-check {
    display: none;
  }
  .tekipaki_FixedMenu {
    display: none;
  }
  .tekipaki__contents {
    width: 100%;
  }
  .tekipaki__contents__insta {
    display: none;
  }
  .tekipaki__contents__menu {
    display: none;
  }
}

@media screen and (min-width: 1025px) and (max-width: 3000px) {
  .tekipaki_FixedMenu {
    width: 240px;
  }
  .tekipaki_dis {
    line-height: 2.4;
  }
  .tekipaki__contents {
    width: 70%;
  }
  .tekipaki__contents__menu {
    width: 240px;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* # =================================================================
	 # Make css
# ================================================================= */
.tekipaki__Staff {
  display: flex;
  margin: 0 12px;
  padding: 0 0 40px 0;
  justify-content: center;
  flex-wrap: wrap;
}

.tekipaki__Staff div {
  width: 33%;
}

.tekipaki__Staff div:first-child {
  margin: 0 25px 0 0;
}

.tekipaki__Staff div img {
  width: 100%;
}

.tekipaki__Staff div h3 {
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin: 20px 0 12px 0;
  color: #727272;
}

.tekipaki__Staff div h3 span {
  display: block;
  font-size: 10px;
  padding: 6px 0 0 0;
}

.tekipaki__Staff div p {
  color: #727272;
  font-size: 11px;
  line-height: 2rem;
  text-align: left;
  margin: 0;
}

.tekipaki__Menu {
  background: #fff;
  text-align: center;
}

.tekipaki__Menu > h4 {
  display: inline-block;
  background: #273e59;
  color: #fff;
  font-family: 'Kanit';
  padding: 12px;
  font-size: 2.6rem;
  letter-spacing: 0.25rem;
  margin: 32px 0;
}

.tekipaki__Menu_header {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url("../img/sub_ph02_kai.jpg");
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 10%;
}

@media screen and (max-width: 1024px) {
  .tekipaki__Staff {
    display: block;
    margin: 0;
    padding: 0 0 1px 0;
  }
  .tekipaki__Staff div {
    width: 85%;
    margin: 0 auto !important;
  }
  .tekipaki__Staff div img {
    width: 100%;
  }
  .tekipaki__Staff div h3 {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin: 20px 0 12px 0;
    color: #727272;
  }
  .tekipaki__Staff div h3 span {
    display: block;
    font-size: 10px;
    padding: 6px 0 0 0;
  }
  .tekipaki__Staff div p {
    color: #727272;
    font-size: 11px;
    line-height: 2rem;
    text-align: left;
    margin: 0 0 24px 0;
  }
}
