@charset "UTF-8";
@import url("grid.css");


img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}
a img:hover {
	opacity: 0.8;
}
.underline {
	border-bottom: 3px solid #000;
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}

.center_block {
	margin: 0 auto;
}


/*ヘッダー
-------------------------------------*/
.head {
	display: flex;
    flex-direction: row;
    padding: 1rem 0 0 0;
}

.head h1 { 
    padding: 1rem 0;
	font-weight: 700;
	letter-spacing: 3px;
}

nav ul {
	display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
	margin-bottom: 0.8rem;
}
nav li {
    display: block;
    flex: 0 0 8%;
}
nav li a {
    text-decoration: none;
    text-align: center;
}
nav a:hover {
    text-decoration: underline;
}
nav a {
    padding: 1rem;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 768px){
.head {
	flex-direction: column;
    text-align: left;
    margin-bottom: 2px;
}
.telbox {
	margin-left: 0;
	text-align: center;
}
.head #open,#close  {
    position: absolute;
    top: 2px;
    right: 2px;
    }
nav ul {
	flex-direction: column;
}

nav li {
	padding-top: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
	
}

/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}

/*メイン画像
-------------------------------------*/
.mainimg img {
	width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0;
}

/*キャッチタイトル
-------------------------------------*/
h2.catch {
	text-align: center;
	color: #fff;
	font-size: 4.0rem;
	margin-bottom: 3rem;
}

h2.midashi{
	text-align: center;
}




/*価格文字
-------------------------------------*/
p.cyuui{
	margin:0 1.5rem;
	text-align: center;
}

/*日付文字-------------------------------------*/
p.day{
	font-size:20px;
}

.oshiharai_uketsuke{
	font-size:20px;
	font-weight:bold;
}


/*おすすめポイント３つの数字-------------------------------------*/
.center_number{
	font-size:30px;
}
.osusume{
	font-size:20px;
	text-align: center;
}





/* ３つのコースボックス背景
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*共通 */

.course{
	padding: 5rem 0 ;    
}

.white{
	color: #fff;
}

/* PC表示の設定 */
@media screen and (min-width: 769px){
.square {
	margin:0 auto 20px;
	padding:30px 0 30px 0;	
	width:50%;
	border-radius: 30px;
	background-color: #fff;
}

.square_clear {
	margin:0 auto 20px;
	padding:30px 0 30px 0;	
	width:50%;
	border-radius: 30px;
}
}

/* TB表示の設定 */
@media screen and (min-width: 376px) and (max-width: 960px) {
.square {
	margin:0 auto 20px;
	padding:30px 0 30px 0;	
	width:80%;
	border-radius: 30px;
	background-color: #fff;
}
.square_clear {
	margin:0 auto 20px;
	padding:30px 0 30px 0;	
	width:80%;
	border-radius: 30px;
}
}

/* SP表示の設定 */
@media screen and (max-width: 375px) {
.square {
	margin:0 auto 20px;
	padding:30px 0 30px 0;	
	width:80%;
	border-radius: 30px;
	background-color: #fff;
}
.square_clear {
	margin:0 auto 20px;
	padding:30px 0 30px 0;	
	width:80%;
	border-radius: 30px;
}
}





/* PC表示のテキスト設定 */
@media screen and (min-width: 769px){
.price {
	text-align: center;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-size: 2.0rem;
	font-weight:bold;
	margin-bottom: 2rem;
	letter-spacing: 0.1rem;
}
}

/* TB表示のテキスト設定 */
@media screen and (min-width: 376px) and (max-width: 960px) {
.price {
	text-align: center;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-size: 2.0rem;
	font-weight:bold;
	margin-bottom: 2rem;
	letter-spacing: 0.1rem;
}
}

/* SP表示のテキスト設定 */
@media screen and (max-width: 375px) {
.price {
	text-align: center;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-size: 2.0rem;
	font-weight:bold;
	margin-bottom: 2rem;
	letter-spacing: 0.1rem;
}
}


/*ONLINE SHOP
-------------------------------------*/
 .to_ec {
	text-align: center;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	 font-weight: 500;
	font-size: 1.2rem;
	margin-bottom: 2rem;
	text-decoration: underline;
}



/*おすすめポイント3つ
-------------------------------------*/
#point{
	margin:0 20px;
}


/*フッター
-------------------------------------*/
footer {
    background-color: #fff;
    padding: 3rem 0;
}
footer h5 {
    border-bottom: 1px solid #ccc;
}

/*コピーライト
-------------------------------------*/
.sns {
	margin-left: auto;
	font-size: 3.0rem;
	padding: 1rem;
	display: inline-block;
}

.sns img{
max-width: 3rem;
}

.copyright {
    text-align: center;
    padding: 1rem 0;
}
.copyright a {
    color: #000;
    text-decoration: none;
	display: inline-block;
}

/*下部追従メニュー
-------------------------------------*/

@media screen and (max-width: 960px) {
    .bottom_menu {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        background-color: #64B89C;
        padding: 0rem;
        transition: transform 0.3s ease-in-out; /* スムーズなアニメーション */
    }
}

@media screen and (min-width: 961px){
.bottom_menu {
	display: none;
}
}

.bottom_menu_wrpper ul{
 display: flex;
}

.bottom_menu li{
  list-style: none;
  margin-left: 0px;
  display: inline-block;
  width: auto;
}

.bottom_menu a{
color: #fff;
}

.bottom_menu a:hover { 
    color: #fff700;
}

.bottom_menu img { 
    max-width: 124px;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
position: fixed;
bottom: 30px;
left: 30px;
font-size: 2.7rem;
line-height: 1.5rem;
height: 60px;
width: 60px;
padding: 22px 15px;
color: #77b52c;
background: none;
text-decoration: none;
border: solid 1px;
border-radius: 30px;
}

#pagetop:hover {
	position: fixed;
	bottom: 30px;
	left: 30px;
	font-size: 2.7rem;
	line-height: 1.5rem;
	height: 60px;
	width: 60px;
	padding: 22px 15px;
	color: #77b52c;
	background: none;
	text-decoration: none;
	border: solid 1px;
	border-radius: 30px;
	}

/*オンラインショップへのボタン
-------------------------------------*/
.btn_to_olshop{
	color:#fff;
	width:100%;
	height: 50px;
	background:#64B89C;
	text-align: center;
	border-radius: 30px;
	padding: 0.7em;
	margin-top: 1em;
	font-size: 1.2em;}



.btn_to_olshop:hover {
	 background:#8dd1ba;
     color: #fff;
	 cursor: pointer;
	 text-decoration: none;
}


/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}


/*店舗案内用
-----------------------------------*/

.tenpo{
    color:#666;
	text-align: center;
	font-size: 1.8rem;
	line-height:3rem;
}

.tenpo a{
    color:#64B89C;
	text-align: center;
	font-size: 1.8rem;
	line-height:3rem;
	text-decoration-line: underline;
}

.tenpo a:hover{
    color:#64B89C;
	text-align: center;
	font-size: 1.8rem;
	line-height:3rem;
	text-decoration-line: underline;
}
