/*追加CSS*/
@import "https://file002.shop-pro.jp/PA01385/664/css/add-style.css";
@import "https://file002.shop-pro.jp/PA01385/664/css/zoom.css";
/*@import "https://file002.shop-pro.jp/PA01385/664/css/slideshow.css";*/
@import url('https://fonts.googleapis.com/css?family=BioRhyme+Expanded');
@import url('https://fonts.googleapis.com/css?family=Zen+Maru+Gothic');

body {
  min-width: 375px;
  font-size: 14px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Zen Maru Gothic","Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-feature-settings: "palt";
  letter-spacing: 0em;
  line-height: 1.7;
  color: #333;
}
/*  タブレット　*/
@media screen and (max-width: 1030px) {
  body {
    font-size: 14px;
  }
}
body.is-scroll-hidden {
  overflow: hidden;
}
/*--- reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}

img {
  max-width: 100%;
  vertical-align: top;
	margin: 0 0;
	padding: 0 0;
}
ul, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main ol {
	width:100%;
	margin-left:20px;
}
ol li {
	letter-spacing: 0.1em;
	line-height: 30px;
}
a {
  transition: all 0.1s ease;
}
a:hover {
  color: #444444;
}
#main p a:link,#main p a:visited {
	color: #00f;
}
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}
button {
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

p.clear {
	clear: both;
}
.red-bold {
	color: #AC1313;
	font-weight: bold;
	text-decoration: underline;
	font-size: 18px;
}
.red {
	color: #AC1313;
	font-weight: bold;
	text-decoration: underline;
}

sup {
	color: #f00;
}
/*  タブレット、スマホ　*/
@media screen and (max-width: 1095px) {
img.width_auto {	
	width:100%;
	height: auto;
}


}

p.shomei {
	font-size: 18px;
	font-family: "ヒラギノ丸ゴ" YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


/******************************
header
******************************/
header {
	width: 100%;
	height:250px;
	background:url("https://file002.shop-pro.jp/PA01385/664/header.webp") no-repeat center;
	margin:0 0;
}

#header-in {	
	width:1100px;
	padding: 10px auto;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

.shop-info {
	width:500px;
	height: 250px;
	margin: 0 0;
	padding: 0px 0 0 0;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	top:20px;
}

.shop-info p {
	color: #fff;
	font-size:22px;
	font-family: 'M PLUS Rounded 1c', sans-serif, 'Domine', serif;
	font-weight: 600;
}
.dogcafe-top {
	width: 100%;
	position: relative;
}
.bbq {
	width:360px;
	height: 282px;
	position: absolute;
	right: 10px;
	top:100px;
	z-index: 1000;
	transform: rotate(15deg);
}

/*  タブレット　*/
@media screen and (max-width: 1030px) {
header {
	width: 100%;
	height:250px;
	background:url("https://file002.shop-pro.jp/PA01385/664/header_tab.webp") no-repeat center;
}
	
#header-in {	
	width:100%;
	padding: 10px 10px;
}

.shop-info {
	width:40%;
	height: 100px;
	padding: 5px 0 0 0px;
		top:15px;
	left: 15px;
}
.shop-info p {
	font-size:18px;
	
}
.bbq {
	width:240px;
	height: 188px;
	position: absolute;
	right: 10px;
	top:50px;
	z-index: 1000;
	transform: rotate(15deg);
}
}

/*  スマホ　*/
@media screen and (max-width: 480px) {
header {
	background:url("https://file002.shop-pro.jp/PA01385/664/header_sp.webp") no-repeat center;
}
	
#header-in {	
	padding: 10px 5px;
}

.shop-info {
	width:50%;
	height: 150px;
	top:65px;
	left:10px;
}
.shop-info p {
	font-size:12px;/*  変更  */
}
.bbq {
	width:153px;
	height: 120px;
	position: absolute;
	right: 0px;
	top:0px;
	z-index: 1000;
	transform: rotate(15deg);
}
}
/********** お問い合わせ ***********/

.tel-box,.form-box {
	width:350px;
	height: 250px;
	padding: 0px 0 10px 0;
	margin: 0 0 0 0;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top:20px;
}
.form-box {
	width:320px;
}

.tel-box p.tel-infomation {
	color: #fff;
	font-size: 15px;
	margin: 5px 0 0 10px;
}

