@charset "UTF-8";

.jumbotron-cofee {
	background: url(images/main.jpg) no-repeat center top;
	background-size: cover;
	height: 100vh;
	min-height: 400px;
	color: #fff;
}

.jumbotron_content {
	position:relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.logo {
	fill:#fff;
}

.btn-ghost {
	background:transparent;	
}

.btn-ghost.btn-default {
	color:#777;
}

.btn-ghost.btn-primary {
	color:#337ab7;
}

.btn-ghost.btn-success {
	color:#5bc85c;
}

.btn-ghost.btn-info {
	color:#6bc0de;
}

.btn-ghost.btn-warning {
	color:#f0ad4e;
}

.btn-ghost.btndanger {
	color:#d9534f;
}

.btn-ghost.btn-default:hover,
.btn-ghost.btn-primary:hover,
.btn-ghost.btn-success:hover,
.btn-ghost.btn-info:hover,
.btn-ghost.btn-warning:hover,
.btn-ghost.btndanger:hover {
	color:#fff;
}

.btn-ghost.btn-white {
	color:#fff;
	border:1px solid #fff;
}

.btn-ghost.btn-white:hover {
	color:#333;
	background:#fff;
}

.row-nopadding {
	margin-left:0;
	margin-right:0;
	margin-bottom:30px;
}

.row-nopadding>[class*="col-"] {
	padding-left:0;
	padding-right:0;
}

.row--v-middle {
	font-size: 0;
}
 
.row--v-middle > [class*="col-"] {
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

.block-no {
	padding:0;
	margin:0;
}

.logo-svg {
	margin:7px;
}

.newlogo {
	margin: 5px 7px 0;
 width: 100px;
}

/* 上方向のmargin */
.block-mt-sm {
	margin-top: 15px;
}
.block-mt-md {
	margin-top: 30px;
}
.block-mt-lg {
	margin-top: 60px;
}
 
/* 下方向のmargin */
.block-mb-sm {
	margin-bottom: 15px;
}
.block-mb-sm2 {
	margin-bottom: 10px;
}
.block-mb-md {
	margin-bottom: 30px;
}
.block-mb-lg {
	margin-bottom: 60px;
}

.block-mb-lg2 {
	margin-bottom: 65px;
}

.opacity-7 {
	opacity:0.7;
}
.opacity-8 {
	opacity:0.8;
}

.opacity-9 {
	opacity:0.9;
}


/*gridのgutter調整*/
.row-0{
    margin-left:0px;
    margin-right:0px;
 
    > div{
        padding-right:0px;
        padding-left:0px;
    }
}
.row-10{
    margin-left:-5px;
    margin-right:-5px;
 
    > div{
        padding-right:5px;
        padding-left:5px;
    }
}
.row-20{
    margin-left:-10px;
    margin-right:-10px;
 
    > div{
        padding-right:10px;
        padding-left:10px;
    }
}
.row-30{
    margin-left:-15px;
    margin-right:-15px;
 
    > div{
        padding-right:15px;
        padding-left:15px;
    }
}
.row-40{
    margin-left:-20px;
    margin-right:-20px;
 
    > div{
        padding-right:20px;
        padding-left:20px;
    }
}




/* common */

body {
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height: 1.5;
	color: #000;
  background: #fff;
}

.fmin { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.fgothic { font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }



/* adust */
img { width: 100%; }
ul {
	margin-bottom: 0;
	padding: 0;
}
li { list-style: none; }
p { margin: 0; }
em { font-style: inherit; }

.cf { *zoom: 1; }
.cf:after {
	clear: both;
	display: block;
	content: "";
	visibility: hidden;
	height: 0;
}

#footer {
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	background-color: #f3efe8;
	color: #817f7c;
	padding:30px 10px;
}

.fix a {
	color: #817f7c;
	transition:.5s;
	text-decoration:none;
}

.fix a:hover {
	color: #504A43;
}

li {
	list-style:none;
}

.fh5co-footer-logo {
	font-size:2.3rem;
}

.p-top-50 {
	padding-top:0.7rem;
}

.pc {
	display:none;
}



.center-textblock {
	display:block;
	width:95%;
	margin:0 auto;
}

.space {
	padding-left:50px;
}

.btn-box .float-left {
	margin: 0 auto;
	width: 378px;
}
.btn-box span.required {
	display: block;
	text-align: center;
	font-size: 12px;
}



/* common */


.container-fluid { padding: 0; }

.del-icons li {
	float: left;
	margin: 0 10px 0px 0;
	width: 50px;
}
.del-icons .limit { width: 94px; }
.del-icons .limit_other { width: 95px; }
.del-icons .new { width: 92px; }
.del-icons .quick { width: 111px; }
.del-icons li:last-child { margin-right: 0; }



.thumbnail {
	margin-bottom: 0;
	padding: 0;
	background: none;
	border: 0;
	border-radius: 0;
}
.product {
	margin: 0 auto 50px;
	width: 85%;
}

.more {
	margin: 0 auto;
	display: block;
	text-align: center;
	line-height: 1.8;
	font-size: 250%;
	color: #fff;
	box-shadow:2px 2px 6px 0px #bababa;
	-moz-box-shadow:2px 2px 6px 0px #bababa;
	-webkit-box-shadow:2px 2px 6px 0px #bababa;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e46088), color-stop(0.00, #f2b3c6));
	background: -webkit-linear-gradient(#f2b3c6, #e46088);
	background: -moz-linear-gradient(#f2b3c6, #e46088);
	background: -o-linear-gradient(#f2b3c6, #e46088);
	background: -ms-linear-gradient(#f2b3c6, #e46088);
	background: linear-gradient(#f2b3c6, #e46088);
	border-radius: 5px;
	border: 1px solid #ffdbdb;
	width: 80%;
}
.more:hover { color: #fff; }

.thumbnails { margin-bottom: 15px; }
.sec-ttl-txt {
	margin-bottom: 5%;
	line-height: 1.2;
	font-size: 250%;
	color: #40200e;
}
.sec-ttl-txt span { color: #ec6d56; }



/* style strat */


/* common */

html { color: #141414; }
.fmin { font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif; }
h1,h2,h3 { margin: 0; }

.cf { *zoom: 1; }
.cf:after {
	clear: both;
	display: block;
	content: "";
	visibility: hidden;
	height: 0;
}


a {
  color: #fff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #9cb0c4;
  text-decoration: none;
}

.fuwafuwa {
-webkit-animation:fuwafuwa 3s infinite linear alternate;
animation:fuwafuwa 3s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa {
0% {-webkit-transform:translate(0, 0) rotate(-5deg);}
50% {-webkit-transform:translate(0, -5px) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(5deg);}
}

@keyframes fuwafuwa {
0% {transform:translate(0, 0) rotate(-5deg);}
50% {transform:translate(0, -5px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(5deg);}
}




.fuwa02 {
	-webkit-animation-name:fuwafuwa02;
	-webkit-animation-duration:1.8s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwafuwa02;
	-moz-animation-duration:1.8s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}

@-webkit-keyframes fuwafuwa02 {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -12px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa02 {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -12px);}
	100% {-moz-transform:translate(0, 0);}
}

.shadow {
    -webkit-filter: drop-shadow(1px 1px 5px gray);
        filter: drop-shadow(1px 1px 5px gray);
        }

.kome {
    text-indent: -1em;
    margin-left: 1em;
}
.kome:before {
    content: '※ ';
}

/* 吹き出し本体 - 上下の中心 */
.balloon2{
  position: relative;
  padding: 20px;
  background-color: #fff3ad;
}
/* 三角アイコン - 上下の中心 */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 50%;
  margin-top: -15px;
  border-right: 15px solid #fff3ad;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* 吹き出し本体 - 左右の中心 */
.balloon1{
  position: relative;
  padding: 20px;
  background-color: #fff;
}
/* 三角アイコン - 左右の中心 */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  top: -15px;
  margin: 0 auto;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

/* 吹き出し本体 */
.balloon{
  position: relative;
  padding: 20px;
  background-color: #fff;
	 border-radius: 10px; 
}

/* beforeで三角を表現 */
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  top: -15px;
  margin: 0 auto;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
}


.snow {
  /*雪の色*/
  color: rgba(226,162,162,0.5);
  /*雪の大きさ*/
  font-size: 60px;
  /*初期位置*/
  position: fixed;
  top: -5%;
  /*雪そのものを幅に適当な幅で降らせる*/
  text-shadow:
  5vw   -100px 2px,
  10vw  -400px 3px,
  20vw  -500px 4px,
  30vw  -580px 1px,
  39vw  -250px 2px,
  42vw  -340px 5px,
  56vw  -150px 2px,
  63vw  -180px 0,
  78vw  -220px 4px,
  86vw  -320px 9px,
  94vw  -170px 7px;

  /*アニメーションさせる*/
  animation: anim 10s linear;
  animation-iteration-count:1;
}

@keyframes anim {
  100% {
    color: transparent;
    top: 150%;
  }
}


a:hover	{ position: relative; top: 2px; }

 a:hover  {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}


.row-0{ margin-left:0px;
	     margin-right:0px}


.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.selector {
  font-feature-settings: "palt";
}

.selector2 {
  letter-spacing: 0.1em;
}
hr {
	border-top: 2px dashed #db0000;
}

.selector {
  font-feature-settings: "palt";
}


.selector2 {
  letter-spacing: 0.1em;
}


@media screen and (min-width:1024px) {

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

.row { margin: 0; }

.del-icons { margin-bottom: 10px; }
.del-icons li {
	float: left;
	width: 40px;
}
.del-icons .limit { width: 75px; }
.del-icons .limit_other { width: 75px; }
.del-icons .new { width: 92px; }
.del-icons .quick { width: 111px; }
.del-icons li:last-child { margin-right: 0; }



#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	font-size: 14px;
}
	
#page-top a {
	background: #e95377;
	text-decoration: none;
	color: #fff;
	width: 66px;
	padding: 20px 0 25px;
	text-align: center;
	display: block;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#page-top a:hover {
	text-decoration: none;
	background: #e95377;
}
#page-top img { width: 40px; }

.navfont {
	font-size: 16px;
}			
	

  
  /*アコーディオン*/
  
.accordion {
margin: 0em auto;
max-width: 100vw;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {

padding: 1em;
display: block;
color: #fc76b5;
font-weight: bold;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #e17777;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.toggle:checked + .title + .content {
max-height: 100%;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}  
    
		.btn-yellow{
		background: #533528;
		color: #e17777;
		text-align: center;
      font-size: 1.5em;
}	 
  
  

  
	#ryoritxt .container-fluid{
	margin: 0px 0 0;
	width: 100%;
	}
  
	.ryoritxt{
	text-align: right;
	margin: 20px 0 60px;
		font-size: 0.9em;
}			
	
  
  

.set_vis{
	width: 100%;
		margin: 0px auto 5px;
}  
  
.set_vis2{
	width: 65%;
		margin: 0px auto 5px;
}    
  
.set_vis3{
	width: 70%;
		margin: 30px auto 5px;
}    
    
  
  
.set_tit{
		font-size: 1.1em;
		line-height: 1.4;
    font-weight:bold;
  color: #40200e;
		margin: 0px auto 0px;
}	  
  
.set_tit a{
  text-decoration: underline;
  color: #40200e;
}	  
  
  
.set_tit2{
		font-size: 1.2em;
		line-height: 1.4;
    font-weight:bold;
  color: #40200e;
		margin: 0px auto 0px;
}	  
  
.set_tit2 a{
  text-decoration: underline;
  color: #40200e;
}	    
  
  
.set_txt{
		font-size: 0.9em;
  color: #d2313c;
		margin: 0px auto 0px;
}	  

  
  .set_buy{
		font-size: 1.3em;
		line-height: 1.2;
    font-weight:bold;
  color: #40220f;
      text-align: right;
		margin-bottom: 0px;
}  
  
  .set_buy span{
		font-size: 60%;
}    
  
  
  .set_buy2{
		font-size: 1.3em;
		line-height: 1.2;
    font-weight:bold;
  color: #40220f;
      text-align: right;
		margin-bottom: 30px;
}  
  
  .set_buy2 span{
		font-size: 60%;
}    
  
    

	.set_btn{
	width: 100%;
		margin: 0px auto 30px;
}			
  
  
	.set_btn2{
	width: 100%;
		margin: 0px auto 70px;
}			
    
  
	.set_btn3{
	width: 100%;
		margin: 0px auto 0px;
}			
    
  
  .set_net{
		font-size: 1.0em;
    font-weight:bold;
    padding: 5px;
    background: #d2313c;
  color: #fff;
      text-align: center;
display: inline-block;
    margin-bottom: 5px;
}    
  
  
	#main .container-fluid{
		margin: 0px auto 0px;
	width: 100%;
	}


  
#main .container-fluid .txt{
		font-size: 1.3em;
		line-height: 1.8;
  color: #40200e;
		text-align: center;
		margin: 50px auto 30px;
	}	  
  
  
 
  
  
#main .container-fluid .box{
   background: #fde8de;
	padding: 20px 0px;
		margin-bottom: 50px;
	}	  
  
 #main .container-fluid .k_tit{
		font-size: 1.4em;
   font-weight:bold;
   text-align: center;
   color: #e7316e;
		margin: 0px auto 0px;
}  
  
  
 #main .container-fluid .k_txt{
		font-size: 1.4em;
		line-height: 1.2;
   font-weight:bold;
    text-align: center;
   color: #40200e;
		margin: 0px auto 10px;

}    
  
  
 #main .container-fluid .k_txt2{
		font-size: 1.4em;
		line-height: 1.2;
   font-weight:bold;
    text-align: center;
   color: #40200e;
		margin: 0px auto 10px;

}       
  
  
	#gentei .container-fluid{
	margin: 0px auto 0px;
    background: #eb6f7d;
	width: 100%;
	}	
  
  
#gentei .container-fluid .tit{
		margin: 10px auto 10px;
	width: 70%;
}	    
  
  
  
	#kankan .container-fluid{
	margin: 0px auto 0px;
	width: 100%;
	}	  
  
