@charset "UTF-8";
/* CSS Document */

/*--------------------
FONT
--------------------*/

/* noto sans */
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url(../fonts/NotoSansJP-Regular.woff2) format('woff2');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-display: swap;
	font-weight: 500;
	src: url(../fonts/NotoSansJP-Medium.woff2) format('woff2');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-display: swap;
	font-weight: 600;
	src: url(../fonts/NotoSansJP-Bold.woff2) format('woff2');
}

/*--------------------
COMMON
--------------------*/
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  box-sizing: border-box; }

html {
	height: 100%;
    font-size: 62.5%;
    scroll-padding-top: 70px;
}

/**/
body {
	/*overflow: -moz-scrollbars-vertical;*/
}

html:first-child body {
	min-height: 100%;
	padding-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	/**/
	background: #fff;
	color: #000;
	font-size: 1.6rem;
    font-family: "Zen Maru Gothic", "Noto Sans Japanese", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;;
    font-weight: 400;
    font-style: normal;
	text-align: justify;
}

strong {
	font-weight: bold;
}

.caption {
    font-size: 80%;
    line-height: 1.5em;
	margin-bottom: 0;
}

.right{text-align:right;}
.center{text-align: center;}

@media (max-width: 768px){
.center {
	text-align: left;
}
}

img {
	max-width: 100%;
    height:auto;
}

a {
	text-decoration: none;
    color: #0b318f;
    transition: .5s;
}

a:hover {
	/**/
	opacity: 0.7;
	transition: .5s;
}

p {
	/**/
	margin-bottom: 1.2em;
    line-height: 1.5em;
    font-weight: 500;
}

.pc{display: block;}
.tab,.sp {
  display: none; }

@media only screen and (max-width: 1070px) {
.tab {
    display: block; } }

@media only screen and (max-width: 768px) {
.pc {
    display: none; } }


  @media only screen and (max-width: 768px) {
    .sp {
      display: block; } }


section.info,section.sale{
    background: #C2EAEC;
    padding:6rem;
}

@media only screen and (max-width: 768px) {
section.info,section.sale{
    padding: 5rem 3rem;
}
    
    .white-box{
        padding: 3rem;
    }
}


.eye {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  font-size: 0;    
}

header{
    position: relative;
}

.logo-tkj{
    position: absolute;
    top:30px;
    left:30px;
    width:80px;
}

@media only screen and (max-width: 768px) {
.logo-tkj{
    width:70px;
}    
}

/* inner */

.inner {
  max-width:750px;
  margin: 0 auto;
  width: 90%; }

.narrow {
  max-width: 800px;
  margin: 0 auto;
  width:80%;
}


.white-box{
    background :#FFF;
    padding:5rem;
    border-radius: 5px;
    margin-bottom: 3.5rem;    
}

@media only screen and (max-width: 768px) {
    
    .inner{
        width:100%;
    }   
    
    .white-box{
    padding:3rem;  
}
    
}


.highlight-pink{
    text-align: center;
    font-size:2.5rem;
    margin-bottom:2rem;
    padding-bottom: 0.5rem;
    background: linear-gradient(transparent 50%, #ffe6eb 50%);
    font-weight: bold; 
    color: #ff5274;
}

h2{
    line-height: 1.25em;
    color:#0099D9;
    text-align: center;
    margin-bottom: 1rem;
}

.strong{
    font-size:1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.pink{
    color:#FF5D78;
}

.menu p{
    margin-bottom: 1.5rem;
}

.center-container {
  text-align: center;
  margin-bottom: 1.5rem;
}

.caution{
    font-size: 1.5rem;
    font-weight: 300;
}

/*--------------------
A:BEFORE
--------------------*/
.arrow:before,
.blank:before {
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	vertical-align: baseline;
}

.blank:before {
	/**/
	content: "\f35d";
	padding-right: 5px;
}

.arrow:before {
	/**/
	content: "\f105";
	padding-right: 5px;
}

/*--------------------
BUTTON
--------------------*/

/* ボタン全体のコンテナ配置（画像のような並びを再現） */
.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 20px; /* ボタン同士の間隔（上下 左右） */
    max-width: 700px;
    margin: 0 auto;
    padding:0 0 3rem;
}

/* 3つ目のボタン（LINEお友達追加）だけを中央下部に配置するための調整 */
.button-container .button:nth-child(3) {
    flex-basis: 100px;
    flex-grow: 1;
}

/* ボタンの共通スタイル */

.button.pink a{
    background-color: #ff5a76; /* 画像を参考にした鮮やかなピンク */
}

.button.blue a{
    background-color: #2AADE3; /* 画像を参考にした鮮やかなピンク */
}

.button {
    flex: 1 1 280px; /* レスポンシブ対応の幅 */
    max-width: 340px;
    min-width: 260px;
}

.button a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    
    /* 背景色と文字色 */
    color: #ffffff;
    
    /* フォントと装飾 */
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    
    /* サイズと角丸 */
    padding: 18px 40px 18px 20px; /* 右側に矢印用の余白を多めに確保 */
    border-radius: 10px; /* 綺麗な角丸 */
    border: 2px solid #ffffff; /* うっすら見える白枠線 */
    
    /* シャドウ（立体感） */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    
    /* アニメーション用 */
    transition: all 0.3s ease;
}

/* 右側の白い矢印アイコンの再現 */
.button a::after {
    content: "";
    position: absolute;
    right: 20px; /* 右端からの距離 */
    top: 50%;
    transform: translateY(-50%);
    
    /* 矢印のサイズ指定（画像の丸い矢印の大きさに合わせて調整してください） */
    width: 24px;
    height: 24px;
    
    /* ここにお手持ちのSVG画像のパスを指定してください */
    background-image: url("../img/arrow.svg"); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.button.pink a:hover {
    background-color: #ff4162; /* 少し濃いピンクに */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(1px); /* 軽く沈む演出 */
}

.button.blue a:hover {
    background-color: #0099D9; /* 少し濃いピンクに */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(1px); /* 軽く沈む演出 */
}


@media only screen and (max-width: 768px) {
.button-container{
    padding: 0 0 3rem;
}
    
    .button{
        max-width: none;
    }    
    
}


.footer {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 60px;
}
.footer .snsWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.footer .logo {
    width: 247px;
    margin-left: auto;
    margin-right: auto;
}
.footer .copyright {
    text-align: center;
    font-size: 1.4rem;
    color: #555;
    margin-top: 30px;
}
.footer .snsWrap .icon {
    margin: 0 10px;    
    height: 40px;
    width: 40px;
}
.footer .snsWrap .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
