@charset "utf-8";
@import url("https://use.typekit.net/qwg3vha.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
.header {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.footer {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
* {
  box-sizing: border-box;
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
a.not_link {
  display: inline-block;
  opacity: 0.5;
  pointer-events: none;
  cursor: none;
}
/* ページタイトル */
.page_ttl {
  margin-top: 100px;
}
.page_ttl p.h2_en{
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.05em;

  text-align: center;
  font-size: 35px;
  margin-bottom: 0;
  position: relative;
}
.page_ttl p.h2_en::after{
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  left: 50%;
  bottom: -10px;
  background: #000;
  transform: translate(-50%,100%);
}
.page_ttl h2 {
  font-size: 28px;
  font-weight: 400;
  color: #221815;
  padding:0 0 20px 0;
  letter-spacing: 2px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-top: 40px;
}
/* 共通 */
.sp_header {
  display: none;
}
.nav_btn a{
  display: inline-block;
  background: #fff;
}
.nav_btn a div {
  padding-left: 24px;
  position: relative;
  text-align: center;
  line-height: 1.2;
}
.nav_btn a div::before{
  content: '';
  display: inline-block;    
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
	/*  */
  background-image: url(../img/common/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.pc .nav_btn ul {
  display: flex;
  justify-content: flex-end;
}
.pc .nav_btn li:not(:first-child){
  margin-left: 10px;
}

.pc .nav_btn a {
  font-size: 14px;
  padding: 10px 30px 10px 20px;
  display: inline-block;
  background: #fff;
}
.pc_header {
  background:#EDEFF7;
}
.pc .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1040px;
  padding: 10px 20px;
  margin: 0 auto;
}
.pc .header_nav {
}
.pc .header_logo {
  max-width: 70px;
}
.pc .gnav {
  margin: 30px auto 0;
}
.pc .gnav ul {
  display: flex;
  justify-content: end;
}
.pc .gnav ul li.new{
  position: relative;
}
.pc .gnav ul li.new::before{
  content: "New";
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: italic;
  background: #fff;
  font-size: 10px;
  color: #0e4767;
  /* border: 1px solid; */
  padding: 1.5px 8px;
  display: inline-block;
  position: absolute;
  top: -6px;
  transform: translate(-50%,-100%);
  left: 50%;
}

.pc .gnav li:not(:first-child){
  margin-left: 17px;
}
.pc .gnav a {
  color: #2F3D49;
  display: inline-block;
}
.pc .gnav .soon a {
	opacity:0.22;
	pointer-events:none;
	cursor:default;
}
.pc .gnav a span {
  display: block;
  text-align: center;
}
.pc .gnav a .en {
  font-size: 20px;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.05em;
}
.pc .gnav a .ja {
  font-size: 11px;
  margin-top: 10px;
}
/* SP用_TOP兼用 */
.sp_header {
  width: 100%;
  position: fixed;
  z-index: 9999;
}
.sp .header_bar {
  height: 80px;
  padding: 0 2vw;
  background: #fff;
  /* box-shadow: 0 0 6px rgba(0,0,0,0.06); */
}
.sp .bar_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.sp .menu_icon_wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top:  50%;
  transform: translateY(-50%);
}
.sp .icon_txt {
  font-size: 12px;
  color: #898989;
  margin-left: 10px;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.sp .menu_icon {
  
}
.menu_icon {
  width: 40px;
  height: 17px;
  position: relative;
  cursor: pointer;
}
.menu_icon span {
  display: block;
  background: #898989;
  width: 100%;
  height: 2px;
  position: absolute;
  transition: 0.3s;
}
.menu_icon span:nth-child(1) {
  top: 0;
}
.menu_icon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu_icon span:nth-child(3) {
  bottom: 0;
}
/* アイコン変形 */
.menu_icon.open span:nth-child(1){
  top:50%;
  transform: translate(0,-50%) rotate(45deg);
}    
.menu_icon.open span:nth-child(2){
  opacity: 0; 
}    
.menu_icon.open span:nth-child(3){
  transform: translate(0,-50%) rotate(-45deg);
  bottom: auto;
  top: 50%;
}
.sp .header_casa_logo {
  max-width: 450px;
  min-width: 200px;
  width: 50%;
}
.sp .search {
  width: 15%;
  max-width: 25px;
}
.sp .nav_btn.hum {display: block;}
.sp .nav_btn ul {
  display: flex;
  justify-content: flex-end;
}
.sp .nav_btn li{
  
}

.sp .nav_btn a {
  font-size: 14px;
  padding: 10px 30px 10px 20px;
  display: inline-block;
  background: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,0.06);
}
.sp .nav_btn li:not(:first-child){
  margin-left: 10px;
}

.sp .header_nav {
  position: fixed;
  width: 350px;
  width: 18.3vw;
  max-width: 350px;
  height: 100vh;
  padding: 2vw 0;
  background: rgba(237,239,247,0.92);
  transition: 0.6s ease;
  transform: translateX(-100%);
}
.sp .header_nav.open {
  transform: translateX(0);
}
.sp .header_logo {
  width: 7vw;
  max-width: 185px;
  margin: 0 auto 1vw;
}
.sp .gnav {
  width: 70%;
  margin: 0 auto;
}
.sp .gnav ul {
  
}
.sp .gnav li.new{
  position: relative;
  padding-top: 0.1vw;
}
.top.sp .gnav li.new{
  margin-top: 2vw!important;
}
.sp .gnav li.new:before{
  content: "New";
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: italic;
  background: #fff;
  color: #083048;
  font-size: 10px;
  /* border: 1px solid; */
  padding: 2px 6px 1px;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: -3px;
  transform: translateY(-100%);
}
.sp .gnav li:not(:first-child){
  margin-top: 30px;
  margin-top: 1vw;
}
.sp .gnav a {
  color: #2F3D49;
}
.sp .gnav .soon a {
	opacity:0.22;
	pointer-events:none;
	cursor:default;
}
.sp .gnav a span {
  display: block;
}
.sp .gnav a .en {
  font-size: 20px;
  font-size: 1vw;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.05em;
}
.sp .gnav a .ja {
  font-size: 11px;
  font-size: 0.5vw;
  margin-top: 10px;
  margin-top: 0.5vw;

}
/* フッター */
.footer {
  padding: 80px 70px;
  background: #6C869E;
}
.footer a {
  color: #fff;
}
.footer_inner {

}
.footer_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_box {
  max-width: 900px;
  margin: 0px auto 0;
  background-color: #6C869E;
  padding: 20px 10px;
}
.f_flex01 {
  margin-bottom: 50px;
}
.footer_casa_logo {
  /* max-width: 700px; */
  text-align: center;
  /* margin-bottom: 30px; */
  margin: auto;
  /* padding: 0 10px; */
}
.footer_casa_logo p{
	font-size: 20px;
	font-family: adobe-garamond-pro, serif;
	line-height: 1.5;
	letter-spacing: 0.1em;
	display: inline-block;
	background: #07361b;
	color: #fff;
	padding: 10px 20px;
	/* max-width: 680px; */
	width: 100%;
}
.sei_oto_bnr {
  /* max-width: 700px; */
  margin: 0px auto;
  /* padding: 0 10px; */
}
.footer_nav01 {
  font-size: 15px;
}
.footer_nav01 ul {display: flex;flex-wrap: wrap;justify-content: center;}
.footer_nav01 li{
	text-align: center;
    border-left: 1px solid #fff;
    margin-bottom: 10px;
}
.footer_nav01 a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding: 3px 1vw;
}
.footer_nav01 a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.3s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.footer_nav01 a:hover::after {
  content: '';
  display: inline-block;
  width: 90%;
  height: 1px;
  background: #fff;
}
.f_flex02 {
  align-items: center;
}
.f_flex02 .footer_box:first-child {
 display: flex;
 align-items: center;
}
.footer_logo {
  max-width: 203px;
  margin-right: 20px;
}
.footer_mail p{
  color: #fff;
}
.footer_mail span {
  display: block;
}
.footer_mail .txt {
  font-size: 10px;
  margin-bottom: 2px;
}
.ad_tel_area .txt {
  font-size: 10px;
  margin-bottom: 2px;
  color: #fff;
}
.ad_tel_area .hour{
  color: #fff;
  font-size: 13px;
  margin-top: 10px;
}
.tel_and_mail{
  display: flex;
  align-items: baseline;
}
.tel_link{
  display: flex;
  margin-right: 5px;
  align-items: center;
}
.tel_icon{
  max-width: 40px;
  margin-right: 5px;
}
.tel_no{
  font-size: 32px;
  line-height: 1;
}
.footer_mail .mail {
  font-size: 20px;
}
.footer_nav02 {
  font-size: 13px;
}
.footer_nav02 ul {
  display: flex;
}
.footer_nav02 li:not(:first-child) {
  margin-left: 20px;
}
.footer_nav02 a {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}
.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9998;

}
.pagetop a{
  display: block;
  width: 45px;
}
.mb_footer{
  display: none;
}
.db800{
  display: none;
}
.br500{
  display: none;
}
.br_android{
  display: none;
}
/* バナー */
.bnr_box{
  margin: 80px auto 0;
  max-width: 700px;
  padding: 0 10px;
}

.br350{
  display:none;
}

@media screen and (max-width:1800px) {
  .sp .header_nav {
    padding: 1vw 0 2vw;
  }
  .sp .header_logo {
    width: 5.5vw;
    margin: 0 auto 1vw;
  }
  
}
@media screen and (max-width:1600px) {
  .f_flex02 .footer_box:first-child {
    display: block;
  }
}

@media screen and (max-width:1500px) {
  .f_flex02 .footer_box:first-child {
    display: block;
  }
  .ad_tel_area .txt {
    margin-top: 10px;
}
}
@media screen and (max-width:1350px) {
  .top.sp .gnav li.new{
    margin-top: 1.7vw!important;
  }
}
@media screen and (max-width:1250px) {
  .sp .gnav li:not(:first-child){
    margin-top: 0.6vw;
  }
}
@media screen and (max-width:1160px) {
  .top.sp .gnav li.new{
    margin-top: 1.5vw!important;
  }
}
@media screen and (max-width:1150px) {
  .footer_mail .mail {
    font-size: 18px;
  }
}

@media screen and (max-width:1100px) {
  .footer_mail .mail {
    font-size: 20px;
  }
  .nav_btn{
    display: none;
  }
  .page_ttl {
    margin-top: 60px;
  }
  .pc_header {
    display: none;
  }
  .header_bar{
    box-shadow: 0px 1px 8px -3px rgba(0,0,0,0.4);
  }
  .sp_header {
    display: block;
  }
  .sp_header.top {
    /* TOP用ヘッダー */
    display: none;
  }
  .header_height {
    height: 80px;
  }
  .sp .header_nav .nav_btn {
    margin-top: 40px;
  }
  .sp .header_nav .nav_btn ul {
    justify-content: center;
  }
  .sp .header_nav .nav_btn li {
    width: 23%;
    height: 40px;
  }
  .sp .header_nav .nav_btn a {
    width: 100%;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .sp .header_nav .nav_btn div{
    padding-left: 10px;
  }
  .sp .header_nav .nav_btn div::before {
    left: -10px;
  }
  .sp .header_nav {
    position: fixed;
    width: 100%;
    max-width: initial;
    height: 100vh;
    padding: 30px 0;
    background: rgba(242,244,252,0.98);
  }
  .sp .header_nav.open {
    transform: translateX(0);
  }
  .sp .header_logo {
    width: 15%;
    margin: 0 auto 30px;
  }
  .sp .gnav {
    width: 100%;
    margin: 0 auto;
  }
  .sp .gnav ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }
  .sp .gnav ul::after{
    content: "";
    display: block;
    width: 50%;
    border-top: 1px solid rgba(255,255,255,0.3);
  }
  .sp .gnav li{
    width: 50%;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.3);
  }
  .sp .gnav li.new a{
    padding-top: 25px;
  }
  .sp .gnav li.new:before{
    position: absolute;
    display: block;
    width: 40px;
    text-align: center;
    margin: 5px auto;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }


  .sp .gnav li:nth-child(odd){
    border-right: 1px solid rgba(255,255,255,0.3);
  }
  .sp .gnav li:not(:first-child){
    margin-top: 0;
  }
  .sp .gnav a {
    display: block;
    padding: 10px 0;
  }
  .sp .gnav a .en {
    font-size: 16px;
  }
  .sp .gnav a .ja {
    font-size: 10px;
    margin-top: 5px;  
  }
  /*  */
  .footer_box {
    width: 100%;
    /* margin: 80px 0; */
    padding: 20px 10px;
  }
  .footer_casa_logo {
    /* margin-bottom: 30px; */
  }
  .footer_logo {
    margin-bottom: 10px;
  }
  .f_flex02 .footer_box:first-child {
    display: block;
    margin-bottom: 20px;
  }
  .pagetop{
    bottom: 65px;
  }
  .mb_footer{
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    box-shadow: 0px 0px 8px -3px rgb(0,0,0,40%);
  }
  .mb_footer ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
  }
  .mb_footer ul li{
    /*width: 25%;*/
    width: 33.3%;
    box-sizing: border-box;
    border-right: 1px solid  rgb(41, 41, 41);
    text-align: center;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mb_footer ul li a{
    display: block;
    padding: 10px 0;
    font-size: 10px;
    color: #222222;
    width: 100%;
    /* height: 100%; */
  }
  .mb_footer ul li a i{
    font-size: 20px;
    margin-bottom: 5px;
    color: #365e92;
  }
  .mb_footer ul li:last-child{
    border-right: 0;
  }
	.footer_nav01 li {
    width: 100%;
    text-align: start;
    border-left: none;
}
}
@media screen and (max-width: 800px) {
.db800{
  display: block;
}

  .sp .header_bar {
    height: 50px;
  }
  .header_height {
    height: 50px;
  }
  .menu_icon {
    width: 30px;
  }
  .sp .nav_btn a {
    font-size: 12px;
    padding: 7px 20px 7px 10px;
  }
  .sp .nav_btn a div {
    padding-left: 20px
  }
  .sp .header_nav .nav_btn li {
    height: 46px;
  }
  .nav_btn a div::before {
    width: 14px;
    height: 14px;
  }

	.sp .header_nav .nav_btn ul{
	flex-wrap:wrap;
	justify-content: space-between;
	padding: 0 20px;
}
.sp .header_nav .nav_btn li {
	width:48%;
	margin: 10px 0;
}
	.sp .header_nav .nav_btn li:last-of-type{
		margin: 10px 0;
	}
}
@media screen and (max-width: 650px) {
	.page_ttl h2 {
		font-size: 23px;
	}
	.page_ttl p.h2_en {
		font-size: 25px;
	}
	.page_ttl p.h2_en::after {
		bottom: -5px;
	}
  .footer_casa_logo p{
    font-size: 14px;
  }


}
@media screen and (max-width: 600px) {
  .footer {
    padding: 80px 30px;
  }
  .footer_nav02 ul {
    display: block;
  }
  .footer_nav02 li:not(:first-child) {
    margin-left:0;
    margin-top: 20px;
  }
}
@media screen and (max-width:630px) {
  .footer_mail .mail {
    font-size: 18px;
  }
}
@media screen and (max-width:520px) {
  .footer_mail .mail {
    font-size: 20px;
  }
  .tel_and_mail {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .sp .header_casa_logo {
    margin-left: 20px;
    margin-top: -4px;
  }

	
  .br500{
    display: block;
  }
  .none500{
    display: none;
  }
  .tel_and_mail {
    display: block;
  }
  .ad_tel_area .txt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 370px) {
  .br_android{
    display: block;
  }
}
@media screen and (max-width: 350px) {
  .sp .header_casa_logo {
    margin-left: 40px;
  }
}
.br350{
  display: block;
}
.fade {
	opacity: 0;
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.fade.is-show {
	opacity: 1;
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.blur {
	opacity: 0;
	filter: blur(20px);
	-ms-filter: blur(20px);
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.blur.is-show {
	opacity: 1;
	filter: blur(0);
	-ms-filter: blur(0);
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.to_right {
opacity: 0;
-webkit-transform: translateX(-5%);
transform: translateX(-5%);
-webkit-transition-duration: 1.8s;
transition-duration: 1.8s
}
.to_right.is-show {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-duration: 1.8s;
transition-duration: 1.8s
}
.to_left {
opacity: 0;
-webkit-transform: translateX(5%);
transform: translateX(5%);
-webkit-transition-duration: 1.8s;
transition-duration: 1.8s
}
.to_left.is-show {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-duration: 1.8s;
transition-duration: 1.8s
}
.delay2 {
transition-delay: 0.3s;
}
.delay3 {
transition-delay: 0.5s;
}
.delay4 {
transition-delay: 0.7s;
}
.delay5 {
transition-delay: 0.9s;
}
.delay6 {
transition-delay: 1.1s;
}
.delay7 {
transition-delay: 1.3s;
}
.delay8 {
transition-delay: 1.5s;
}
.delay9 {
transition-delay: 2s;
}
@media all and (-ms-high-contrast: none) {
  .tel_and_mail{
    align-items: flex-end;
  }
  .tel_no{
    margin: 10px 0 0 5px;
  }
}