#kankan .container-fluid .txt{
		font-size: 1.3em;
		line-height: 1.8;
  color: #40200e;
		text-align: center;
		margin: 50px auto 20px;
	}	  
  
  
#kankan .container-fluid .vis{
		margin: 0px auto 30px;
	width: 80%;
}	    
  
#kankan .container-fluid .vis2{
		margin: 0px auto 0px;
	width: 80%;
}	   
  
#kankan .container-fluid .tit{
		margin: 0px auto 0px;
	width: 60%;
}	   
  
  
#kankan .container-fluid .txt2{
		font-size: 1.3em;
		line-height: 1.4;
  color: #40200e;
		text-align: center;
		margin: 0px auto 5px;
	}	    
  
#kankan .container-fluid .txt2 span{
   font-weight:bold;
	}	   
  
#kankan .container-fluid .txt3{
		font-size: 1.0em;
		line-height: 1.8;
  color: #40200e;
		text-align: center;
		margin: 0px auto 30px;
	}	  
  
#kankan .container-fluid .kanone{
		font-size: 1.1em;
   font-weight:bold;
  color: #40200e;
		text-align: center;
		margin: 0px auto 30px;
	}	    
  
#kankan .container-fluid .kanone a{
  text-decoration: underline;
  color: #40200e;
}	   
  

  
  
  
	#about .container-fluid{
		margin: 0px auto 70px;
	width: 100%;
	} 
  