p.tel,p.form {
	background: #fff;
	font-size: 30px;
	font-weight: bold;
	padding:0 0 0 15px;
	width:320px;
	height: 60px;
	line-height: 60px;
	border-radius: 20px;
	box-sizing: border-box;
}
p.form {
	font-size: 24px;
}
p.tel a:link,p.tel a:visited,
#header-in p.form a:link,#header-in p.form a:visited {
	background:url("https://file002.shop-pro.jp/PA01385/664/phone_icon.webp") no-repeat left center;
	width:320px;
	height: 60px;
	display: block;
	text-decoration: none;
	padding:0 0 0 50px;
	box-sizing: border-box;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #1b4692;
}
#header-in p.form a:link,#header-in p.form a:visited {
	line-height: 60px;
	text-decoration: underline;
	padding:3px 0 0 50px;
	color: #4588CF;
	font-size: 22px;
}
.p-staff p.tel a:link,.box-add-title p.tel a:link {
	padding:0 0 0 20px;

}
/*  タブレット　*/
@media screen and (max-width: 1030px) {
.tel-box,.form-box {
	padding: 5px 0 10px 0;
	top:15px;
	right: 15px;
}
.tel-box p.tel-infomation {
	font-size: 15px;
	margin: 5px 10px 0 0px;
	text-align: right;
}

}
/*  スマホ　*/
@media screen and (max-width: 560px) {
.tel-box,.form-box {
	height: 250px;
	padding: 5px 0 0px 0;
	top:65px;
	right: 10px;
}
.tel-box {
	width:170px;
}
.form-box {
	width:190px;
}
.tel-box p.tel-infomation {
	font-size: 14px;
	margin: 5px 0px 0 0px;
}
	
p.tel,p.form {
	font-size: 14px;
	padding:0 0 0 5px;
	width:170px;
	height: 40px;
	line-height: 40px;
	border-radius: 13px;
}
p.form {
	width:190px;
}
p.tel a:link,
#header-in p.form a:link,#header-in p.form a:visited {
	background:url("https://file002.shop-pro.jp/PA01385/664/phone_icon_small.webp") no-repeat left center;
	height: 40px;
	padding:0 0 0 35px;
}
p.tel a:link {
	width:170px;
	}
#header-in p.form a:link,#header-in p.form a:visited {
	width:190px;
	font-size: 14px;
	line-height: 40px;
}
	
.p-staff p.tel {
	width:220px;
	font-size: 18px;
}
.p-staff p.tel a:link {
	width:220px;
	padding:0 0 0 15px;
}
}
/******************************
グローバルメニュー
******************************/
#global-menu {
	width:100%;
	height: 60px;
	background-color: #f5f3ed;
	border-bottom: 10px double #5a5359;
	padding: 0 0;
	box-sizing: border-box;
}
#global-menu ul {
	width:1100px;
	height: 60px;
	margin: 0 auto;
  display: table;
  table-layout: fixed;
  list-style-type: none;
  padding: 0;
}
#global-menu ul li {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #dddcd6;
  word-wrap: break-word;
}
#global-menu ul li:first-child{
  border-left: 1px solid #dddcd6;
}

#global-menu ul li a:link,#global-menu ul li a:visited {
	width: 100%;
	height: 60px;
	font-family: 'M PLUS Rounded 1c', sans-serif, 'Domine', serif;
	font-weight: 600;
	font-size: 13px;
  display: inline-block;
	line-height: 60px;
	color: #494a41;
	text-align: center;
	text-decoration: none;
}
#global-menu ul li a:hover {
	background-color: #b3ada0;
	color: #fff;
	transition: all .7s;
}

	
/*  タブレット　*/
@media screen and (max-width: 1030px) {
#global-menu ul {
	width:100%;
}
#global-menu ul li.tb-small a:link,#global-menu ul li.tb-small a:visited {
		font-size: 14px;
	}
}
@media screen and (max-width: 840px) {
#global-menu ul li.tb-small a:link,#global-menu ul li.tb-small a:visited {
		font-size: 12px;
	}
}

/*  スマホ、ipad mini　*/
@media screen and (max-width: 560px) {
#global-menu {
	display: none;
}
}


