﻿@charset "utf-8";
@import url("reset.css");
@import url("default.css");

/* --------------------------------------------------------------------
		Font-size Adjustment.
			77% = 10px	|	123.1% = 16px	|	167% = 22px
			85% = 11px	|	131% =  17px	|	174% = 23px 
			93% = 12px	|	138.5% = 18px	|	182% = 24px 
			100% = 13px	|	146.5% = 19px	|	189% = 25px 
			108% = 14px	|	153.9% = 20px	|	197% = 26px 
			116% = 15px	|	161.6% = 21px	| 
-------------------------------------------------------------------- */
html {
	color: #333;
}
body {
	background-color: #ffffff;
}
#header-logo {
}
#header-logo > div {
    margin: 0 auto;
    max-width: 980px;
}
#header-logo > div > img {
    max-width: 180px;
    width: 100%;
    height: auto;
    background-color: #f8a055;
    padding: 10px 20px 5px 20px;
    border-radius: 0 0 12px 12px;
}
#phone {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 5px;
    background-color: #f8a055;
}
#phone address {
    padding-bottom: 5px; 
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    text-align: center;
}
#phone > div {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
.phone-box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 0.9rem;
}
.phone-box > div:nth-child(n+2) {
    margin-left: 10px;
}
nav ul {
    margin: 0;
    padding: 0;
}
nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.insta-icon img {
    margin-top: 20px;
    width: 30px;
    height: auto;
    text-align: center;
}
footer {
    padding: 30px;
    min-height: 340px;
    background-color: #f8a055;
}
.footer-logo img {
    max-width: 240px;
    width: 100%;
}
.footer-name1 {
    margin: 10px 0 5px 0;
    font-weight: bold;
}
footer address {
    line-height: 120%;
}
.footer-tel {
    margin: 5px 0;
    font-size: 1.5rem;
    font-weight: bold;
}
.footer-list a {
    color: #333;
}
.footer-list ul li {
    margin: 5px;
}
.copyright {
    text-align: center;
}
@media screen and (min-width:480px){
    #header-logo > div > img {
        max-width: 240px;
    }
}
@media screen and (min-width:768px){
    #header-logo > div > img {
        max-width: 320px;
    }
}
/* end: Back-header -------------------------------- */

/* start: clearfix -------------------------------- */
.clearfix:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
} 

.clearfix {
	display: inline-block;
}

/* Hides from Mac IE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hide from Mac IE */
/* end: clearfix -------------------------------- */
/* start: Highlight -------------------------------- */
.Highlight a:hover img {
filter: alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}
/* end: Highlight -------------------------------- */
/* start: Page-top -------------------------------- */
#Page-top {
	position: fixed;
	bottom: 58px;
	right: 20px;
	font-size: 0.75rem;
    font-weight: bold;
}
#Page-top a {
	background: #f8a055;
	text-decoration: none;
	color: #333333;
	width: 74px;
	padding: 5px 0;
	text-align: center;
	display: block;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
#Page-top a:hover {
	text-decoration: none;
	background: #ffa862;
}
/* end: Page-top -------------------------------- */

/* start slidemenu */
#overlay-button {
  position: absolute;
  right: 1em;
  top: 1em;
  padding: 24px 11px 37px 11px;
  z-index: 20;
  cursor: pointer;
  user-select: none;
    background-color: #f8a055;
    border-radius: 10px;
}
#overlay-button:after {
	position: absolute;
	content: "Menu";
	font-size: 13px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #333333;
	top: 45px;
}
#overlay-button span {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #333333;
  position: relative;
  display: block;
  transition: all .2s ease-in-out;
}
#overlay-button span:before {
  top: -10px;
  visibility: visible;
}
#overlay-button span:after {
  top: 10px;
}
#overlay-button span:before, #overlay-button span:after {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #333333;
  position: absolute;
  content: "";
  transition: all .2s ease-in-out;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background: #777777;
}

input[type=checkbox] {
  display: none; 
}

input[type=checkbox]:checked ~ #overlay {
  visibility: visible; 
}

input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
  
  
}
input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);

}
input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);


}

#overlay {
	width: 100%;
    hight: 100vh;
	background: #f8a055;
	background-image: url("../img/common/menu-bg.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	z-index: 15;
	visibility: hidden;
	position: fixed;
    top: 0;
}
#overlay.active {

}
#overlay ul {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  margin-top: 20px;
  padding: 0;
  list-style-type: none;
}
.overlay-logo {
	margin: 30px auto 0 auto;
	text-align: center;
}
.overlay-logo img {
	max-width: 160px;
	width: 50%;
}
/* end slidemenu */
.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
    margin: 5px 0;
	width: 210px;
	height: 30px;
    font-weight: bold;
	color: #333;
	text-decoration: none;
}

.btn a:hover {
	color: #f8a055;
}
.btn10 a {
	background-color: #ed954a;
	border: 1px solid transparent;
    border-radius: 12px;
}

.btn10 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #333;
}

.btn10 a:hover {
	background-color: #ffdb5c;
}

.btn10 a:hover::after {
	border-color: transparent transparent transparent #f8a055;
}
.menu1 {
    margin: 5px 0;
}
.menu1 img {
    border-radius: 12px;
}