#about .container-fluid .box{
background:#fff6e9;
  border: 5px solid #eb6f7d;
   border-radius: 10px;
	padding: 30px;
	margin-top: 50px;
	margin-bottom: 70px;
	}	 
  
  
#about .container-fluid .b_tit{
	width: 70%;
		margin: 0px auto 20px;
}    
  
#about .container-fluid .b_vis{
	width: 100%;
		margin: 0px auto 0px;
}      
  
#about .container-fluid .b_vis2{
	width: 90%;
		margin: 0px auto 0px;
}      
  
#about .container-fluid .b_txt{
		font-size: 1.1em;
		line-height: 1.6;
  color: #40220f;
		margin: 0px auto 0px;
	}	    
  
#about .container-fluid .b_txt span{
   font-weight:bold;
	}	   
  
#about .container-fluid .tit{
	width: 50%;
		margin: 0px auto 20px;
}    
  
#about .container-fluid .txt{
		font-size: 1.1em;
   font-weight:bold;
    text-align: center;
		line-height: 1.6;
    color: #40200e;
		margin: 0px auto 5px;
	}	  
  
#about .container-fluid .vis{
	width: 100%;
		margin: 0px auto 0px;
}    
  
  
	#sweets .container-fluid{
	margin: 0px auto 0px;
    background: #eb6f7d;
	width: 100%;
	}	
  
  