/*================================== 
スマホ用ナビゲーションのためのCSS 
===================================*/
#g-nav {
	display: none;
}
.openbtn4{
	display: none;
}
/*  スマホ、ipad mini　*/
@media screen and (max-width: 500px) {
#g-nav{
	display: block;
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  top:-120%;
    left:0;
  width:100%;
    height: 100vh;/*ナビの高さ*/
	margin-top: 5px;
  background:#69821b;
    /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}


/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center; 
}

#g-nav li a{
  color: #fff;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
	font-size: 16px;
}

/*========= ボタンのためのCSS ===============*/
.openbtn4{
	display: block;
  position: relative;/*ボタン内側の基点となるためrelativeを指定*/
  background:#D54884;
  cursor: pointer;
    width: 50px;
    height:50px;
  border-radius: 5px;
	z-index: 5000;
}

/*ボタン内側*/
.openbtn4 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
  background: #fff;
    width: 45%;
  }
}

.openbtn4 span:nth-of-type(1) {
  top:13px; 
}

.openbtn4 span:nth-of-type(2) {
  top:19px;
}

.openbtn4 span:nth-of-type(3) {
  top:25px;
}

.openbtn4 span:nth-of-type(3)::after {
  content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top:5px;
  left:-2px;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.openbtn4.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn4.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn4.active span:nth-of-type(3){
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn4.active span:nth-of-type(3)::after {
  content:"Close";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
  top:5px;
  left:4px;
}
/******************************
account（アカウント）、SNS
******************************/
.account {
	width:300px;
	height: 40px;
	float:right;
	margin: 0 0;
	padding: 0 0;
}
.account ul {
  display: table;
  table-layout: fixed;
  list-style-type: none;
  padding: 0;
}
.account ul li {
  display: table-cell;
  vertical-align: middle;
	padding:0 10px;
}


/******************************
コンテンツ
*******************************/

#main {
	width: 1100px;
	height: auto;
	margin: 0 auto;
}

#main p.txt-normal {
	/*font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";*/
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Zen Maru Gothic","Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif!important;
	font-size:16px;
	font-weight:normal;
	color: #333;
	margin:10px 20px;
	line-height: 36px;
	letter-spacing:0.1em;
}

#main .box-add-title p.txt-normal,#main .p-staff-box p.txt-normal {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
@media screen and (max-width: 1030px) {
#main {
	width: 100%;
	height: auto;
}
#main p.txt-normal {
	font-size:14px;
	margin:10px 10px;
	line-height: 30px;
}
}




/******************************/
/* fade animation */
/******************************/
.fadeIn {
  opacity: 0;
  transition: all 1.3s cubic-bezier(0.07, 0.92, 0.46, 0.95) 0.4s;
}
.fromLeft {
  transform: translate(-20px, 0);
}
.fromRight {
  transform: translate(20px, 0);
}
.fromTop {
  transform: translate(0, -20px);
}
.fromBottom {
  transform: translate(0, 20px);
}
.fromForeground {
  transform: scale(1.6);
}
.faded {
  opacity: 1;
}
.fadedWithTransform {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
/******************************/
/* Color me icons */
/******************************/
/* 24px black */
.icon-lg-b.icon-instagram {
  background-position: -168px -288px;
}
.icon-lg-b.icon-twitter {
  background-position: -144px -264px;
}
.icon-lg-b.icon-facebook {
  background-position: -192px -264px;
}

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
@media (max-width: 768px) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}

/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}



