@charset "utf-8";

@import url("drawer.css"); /*ドローワー用css */

::-webkit-scrollbar {
      display: none;
      -webkit-appearance: none;
}

@font-face {
  font-family: 'canvas';
  src: url('../../font/madecanvas/MADE Canvas Black PERSONAL USE.otf');
}

a {
  text-decoration:none;
  color: #555;
  white-space: nowrap;
  letter-spacing: 2px;
}

body{
  margin:0;
  font-family: 'ヒラギノ角ゴシック','Hiragino Kaku Gothic ProN';
}
ul{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
main {
  padding: 5%;
  	position: relative;
	z-index: 1;
}
main#top_setting {
  padding: 0;
}
h1,h2,h3,h4,p,span,b {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}
section {
}
img {
  padding: 0;
  margin: 0;
  width: 100%;
}
p {
}
h1 {
font-family: 'canvas';
color: #667971;
text-align: center;
font-size: 50px;
line-height: 50px;
}
h1 span {
font-family: auto;
font-size: 16px;
color: #1b1b1b;
}

h2 {
  text-align: center;
  font-size: 39px;
}
h2 span{
  display: block;
  font-size: 13px;
  color: #737373;
}
h3 {

}
h4 {

}
.po_rela{
	position: relative;
}
.z_index1{
	z-index: 1;
}

.pconly {display: block;}
.sponly {display: none!important;}


.flexbox {
	width:100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; 
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.centering {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
    z-index: 1;
}
header .header_cont li img {
  display: inline-block;
  width: 30%;
  margin-right: auto;
  padding: 3%;
}


/*--header--*/
header .header_cont {
  display: flex;
  padding: 0 6%;
}
header .header_cont li {
  width: 50%;
  position: relative;
}
header .header_cont li:first-child{
  align-self: center;
}
header .header_cont li:first-child a {
  display: inline;
}
header .header_cont .bnrbox {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
header .header_cont .bnrbox .insta {
    width: 23%;
    text-align: center;
    letter-spacing: 0px;
    padding-top: 5px;
}
header .header_cont .bnrbox .insta p {
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #555;
    line-height: 16px;
}
header .header_cont .bnrbox .insta a {
    display: block;
}
header .header_cont .bnrbox .insta img {
    padding-bottom: 0px;
	width: 30px;
}
header .header_cont li .label_cont {
    background-color: #dc0000;
    /*margin-left: auto;*/
    background-image: url('../img/icon/label_icon.png');
    background-size: 7%;
    background-repeat: no-repeat;
    background-position: 10% 50%;
    width: 73%;
    max-width: 300px;
}
header .header_cont li .label_cont a {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 18px;
  padding: 3% 0;
  text-align: center;
}
header .header_cont li .label_cont a span {
  font-size: 12px;
}
header .header_cont li .tel_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5% 0;
}
header .header_cont li .tel_cont b {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #c4b856;
}
header .header_cont li .tel_cont p {
  display: block;
  font-size: 11px;
}
header .header_cont li .tel_cont p span {
  font-size: 19px;
  font-family: 'Noto Sans', sans-serif;
}

header .global_menu {
  padding: 20px 0;
  background-color: #e1eee8;
}
header .global_menu .global_menu_cont {
  text-align: center;
}
header .global_menu .global_menu_cont a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 0 2%;
  border-right: solid 1px #9a9a9a;
}
header .global_menu .global_menu_cont a:last-child {
  border: none;
}
header .global_menu .global_menu_cont a span{
  font-size: 11px;
  font-weight: normal;
}
/*--header--*/