#sweets .container-fluid .tit{
		margin: 10px auto 10px;
	width: 70%;
}	    
  
  
	#sweetsmain .container-fluid{
	margin: 0px auto 0px;
    padding-bottom: 70px;
    background: #fff6e9;
	width: 100%;
	}	  
  
#sweetsmain .container-fluid .txt{
		font-size: 1.3em;
		line-height: 1.8;
  color: #40200e;
		text-align: center;
		margin: 50px auto 20px;
	}	  
      
  
	#teiban .container-fluid{
	margin: 0px auto 0px;
    background: #eb6f7d;
	width: 100%;
	}	
  
  
#teiban .container-fluid .tit{
		margin: 10px auto 10px;
	width: 40%;
}	      
  
	#teibanmain .container-fluid{
	margin: 0px auto 0px;
	width: 100%;
	}	  
  
#teibanmain .container-fluid .txt{
		font-size: 1.3em;
		line-height: 1.8;
  color: #40200e;
		text-align: center;
		margin: 50px auto 20px;
	}	  
        
  
  
}/*************************************************** end min-width1024 ***************************************************/

/* navbar collapse for iPad (bootstrap) */
@media (max-width: 768px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}	




@media screen and (min-width:736px) and (max-width:1023px) {
	


	
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	font-size: 12px;
}
#page-top a {
	background: #e95377;
	text-decoration: none;
	color: #fff;
	width: 45px;
	padding: 10px 0 15px;
	text-align: center;
	display: block;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#page-top a:hover {
	text-decoration: none;
	background: #e95377;
}
#page-top img { width: 25px; }