/******************************/
/* header */
/******************************/
.l-header {
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 500px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 60px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-width: 375px;
  }
}
.l-header.is-fixed, .l-header.is-open {
  position: fixed;
  top: 0;
  z-index: 10000;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.l-header.is-fixed .l-header-main__in, .l-header.is-open .l-header-main__in {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
}
.l-header.is-fixed .l-header-logo, .l-header.is-open .l-header-logo {
  margin-bottom: 0;
}
.l-header.is-fixed .l-header-logo__img, .l-header.is-open .l-header-logo__img {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
  max-width: 750px;
}
.l-header.is-fixed .l-header-logo__img.is-txt, .l-header.is-open .l-header-logo__img.is-txt {
  margin-bottom: 0;
}
.l-header.is-fixed .l-header-logo__img img, .l-header.is-open .l-header-logo__img img {
  max-width: 450px;
  max-height: 40px;
}
@media screen and (max-width: 1030px) {
  .l-header.is-fixed .l-header-logo__img img, .l-header.is-open .l-header-logo__img img {
    max-width: 170px;
  }
}
.l-header.is-fixed .l-header-logo__type-txt, .l-header.is-open .l-header-logo__type-txt {
  font-size: 12px;
}
.l-header.is-fixed .l-header-logo__txt, .l-header.is-open .l-header-logo__txt {
  display: none;
}
.l-header.is-fixed .l-main-navi-list, .l-header.is-open .l-main-navi-list {
  display: none;
}
.l-header.is-fixed .l-help-navi-box, .l-header.is-open .l-help-navi-box {
  display: none;
  position: static;
}
.l-header.is-fixed .l-header-search, .l-header.is-open .l-header-search {
  right: 80px;
}
.l-header.is-fixed .l-header-search__box, .l-header.is-open .l-header-search__box {
  right: -65px;
}
@media screen and (max-width: 1030px) {
  .l-header.is-fixed .l-header-search__box, .l-header.is-open .l-header-search__box {
    right: 0px;
  }
}
.l-header.is-fixed .l-menu-btn, .l-header.is-open .l-menu-btn {
  display: block;
}
@media screen and (max-width: 1030px) {
  .l-header-main {
    padding-right: 0;
  }
}
.l-header-main__in {
  padding-top: 0px;
}/* 8月8日　30から0に変更*/
@media screen and (max-width: 1030px) {
  .l-header-main__in {
    padding-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
  }
}
.l-header-logo {
  margin-bottom: 15px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo {
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    flex: 1;
    overflow: hidden;
  }
}
.l-header-logo__img {
  margin: 0;
  max-width: 450px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__img {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 40px;
    font-size: 12px;
  }
}
.l-header-logo__img.is-txt {
  margin-bottom: 35px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__img.is-txt {
    margin-bottom: 0;
  }
}
.l-header-logo__img img {
  max-width: 450px;
  max-height: 150px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__img img {
    max-width: 170px;
    max-height: 40px;
  }
}
.l-header-logo__txt {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
  color: #909090;
  max-width: 450px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__txt {
    display: none;
  }
}
.l-menu-btn {
  display: none;
  position: relative;
  z-index: 10000;
  width: 60px;
  height: 60px;
  border: 0;
  background: transparent;
}
@media screen and (max-width: 1030px) {
  .l-menu-btn {
    display: block;
  }
}
.l-menu-btn span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.2s ease;
  position: absolute;
  left: 19px;
  width: 25px;
  height: 1px;
  background-color: #000000;
}
.l-menu-btn span:nth-of-type(1) {
  top: 25px;
}
.l-menu-btn span:nth-of-type(2) {
  top: 35px;
}
.l-menu-btn.is-on span:nth-of-type(1) {
  top: 10px;
  transform: translateY(20px) rotate(-45deg);
}
.l-menu-btn.is-on span:nth-of-type(2) {
  top: 50px;
  transform: translateY(-20px) rotate(45deg);
}
/********** メインナビ **********/
.l-main-navi {
  position: relative;
  z-index: 100;
  height: 50px;
}
.is-fixed .l-main-navi {
  height: auto;
}
@media screen and (max-width: 1030px) {
  .l-main-navi {
    display: none;
  }
  .l-main-navi.is-on {
    display: block;
  }
}
@media screen and (min-width: 1030px) {
  .l-main-navi {
    display: block !important;
  }
}
.l-main-navi.is-open {
  box-sizing: border-box;
  overflow-y: auto;
  position: fixed;
  top: 60px;
  left: 0;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: calc(100% - 60px);
  background: #fafafa;
}
@media screen and (max-width: 1030px) {
  .l-main-navi.is-open {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.l-main-navi.is-open .l-main-navi__in {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  width: 1000px;
}
@media screen and (max-width: 1030px) {
  .l-main-navi.is-open .l-main-navi__in {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.l-main-navi.is-open .l-main-navi-list {
  display: block;
}
.l-main-navi.is-open .l-main-navi-list__ttl {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-main-navi-list__ttl {
    display: none;
  }
}
.l-main-navi.is-open .l-main-navi-list__link {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-main-navi-list__link {
    display: block;
  }
}
.l-main-navi.is-open .l-main-navi-list__item {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-main-navi-list__item {
    margin: 0;
  }
}
.l-main-navi.is-open .l-help-navi-box {
  display: block;
}
.l-main-navi.is-open .l-help-navi-list {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-help-navi-list {
    margin-top: 0;
  }
}
.l-main-navi.is-open .l-sns-navi-list {
  margin-top: 60px;
  margin-left: 0;
}
.l-main-navi.is-open .l-mega-menu {
  position: static;
  padding: 0;
  width: auto;
}
@media screen and (min-width: 768px) {
  .l-main-navi.is-open .l-mega-menu {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-mega-menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-mega-menu-list {
    display: block;
  }
}
.l-main-navi-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list {
    display: block;
  }
}
.l-main-navi-list__ttl {
  display: none;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-main-navi-list__item {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list__item {
    border-top: 1px solid #eeeeee;
  }
}
.l-main-navi-list__link {
  display: block;
  position: relative;
  padding: 15px 40px 15px 30px;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list__link {
    padding: 20px 20px;
    width: 100%;
    background: #ffffff;
    text-align: left;
  }
}
.l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
  background: #fafafa;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
    background: #ffffff;
  }
}
.l-main-navi-list__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .l-main-navi-list__link:before {
    right: 20px;
    margin-top: -4px;
    border-color: #000000;
  }
}
.l-main-navi-list__link.is-on:before {
  transform: rotate(-135deg);
  margin-top: -4px;
}
.l-main-navi-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fafafa;
  opacity: 0;
}
.l-main-navi-overlay.is-on {
  animation: anime-overlay 0.2s ease forwards;
}
@keyframes anime-overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/********** メガメニュー **********/
.l-mega-menu {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 60px 85px;
  width: 100%;
  background: #fafafa;
}
@media screen and (max-width: 767px) {
  .l-mega-menu {
    position: static;
    width: auto;
    height: auto;
    border-top: 0;
  }
}
.l-mega-menu-list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-mega-menu-list {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    background: #fafafa;
  }
}
.l-mega-menu-list__item {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 20px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .l-mega-menu-list__item {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.l-mega-menu-list__item:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #000000;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-mega-menu-list__item:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .l-mega-menu-list__link {
    display: block;
    padding: 20px 40px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-mega-menu-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
  }
}
/********** 検索・カート **********/


