@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&display=swap');
html,body {
	margin:0;
	padding:0;
	height:100%;
}
body {
margin: 0;
font-family: 'Noto Sans JP', sans-serif;
 font-size: 1.0em;
 font-style: normal;
 color: #333;
 height: 100%;
 min-height: 100%;
 background-color: #FCFAF6
}
.clear{
	clear: both;
}
.clearfix:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
@media print, screen and (min-width: 651px){
.esc-pc{
display: none;
}
.document{
width: 1200px;
max-width: 95%;
margin: 0 auto;
}
section{
display:block
}
a {
  text-decoration: none;
  color: inherit;
  transition: 0.5s;
  font-style: normal;
}

a:hover {
  color : #00C;
}

h1 {
  width: 300px;
  max-width: 25%;
  margin: 0;
}
h1 img{
width: 100%;
}

h2 {
margin: 100px 0 35px 0;
background: linear-gradient(90deg, rgba(255, 152, 168, 1.0),rgba(255, 152, 168, 0));
padding: 10px 0 10px 15px;
color: #FFF;
font-size: 20px;
font-weight: 500
}

.pagetitle{
 font-size: 20px;
 color: #FFF;
 background-color: #d02368;
 padding: 15px 30px;
 display: inline-block;
 font-weight: 600
}
h3 {
  font-weight: 400;
  font-size: 23px;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
 color: #000;
 padding-top: 100px;
 padding-bottom: 30px;
}

h4 {
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding: 25px 0
}
h5 {
  font-weight: 400;
}
hr {
  border: 1px #333 solid;
}
table{
width: 100%;
border-collapse: collapse;
}
td{
padding: 1%;
border: #666 1px solid;
}
ul{
margin: 0;
padding: 0;
}
dl dd{
margin-left: 0;
}
img {
	vertical-align: text-bottom;
}
/*均等配置2列ーーーーーーーーーーーーーーーーーー*/
.box_flex2{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_flex2 .inner{
width: 46%;
padding: 1%;
margin-bottom: 20px;
}
/*均等配置3列ーーーーーーーーーーーーーーーーーー*/
.box_flex3{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_flex3::after{
  content:"";
  display: block;
  width:31%;
}
.box_flex3 .inner{
width: 31%;
padding: 1%;
margin-bottom: 20px;
}
/*均等配置４列ーーーーーーーーーーーーーーーーーー*/
.box_flex4{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_flex4::before{
  content:"";
  display: block;
  width:22%;
  order:1;
}
.box_flex4::after{
  content:"";
  display: block;
  width:22%;
}
.box_flex4 .inner{
width: 22%;
padding: 1%;
margin-bottom: 20px;
}

.inner img{
width: 100%;
}
/*横並び配置スタンダードーーーーーーーーーーーーーーーーーー*/
.box_flex{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_flex .com{
 width: 70%;
}
.box_flex .photo{
width: 26%;
padding: 1%;
}
.box_flex .photo img{
width: 100%;
}

header{
display: block;
width:100%;
padding-top: 10px;
padding-bottom: 5px;
background-color: rgba(255,255,255,0.8);
position: fixed;
z-index: 9999
}
header .document{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
width: 1850px!important;
max-width: 98%
}
nav{
display: block;
width: 800px;
max-width: 73%;
padding-top: 20px;
}
nav .box_nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
 border-left: 1px solid #ff899d;
}
nav .box_nav a {
display: block;
width: calc( 100% / 5 );
  text-align: center;
  font-weight: 600;
  padding: 5px 0;
  font-size: 13px;
  color: #d02368;
  transition: 0.3s;
  border-right: 1px solid #ff899d;
  box-sizing: border-box
}
nav .box_nav a:hover{
padding-bottom: 8px;
margin-top: -3px;
color: #d02368;
}

.bt a{
width: 80%;
 margin: 20px auto;
 display: block;
 padding: 8px 0;
 font-size: 18px;
 font-weight: 500;
 text-align: center;
 color: #254460;
 transition: 0.5s;
 position: relative;
}

.bt a:after{
 font-family: FontAwesome;
  content: '\f105'; /* アイコンのunicode */
  position:absolute;
  right:5px;
  top:15px;
  font-size:14px;
  font-weight: 800
}
.bt a:hover{
  background-color:  #CCD9E7; 
}
.pageheader {
margin: 0;
padding: 0;
overflow: hidden;
text-align: center
}
.pageheader img{
 width: 1920px;

}
.pageheader .document{
 position: relative;
}
.pagetitle{
 background-color: rgba( 255, 255, 255, 0.70 );
 font-size: 25px;
 color: #5E2E15;
 font-weight: 500;
 padding: 30px 0;
 text-align: center;
 width: 25%;
 position: absolute;
 top:100px;
left:0;
}
.wrapper{
background-image: url("../images/common/bg_wrapper.png");
background-repeat: repeat-y;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: row-reverse;
}
.wrapper .container{
width: calc(100% - 220px);
}
.wrapper .sidemenu{
width: 215px;
padding-left: 10px;
padding-right: 5px
}
.wrapper .sidemenu .title_sidemenu{
color: #FFF;
text-shadow: 2px 2px 2px #333;
font-size: 19px;
font-weight: 600;
padding-left: 10px;
padding-top: 50px;
padding-bottom: 20px;
}
.wrapper .sidemenu a{
display: block;
background-color: rgba(255,255,255,0.8) ;
color: #ff899d;
padding: 10px 2px 10px 10px;font-size: 14px;
font-weight: 600;
margin-bottom: 15px;
font-size: 16px;
border: #FFF 2px solid;
box-sizing: border-box;
position: relative;
transition: 0.5s
}
.wrapper .sidemenu a:after{
 font-family: FontAwesome;
  content: '\f138'; /* アイコンのunicode */
  position:absolute;
  right:3px;
  top:13px;
  font-weight: 800
}
.wrapper .sidemenu a:hover{
background-color: #FFF
}
/*フッター--------------------------------------------------------------------------*/
.footer_contact{
margin: 0;
position: relative;
text-align: center;
background-image: url("../images/common/bg_footercontact.png");
font-size: 28px;
font-weight: 600;
}

.footer_contact .box_ft_conatact{

width: 900px;
max-width: 90%;
margin: 0 auto;
 padding: 2%;
 color: #333;
}
.footer_contact .box_ft_conatact .tel{
font-size: 40px;
font-weight: 600;
margin-bottom: 30px;
text-align: center;
color: #d02368;
padding-top: 40px;
}
.footer_contact .box_ft_conatact .bt a{
background-color: #ff899d;
color: #FFF;
width: 650px;
padding: 20px 0;
transition: 0.5s
}
.footer_contact .box_ft_conatact .bt a:hover{
background-color: #F47C7E
}
#footer {
	padding-bottom:10px;
	margin-bottom:0;
   background-color:#ff899d;
	color:#FFF;
	line-height:130%;
	font-size: 13px;
}
#footer a:link{
	color:#FFF;
}
#footer a:visited{
color:#FFF;
}
#footer .box_sitemap{
 font-weight: 300;
 font-size:90%;
 margin-bottom: 40px;
 width: 55%;
 float: left;
 padding-top: 50px
}
#footer .sitemap {
  width: 33%;
  float: left;
}
#footer .sitemap a{
 display: block;
 margin-bottom: 10px;
 position: relative;
 padding-left: 15px;
}
#footer .sitemap a:hover{
  color:#D3E9F8;
}
#footer .sitemap a.nohover:hover{
  color:#FFF;
}
#footer .sitemap a:before{
  font-family: FontAwesome;
  content: '\f138'; /* アイコンのunicode */
  position:absolute;
  left: 0;
  top:2px;
  color: #FFF;
}
#footer .sitemap ul {
  margin-left: 20px;
}
#footer .sitemap li a:before{
   font-family: FontAwesome;
  content: '\f138'; /* アイコンのunicode */
  position:absolute;
  left: 0;
  top:2px;
  color: #FFF;
  font-size: 10px;
}
#footer .sitemap img{
display: block;
  width: 40%;
  margin: 10px auto;
}
#footer .rogo{
 width: 30%;
 float: right;
 font-size: 12px;
 padding-left: 10px;
 margin-top: 50px;
 border-left: #FFF 1px dotted;
}
#footer .rogo i{
font-size: 35px;
padding-top: 50px
}
#footer .copyright{
  border-top:3px #FFF solid;
  padding-top: 15px;
  text-align: center;
  font-size: 12px;
  margin-bottom: 40px;
}
/*パンくずー---------ー---------ー---------ー---------ー---------ー---------ー---------ー---------ー---------ー---------ー---------*/
.breadcrumbs{
 font-size: 12px;
 font-weight: normal;
 padding-top: 5px;
}
.pager{
padding-bottom: 50px;
}
.pager td{
 border: none!important;
}
.pager a{
 background-color: #999;
 color: #FFF;
 padding: 5px 25px;
 margin-right: 10px;
 font-size: 16px;
}
}