.nav li.for_pc { display: none; }

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

.sp_sec01 {
	margin-top: 12%;
}
.block-no { margin-left: 5%; }

.row {
	margin-left: 0;
	margin-right: 0;
}
	
  /*アコーディオン*/
  
.accordion {
margin: 0em auto;
max-width: 100vw;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {

padding: 1em;
display: block;
color: #fc76b5;
font-weight: bold;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #e17777;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.toggle:checked + .title + .content {
max-height: 100%;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}  
    
		.btn-yellow{
		background: #533528;
		color: #e17777;
		text-align: center;
      font-size: 1.1em;
}	 
  
  

  
	#ryoritxt .container-fluid{
	margin: 0px 0 0;
	width: 100%;
	}
	
	.ryoritxt{
	text-align: right;
	margin: 20px 0 60px;
      font-size: 0.9em;
}		
	
	
.set_vis{
	width: 100%;
		margin: 0px auto 5px;
}  
  
.set_vis2{
	width: 65%;
		margin: 0px auto 5px;
}    
  
.set_vis3{
	width: 70%;
		margin: 30px auto 5px;
}    
    
  
  
.set_tit{
		font-size: 1.0em;
		line-height: 1.4;
    font-weight:bold;
  color: #40200e;
		margin: 0px auto 0px;
}	  
  
.set_tit a{
  text-decoration: underline;
  color: #40200e;
}	  
  
  
.set_tit2{
		font-size: 1.2em;
		line-height: 1.4;
    font-weight:bold;
  color: #40200e;
		margin: 0px auto 0px;
}	  
  
.set_tit2 a{
  text-decoration: underline;
  color: #40200e;
}	    
  
  
.set_txt{
		font-size: 0.9em;
  color: #d2313c;
		margin: 0px auto 0px;
}	  

  
  .set_buy{
		font-size: 1.3em;
		line-height: 1.2;
    font-weight:bold;
  color: #40220f;
      text-align: right;
		margin-bottom: 0px;
}  
  
  .set_buy span{
		font-size: 60%;
}    
  
  
  .set_buy2{
		font-size: 1.3em;
		line-height: 1.2;
    font-weight:bold;
  color: #40220f;
      text-align: right;
		margin-bottom: 30px;
}  
  
  .set_buy2 span{
		font-size: 60%;
}    
  
    

	.set_btn{
	width: 100%;
		margin: 0px auto 30px;
}			
  
  
	.set_btn2{
	width: 100%;
		margin: 0px auto 70px;
}			
    
  
	.set_btn3{
	width: 100%;
		margin: 0px auto 0px;
}			
    
  
  .set_net{
		font-size: 1.0em;
    font-weight:bold;
    padding: 5px;
    background: #d2313c;
  color: #fff;
      text-align: center;
display: inline-block;
    margin-bottom: 5px;
}    
  
  
	#main .container-fluid{
		margin: 0px auto 0px;
	width: 100%;
	}


  
#main .container-fluid .txt{
		font-size: 1.1em;
		line-height: 1.8;
  color: #40200e;
		text-align: center;
		margin: 50px auto 30px;
	}	  
  
  
 
  
  