.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn-wrap-pc {
  position: absolute;
  bottom: 0;
  left: 2%;
  margin: 30px 0;
  z-index: 100;
}
a.btn-c {
  font-size: 1.5rem;
  position: relative;
  padding: 0.25rem 6rem 1.5rem 6rem;
  color: #fff;
  background: #e6767e;
}
a.btn-c span {
  font-size: 1rem;
  position: absolute;
  top: -10px;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color: #e6767e;
  border: 2px solid #e6767e;
  background: #fff;
}
a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #e6767e;
}
a.btn-c:hover:before {
  left: 2rem;
}
@media (max-width: 1024px) {
.btn-wrap-pc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
/*
    text-align: center;
    position: fixed;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
*/
}
}
@media (max-width: 480px) {
.btn-wrap-pc {
  display: none;
}
.btn-wrap {
  display: block;
  position: absolute;
  top: 104%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
a.btn-c {
  display: block!important;
  font-size: 14px;
  padding: 4px 80px 16px 80px;
  }
a.btn-c span {
  width: 200px;
  position: absolute;
  left: 13%;
  font-size: 10px;
}
}

/*--footer--*/
footer {
	margin-top: 5%;
	position: relative;
	z-index: 1;
}

.access_cont {
  display: flex;
}
.access_cont li {
  width: 50%;
  background-color: #000;
  position: relative;
}
.access_cont li img {
  opacity: .5;
}
.access_cont li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  color: #fff;
}
.access_cont li p b {
  font-size: 27px;
  color: #c4b856;
}
.access_cont li p span {
  font-size: 22px;
  font-family: 'Noto Sans', sans-serif;
  margin-top: 10px;
  display: inline-block;
}
.access_cont li p a {
  font-size: 22px;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  margin-top: 10px;
  display: inline-block;
}
.ft_line {
    text-align: center;
    position: fixed;
    bottom: 3%;
    left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}
.ft_line a {
    background-color: #00b028;
    color: #FFFFFF;
    font-weight: bold;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-radius: 7px;
    font-size: 14px;
    letter-spacing: 1px;
}
.ft_menu {
  background-color: #667971;
  padding: 3% 5%;
  display: flex;
  flex-wrap: wrap;
}
.ft_menu li{
  padding: 2% 0;
}
.ft_menu li:first-child {
  display: flex;
  flex-wrap: wrap;
  width: 59%;
  border-right: solid 1px #fff;
  align-items: center;
}
.ft_menu li:first-child p {
  width: 33.33%;
}
.ft_menu li:first-child p a {
  font-size: 14px;
  color: #fff;
}

.ft_menu li:nth-child(2) {
  width: 35%;
  padding-left: 5%;
}
.ft_menu li:nth-child(2) div:first-child{
  margin-bottom: 5%;
}
.ft_menu li:nth-child(2) .ft_tel_list{
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  justify-content: space-between;
  align-items: center;
}
.ft_menu li:nth-child(2) .ft_tel_list b {
  display: block;
  width: 20%;
  font-size: 16px;
}
.ft_menu li:nth-child(2) .ft_tel_list p {
  display: block;
  width: 50%;
  font-size: 11px;
}
.ft_menu li:nth-child(2) .ft_tel_list p span {
  font-size: 19px;
  font-family: 'Noto Sans', sans-serif;
}
.ft_menu li:nth-child(2) .ft_tel_list img {
  display: block;
  width: 20%;
}