/*モバイルー---------ー---------ー---------ー---------ー---------ー---------ー---------ー---------ー---------ー---------ー---------*/
@media screen and (max-width: 650px){
.esc-sp{
display: none;
}
.document{
width: 92%;
margin: 0 auto;
}
header {
display: block;
width: 100%;
background-color:#FFF;
}
header .document{
width: 100%!important
}
h1 {
width: 65%;
max-width: 350px;
padding:3px;
margin: 0;
}
h1 img{
width: 100%;
}
h2 {
margin: 30px 0 20px 0;
background: linear-gradient(90deg, rgba(255, 152, 168, 1.0),rgba(255, 152, 168, 0.4));
padding: 10px 0 10px 15px;
color: #FFF;
font-size: 20px;
font-weight: 500
}

h2 img{
 width: 100%;
 display: block;
}
h2 .document{
 position: relative;
 width: 100%;
}

h3 {
font-size: 20px;
text-align: center;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;

}

h4 {
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding: 25px 0
}

h5 {
  font-weight: 400;
}
hr {
  border: 1px #333 solid;
}
table{
width: 100%;
border-collapse: collapse;
}
td{
display: block;
width: 98%;
padding: 1%;
border: #666 1px solid;
}
td:nth-child(last){
margin-bottom: 25px;
}
ul{
margin: 0;
padding: 0;
}
dl dd{
margin-left: 0;
}
a{
text-decoration: none
}
img {
	vertical-align: text-bottom;
}
/*均等配置2列ーーーーーーーーーーーーーーーーーー*/
.box_flex2{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.box_flex2 .inner{
width: 98%;
padding: 1%;
margin-bottom: 20px;
}
/*均等配置3列ーーーーーーーーーーーーーーーーーー*/
.box_flex3{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.box_flex3 .inner{
width: 98%;
padding: 1%;
margin-bottom: 20px;
}
/*均等配置４列ーーーーーーーーーーーーーーーーーー*/
.box_flex4{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.box_fle4x .inner{
width: 98%;
padding: 1%;
margin-bottom: 20px;
}

.inner img{
width: 100%;
}
/*横並び配置スタンダードーーーーーーーーーーーーーーーーーー*/
.box_flex{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.box_flex .com{
 width: 98%;
}
.box_flex .photo{
width: 80%;
padding: 1%;
}
.box_flex .photo img{
width: 100%;
}
.bt_link a {
display: block;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #999;
  padding: 6px 30px;
  text-align: center;
  margin: 10px auto;
  width: 80%;
}

/*ナビゲーション---------------------------------------*/
nav .box_nav{
display: flex;
flex-wrap: wrap;
justify-content:space-between;
padding-top: 10px;
}
nav .box_nav a{
width: calc( 100% / 3 );
display: block;
background-color: #d02368;
color: #FFF;
text-align: center;
padding: 5px;
font-weight: 500;
border: #FFF 1px solid;
box-sizing: border-box
}
nav .globalMenuSp {
	position:fixed;
	color: #FFF;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
	z-index:15;
	padding-bottom: 30px;
	height: 100vh;
	background-color: rgba(255,255,255,0.8);
	padding-top: 50px;
	
}
nav .globalMenuSp .box_nav-shop {
	padding: 40px 2% 0 2%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
nav .globalMenuSp .box_nav-shop a {
display: block;
background-color: #d02368;
margin-bottom: 15px;
  width: 48%;
  padding: 4% 0;
  border: #FFF 1px solid;
  text-align: center;
  box-sizing: border-box;
  font-size: 3.5vw;
  font-weight: 600;
  text-decoration: none;
  color: #FFF;
	line-height:100%;
}

nav .globalMenuSp .text1{
padding-top: 30px;
text-align: center
}
nav .globalMenuSp .box_nav {
	padding: 20px 2% 0 2%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
 
nav .globalMenuSp .box_nav  a {
display: block;
  width: 46%;
  border: #FFF 1px solid;
  
  margin-left: 1%;
  margin-bottom: 15px;
  padding: 3.5vw 0;
  text-align: center;
  box-sizing: border-box;
  font-size: 3.8vw;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  color: #FFF;
	line-height:100%;
}

/* 最後はラインを描かない */
nav .globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
/* このクラスを、jQueryで付与・削除する */
nav .globalMenuSp.active {
    transform: translateY(0%);
}
nav .globalMenuSp ul li ul{
	margin-top:-20px;
	padding-bottom:5px;
}
nav .globalMenuSp ul li ul li{
	height:28px;
	padding-bottom:0;
	border:none;
	font-weight:normal;
}
/*ハンバーガー---------*/
.navToggle {
    display: block;
    position: absolute;  
    right: 13px;
    top: 3px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 13;
  /* background: #999;*/
    text-align: center;
	z-index:20;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* navToggleに対して */
    width: 35px;
    border-bottom: solid 3px #d02368;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
	
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #d02368;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/*タップ後のXボタン---------*/
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
	border-bottom: solid 3px #d02368;
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
	border-bottom: solid 3px #d02368;
}


.bg_title{
height:20vw;
padding-top: 15vw;
background-image: url(../img/common/bg1-sp.png);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;

}
.bg_title h1{
font-size: 5vw;
color: #5F4336;
font-weight: 600;
text-align: center;
line-height: 150%;
width: 80%!important;
}
.bt a{
width: 90%;
 margin: 20px auto;
 display: block;
 padding: 7px 0;
 font-size: 16px;
 font-weight: 400;
 text-align: center;
 border: 4px #441a0c double;
 color: #441a0c;
 transition: 0.5s;
 position: relative;
}

.bt a:after{
 font-family: FontAwesome;
  content: '\f105'; /* アイコンのunicode */
  position:absolute;
  right:5px;
  top:10px;
  font-size:14px;
  font-weight: 800
}
  /* ヘッダー終わり */
.pageheader {
margin: 0;
padding: 0;
overflow: hidden;
text-align: center
}
.pageheader img{
 width: 100%;

}
.pageheader .document{
 position: relative;
}
.pagetitle{
 background-color: rgba( 255, 255, 255, 0.70 );
 font-size: 18px;
 color: #5E2E15;
 font-weight: 500;
 padding: 10px 0;
 text-align: center;
 width: 80%;
 position: absolute;
 top:50px;
left:50%;
transform: translateX(-50%)
}
.wrapper{
}
.wrapper .container{
width: 90%;
margin: 0 auto
}
.wrapper .sidemenu{
padding-left: 10px;
padding-right: 5px;
background-color: #F9D9D9;
padding-bottom: 60px
}
.wrapper .sidemenu .title_sidemenu{
color: #FFF;
text-shadow: 2px 2px 2px #333;
font-size: 22px;
font-weight: 600;
padding-left: 10px;
padding-top: 50px;
padding-bottom: 20px;
}
.wrapper .sidemenu a{
display: block;
background-color: rgba(255,255,255,0.8) ;
color: #ff899d;
padding: 10px 2px 10px 10px;font-size: 14px;
font-weight: 600;
margin-bottom: 15px;
font-size: 16px;
border: #FFF 2px solid;
box-sizing: border-box;
position: relative;
transition: 0.5s
}
.wrapper .sidemenu a:after{
 font-family: FontAwesome;
  content: '\f138'; /* アイコンのunicode */
  position:absolute;
  right:3px;
  top:13px;
  font-weight: 800
}
.wrapper .sidemenu a:hover{
background-color: #FFF
}
/*フッター--------------------------------------------------------------------------*/
.footer_contact{
margin: 0;
position: relative;
text-align: center;
background-color: #F4F4F4;
font-size: 22px;
font-weight: 600;
}

.footer_contact .box_ft_conatact{

width:90%;
margin: 0 auto;
 padding: 2%;
 color: #333;
}
.footer_contact .box_ft_conatact .tel{
font-size: 30px;
font-weight: 600;
margin-bottom: 10px;
text-align: center;
color: #d02368;
padding-top: 20px;
}
.footer_contact .box_ft_conatact .bt a{
background-color: #ff899d;
border: none;
color: #FFF;
width: 90%;
margin-bottom: 14px
}

#footer {
	padding-bottom:10px;
	margin-bottom:0;
   background-color:#ff899d;
	color:#FFF;
	line-height:130%;
	font-size: 13px;
}
#footer .sitemap{
display: none
}
#footer a:link{
	color:#FFF;
}
#footer a:visited{
color:#FFF;
}
#footer .name{
font-size: 15px;
font-weight: 500;
padding-bottom: 10px;
}

#footer .rogo{
display: none;
}
#footer .copyright{
  border-top:3px #FFF solid;
  padding-top: 15px;
  text-align: center;
  font-size: 12px;
  margin-bottom: 40px;
}
/*パンくずー---------ー---------ー---------ー---------ー---------ー---------ー---------ー---------ー---------ー---------ー---------*/
.breadcrumbs{
 font-size: 13px;
 font-weight: normal;
 padding-top: 5px;
 padding-left: 10px;
}
.pager{
padding-bottom: 50px;
}
.pager td{
 border: none!important;
 display: table-cell;
 width: 50%
}
.pager a{
 background-color: #999;
 color: #FFF;
 padding: 5px 25px;
 margin-right: 10px;
 font-size: 16px;
}
.footer-fix{
position: fixed;
width: 100%;
bottom: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background-color: rgba(199,78,78,0.8)
}
.footer-fix a{
width: 50%;
box-sizing: border-box;
text-align: center;
padding: 10px 0;
border: 1px solid #CCC;
color: #FFF;
display: block;
font-weight: 600;
font-size: 16px;
}
.footer-fix a i{
color: #FFF
}
}

/*ページトップ--------------------------------------*/

#page-top {
	position: fixed;
	bottom: 20px;
	right:2%;
	z-index: 9999;
}
#page-top a {
	text-decoration: none;
	background-color: #331405;
	color: #FFF;
	padding: 0 5px;
	font-weight:bold;
	font-size:30px;
	text-align: center;
	display: block;
	border-radius: 3px;
}
#page-top a:hover {
	text-decoration: none;
	opacity: 0.7;
}