#main .container-fluid .box{
   background: #fde8de;
	padding: 20px 0px;
		margin-bottom: 50px;
	}	  
  
 #main .container-fluid .k_tit{
		font-size: 1.2em;
   font-weight:bold;
   text-align: center;
   color: #e7316e;
		margin: 0px auto 0px;
}  
  
  
 #main .container-fluid .k_txt{
		font-size: 1.2em;
		line-height: 1.2;
   font-weight:bold;
    text-align: center;
   color: #40200e;
		margin: 0px auto 10px;

}    
  
  
 #main .container-fluid .k_txt2{
		font-size: 1.2em;
		line-height: 1.2;
   font-weight:bold;
    text-align: center;
   color: #40200e;
		margin: 0px auto 10px;

}       
  
  
	#gentei .container-fluid{
	margin: 0px auto 0px;
    background: #eb6f7d;
	width: 100%;
	}	
  
  
#gentei .container-fluid .tit{
		margin: 10px auto 10px;
	width: 70%;
}	    
  
  
  
	#kankan .container-fluid{
	margin: 0px auto 0px;
	width: 100%;
	}	  
  
#kankan .container-fluid .txt{
		font-size: 1.1em;
		line-height: 1.8;
  color: #40200e;
		text-align: center;
		margin: 50px auto 20px;
	}	  
  
  
#kankan .container-fluid .vis{
		margin: 0px auto 30px;
	width: 80%;
}	    
  
#kankan .container-fluid .vis2{
		margin: 0px auto 0px;
	width: 80%;
}	   
  
#kankan .container-fluid .tit{
		margin: 0px auto 0px;
	width: 60%;
}	   
  
  
#kankan .container-fluid .txt2{
		font-size: 1.1em;
		line-height: 1.8;
  color: #40200e;
		text-align: center;
		margin: 0px auto 0px;
	}	    
  
#kankan .container-fluid .txt2 span{
   font-weight:bold;
	}	   
  
#kankan .container-fluid .txt3{
		font-size: 1.0em;
		line-height: 1.8;
  color: #40200e;
		text-align: center;
		margin: 0px auto 30px;
	}	  
  
#kankan .container-fluid .kanone{
		font-size: 1.0em;
   font-weight:bold;
  color: #40200e;
		text-align: center;
		margin: 0px auto 30px;
	}	    
  
#kankan .container-fluid .kanone a{
  text-decoration: underline;
  color: #40200e;
}	   
  

  
  
  
	#about .container-fluid{
		margin: 0px auto 70px;
	width: 100%;
	} 
  
#about .container-fluid .box{
background:#fff6e9;
  border: 5px solid #eb6f7d;
   border-radius: 10px;
	padding: 20px 10px;
	margin-top: 50px;
	margin-bottom: 40px;
	}	 
  
  
#about .container-fluid .b_tit{
	width: 90%;
		margin: 0px auto 20px;
}    
  
#about .container-fluid .b_vis{
	width: 100%;
		margin: 0px auto 0px;
}      
  
#about .container-fluid .b_vis2{
	width: 90%;
		margin: 0px auto 0px;
}      
  
#about .container-fluid .b_txt{
		font-size: 1.1em;
		line-height: 1.6;
  color: #40220f;
		margin: 0px auto 0px;
	}	    
  
#about .container-fluid .b_txt span{
   font-weight:bold;
	}	   
  
#about .container-fluid .tit{
	width: 70%;
		margin: 0px auto 20px;
}    
  
#about .container-fluid .txt{
		font-size: 1.0em;
   font-weight:bold;
    text-align: center;
		line-height: 1.6;
    color: #40200e;
		margin: 0px auto 5px;
	}	  
  
#about .container-fluid .vis{
	width: 100%;
		margin: 0px auto 0px;
}    
  
  
	#sweets .container-fluid{
	margin: 0px auto 0px;
    background: #eb6f7d;
	width: 100%;
	}	
  
  
#sweets .container-fluid .tit{
		margin: 10px auto 10px;
	width: 70%;
}	    
  
  
	#sweetsmain .container-fluid{
	margin: 0px auto 0px;
    padding-bottom: 50px;
    background: #fff6e9;
	width: 100%;
	}	  
  
#sweetsmain .container-fluid .txt{
		font-size: 1.1em;
		line-height: 1.8;
  color: #40200e;
		text-align: center;
		margin: 50px auto 20px;
	}	  
      
  
	#teiban .container-fluid{
	margin: 0px auto 0px;
    background: #eb6f7d;
	width: 100%;
	}	
  
  
#teiban .container-fluid .tit{
		margin: 10px auto 10px;
	width: 40%;
}	      
  
	#teibanmain .container-fluid{
	margin: 0px auto 0px;
	width: 100%;
	}	  
  