.l-header-cart a {
  box-sizing: border-box;
  display: block;
  padding-top: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
}
.l-header-cart a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-header-cart a {
    width: 50px;
  }
}
.l-header-cart a img {
  width: 19px;
}
.p-global-header__cart-count {
  margin-left: 4px;
  font-weight: bold;
}

/******************************/
/* STAFF CALENDAR */
/******************************/
.p-shop-info {
  display: flex;
}
@media screen and (max-width: 1030px) {
  .p-shop-info {
    display: block;
  }
}
.p-shop-info .u-contents-s {
  flex: 1;
}
/********** STAFF **********/
.p-staff {
  box-sizing: border-box;
  flex: 1;
  padding: 30px;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-staff {
    padding: 30px 20px;
	  overflow: hidden;
  }
}
.p-staff + .p-calendar {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-staff + .p-calendar {
    margin-left: 0;
    margin-top: 30px;
  }
}
.p-staff-box {
  overflow: hidden;
}
.p-staff__img {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-staff__img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 90px;
  }
}
.p-staff__img-name {
  margin-top: 5px;
  font-size: 12px;
  color: #909090;
  text-align: center;
}


/******************************/
/* ショッピングガイド */
/******************************/
.p-shopguide {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-shopguide {
    display: none;
  }
}
.p-shopguide-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -23px;
  margin-right: -23px;
}
@media screen and (max-width: 1030px) {
  .p-shopguide-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-wrap {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-shopguide-column {
  box-sizing: border-box;
  padding-left: 23px;
  padding-right: 23px;
  width: 33.3333%;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1030px) {
  .p-shopguide-column {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-column {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.p-shopguide-box {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.p-shopguide-head {
  margin-bottom: 25px;
  padding-top: 40px;
  border-bottom: 1px solid #b2b2b2;
  text-align: center;
}
.p-shopguide-head .c-ttl-sub {
  margin-bottom: 30px;
}
.p-shopguide__icon {
  margin-bottom: 20px;
}
.p-shopguide__ttl {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
}
.p-shopguide__body {
  margin-bottom: 35px;
  margin-left: 0;
  color: #909090;
  overflow-wrap: break-word;
}
.p-shopguide__img {
  margin-bottom: 15px;
}
.p-shopguide__point-ttl {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
.p-shopguide-cregit-list {
  display: flex;
  flex-wrap: wrap;
}
.p-shopguide-cregit-list__item {
  margin-right: 7px;
  margin-bottom: 10px;
}
.p-shopguide__attention {
  font-size: 12px;
}

/***** CSS編集内style *****/
@charset "euc-jp";
body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/84/bg.gif);
  color: #464e54;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}
/** icons **/
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
/******************************/
/* free page */
/******************************/
.p-freepage__attention {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}
.p-freepage__img {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.p-freepage__img img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.p-freepage-ol {
  padding-left: 25px;
  list-style-type: decimal;
}
.p-freepage-ol__item {
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

/* Googleカレンダー */

@media screen and (max-width: 800px) {
.carendar {
	width:100%;
	height: auto;
	float: right;
}

}
/*******　　シルエットの選択　　*********/
.silhouette img {
	margin-bottom: 10px;
}
/*****　　火葬の流れ　　*****/
.flow-img {
	width: 400px;
	float: left;
	margin: 0 0;
	padding: 0 0;
}
.flow-txt {
	width:600px;
	float: right;
	margin:0 0;
	padding: 0 0;
}
.down-arrow {
	clear: both;
}
@media screen and (max-width: 1030px) {
.flow-img {
	width:48%;
}
	.flow-txt {
	width:48%;
}

}


@media screen and (max-width: 480px) {
.flow-img {
	width:100%;
	height: auto;
	float: none;
}
	.flow-txt {
		clear: both;
		width:100%;
	float: none;
}

}

/******　　テーブル　　*****/
table {
	width:100%;
	max-width: 900px;
	margin:10px auto;
	box-sizing: border-box;
}
table.normal-table,table.normal-table td,
table.price-table,table.price-table td{
border-collapse:collapse;
border:1px solid #777;
padding:15px 10px 15px 15px;
font-size:15px;
	box-sizing: border-box;
	color:#000;
}
table.td-center td {
text-align: center;
}
table td.sakura {
background-color: #fef4f4;
	text-align: center;
}

@media screen and (max-width: 480px) {
table.normal-table td {
font-size:14px;
	padding: 15px 5px 15px 5px;
}

}

.box-green,.box-skyblue,.box-blue,.box-pink {
	width: 60px;
	height: 30px;
	padding: 0 0;
	margin: 0 auto;
	border:1px solid #777;
	box-sizing: border-box;
}
.box-green {
	background-color:#99ff7d;
}
.box-skyblue {
	background-color:#07c2ff;
}
.box-blue {
	background-color:#2745fa;
}
.box-pink {
	background-color:#ff63ee;
}

/******************************/
/* footer、copyright */
/******************************/

.grass-line {
	width: 1100px;
	height: 46px;
	margin: 0 auto;
	padding: 0 0;
}

footer {
	width: 100%;
	height: 350px;
	background-color: #f5f3ed;
}

#footer {
	width:1100px;
	height: 350px;
	margin: 0 auto;
	padding: 0px 0;
	box-sizing: border-box;
}

/************　　footer-left　　***************/

.footer-left {
	width:450px;
	height: 300px;
	float: left;
	padding: 30px 0 0 0;
	margin: 0 0;
	box-sizing: border-box;
}
.footer-left p {
	font-size: 14px;
	line-height: 25px;
}
.footer-left ul {
	table-layout: fixed;
}
.footer-left ul li {
	display: table-cell;
	text-align: center;
	padding: 0 5px 0 5px;
	border-right: 1px solid #dddcd6;
}
.footer-left ul li:first-child {
	border-left: 1px solid #dddcd6;
}
.footer-left ul li a:link,.footer-left ul li a:visited,.footer-left ul li a:hover {
	text-decoration: none;
	color: #494a41;
	font-size: 14px;
}

p.footer-menu-title {
	font-size: 15px;
	width: 100%;
	border-bottom: 1px solid #494a41;

}
p.footer-menu-title-2 {
	font-size: 15px;
	width: 100%;
	height: 25px;
	margin-top: 15px;
	border-bottom: 1px solid #494a41;

}
@media screen and (max-width: 1030px) {
.footer-left {
	width:100%;
	height: auto;
	float: none;
	text-align: center;
}
.footer-left ul {
	width:330px;
	height: 30px;
	margin:10px auto;
}
}
@media screen and (max-width: 400px) {

.footer-left ul li a:link,.footer-left ul li a:visited,.footer-left ul li a:hover {
	font-size: 13px!important;
}
}

/************　　footer-kasou　　***************/
.footer-menu-kasou {
	width:215px;
	height: 300px;
	float: left;
	padding: 20px 3px 0 3px;
	margin: 0 0;
	box-sizing: border-box;
}

/************　　footer-onlineshop　　***************/
.footer-menu-onlineshop {
	width:215px;
	height: 300px;
	float: left;
	padding: 20px 3px 0 3px;
	margin: 0 0;
	box-sizing: border-box;
}

/************　　footer-dogcafe　　***************/
.footer-menu-dogcafe {
	width:215px;
	height: 350px;
	float: left;
	padding: 20px 3px 0 3px;
	margin: 0 0;
	box-sizing: border-box;
}
.footer-menu-kasou ul li,.footer-menu-onlineshop ul li,.footer-menu-dogcafe ul li {
	border-bottom: 1px dotted #fff;
	line-height: 28px;
	width:100%;
	padding: 0 0 0 5px;
	text-indent: 3px;
	box-sizing: border-box;
}
.footer-menu-kasou ul li a:link,.footer-menu-kasou ul li a:visited,.footer-menu-kasou ul li a:hover,
.footer-menu-onlineshop ul li a:link,.footer-menu-onlineshop ul li a:visited,.footer-menu-onlineshop ul li a:hover,
.footer-menu-dogcafe ul li a:link,.footer-menu-dogcafe ul li a:visited,.footer-menu-dogcafe ul li a:hover {
	color:#494a41;
	text-decoration: none;
	font-size: 14px;
	width:100%;
	height: 28px;
	display: block;
}

/*==================================================
　左から右に線が伸びて背景になる
===================================*/

/*背景の設定*/

#footer li a{
    /*背景色の基点とするためrelativeを指定*/
  position: relative;
    /*アニメーションの指定*/
  transition: all .7s;
}

#footer li a::after {
  content: '';
    /*絶対配置で線の位置を決める*/
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
    /*背景の形状*/
  width: 0;
  height: 1px;
  background:#555647;
  opacity: 0;/*はじめは透過を0に*/
}

/*現在地とhoverの設定*/
#footer li.current a::after,
#footer li a:hover::after {
    /*背景の形状*/
  width: 100%;
  opacity: 1;
    /*アニメーションの指定*/
  animation:bgappear 0.5s forwards;
}

/*アニメーションで線を伸ばして背景をつける*/
@keyframes bgappear{
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #555647;
  }
}

/*現在地とhoverの設定*/
#footer li.current a,
#footer li a:hover{
    color: #fff;
    /*テキストを最前面へ*/
  z-index: 1;
}

.copyright {
	width:100%;
	height: 2.5em;
	background-color: #6a5d21;/* りかんちゃ */
	text-align: center;
	color: #fff;
	font-size: 0.9em;
	line-height: 2.5em;
}

/*  タブレット　*/
@media screen and (max-width: 1030px) {
.grass-line {
	width: 100%;
	height: auto;
}
.grass-line img {
	width: 100%;
	height: auto;
}
	
footer {
	width: 100%;
	height: 600px;
	background-color: #f5f3ed;
}
#footer {
	width:100%;
	height: 600px;
	padding:0 20px;
	box-sizing: border-box;
}
	.footer-menu-kasou,.footer-menu-onlineshop,.footer-menu-dogcafe {
		width:33%;
	}

	
}
/*  スマホ　*/
@media screen and (max-width: 480px) {
footer {
	height: 1180px;
}
#footer {
	height: 1180px;
	padding:0 10px;
}
	
.footer-left {
	width:100%;
	height: 250px;
	float:none;
	padding: 30px 0 0 0;
	margin: 0 0;
	box-sizing: border-box;
}
.signboard {
		width:200px;
		height: 100px;
		margin: 0 auto;
	}
/************　　footer-kasou　　***************/
.footer-menu-kasou {
	width:100%;
	height: 250px;

	float: none;
	padding: 20px 3px 0 3px;
}

/************　　footer-onlineshop　　***************/
.footer-menu-onlineshop {
	width:100%;
	height: 280px;
	float: none;
	padding: 20px 3px 0 3px;
}

/************　　footer-dogcafe　　***************/
.footer-menu-dogcafe {
	width:100%;
	height: 320px;
	float: none;
	padding: 20px 3px 0 3px;
}
	
.footer-left ul li a:link,.footer-left ul li a:visited,.footer-left ul li a:hover {
	font-size: 16px;

}
.footer-menu-kasou ul li,.footer-menu-onlineshop ul li,.footer-menu-dogcafe ul li {
	line-height: 34px;
}
.footer-menu-kasou ul li a:link,.footer-menu-kasou ul li a:visited,.footer-menu-kasou ul li a:hover,
.footer-menu-onlineshop ul li a:link,.footer-menu-onlineshop ul li a:visited,.footer-menu-onlineshop ul li a:hover,
.footer-menu-dogcafe ul li a:link,.footer-menu-dogcafe ul li a:visited,.footer-menu-dogcafe ul li a:hover {
	height: 34px;
}

}
/*****　　リンク装飾　　*****/
.link-btn a {
	background-color: #3b679e;	
	border: 1px solid transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 350px;
	height: 60px;
	margin:10px auto;
	padding: 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}

