@charset "utf-8";

/* common.css */

/**********************************************
	common settings
***********************************************/
@font-face {
  src: url("../font/Catalina Village.woff") format("woff");
  font-family: "Catalina";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.5px;
  color: #3f3f3f;
  background: #ebebeb;
  position: relative;
}

p {
  text-align: justify;
}

a {
  color: #3f3f3f;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/**********************************************
	display: block / none
***********************************************/


.tab {
  display: none !important;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

@media screen and (min-width: 520px) {
  .sp {
    display: none !important;
  }

  .pc {
    display: none !important;
}

.tab {
  display: block !important;
}
}

@media screen and (min-width: 960px) {
  .sp {
    display: none !important;
  }

  .tab {
    display: none !important;
  }

  .pc {
    display: block !important;
  }
}

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

/**********************************************
	header
***********************************************/
header {
  color: #3f3f3f;
  background-color: #ebebeb;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 82.93%;
  margin: 5px auto;
}

@media screen and (min-width:960px) {
  .header_inner {
    width: 91.67%;
  }
}

.header_logo {
  width: 16.08%;
  max-width: 114px;
}

.header_site_menu {
}
.site_menu {
}

.site_menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site_menu ul li {
  width: fit-content;
}

.site_menu ul li:last-of-type{
  margin-left: 20px;
}

@media screen and (min-width:960px) {
  .site_menu ul li {
    font-size: 24px;
    position: relative;
  }

  .site_menu ul li:last-of-type{
    margin-left: 60px;
  }

  .site_menu ul li:hover::before {
  content: '';
display: block;
width: 5px;
height: 5px;
background: #3F3F3F;
border-radius: 50%;
position: absolute;
top: -8px;
left: 50%;
transform: translateX(-50%);
}
}


/**********************************************
    $footer
***********************************************/
footer {
  color: #fff;
  background-color: #394036;
  padding-top: 55px;
  padding-bottom: 2px;
  align-items: center;
}

@media screen and (min-width:960px) {
  footer {
    padding-top: 147px;
    padding-bottom: 25px;
  }
}

.footer_logo {
  display: block;
  width: 26.67%;
  margin: 0 auto 35px;
}

@media screen and (min-width:960px) {
  .footer_logo {
    width: 26.09%;
    margin: 0 auto 108px;
  }
}

.copyright {
  font-size: 6px;
  text-align: center;
  width: 47.2%;
  margin: 0 auto;
}

@media screen and (min-width:960px) {
  .copyright {
    font-size: 12px;
    margin: 0 auto;
  }
}
/**********************************************
    $link button
***********************************************/

/**********************************************
    $subpage title
***********************************************/

/**********************************************
    $section title
***********************************************/
.sec_ttl {
	font-family: "Catalina";
font-size: 60px;
color: #3f3f3f;
line-height: 1;

}

/**********************************************
	$breadcrumb list
***********************************************/
