@charset "utf-8";
/* Arween styleCSS*/
body {
  width: 100%;
  background-color: #FFFAFA;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
  color: #8D5B55;
}
ul, li, dl {
  list-style: none;
}
a {
  text-decoration: none;
}
p {
  line-height: 1.5;
  fontsize: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
main {
  width: 100%;
  height: auto;
}
.sns-icon img {
  width: 30px;
}
.reservation-icon img {
  width: 150px;
}
.page-button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 260px;
  height: 50px;
  padding: 8px 24px;
  font-size: 20px;
  color: #8D5B55;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: transparent;
  border: 1px solid #8D5B55;
  border-radius: 1.5rem;	 
  margin: 0.5rem auto;
  transition: background-color 0.5s;
	vertical-align:bottom;
}

 .page-button:hover {
    background-color: rgba(19,172,237,0.2);
	color:  #0C4A6F;
  }
/*====================スマホ====================*/
/*======ヘッダースタイル======*/
@media (max-width:767px) {
  header {
    width: 98%;
    height: 60px;
    position: fixed;
    top: 0.2rem;
    left: 0.2rem;
    z-index: 1000;
    background-color: #FFFAFA;
    border-radius: 2rem;
  }
  .header-inner {
    width: 95%;
    margin: 0.5rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  h1 img {
    width: 38px;
    padding-top: 0.2rem;
    padding-left: 0.1rem;
  }
  .site-menu {
    display: flex;
    align-items: center;
  }
  .g-nav-pc {
    display: none;
  }
  .toggle-menu-btn {
    background-color: #8D5B55;
    border-radius: 2rem;
    margin-left: 1rem;
  }
  .toggle-menu-btn > p {
    color: #FFFAFA;
    display: block;
    margin: 0 1rem;
  }
  /*===ハンバーガーメニュースタイル===*/
  .toggle-menu.is-show {
    display: block;
  }
  .toggle-menu {
    width: 100%;
    height: 400px;
    /*background-color: #FFFAFA;*/
	background-color: #fff2f4;  
    position: absolute;
    z-index: 20;
    top: 70px;
    left: 0;
    border-radius: 2rem;
    display: none;
  }
  .site-menu-sp {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 1rem auto;
  }
  .site-menu-sp li {
    margin: 0.6rem auto;
  }
  .site-menu-sp li a {
    display: block;
    font-weight: 600;
  }
  .reservation-icon {
    display: flex;
    justify-content: space-around;
  }
  .reservation-icon dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .reservation-icon img {
    width: 130px;
  }
  .hpb > img {
    margin: 0.9rem auto;
  }
  .original-button {
    position: relative;
    display: block;
    line-height: 2;
    padding: 0 1rem;
    background-color: #0C4A6F;
    color: #FFFAFA;
    font-size: 14px;
    border-radius: 1rem;
    margin-top: 1rem;
	 cursor: pointer; 
	 transition: background-color 1s;
  }
  .original-button:hover {
    background-color:rgba(249,196,199,0.4);
	color: #0C4A6F;
  }
  /*===ハンバーガーメニュースタイルここまで===*/
  /*======ヘッダースタイルここまで======*/
  /*=====メイン共通スタイル=====*/
  .headline {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin: 2rem auto;
  }
  .headline h3 {
    font-size: 28px;
    position: relative;
	margin-top: 0.8rem;  
  }
  .headline h3::after {
    position: absolute;
    bottom: -0.8rem;
    left: calc(50% - 30px);
    width: 60px;
    height: 2px;
    content: '';
    border-radius: 2rem;
    background: #8D5B55;
  }
  .headline p {
    font-size: 14px;
  }
  /*=====メイン共通スタイル=====*/
  /*======フッタースタイル======*/
  footer {
    width: 100%;
    height: 100px;
    background-color: #0C4A6F;
    color: #FFFAFA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0.5rem;
    font-size: 12px;
  }
  .footer-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
  }
  .footer-rogo img {
    display: block;
    width: 46px;
    height: auto;
  }
  footer .g-nav {
    display: none;
  }
  .footer-sp-nav {
    display: flex;
    align-items: center;
  }
  .footer-sp-nav img {
    width: 30px;
    margin-right: 0.5rem;
  }
  .footer-sp-nav img:last-child {
    margin-left: 0.4rem;
  }
  .copyright {
    text-align: center;
    font-size: 10px;
    margin-bottom: 15px;
  }
	
  /*======フッタースタイルここまで======*/

/*========= ページトップのためのCSS ===============*/
/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 3.5%;
	bottom:3%;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(150px);
}

/*　上に上がる動き　*/
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
/*画像の切り替えと動き*/
#page-top a {
    /*aタグの形状*/
	display: block;
	width: 48px;
	height: 48px;
	color: #333;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.2rem;
    /*背景画像の指定*/
	background: url(../img/TOP1.png) no-repeat center;
	background-size: contain;
}

#page-top.floatAnime a{
	width: 48px;
	height: 48px;
    /*背景画像の指定*/
	background: url("../img/top_hover.png") no-repeat center;
	background-size: contain;
    /*アニメーションの指定*/
	animation: floatAnime 2s linear infinite;
	opacity: 0;
}	
	

/*　下に下がる動き　*/
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}	
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(150px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

@keyframes floatAnime {
  0% { transform: translateX(0); opacity: 0; }
  25% { transform: translateX(-6px);opacity: 1; }
  50% { transform: translateX(0) }
  100% { transform: translateX(6px);opacity: 1; }
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(150px);
  }
}