.link-btn a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	width: 30px;
	height: 1px;
	background-color: #fff;
}

.link-btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
}

.link-btn a:hover {
	background-color: #7db9e8;
	border: 1px solid #fff;
	color: #f2f2f2;
}

.link-btn a:hover::before {
	background-color: #f2f2f2;
}

.link-btn a:hover::after {
	border: 1px solid #f2f2f2;
}
@media screen and (max-width: 1030px) {
.flow-txt .link-btn a {
	font-size: 14px;
	width: 300px;
	}
}
@media screen and (max-width: 480px) {
.link-btn a {
	font-size: 14px;
	width: 300px;
	}
}
/*左上にずらした背景色ありタイトル*/
.box-add-title{
margin: 2em auto; /* ボックスの余白 */
background-color: #fafafa; /* ボックス背景色 */
padding:3em 2em 2em; /* ボックス内側余白 */
position:relative; /* 配置(ここを基準に)*/
border: 1px solid #5a728b;	/* ボックスの線 (太さ　種類　色)*/
}
.box-add-title .box-title {
background-color:#5a728b; /* タイトル背景色 */
font-size: 16px;/* タイトル文字の大きさ */
color: #fff ; /* タイトル文字色 */
padding: 7px 10px;/*タイトルの余白*/
line-height: 1;/*タイトルの行の高さ*/
	letter-spacing: 0.1em;
position:absolute;	/* 配置(ここを動かす) */
top: -10px; /*上から（0px）移動*/
left: 20px; /*左から(0px)移動*/
}

.box-add-title .box-title2 {
background-color:#5a728b; /* タイトル背景色 */
font-size: 16px;/* タイトル文字の大きさ */
color: #fff ; /* タイトル文字色 */
padding: 7px 10px;/*タイトルの余白*/
line-height: 1;/*タイトルの行の高さ*/
	letter-spacing: 0.1em;
position:absolute;	/* 配置(ここを動かす) */
top: -10px; /*上から（0px）移動*/
	text-align: center;
}

@media screen and (max-width: 480px) {
.box-add-title{
padding:20px 15px; /* ボックス内側余白 */
	margin-left:2px;
	margin-right: 2px;
}
}

/*========= ページトップのためのCSS ===============*/

#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  background:#ee7800;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:0.6rem;
  transition:all 0.3s;
}

#page-top a:hover{
  background: #f8b862;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom:10px;
  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);
  }
}

/*250529追加CSS*/
#global-menu ul li a {
  white-space: nowrap; /* 改行を防ぐ */
  overflow: hidden; /* はみ出た部分を隠す */
  text-overflow: ellipsis; /* 省略記号「…」を表示 */
  display: block; /* 必須 */
  width: 100%; /* 親要素の幅いっぱいに表示 */
}