#teibanmain .container-fluid .txt{
		font-size: 1.1em;
		line-height: 1.8;
  color: #40200e;
		text-align: center;
		margin: 50px auto 20px;
	}	  
        
  
  
}/* end min-width736 max-width1023 */


@media screen and (min-width:320px) and (max-width:736px) {

.mentaikoday { background: none; }

.nav li.for_pc { display: none; }

.sp { display: block; }
.pc { display: none; }
.sp_sec01 {
	margin-top: 12%;
}
.block-no { margin-left: 5%; }

.row {
	margin-left: 0;
	margin-right: 0;
}


	
	
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	font-size: 12px;
}
#page-top a {
	background: #e95377;
	text-decoration: none;
	color: #fff;
	width: 45px;
	padding: 10px 0 15px;
	text-align: center;
	display: block;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#page-top a:hover {
	text-decoration: none;
	background: #e95377;
}
#page-top img { width: 25px; }

	

  
  
  /*アコーディオン*/
  
.accordion {
margin: 0em auto;
max-width: 100vw;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {

padding: 1em;
display: block;
color: #fc76b5;
font-weight: bold;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #e17777;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.toggle:checked + .title + .content {
max-height: 100%;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}  
    
		.btn-yellow{
		background: #533528;
		color: #e17777;
		text-align: center;
      font-size: 1.0em;
}	 
  
  
.o-3column .col-xs-6 { padding: 7px;}
  
  
	#ryoritxt .container-fluid{
	margin: 0px 0 0;
	width: 100%;
	}  

	
	.ryoritxt{
	text-align: right;
	margin: 10px 0 30px;
		font-size: 0.9em;
}		
	


  

.set_vis{
	width: 100%;
		margin: 0px auto 10px;
}  
  
  
.set_vis2{
	width: 65%;
		margin: 0px auto 5px;
}    
  
.set_vis3{
	width: 70%;
		margin: 30px auto 5px;
}    
    
  
.set_tit{
		font-size: 1.0em;
		line-height: 1.4;
    font-weight:bold;
  color: #40200e;
		margin: 0px auto 0px;
}	  
  

  
.set_tit a{
  text-decoration: underline;
  color: #40200e;
}	  
  
.set_tit2{
		font-size: 1.0em;
		line-height: 1.4;
    font-weight:bold;
  color: #40200e;
		margin: 0px auto 0px;
}	  
  

  
.set_tit2 a{
  text-decoration: underline;
  color: #40200e;
}	    
  
  
.set_txt{
		font-size: 0.9em;
  color: #d2313c;
		margin: 0px auto 0px;
}	  

  
  .set_buy{
		font-size: 1.3em;
		line-height: 1.2;
    font-weight:bold;
  color: #40200e;
      text-align: right;
		margin-bottom: 0px;
}  
  
  .set_buy span{
		font-size: 60%;
}    
  
  
  .set_buy2{
		font-size: 1.1em;
		line-height: 1.2;
    font-weight:bold;
  color: #40200e;
      text-align: right;
		margin-bottom: 30px;
}  
  
  .set_buy2 span{
		font-size: 60%;
}    
  
    

	.set_btn{
	width: 100%;
		margin: 0px auto 30px;
}			
  
  
	.set_btn2{
	width: 100%;
		margin: 0px auto 50px;
}			
    
  
	.set_btn3{
	width: 100%;
		margin: 0px auto 0px;
}			
  
  .set_net{
		font-size: 0.9em;
    font-weight:bold;
    padding: 5px;
    background: #d2313c;
  color: #fff;
      text-align: center;
display: inline-block;
    margin-bottom: 5px;
}    
  
  
  

	#main .container-fluid{
		margin: 0px auto 0px;
	width: 100%;
	}


  
#main .container-fluid .txt{
		font-size: 1.0em;
		line-height: 2.0;
  color: #40200e;
		text-align: center;
		margin: 30px auto 30px;
	}	  
  
  

  
  
#main .container-fluid .box{
   background: #fde8de;
	padding: 10px;
		margin-bottom: 40px;
	}	  
  
 #main .container-fluid .k_tit{
		font-size: 1.2em;
   font-weight:bold;
   text-align: center;
   color: #e7316e;
		margin: 0px auto 0px;
}  
  
  
 #main .container-fluid .k_txt{
		font-size: 1.1em;
		line-height: 1.2;
   font-weight:bold;
    text-align: center;
   color: #40200e;
		margin: 0px auto 10px;

}    
  
  
 #main .container-fluid .k_txt2{
		font-size: 1.1em;
		line-height: 1.2;
   font-weight:bold;
    text-align: center;
   color: #40200e;
		margin: 0px auto 10px;

}       
  
  
	#gentei .container-fluid{
	margin: 0px auto 0px;
    background: #eb6f7d;
	width: 100%;
	}	
  
  
