@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Quicksand:wght@300..700&family=Zen+Maru+Gothic&display=swap');
/*settings
---------------------*/
html{
    font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
    font-size:1.6rem;
    font-feature-settings: 'palt';
	font-optical-sizing: auto;
    letter-spacing: 1px;
    text-align: justify;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    color: #816636;
	background: #FFFFFD;
    box-sizing: border-box;
	overflow: hidden;
}
img{
    max-width: 100%;
}
.sp,
.tab{
    display: none;
}
.w1100{
    width: 1100px;
	max-width: 95%;
    margin: auto;
}
.inner{
    padding: 7rem 0;
}
.inner02{
    padding: 0 0 7rem;
}
@media screen and (max-width: 960px) {
.pc{
	display: none;
}
.tab{
    display: block;
}
.w1100{
	max-width: 90%;
}
.inner{
    padding: 5rem 0;
}
.inner02{
    padding: 0 0 5rem;
}
}
@media screen and (max-width: 767px) {
body {
    font-size:1.4rem;
    line-height: 1.6;
}
.sp{
    display: block;
}
.inner{
    padding: 3rem 0;
}
.inner02{
    padding: 0 0 3rem;
}
}
/*color
---------------------*/
.color_pink{
	color: #F09DC1;
}
.service_h3.after_pink:after,
.service_h4.after_pink:after,
.bg_pink{
	background: #F09DC1;
}
.border_pink{
	border: 2px solid #F09DC1;
}
.hover_pink:hover{
	background: #fffffd;
	color: #F09DC1;
}
.color_blue{
	color: #71BBE8;
}
.service_h3.after_blue:after,
.service_h4.after_blue:after,
.bg_blue{
	background: #71BBE8;
}
.border_blue{
	border:  2px solid #71BBE8;
}
.hover_blue:hover{
	background: #fffffd;
	color: #71BBE8;
}
.color_yellow{
	color: #FFDB4E;
}
.service_h3.after_yellow:after,
.service_h4.after_yellow:after,
.bg_dark_yellow{
	background: #FFDB4E;
}
.border_yellow{
	border:  2px solid #FFDB4E;
}
.hover_yellow:hover{
	background: #fffffd;
	color: #FFDB4E;
}
.marker{
	background: linear-gradient(transparent 70%, #FFDB4E 70%);
}
.bg_yellow{
	z-index: 1;
	background: #FFFBED;
	background-image: url("../img/bg_top@2x.png"), url("../img/bg_bottom@2x.png");
	background-position: top center, bottom center;
	background-repeat: no-repeat , no-repeat;
	background-size: 100% ;
}
.bg_img_no{
	background-image: none;
}
/*others
---------------------*/
.flex_style{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.align_center{
	align-items: center;
}
.align_end{
	align-items: flex-end;
}
.left_cont{
	width: 49%;
}
.right_cont{
	width: 49%;
}
.text_center{
	text-align: center;
}
.big_text{
	font-size: 2.4rem;
	font-weight: bold;
}
.mb40{
	margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
.left_cont,
.right_cont{
	width: 100%;
}
.left_cont img,
.right_cont img{
	display: block;
	width: 50rem;
	margin: auto;
}
.mb40{
	margin-bottom: 2rem;
}
}

@media screen and (max-width: 767px) {
.big_text{
	font-size: 1.8rem;
	font-weight: bold;
}
}
/*btn
---------------------*/
.btn_main_contact{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #DE6967;
	border: 2px solid #DE6967;
	color: #FFFFFD;
	width: 23rem;
	max-width: 100%;
	text-align: center;
	padding: 1.5rem;
	border-radius: 9.5px;
	margin: auto;
	position: relative;
}
.btn_main_contact:hover {
	background: #fffffd;
	color: #DE6967;
	transition: .5s;
}
.btn_main_contact:before{
	content: "";
	width: 2rem;
	height: 1.6rem;
	background: url("../img/ico_header_contact.png") center center /contain;
	margin-right: 1rem;
}
.btn_main_contact:hover:before{
	background: url("../img/ico_header_contact_red@2x.png") center center /contain;
	transition: .5s;
}
@media screen and (max-width: 1200px) {
.btn_main_contact{
	width: 20rem;
	padding: 1rem 0;
	font-size: 1.6rem;
}
}
@media screen and (max-width: 960px) {
.btn_main_contact{
	width: 17rem;
	padding: .5rem;
}
}
/*ttl
---------------------*/
.h1_style{
	position: relative;
	width: 20rem;
	padding-bottom: 2.5rem;
	margin: auto;
}
.h1_style:after{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	content: "";
	width: 8.5rem;
	height: 3px;
	background: #816636;
	display: inline-block;
}
.h2_style{
	font-size: 3.2rem;
	padding-top: 2rem;
	padding-bottom: 3rem;
	text-align: center;
	position: relative;
}
.h3_style{
	font-family: "Zen Maru Gothic", serif;
	font-size: 3.2rem;
	text-align: center;
	padding-bottom: 5rem;
	line-height: 1;
}
.h3_style span{
	display: block;
	position: relative;
	font-size: 2rem;
	font-family: "Quicksand", sans-serif;
}
.h3_style span:after{
	content: "";
	display: block;
	margin: 2rem auto;
	width: 2rem;
	height: 0.4rem;
	border-bottom: 4px dotted #DE6967;
}
@media screen and (max-width: 960px) {
.h1_style{
	width: 17rem;
	padding-bottom: 2rem;
}
.h2_style{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.h3_style{
	font-size: 2.8rem;
	padding-bottom: 3rem;
}
.h3_style span{
	display: block;
	position: relative;
	font-size: 2rem;
	font-family: "Quicksand", sans-serif;
}
.h3_style span:after{
	content: "";
	display: block;
	margin: 2rem auto;
	width: 2rem;
	height: 0.4rem;
	border-bottom: 4px dotted #DE6967;
}
.h3_style span:after{
	margin: 1rem auto;
}
}
@media screen and (max-width: 767px) {
.h2_style{
	font-size: 2.6rem;
}
.h3_style{
	font-size: 2rem;
	padding-bottom: 2rem;
}
.h3_style span{
	font-size: 1.4rem;
}
.h3_style span:after{
	margin: 1rem auto;
	width: 2rem;
}
}
/*main img
---------------------*/
header{
	position: relative;
	width: 100%;
	padding: 10rem;
	margin-top: 5rem;
}
.main_text{
	width: fit-content;
}
.main_text:before{
	content: "";
	width: 25rem;
	height: 23rem;
	position: absolute;
	top: 50%;
	transform: translateY(-60%);
	background: rgba(255,255,255,0.6);
	filter: blur(3rem);
}
@media screen and (max-width: 1200px) {
.main_text{
	width: 25rem;
}
}
@media screen and (max-width: 960px) {
header{
	margin-top: 0;
	padding: 5rem 2rem;
}
.main_text{
	left: 10%;
}
}
/*gnav
---------------------*/
.nav_bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #DE6967;
	padding: 1rem 0;
	z-index: 9999;
}
.gnav a{
	font-weight: bold;
	background: #FFFFFD;
	color: #DE6967;
	padding: .5rem 2rem;
	border-radius: 9px;
	display: block;
	margin-right: 2rem;
}
.gnav li:nth-child(5) a{
	margin-right: 0;
}
.ico_list img{
	max-height: 3.5rem;
	max-width: 4rem;
	margin-left: 2rem;
}
.ico_list li{
	justify-content: center;
}
@media screen and (max-width: 1000px) {
.gnav a{
	margin-right: 1rem;
}
}
@media screen and (max-width: 960px) {
.gnav{
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  height: 0;
  width: 0;
  right: 0;
  top: 0;
/*	width: 100%;
	height: 100vh;*/
	display: block;
	position: fixed;
/*	top: 0;
	left: 0;*/
	background: #DE6967;
  overflow: hidden;
	z-index: 9999;
}
.oppenned .gnav {
    opacity: 1;
    height: 100vh;
    width: 100%;
	padding: 5rem 2rem;
}
.gnav a{
	margin-right: 0;
	margin-bottom: 1rem;
	margin: 0 0 1rem auto;
	padding: 1rem;
	max-width: 100%;
}
.ico_list{
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	width: 0;
	position: fixed;
	top: 50rem;
	right: 2rem;
	z-index: 10000;
    opacity: 0;
	align-items: stretch;
}
.oppenned .ico_list {
	width: calc(100% - 4rem);
    opacity: 1;
}
.ico_list li{
	width: 49%;
	border-radius: 9px;
	border:2px solid #fffffd;
	padding: 1rem;
	text-align: center;
}
.ico_list li a{
	color: #fffffd;
	font-size: 2.5rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ico_list img{
	margin-left: 0;
}
}
@media screen and (max-width: 767px) {
.ico_list{
	top: 45rem;
}
.ico_list li{
	width: 100%;
	margin-bottom: 1rem;
}
}
/*contact_list
---------------------*/
.contact_list li{
	width: 49%;	
}
.contact_list{
	margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
.contact_list {
	margin-bottom: 4rem;
}
.contact_list li{
	width: 100%;
	max-width: 50rem;
	margin: 0 auto 1rem;
}
.contact_list li:last-child{
	margin-bottom: 0;
}
}
/*footer
---------------------*/
.footer_inner{
	width: 100%;
	min-height: 27rem;
	position: relative;
	background: url("../img/bg_footer_set@2x.png") no-repeat center bottom;
	background-size: 100%;
	padding-bottom: 10rem;
}
.footer_logo{
	position: absolute;
	top: -7rem;
	left: 50%;
	transform: translateX(-50%);
	width: 40rem;
	height: auto;
}
.footer_text{
	text-align: center;
	padding-top: 8rem;
}
.footer_add a{
	border-bottom: none;
}
.footer_tel{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
}
.footer_tel a{
	color: #816636;
}
.footer_nav{
	display: flex;
	justify-content: center;
	background: #DE6967;
}
.footer_nav li a{
	position: relative;
	display: block;
	padding: 1.5rem 3rem;
	color: #FFFFFD;
}
.footer_nav li a:before{
	content: "";
	width: 0;
	height: 3px;
	border-radius: 2px;
	background: #DE6967;
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
}
.footer_nav li a:hover:before{
	width: 30px;
	background: #fffffd;
}
@media screen and (min-width: 2000px) {
.footer_inner{
	padding-bottom: 7vw;
}}
@media screen and (max-width: 1100px) {
.footer_inner{
	min-height: 21rem;
	padding-bottom: 0;
}
.footer_nav li a{
	padding: 1.5rem;
}
}
@media screen and (max-width: 767px) {
.footer_inner{
	min-height: 18rem;
}
.footer_logo{
	top: -5rem;
	width: 30rem;
}
.footer_text{
	padding-top: 6rem;
}
.footer_nav{
	height: 3rem;
}
.footer_nav li a{
	display: none;
}
}

/*hambarger
---------------------*/
@media screen and (max-width: 960px) {
.open {
    position: fixed;
    top: 3rem;
    right: 1rem;
    width: 4.8rem;
    height: 4.5rem;
    display: block;
    cursor: pointer;
    transition: opacity 0.2s linear;
    z-index: 10001;
	background: #DE6967;
	border: 1px solid #fffffd;
}
.open:hover {
  opacity: 1;
}
.open span {
  display: block;
  height: 2px;
  width: 3rem;
  border-radius: 4rem;
  background-color: #fffffd;
  position: absolute;
  right: 10px;
  top: 3px;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 10003;
}
.open span:nth-child(1) {
  margin-top: 6px;
    z-index: 10006;
}
.open span:nth-child(2) {
  margin-top: 18px;
}
.open span:nth-child(3) {
  margin-top: 30px;
}
.sub-menu li:first-child {
  margin-top: 3rem;
}
.sub-menu li:nth-child(1) {
  -webkit-transition-delay: 0.05s;
}
.sub-menu li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
}
.sub-menu li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
}
.sub-menu li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
}
.sub-menu li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
}
.sub-menu li:nth-child(6) {
  -webkit-transition-delay: 0.3s;
}
.oppenned .sub-menu {
    opacity: 1;
    height: 100vh;
    width: 100%;
    padding-top: 5rem;
}
.oppenned span:nth-child(2) {
  overflow: visible;
}
.oppenned span:nth-child(1), .oppenned span:nth-child(3) {
  z-index: 1001;
  transform: rotate(45deg);
}
.oppenned span:nth-child(1) {
  transform: rotate(45deg) translateY(12px) translateX(0);
	z-index: 10006;
}
.oppenned span:nth-child(2) {
    height: 130vh;
    width: 140vw;
    right: -16rem;
    top: -16rem;
}
.oppenned span:nth-child(3) {
  transform: rotate(-45deg) translateY(-17px) translateX(5px);
	z-index: 10006;
}
}

/*pagetop
---------------------*/
#page_top{
	width: 70px;
	height: 70px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #DE6967;
	border: 1px solid #fffffd;
}
#page_top a{
	display: block;
	color: #fffffd;
	line-height: 70px;
	text-align: center;
} 
/*loader
---------------------*/
.hidden {
	opacity: 0;
}
.loading {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: #fffffd;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: all 0.5s linear;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
}
.loading.loaded {
  opacity: 0;
  visibility: hidden;
}
.loading-text {
	max-width: 30rem;
	margin-bottom: 2rem;
}
.spinner {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 4px solid #FFF;
  border-left-color: #816636; 
  animation: spinner-rotation 1s linear infinite;
}
.loading.active {
  visibility: visible;
  display: flex;
  opacity: 1;
  transition: opacity 0.5s ease;
}
/* アニメーションの設定 */
@keyframes spinner-rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-text {
  color:#333;
}
@media (scripting: none) {
  .loading {
    display: none;
  }
  .hidden {
    display: block;
  }
}