@charset "UTF-8";
@import url("grid.css");
:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
  --base-color: #000;
  --link-color: #666;
  --linkhover-color: #999;
  --back-color: #f7f7f7;
  --border-color: #ccc;
  --white-color: #fff;
}
img {
  max-width: 100%;
  height: auto; /*高さ自動*/
  vertical-align: top;
}
a {
  display: block;
  color: var(--link-color);
  text-decoration-line: none;
}
a:hover {
  color: var(--linkhover-color);
}
a:hover {
  opacity: 0.8;
}
.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
.indent-1 {
  padding-left: 1.0em;
  text-indent: -1.0em;
}
.indent-2 {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.padding10 {
  padding: 10px;
}
.padding20 {
  padding: 20px;
}
.inline {
  display: inline;
}
@media (min-width: 640px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (min-width: 1281px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
  
  .white-space {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1280px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  
  .white-space {
    white-space: normal;
  }
}
.full-width img {
  width: 100vw;
}
.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.bold {
  font-weight: bold;
}
.nowrap {
  white-space: nowrap;
}

.margin{margin-bottom: 20rem;}


/*ヘッダー
-------------------------------------*/
.header {
  position: relative;
}
h1 {
  padding-left: 70px;
  /*background: url("../images/common/logo.png") no-repeat left center;*/
}

.logo{
	 flex-basis: 30%;	
}

.logo a img{
	width: 100%;
	max-width:calc(((100vw - 640px) / 7.5294) + 100px);
}

.nav-container {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  /*align-items: center;*/
  background-color: transparent;
  width: 100%;
  top: 0;
}
.nav {
  background-color: transparent;
  width: 100%;
}
.nav_item a {
  color: #fff;
}
.hover_bt a:hover {
  opacity: 0.5;
}
/*.main-img {
  background: url(../images/main.jpg) no-repeat;
  width: 100%;
  padding-top: 46.875%;
  position: relative;
  background-size: cover;
}*/

.main-img img {
    width: 1920px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    display: block;
}


.head-contact {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99998;
  position: fixed;
}
.original-box-shadow {
  border-radius: 30px;
   filter: drop-shadow(-4px 4px 4px rgba(0, 0, 0, 0.35)) ;
}
.head-contact img {
  width: calc(((100vw - 360px) / 11.3043) + 200px);
  max-width: 100%;
}
.catch-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.catch-text {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-shadow: 1px 2px 3px #808080;
  font-size: calc(((100vw - 360px) / 70.9091) + 12px);
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 1281px) {
  .nav_list {
    text-align: center;
    /*margin: 0 auto;*/
    display: flex;
    align-items: center;
    justify-content: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: calc(((100vw - 1400px) / 2.6) + 0px);
  }
  .nav_list li {
    display: inline-block;
    text-align: center;
    position: relative;
  }
  .nav_list li a {
    color: #333333;
    font-weight: 600;
    padding: 0 15px;
    position: relative;
    font-size: 21px;
  }
  .nav_item {
    padding: 0 20px;
    display: inline-block;
  }
  .hover a:hover {
    opacity: 0.5;
  }
	
	.tb-contact a img{
		display: none;
	}
  
  
} /* pc */
@media only screen and (max-width: 1280px) {
  
	h1 {
    padding-left: 0;
    
  }
	
.head-contact {
  display: none;
}	
	
.tb-contact{
		position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
	    max-width: 1200px;
	   width: 100%;
	}
	
		
	.tb-contact a img{
		display: block;
	}
	
	
	.nav {
    width: 70%;
    height: 40vh;
  }
  .head-left-img {
    width: 15%;
  }
  .head-right-img {
    width: 15%;
  }
  .nav {
    position: fixed;
    left: -1450px;
    top: 0;
    width: 70%;
    height: 100vh;
    padding: calc(((100vw - 360px) / 14.6667) + 10px);
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }
	
.nav-container {
        background-color: transparent;
        justify-content: flex-start;
    }
	
  #js-hamburger {
    position: fixed;
  }
  .hamburger {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
    background-color: rgba(240, 94, 64, 1.0);
    border-radius: 0 0 0 10%;
  }
  .nav_list {
    margin: 0 auto;
    padding: 15% 0;
    list-style: none;
  }
  .nav_list li {
    text-align: center;
  }
  .nav_item a:hover::before {
    top: 10px;
    left: 20px;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
    display: inline-block;
    width: 48%;
  }
  .nav_item a {
    display: block;
    padding: 15px 0;
    /* border-bottom: 1px solid #000; */
    border-right: 0px solid #fff;
    text-decoration: none;
    color: #333;
    position: relative;
  }
	
.nav_list li a {
    position: relative;
    padding: 5px 0;
    margin: 2rem;
}	
	
  /*ホバーエフェクト*/
  .nav_list li a {
	position: relative;
	padding: 5px 0;
}

/* ドット用の基本スタイル */
.dot-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0);
    display: flex;
    gap: 5px; /* ドット間のスペース */
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.dot-line.top {
    top: -10px; /* 上側のドットラインの位置 */
}

.dot-line.bottom {
    bottom: -10px; /* 下側のドットラインの位置 */
}

.nav_list li a:hover .dot-line {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

/* ドットのスタイル */
.dot {
    width: 7px; /* ドットの直径 */
    height: 7px;
    background-color: #ee799d; /* ドットの色 */
    border-radius: 50%; /* 円形にする */
    transition: transform 0.3s ease;
}	

  .nav_item2 {
    text-align: center;
  }
  .hamburger_border {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 12px;
  }
  .hamburger_border_bottom {
    top: 20px;
  }
  .hamburger_border_bottom::after {
    content: "Menu";
    position: absolute;
    top: 5px;
    left: -2px;
    color: #fff;
    font-size: 1.0rem;
    text-transform: uppercase;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .nav {
    top: 0;
    left: 0;
    width: 100%;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(25deg);
    top: 17px;
    background-color: #fff;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-25deg);
    top: 17px;
    background-color: #fff;
  }
  .nav-open .hamburger_border_bottom::after {
    content: "Close";
    transform: rotate(25deg);
    top: 7px;
    left: -9px;
    color: #fff;
  }
  .sp-nav-logo {
    text-align: center;
    margin: 4rem auto;
  }
  /*.main-img {
    margin: 0;
  }*/
}
/* tb */
@media only screen and (max-width: 768px) {
  .nav {
    height: 100vh;
  }
  .nav_item {
    width: 100%;
  }
 /* .main-img {
    background: url(../images/main_tb.jpg) no-repeat;
    padding-top: 65.104%;
  }*/
}
.wrapper {
  position: relative;
}
/*メインコンテンツ
-------------------------------------*/
main {
  margin: 2em auto;
  background-color: #fff;
}
section {
  margin: 0 auto;
  }

.message{
	margin: 4rem auto;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.top-yellow {
   background-color: var(--white);
    background-image: url("../images/yellow_top.svg"), url("../images/yellow_bg1000.jpg");
    background-repeat: no-repeat;
    background-size: 100%, cover;
    background-position: top -2px center, center;
    padding: clamp(80px, 10vw, 200px) 0 clamp(80px, 10vw, 200px);
	margin-bottom: 0;
	position: relative;
	}

.yellow-bg{
	background-image:url("../images/yellow_bg02.png");
	background-repeat: repeat-y;
	background-size: 100%, cover;
	background-position: top 130px center, center;
	padding: clamp(8px, 1vw, 20px) 0 clamp(80px, 10vw, 200px);
	position: relative;
}

.area-ttl01{
	text-align: center;
	}



/*.nami-bg{
	position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 100vw;
	max-width: 100%;
}
*/
.nami-bg-b{
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 100vw;
	max-width: 100%;
}

.white-bg{
	 background-color: var(--white);
	position: relative;
}

.deco-left02{
	position: absolute;
	top: 40px;
	left: 0;
}

.deco-left01{
	position: absolute;
	top: 0;
	left: 0;
}

.deco-right01{
	position: absolute;
	top: 0;
	right: 0;
}

.deco-right02 {
    position: absolute;
    top: 30%;
    right: 0;
}

.deco-left03{
	position: absolute;
	top: 85%;
	left: 0;
}

.deco-right03 {
    position: absolute;
    top: 90%;
    right: 0;
}

.deco-left04{
	position: absolute;
	top: 100%;
	left: 0;
}

.position-r {
    position: relative;
}

.target-tbl table {
  border-collapse: separate;
  border-spacing: 2rem;
  text-align: center;
  width: 100%;
  padding: 4rem 0 10rem;	
}

.target-tbl table td {
  padding: 20px 5px;
  border-top: 0;
  border-bottom: 0;
}

.target-text{
	margin: 2rem 4rem;
}

.border-y {
    position: absolute;
    left: -10px;
    top: 5%;
    border-left: 2px dotted #A2A2A2;
    /*border-radius: 2px;*/
    height: 90%;
}

.border-y-r {
  position: absolute;
  right: -10px;
  top: 5%;
  border-left: 2px dotted #A2A2A2;
  /*border-radius: 2px;*/
  height: 90%;
}

.border-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -20px;
  border-bottom: 2px dotted #A2A2A2;
  /*border-radius: 2px;*/
  width: 90%;
  /*height: 2px;*/
}

.white-box01{
	background-color: #fff;
	border-radius: 150px;
	max-width: 800px;
	padding: 4rem;
}

.white-box02{
	background-color: #fff;
	border-radius: 150px;
	max-width: 1250px;
	padding: 4rem;
	position: relative;
}

.important-piano{
	position: absolute;
	right: 0;
	top: 1150px;
}

.director-mess{
	position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.flex-box{
	display: flex;
	justify-content: space-between;
	margin: 4rem auto;
}

.flex-box-lunch{
	display: flex;
	justify-content: space-between;
	margin: 4rem auto;
}

.flex-box-dire{
	display: flex;
	justify-content: space-between;
	margin: 4rem auto;
}

.director-img{
	flex-basis: 30%;
	text-align: center;
}

.director-text{
	flex-basis: 70%;
	padding: 0 4rem;
	margin-bottom: 4rem;
}

.name{
	font-size: 24px;
	font-weight: bold;
}

#area02{
	margin:5rem auto;
	padding: 5rem 0;
}

.item-lunch{
	flex-basis: 50%;
	margin: 2rem auto;
	padding: 0 2rem;
}

.lunch-list2 {
    column-count: 2;
    width: max-content;
    column-gap: 2em;
}

.lunch-list2 li{
	list-style: none;
}

.pink-bg{
	background-image:url("../images/pink_bg.png");
	background-repeat: repeat-y;
	background-size: 100%, cover;
	background-position: top 130px center, center;
	padding: clamp(8px, 1vw, 20px) 0 clamp(80px, 10vw, 200px);
	position: relative;
}

#area03{
	margin:5rem auto;
	padding: 5rem 0;
}

.tb-bg{
	background-color: #fff;
	border-radius: 20px;
	max-width: 1050px;
	padding: 4rem 0;
	margin: 0 auto;
	}

.about-area table {
  margin: 40px auto;
  width: 80%;
}

.about-area th,
td {
  
  font-weight: normal;
  
}

.about-area th {
  text-align: left;
  color:#3CA5D3;
  font-weight: bold;
  font-size: 24px;
  width: 30%;
  padding: 14px;
	border-bottom: 3px dotted #A2A2A2;
}



.about-area tr:last-child th{ border-bottom:none; }
.about-area tr:last-child td{ border-bottom:none; }

.about-area tr:last-child th{ border-bottom:none; }
.about-area tr:last-child td{ border-bottom:none; }


.about-area td {
  text-align: left;
  font-size: 18px;
  font-family: YakuHanJP,"Noto Sans JP", sans-serif;	
  padding: 14px;	
  border-bottom: 3px dotted #A2A2A2;	
}

.about-area1 table {
  margin: 40px auto;
  width: 80%;
border-collapse: inherit;
}

.about-area1 th,
td {
  
  font-weight: normal;
  
}

.about-area1 th {
  text-align: left;
  color:#3CA5D3;
  font-weight: bold;
  font-size: 24px;
  width: 30%;
  padding: 14px;
	
}

.about-area1 tr th{
border-bottom: 3px dotted #A2A2A2;	
}

.about-area1 tr td{
border-bottom: 3px dotted #A2A2A2;	
}

.about-area1 tr:last-child th{ border-bottom:none; }
.about-area1 tr:last-child td{ border-bottom:none; }

.about-area1 tr:last-child th{ border-bottom:none; }
.about-area1 tr:last-child td{ border-bottom:none; }


.about-area1 td {
  text-align: left;
  font-size: 18px;
  font-family: YakuHanJP,"Noto Sans JP", sans-serif;	
  padding: 14px;	
}




.about-area2 table {
  margin: 40px auto;
  width: 80%;
}

.about-area2 th,
td {
  padding: 14px;
  font-weight: normal;
 
}

.about-area2 th {
  text-align: left;
  color:#3CA5D3;
  font-weight: bold;
  font-size: 24px;
  width: 40%;
   border-top: 3px dotted #A2A2A2;	
}

.about-area2 td {
  text-align: left;
  font-size: 18px;
  font-family: YakuHanJP,"Noto Sans JP", sans-serif;
   border-top: 3px dotted #A2A2A2;	
}


.about-list {
    column-count: 2;
    /*width: auto;*/
    /* column-gap: 2em; */
}

.about-list li{
	list-style: none;
}

.pre-list {
    column-count: 6;
    /*width: auto;*/
     column-gap: 1em;
}

.pre-list li{
	list-style: none;
}

.reception-icon{
	position: absolute;
    top: -96px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.reception-kome{
	font-size: 16px;
}

.dotted-line{
	border-bottom: 3px dotted #A2A2A2;
}

.kaiho-area{
	position: relative;
	padding-bottom: 100rem;
}

.white-box800{
	background-color: #fff;
	border-radius: 50px;
	max-width: 800px;
	width: 100%;
	padding: 4rem 0;
	position: absolute;
	top: 0;
	left: 45%;
}

.kaiho-ttl{
	font-size: 40px;
	color: #42210B;
	font-weight:bold;
	text-align: center;
	margin-bottom: 2rem;
}

.kaiho-box {
    padding: 0.5em;
    margin: 2em 0;
    font-weight: bold;
	font-size:24px;
    background: #FFF;
    border: solid 2px #EE799D;/*線*/
    border-radius: 10px;/*角の丸み*/
	text-align: center;
}

.kaiho-day{
	text-align: left;
	font-weight:bold;
	font-size:24px;
}

.kaiho-img{
	position: absolute;
	top: 10%;
	left:0;
}

.mt-dire{margin-top: 25rem;}

.item30{
	flex-basis: 30%;
	}

.item70{
	flex-basis: 70%;
	}

/*フッター
-------------------------------------*/
footer {
  padding: 6rem 0;
}
.foot-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.foot-nav {
  display: flex;
  align-items: center;
  margin: 2rem auto 4rem;
}
.foot-nav li {
  flex-grow: 1;
  text-align: center;
}
.foot-nav li a {
  color: #fff;
}
.foot-nav li + li {
  border-left: 2px solid #fff;
}
.foot-flex {
  display: flex;
  vertical-align: top;
  justify-content: flex-start;
}
.foot-link {
  text-align: center;
  margin: 2rem auto 0;
  font-size: clamp(2.0rem, calc(1.8rem + 0.625vw), 2.1rem);
  font-weight: bold;
  color: #fff;
}
.foot-logo {
  text-align: center;
  margin: 2rem auto 0;
  font-size: clamp(2.0rem, calc(2.4rem + 0.625vw), 3.6rem);
  font-weight: bold;
  color: #fff;
}
.foot-item {
  position: relative;
}
.foot-item::after {
  position: absolute; /*--positionを追加--*/
  top: 0;
  left: 100%;
  margin: 0 1rem;
  content: "";
  width: 1px; /*--縦線の太さ(幅)--*/
  height: 100%;
  background-color: #fff; /*--縦線の色--*/
}

.footer03 {
 color: #3CA5D3;
 padding: 10px 30px 30px;
font-size: 24px;	
	
}
.footer03 a {
 color: #3CA5D3;
 text-decoration: none;
}
.footer03 a:hover {
 text-decoration: underline;
}
.footer03 .menu {
 margin: 0;
 padding: 0;
 list-style: none;
 display: flex;
 flex-wrap: wrap;
}
.footer03 .menu li {
 margin: 0;
 padding: 0 20px;
 border-left: 1px #808080 solid;
}
.footer03 .menu li:first-child {
 padding-left: 0;
 border: none;
}
/*コピーライト
-------------------------------------*/
.copyright {
  text-align: center;
  padding: 1rem 0;
  color: #333;
  font-size: 12px;
  width: 100%;
	
  position: relative;	
}
/*ページトップへ戻るボタン
-------------------------------------*/
/*リンクの形状*/
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EE799D;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.5rem;
    transition: all 0.3s;
}
#page-top a:hover {
  background: #777;
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 90px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.site-header {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  margin: 0 auto;
}
.header-change {
  background: #fff;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: -1000px;
  transition: .5s;
  width: 100%;
}
.header-change.show {
  top: 0;
}
.header-change .gnav__menu__item a {
  color: #fff;
  text-decoration: none;
}



.qa-7 {
    max-width: 820px;
    margin-bottom: 10px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 4em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	font-size: 24px;
	font-family: YakuHanJP,"Noto Sans JP", sans-serif;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 0.5em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color: #EE799D;
    content: "Q";
	font-size: 48px;
	font-weight: bold;
    font-family: "M PLUS Rounded 1c", sans-serif;
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(90deg);
    /*transition: transform .5s;*/
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin-top: 15px;
	border: 10px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 10px solid #EE799D;
}

.qa-7[open] summary::after {
    transform: translateY(-50%) rotate(-90deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 3em 1em 4em;
    color: #333;
    transition: transform .5s, opacity .5s;
	font-family: YakuHanJP,"Noto Sans JP", sans-serif;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

.qa-7 p::before {
    color: #3CA5D3;
    line-height: 1.0;
    content: "A";
	font-size: 4.8rem;
	font-weight: bold;
    font-family: "M PLUS Rounded 1c", sans-serif;
}

summary::-webkit-details-marker { display: none } 


/* 幅1721px以上の表示
-------------------------------------*/
@media screen and (min-width: 1721px) {

.pc-kaiho {
    display: block;
  }
.sp-kaiho {
    display: none;
  }
}

/* 幅1720px以下の表示
-------------------------------------*/
@media screen and (max-width: 1720px) {
 
.pc-kaiho {
    display: none;
  }
.sp-kaiho {
    display: block;
  }	
}


/* 幅1450px以下の表示
-------------------------------------*/
@media screen and (max-width: 1450px) {
  
.deco-left01 img{
	width: calc(((100vw - 360px) / 7.2667) + 150px);
}

.deco-right01 img{
	width: calc(((100vw - 360px) / 7.2667) + 150px);
}


	
	
}

/* 幅1281px以上の表示
-------------------------------------*/
@media screen and (min-width: 1281px) {

.pc-only {
    display: block;
  }
.sp-only {
    display: none;
  }
	
	.tb{
	display: none;	
	}	
	
	.sp{
	display: none;	
	}	
	
.nami-bg {
    position: absolute;
    top: -230px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100vw;
    max-width: 100%;
}	
}

/* 幅1280px以下の表示
-------------------------------------*/
@media screen and (max-width: 1280px) {
 
.logo a img {
    width: 100%;
    max-width: 200px;
}
	
	.pc-only {
    display: none;
  }
.sp-only {
    display: block;
  }	
	
.tb{
	display: block;	
	}	
	
.sp{
	display: none;	
	}		
	
.nav_list li a {
    font-size: 16px;
  }
	
.area-ttl01 img{
    width: calc(((100vw - 360px) / 4.6) + 300px);
	margin: 0 auto;
}
	
.nami-bg {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100vw;
    max-width: 100%;
}	
	
.target-text {
    margin: 2rem 1rem;
}	
	
.white-box01 {
    border-radius: 50px;
	padding: 4rem 4rem;
	margin: 0 auto;
   }	
	
.white-box02 {
    border-radius: 50px;
	padding: 4rem 4rem;
   }	
	
.director-text{
	margin-bottom: 4rem;
}	
	
.name {
    font-size: 18px;
    }	
	
.director-img img {
    width: 70%;
}	
	
.flex-box{
	 flex-direction: column;
	 width: 100%;
	}	
	
  .item01 {
    order: 1;
  }
  .item02 {
    order: 2;
  }	
	
.tb-bg {
   padding: 4rem 4rem;
}	
	

	
.about-list {
        column-count: 1;
        text-align: left;
    }	
	
.about-area table {
    margin: 20px auto;
    width: 100%;
}	
	
/*.about-area th, td {
        display: block;
    }*/
	
.about-area th {
    font-size: 20px;
    width: 100%;
	border: 0;
	padding: 14px 14px 0;
}	
	
.about-area td {
    padding: 0 14px 14px;
}
	
/*.about-area td:last-of-type{
		border-bottom: 0;
	}*/	
	
	
	
.mt-dire{margin-top: 150rem;}	

	
.q1-wrap {
    font-size: 20px;
    line-height: 1.2;
    }	
	

	
.kaiho-ttl {
    font-size: 26px;
    }	
	
   .kaiho-box {
        font-size: 18px;
        max-width: 120px;
        margin: 2rem auto;
        padding: 0.2em;
    }
	
	.kaiho-day {
        font-size: 18px;
		}
	
.footer03 .menu {
    display: block;
    }	
	
.footer03 .menu li {
    border-left: 0;
}	

.footer03 .menu li:first-child {
    padding-left: 20px;
    }	
	
.border-y {
    display: none;
}

.border-y-r {
  display: none;
}

.border-x2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0;
    border: 1px dotted #A2A2A2;
    border-radius: 2px;
    width: 90%;
    /* height: 2px; */
}	
	
	
.header-change {
    justify-content: flex-start;
    }
	
	.header-change h2{
		left: 0;
	}	
	
	footer {
    padding: 5rem 0 15rem;
}
	
.yellow-box {
        border-radius: 50px;
        padding: 8rem 8rem;
        background-color: #FFFAD4;
        margin: 2rem;
        position: relative;
        width: 60%;
        margin: 4rem auto;
    }
	
	.taget-subttl{
		font-weight: bold;
		font-size: 3rem;
		text-align: center;
		line-height: 1.2;
		margin-bottom: 2rem;
	}
	
	.bird{
		position: absolute;
		right: 0;
		bottom: -10rem;
	}	
	
	.sun{
		position: absolute;
		top: -75px;
		left: 0;
	}
	
	.flower{
		position: absolute;
		right: 0;
		bottom: -10rem;
	}
	
	.target-img01{
		text-align: left;
	}
	
	.target-img02{
		text-align: right;
	}
	
	.target-tbl table {
        width: 50%;
    margin: 0 auto;
    }
	
	.target-tbl table td {
     display: block;
}
	
	.important-width01{
		max-width: 540px;
		position:absolute;
		top: 0;
		right: 0;
	}
	
	.important-width02 {
        max-width: 540px;
        position: absolute;
        top: 600px;
        left: 0;
    }
	
	.flex-box-lunch.lunch1280{
	 flex-direction: column;
	 width: 100%;
	}	

	
	
}

/* 幅1200px以下の表示
-------------------------------------*/
@media screen and (max-width: 1200px) {

.flex-box-lunch{
	 flex-direction: column;
	 width: 100%;
	}	
	
.item-lunch {
    width: 100%;
    text-align: center;
	padding: 0;
}	
	
.lunch-list2 {
        column-count: 1;
        text-align: left;
	    margin: 0 auto;	
    }	
	
}


/* 幅1050px以上の表示
-------------------------------------*/
@media screen and (min-width: 1051px) {
.pc-only2 {
    display: block;
  }
.sp-only2 {
    display: none;
  }
}

/* 幅1050px以下の表示
-------------------------------------*/
@media screen and (max-width: 1050px) {
  .site-header {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
    /*padding: 10rem 2rem;*/
  }
  .header-change {
    display: none;
  }
	
.pc-only2 {
    display: none;
  }
.sp-only2 {
    display: block;
  }
	
.tb-bg {
     margin: 0 2rem;
    }
	
  
}



/* 幅820px以下の表示
-------------------------------------*/
@media screen and (max-width: 820px) {
  /*ヘッダー
-------------------------------------*/
 
	.nav-open .nav {
    width: 100%;
  }
  .header-box {
    display: none;
  }
  .mb60-lineup {
    margin-bottom: 0;
  }
  .flex-outer {
    display: block;
  }
  .wrapper h2 {
    font-size: 2.0rem;
    line-height: 1.2;
    width: 100%;
  }
  article {
    padding: 1rem;
  }
	

	
.target-tbl table td {
     display: block;
}	
	
.border-x {
  bottom: 0;
    }
	
	
.deco-left01 img{
	display: none;
}

.deco-right01 img{
	display: none;
}
	
.about-area1 table {
    margin: 20px auto;
    width: 100%;
}	
	
.about-area1 th, td {
        display: block;
    }
	
.about-area1 th {
    font-size: 20px;
    width: 100%;
	}	
	
.about-area1 td {
    border-top: none;
}		

.about-area1 tr th {
    border-bottom: none;
	padding-bottom: 0;
}	
	
.about-area2 table {
    margin: 20px auto;
    width: 100%;
}	
	
.about-area2 th, td {
        display: block;
    }
	
.about-area2 th {
    font-size: 20px;
    width: 100%;
	padding-bottom: 0;
	}	
	
.about-area2 td {
    border-top: none;
}
	
.flex-box-dire{
	 flex-direction: column;
	 width: 100%;
	}	
}
	
/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px) {
 	
	
.kaiho-day {
       text-align: center;
    }	
	
}
	

/* 幅640px以下の表示
-------------------------------------*/
@media screen and (max-width: 640px) {
 
.logo {
    flex-basis: 50%;
}
	
.indent-2 {
    text-indent: 0em;
  }
  .area-ttl {
    margin: 0.5rem auto;
    padding: 0;
  }
  /*.flex-box {
    display: block;
  }*/
	
.nami-bg {
    top: -60px;
    }	
	
.nami-bg-b {
    top: 0;
    }	
	
.director-mess{
	top: -20px;
    min-width: 260px;
}
	
.yellow-box {
        padding: 5rem 4rem;
        width: 100%;
        margin: 4rem auto;
    }
	
.target-tbl table {
        width: 100%;
        }
	
.qa-7 summary {
    font-size: 18px;
    }
	
.qa-7 summary::before {
    font-size: 40px;
   }	
	
.qa-7 p::before {
    font-size: 40px;
}	
	
.reception-icon {
    top: -102px;
    }
	
.mt-dire {
        margin-top: 140rem;
    }	
	
	.pre-list {
        column-count: 3;
        }
	
.tb{
	display: none;	
	}	
	
.sp{
	display: block;	
	}	
	
}

/* 幅431px以上の表示
-------------------------------------*/
@media screen and (min-width: 431px) {
 	
	
.sp-contact a img{
		display: none;
	}
	
}

/* 幅430px以下の表示
-------------------------------------*/
@media screen and (max-width: 430px) {
 
	.sp-contact{
		position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
	    max-width: 640px;
	   width: 100%;
	}
	
	.sp-contact a img{
		display: block;
	}
	
	.tb-contact a img{
		display: none;
	}
  
	
	.taget-subttl {
        font-size: 2.1rem;
            }
	
	
	.bird{
		width: 150px;
		bottom: -5rem;
	}
	
	.sun {
        top: -25px;
        left: 0;
        width: 80px;
    }
	
	.flower{
		width: 150px;
		bottom: -5rem;
	}
	
	.white-box01 {
   	padding: 4rem 2rem;
   }	
	
.white-box02 {
    padding: 4rem 2rem;
   }
	
	.director-text {
        margin-bottom: 2rem;
		padding: 0 2rem;
    }

	.inner {
    margin: 0 auto;
    padding: 0;
}
	
	.tb-bg {
        margin: 0;
        padding: 3rem;
    }
	
	
	
	
	.mt-dire{margin-top: 125rem;}	
	
}

/* 幅1921px以上の表示
-------------------------------------*/
@media screen and (min-width: 1921px) {
 
.logo a img{
	width: 100%;
	max-width:270px;
}
	
	.catch-text {
    font-size: 34px;
  }
	
.deco-left01 img{
	max-width: 100%;
}

.deco-right01 img{
	max-width: 100%;
}	
	
.area-ttl01 img{
    max-width: 100%;
	}	
	
.white-box01 {
    background-color: #fff;
    border-radius: 150px;
    max-width: 1250px;
    padding: 4rem;
}
	
.white-box800 {
    max-width: 1250px;
    }	
	
}
	