/*====================タブレット====================*/
@media (min-width:768px) {
  /*======ヘッダースタイル======*/
  header {
    width: 100%;
    position: fixed;
    background-color: #FFFAFA;
    z-index: 1000;
  }
  .header-inner {
    /*min-width: 769px;*/
    width: 95%;
    margin: 0.5rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 1rem;
  }
  h1 img {
    width: 40px;
  }
  .site-menu {
    display: flex;
    align-items: center;
  }
  .site-menu li {
    margin: 0 10px;
  }

  .g-nav-pc:hover {
   font-weight: 500;	  
   color: #FFFAFA;
   text-shadow: 0 0 10px #0C4A6F,0 0 15px #0C4A6F,0 0 15px #0C4A6F;
  }
	
	
	
  .site-menu li a {
    font-size: 16px;
  }
  .toggle-menu-btn {
    display: none;
  }
  .toggle-menu {
    display: none;
  }
  /*======ヘッダースタイルここまで======*/
  /*=====メイン共通スタイル=====*/
  .headline {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin: 2rem auto;
  }
  .headline h3 {
    font-size: 30px;
    position: relative;
  }
  .headline h3::after {
    position: absolute;
    bottom: -0.5rem;
    left: calc(50% - 30px);
    width: 60px;
    height: 2px;
    content: '';
    border-radius: 2rem;
    background: #8D5B55;
  }
  .headline p {
    font-size: 15px;
  }
	.original-button {
    position: relative;
    display: block;
    line-height: 2;
    padding: 0 1rem;
    background-color: #0C4A6F;
    color: #FFFAFA;
    font-size: 14px;
    border-radius: 1rem;
    margin-top: 1rem;
	 cursor: pointer; 
	 transition: background-color 1s;
  }
  .original-button:hover {
    background-color:rgba(249,196,199,0.4);
	color: #0C4A6F;
  }
	
	
  /*=====メイン共通スタイル=====*/
  /*======フッタースタイル======*/
  footer {
    width: 100%;
    height: 120px;
    background-color: #0C4A6F;
    color: #FFFAFA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0.5rem;
    font-size: 12px;
  }
  .footer-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
  }
	.footer-inner .site-menu li:hover{
		font-weight: 600;	  
        color: #0C4A6F;
        text-shadow: 0 0 10px #FFFAFA,0 0 15px #FFFAFA,0 0 15px #FFFAFA,0 0 15px #FFFAFA;
	}
	
  .footer-rogo img {
    display: block;
    width: 55px;
    height: auto;
	margin-left: 0.2rem;  
  }
  .footer-sp-nav {
    display: none;
  }
  .copyright {
    text-align: center;
    margin-bottom: 15px;
  }
/*========= ページトップのためのCSS ===============*/
/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 3.5%;
	bottom:3%;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(150px);
}

/*　上に上がる動き　*/
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
/*画像の切り替えと動き*/
#page-top a {
    /*aタグの形状*/
	display: block;
	width: 70px;
	height: 70px;
	color: #333;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.2rem;
    /*背景画像の指定*/
	background: url(../img/TOP1.png) no-repeat center;
	background-size: contain;
}

#page-top.floatAnime a{
	width: 70px;
	height: 70px;
    /*背景画像の指定*/
	background: url("../img/top_hover.png") no-repeat center;
	background-size: contain;
    /*アニメーションの指定*/
	animation: floatAnime 2s linear infinite;
	opacity: 0;
}	
	

/*　下に下がる動き　*/
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}	
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(150px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

@keyframes floatAnime {
  0% { transform: translateX(0); opacity: 0; }
  25% { transform: translateX(-6px);opacity: 1; }
  50% { transform: translateX(0) }
  100% { transform: translateX(6px);opacity: 1; }
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(150px);
  }
}
/*======フッタースタイルここまで======*/
/*==========PC==========*/
@media (min-width:960px) {
/*======ヘッダースタイル======*/
  header {
    width: 100%;
    position: fixed;
    background-color: #FFFAFA;
    z-index: 1000;
  }
  .header-inner {
    min-width: 960px;
    /*max-width: 1200px;*/
    width: 95%;
    margin: 0.5rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 1rem;
  }
  h1 img {
    width: 42px;
  }
  .site-menu {
    display: flex;
    align-items: center;
  }
  .site-menu li {
    margin: 0 15px;
  }
  .site-menu li a {
    font-size: 20px;
  }
  .toggle-menu-btn {
    display: none;
  }
  .toggle-menu {
    display: none;
  }
  /*======ヘッダースタイルここまで======*/
  /*=====メイン共通スタイル=====*/
  .headline {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .headline h3 {
    font-size: 30px;
    position: relative;
  }
  .headline h3::after {
    position: absolute;
    bottom: -0.5rem;
    left: calc(50% - 30px);
    width: 60px;
    height: 2px;
    content: '';
    border-radius: 2rem;
    background: #8D5B55;
  }
  .headline p {
    font-size: 15px;
  }
	.original-button {
    position: relative;
    display: block;
    line-height: 2;
    padding: 0 1rem;
    background-color: #0C4A6F;
    color: #FFFAFA;
    font-size: 14px;
    border-radius: 1rem;
    margin-top: 1rem;
	 cursor: pointer; 
	 transition: background-color 1s;
  }
  .original-button:hover {
    background-color:rgba(249,196,199,0.4);
	color: #0C4A6F;
  }
	
	
  /*=====メイン共通スタイル=====*/
  /*======フッタースタイル======*/
	#page-top {
	position: fixed;
	right: 2%;
	bottom:3%;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(150px);
}
  /*======フッタースタイルここまで======*/
}