#gentei .container-fluid .tit{
		margin: 10px auto 10px;
	width: 100%;
}	    
  
  
  
	#kankan .container-fluid{
	margin: 0px auto 0px;
	width: 100%;
	}	  
  
 
  
#kankan .container-fluid .txt{
		font-size: 1.0em;
		line-height: 1.8;
  color: #40200e;
		text-align: center;
		margin: 40px auto 20px;
	}	  
  
  
#kankan .container-fluid .vis{
		margin: 0px auto 30px;
	width: 90%;
}	    
  
#kankan .container-fluid .vis2{
		margin: 0px auto 0px;
	width: 100%;
}	   
  
#kankan .container-fluid .tit{
		margin: 0px auto 5px;
	width: 100%;
}	   
  
  
#kankan .container-fluid .txt2{
		font-size: 1.0em;
		line-height: 1.6;
  color: #40200e;
		text-align: center;
		margin: 0px auto 10px;
	}	    
  
#kankan .container-fluid .txt2 span{
   font-weight:bold;
	}	   
  
#kankan .container-fluid .txt3{
		font-size: 0.9em;
		line-height: 1.6;
  color: #40200e;
		text-align: center;
		margin: 0px auto 30px;
	}	  
  
#kankan .container-fluid .kanone{
		font-size: 1.0em;
   font-weight:bold;
  color: #40200e;
		text-align: center;
		margin: 0px auto 30px;
	}	    
  
#kankan .container-fluid .kanone a{
  text-decoration: underline;
  color: #40200e;
}	   
  

  
  
  
	#about .container-fluid{
		margin: 0px auto 30px;
	width: 100%;
	} 
  
#about .container-fluid .box{
background:#fff6e9;
  border: 5px solid #eb6f7d;
   border-radius: 10px;
	padding: 30px 20px;
	margin-top: 0px;
	margin-bottom: 30px;
	}	 
  
  
#about .container-fluid .b_tit{
	width: 100%;
		margin: 0px auto 20px;
}    
  
#about .container-fluid .b_vis{
	width: 100%;
		margin: 0px auto 10px;
}      
  
#about .container-fluid .b_vis2{
	width: 100%;
		margin: 0px auto 10px;
}      
  
#about .container-fluid .b_txt{
		font-size: 1.0em;
		line-height: 1.6;
  color: #40220f;
		margin: 0px auto 0px;
	}	    
  
#about .container-fluid .b_txt span{
   font-weight:bold;
	}	   
  
#about .container-fluid .tit{
	width: 100%;
		margin: 0px auto 20px;
}    
  
#about .container-fluid .txt{
		font-size: 1.0em;
   font-weight:bold;
    text-align: center;
		line-height: 1.4;
    color: #40200e;
		margin: 0px auto 5px;
	}	  
  
#about .container-fluid .vis{
	width: 100%;
		margin: 0px auto 20px;
}    
  
  
	#sweets .container-fluid{
	margin: 0px auto 0px;
    background: #eb6f7d;
	width: 100%;
	}	
  
  
#sweets .container-fluid .tit{
		margin: 10px auto 10px;
	width: 100%;
}	    
  
  
	#sweetsmain .container-fluid{
	margin: 0px auto 0px;
    padding-bottom: 40px;
    background: #fff6e9;
	width: 100%;
	}	  
  

  
#sweetsmain .container-fluid .txt{
		font-size: 1.0em;
		line-height: 1.8;
  color: #40200e;
		text-align: center;
		margin: 40px auto 20px;
	}	  
      
  
	#teiban .container-fluid{
	margin: 0px auto 0px;
    background: #eb6f7d;
	width: 100%;
	}	
  
  
#teiban .container-fluid .tit{
		margin: 10px auto 10px;
	width: 80%;
}	      
  
	#teibanmain .container-fluid{
	margin: 0px auto 0px;
	width: 100%;
	}	  
  

  
#teibanmain .container-fluid .txt{
		font-size: 1.0em;
		line-height: 1.8;
  color: #40200e;
		text-align: center;
		margin: 40px auto 20px;
	}	  
  
}/*************************************************** end min-width320 max-width736 ***************************************************/




