@charset "utf-8";

@media print, screen and (min-width:769px){
.promo{
    position: relative;
}
.copy{
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 30vh;
    width: 550px;
}
.tel{
    position: absolute;
    z-index: 1;
    right: 10px;
    width: 30%;
    top: 20px;
}
.area{
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 30px;
    height: 50px;
    color: white;
}
.area h5{
    font-size: 20px;
    padding: 4px 38px;
    border-style: solid;
    width: fit-content;
    border-width: 2px;
    display: inline-block;
}
.area p{
    float: right;
    padding: 0 10px;
    font-size: 15px;
}
nav{
    height:85px;
    background: #ffb149;
    color: white;
    position: relative;
    z-index: 1;
}
nav ul li{
    display: inline-block;
    margin-right: 30px;
}
.logo{
    position: absolute;
    left: 50px;
    top: 10px;
}
.logo strong{
    font-size: 30px;
    font-weight: normal;
}
.logo small{
    display: block;
}
.nav-items{
    position: absolute;
    right: 30px;  
    line-height: 85px;
    font-size: 18px;  
}
.summary{
    background: cornsilk;
}
.company{
    background: floralwhite;
}
.contents{
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #d6d6d6;
    padding: 80px 0 30px 0;
}
.contents h1{
    font-size: 30px;
    text-align: center;
    line-height: 2;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
}
.contents_wrapper{
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.contents_box{
    display: inline-block;
    padding: 30px 5px;
    width: 24%;
}
.contents_text{
    text-align: center;
    margin-top: 80px;
    font-size: 17px;
    line-height: 2;
    margin-bottom: 50px;
}
table{
    border-collapse: collapse
}
tbody tr td:nth-child(1) {
    background: #fbc174;
}
tbody tr td:nth-child(2) {
    background: url(img/contact-bk.jpg);
}
.last_td:nth-child(2) {
    border-bottom-style: solid;
    border-width:1px;
    border-color: #ffddac;
}
.tab_contents_box{
    width: 48%;
    display: inline-block;
    margin-right: 1%;
    margin-top: 20px;
    border-style: solid;
    border-width: 1px;
    position: relative;
    border-color: #ffddac;
    background: #ffedd2;
}
.tab_contents_text{
    width: 55%;
    float: left;
}
.item{
    background: white;
    padding-bottom: 80px;
}
.sample_image{
    width: 45%;
    float: left;
}
.tab_table{
    width: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size:15px;
    color: dimgrey;
}
.tab_table tr{
    height:45px;
}
.tab_table tr td:nth-child(2) {
    background: none;
    text-align: left;
    padding-left: 5%;
}
.tab_table tr td {
    border-top-style: none;
}
.contents_inner{
    margin-top:60px;
}
.contact_us{
    background: url(img/contact-bk.jpg);
    width: fit-content;
    border-radius: 15px;
    padding: 25px;
    margin: 0 auto;
    margin-top: 90px;
    width: 80%;
}
iframe{
    width: 100%;
    height: 80vh;
    border-style: solid;
    border-width: 1px;
    border-color: #b3b3b3;
}
.map{
    background: #fff9eb;
    padding-bottom: 80px;
}
.footer_inner{
    position: relative;
    color: white;
    background: #13171f;
    height: 90px;
}
.copyrights{
    position: absolute;
    bottom: 0;
    right: 10px;
}
.top-back{
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
}
.small_title{
    font-weight: bold;
    text-shadow: 2px 3px 1px navajowhite;
}
.small_title::before{
    content: "";
    width: 50px;
    height: 2px;
    background: #b63c37;
    position: absolute;
    left: -55px;
    top: 30px;
}
.small_title::after{
    content: "";
    width: 50px;
    height: 2px;
    background: #b63c37;
    position: absolute;
    top: 30px;
    margin-left: 5px;
}
.spring{
    width: 30px;
    margin-right: 5px;
}

/* タブ機能　 ***********************************************************************/
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab > label {
    position: relative;
    display: inline-block;
    padding: 15px 3%;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: 0;
    font-size: 18px;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: dimgrey;
}
.cp_tab > input:checked + label {
    margin-bottom: -1px;
    border-color: #fbc174;
    border-bottom: 1px solid #ffffff;
    border-radius: 6px 6px 0 0;
    background: #fdcc86;
    font-size: 20px;
}
.cp_tab .cp_tabpanel {
	padding: 0.5em 1em;
	border-top: 1px solid #fbc174;
}
.cp_tabpanel{
    border-style: solid;
    border-width: 1px;
    border-color: #fdcc86;
    border-radius: 5px;
}
}
@media (max-width: 480px) {
	.cp_tab {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab label {
		padding: 0.5em;
	}
}

/* ハンバーガーメニュー　 ***********************************************************************/
.content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 1;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color: black;
}
.content h1 {
  font-size: 60px;
  margin-bottom: 15px;
  font-weight: 300;
}
.content h2 {
  font-size: 42px;
  font-weight: 100;
}

.menu-container {
  z-index: 2;
  position: fixed;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  pointer-events: none;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  transition-delay: 0.5s;
  visibility: hidden;
}
.menu ul li {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 45px;
  color: white;
  min-height: 45px;
  padding: 15px;
  text-align: center;
}
.menu ul li a {
  cursor: pointer;
}

.menu-sliders {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: flex 0.45s;
}
.menu-sliders:nth-child(2) {
  flex: 1 0 100%;
  background: transparent;
}
.menu-sliders:nth-child(odd) {
  background: #989898;
}

.plus-btn-pos {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 5;
}

.plus-btn {
  width: 60px;
  height: 60px;
  border-radius: 40px;
  background: white;
  position: relative;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.plus-btn div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 3px;
  background: #989898;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transition-delay: 0.5s;
}
.plus-btn .r1 {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
          transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.plus-btn .r2 {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
          transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}
.plus-btn:hover {
  background: #989898;
}
.plus-btn:hover div {
  background: white;
}
.plus-btn:active {
  box-shadow: none;
}

body.menu-open .menu-sliders:nth-child(2) {
  flex: 0 0 0%;
}
body.menu-open .menu {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  visibility: visible;
  pointer-events: all;
}
body.menu-open .plus-btn .r1 {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
body.menu-open .plus-btn .r2 {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
          transform: translateX(-50%) translateY(-50%) rotate(-135deg);
}