.ft_menu li:last-child {
  width: 100%;
}
.ft_menu li:last-child p{
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.ft_menu li:last-child .sns_link {
  width: 30%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5% 0 3%;
}
.ft_menu li:last-child .sns_link a {
  width: 10%;
  margin: 0 auto;
}
/*--footer--*/










@media handheld, only screen and (max-width: 1024px) {}
@media handheld, only screen and (max-width: 768px) {}
@media (max-width: 480px) {

.pconly {display: none !important;}
.sponly {display: block !important;}
p {
  font-size: 12.5px;
}
main {
    padding: 12% 8%;
}
h1 {
    font-size: 33px;
    line-height: 30px;
}
h1 span {
    font-weight: normal;
    font-size: 12.5px;
}
h2 {
    font-size: 22px;
}
h2 span {
    font-size: 11px;
}
header .header_cont {
    display: block;
    padding: 0;
}
header .header_cont li {
    width: 100%;
}
header .header_cont li img {
    width: 30%;
    margin: 0 auto;
    display: block;
}
header .header_cont li .tel_cont {
    padding: 3%;
    justify-content: center;
    background-color: #e1eee8;
	position: relative;
    z-index: 1;
}
header .header_cont li .tel_cont p {
    font-size: 7px;
    white-space: nowrap;
}
header .header_cont li .tel_cont b {
    font-size: 11px;
    color: #383838;
    display: inline-block;
    margin-right: 3%;
}
header .header_cont li .tel_cont p span {
    font-size: 11.5px;
    font-weight: bold;
}
header .header_cont li .tel_cont p a {
    font-size: 11.5px;
    font-weight: bold;
	font-family: 'Noto Sans', sans-serif;
}
header .header_cont .insta {
    width: 30px;
    position: absolute;
    top: 25px;
    left: 6%;
    z-index: 1;
}
header .header_cont .insta a {
    display: block!important;
}
header .header_cont .insta a img {
    width: 100%;
}


.barwrap {
  display:block;
  width: 1px;
  height: 19px;
  background-color: #555;
  margin: 0 15px;
}

/*--ハンバーガーメニュー--*/
header .header_cont li:first-child {
  position: relative;
}
header .header_cont li:first-child .hum_menu{
  position: absolute;
  top: 50%;
  right: 5%;
  width: 25px;
}
header .header_cont li:first-child .hum_menu b {
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #555;
  position: relative;
}
header .header_cont li:first-child .hum_menu b:before{
  display: block;
  content: '';
  width: 100%;
  height: 1.5px;
  background-color: #555;
  position: absolute;
  top: -10px;
}
header .header_cont li:first-child .hum_menu b:after{
  display: block;
  content: '';
  width: 60%;
  margin-left: auto;
  height: 1.5px;
  background-color: #555;
  position: absolute;
  top: 10px;
  right: 0;
}



.access_cont {
    display: block;
    position: relative;
    z-index: 1;
}
.access_cont li {
    width: 100%;
}
.access_cont li img {
    vertical-align: bottom;
}
.access_cont li p {
    width: 100%;
    font-size: 10px;
}
.access_cont li p b {
    font-size: 18px;
}
.access_cont li p span {
    font-size: 15px;
}



.ft_menu {
    padding: 3% 5% 10% 5%;
    position: relative;
    z-index: 1;
}
.ft_menu li:first-child {
    display: block;
    width: 100%;
    border-right: none;
    align-items: center;
}
.ft_menu li:first-child p {
    width: 100%;
    border-bottom: solid 1px #cecece;
}
.ft_menu li:first-child p:last-child{
    width: 100%;
    border-bottom: none;
}
.ft_menu li:first-child p a {
    display: block;
    padding: 3% 0 3% 5%;
}
.ft_menu li:last-child {
    width: 100%;
    padding: 10% 0 0;
}
.ft_menu li:last-child p {
    color: #fff;
    text-align: center;
    font-size: 10px;
}
.ft_menu li:last-child .sns_link {
    width: 65%;
}
.ft_menu li:first-child p.open_list {
    padding: 3% 0 3% 5%;
    font-size: 14px;
    width: 95%;
    color: #fff;
    position: relative;
}
.ft_menu li:first-child p.open_list:before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background-image: url('../img/icon/plus.png');
    background-size: 100%;
    position: absolute;
    top: 15px;
    right: 5%;
}
.ft_menu li:first-child p.closeicon:before {
    background-image: url('../img/icon/minus.png');
}
.ft_menu li:first-child p.open_list a {
    display: none;
    margin: 4% 0 2% 5%;
    padding: 0;
    font-size: 12px;
}
.ft_menu li:first-child p.open_list a:last-child{
    margin: 4% 0 2% 5%;
    padding: 0;
}




}
