@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,900");

/*
	Twenty by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/


/* =========================== Reset =========================== */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font-weight: 300;
		color: #444;
		letter-spacing: 0.1rem;
		/*font: inherit;*/
		vertical-align: baseline;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "serif";
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

img {width: 100%; margin: 0; vertical-align: bottom;
}


/* =========================== Basic =========================== */
	body {
		background: #fff;
	}

	body.is-loading *, body.is-loading *:before, body.is-loading *:after {
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}


	a:hover {
		border-bottom-color: transparent;
		opacity: 0.6;
	}

	a img:hover {
		border-bottom-color: transparent;
		opacity: 0.6;
	}


@media screen and (max-width: 767px) {
	
	html, body {overflow-x: hidden}
		body {min-width: initial}
		body {min-width: 320px}
}


/* =========================== Box Model =========================== */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}


/* =========================== Wrapper =========================== */
.wrapper {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		content: '';
		display: block;
		clear: both;
		margin: 0 auto;
		width: 100%;
		position: relative;
}

/* =========================== Containers =========================== */

.container {
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	max-width: 1050px;
	position: relative;
}

.container_1200 {
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	max-width: 1250px;
	position: relative;
}

.container_1600 {
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	max-width: 1650px;
	position: relative;
}

.container_1000 {
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	max-width: 1050px;
	position: relative;
}

.container_700 {
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	max-width: 750px;
	position: relative;
}

.container_500 {
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	max-width: 550px;
	position: relative;
}



@media screen and (max-width: 767px) {
.container {width: 100% !important}
}


/* =========================== row　Gridが段落ちしないように包括する要素 =========================== */
.row {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.row > * {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.row:after, .row:before {
	content: '';
	display: block;
	clear: both;
}

.row.uniform > * > :first-child {margin-top: 0}
.row.uniform > * > :last-child {margin-bottom: 0}

@media screen and (max-width: 767px) {

}



/* =========================== Text =========================== */


html {font-size: 15px}
/* remの基準となるText数値　16pxを基準とする場合・・・1remは16px、2remは32px、0.5remは8px */


body, input, select, textarea {font-size: 1rem}

	a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		text-decoration: none;
	}

.t_white {color: #fff}

	strong, b {font-weight: 400}

	p, ul, ol, dl, table, blockquote {
		margin: 0 0 0 0;
	}

	h1, h2, h3, h4, h5, h6 {
		/*color: inherit;*/
		/*line-height: 1.75rem;*/
		/*margin-bottom: 1rem;*/
		text-transform: none;
		text-decoration: none;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		text-decoration: none;
		border: 0;
	}

	h1 {font-size: 2.5rem}

	h2 {font-size: 1.6rem; font-weight: 400; line-height: 2.1rem; margin-bottom: 32px}

	h3 {font-size: 1.1rem; margin-bottom: 1rem}

	h4 {font-size: 1rem; color: #444; line-height: 1.75rem}

	h5 {font-size: 0.84rem; font-weight: 200; color: #888; line-height: 1.4rem; letter-spacing: 0}

	p {font-size: 0.85em}

p1 {font-size: 0.69em;line-height: 0.5rem;}

p2 {font-size: 1.1em; 
	font-weight: bold;line-height: 2.1rem}

p7 {color: red; font-size: 1.1em; 
	font-weight: bold;line-height: 2.1rem}
p8 {color: red; font-size: 1.6em; 
	font-weight: bold;line-height: 2.1rem}

p3 {font-size: 1.6em; 
	font-weight: bold;line-height: 3.1rem}

p4 {font-size: 1.4em; 
	font-weight: bold;line-height: 2.8rem}

p5 {font-size: 3.1em; 
	font-weight: bold;line-height: 5.0rem}

p6 {font-size: 1.4em; 
	font-weight: bold;line-height: 2.1rem}

p9 {font-size: 2.1em; 
	font-weight: bold;line-height: 3.3rem}

	hr {
		border-top: solid 1px rgba(124, 128, 129, 0.2);
		border: 0;
		margin-bottom: 1.5rem;
	}

	blockquote {
		border-left: solid 0.5rem rgba(124, 128, 129, 0.2);
		font-style: italic;
		padding: 1rem 0 1rem 2rem;
	}



@media screen and (max-width: 767px) {
	
	h2 {font-size: 1.34rem; margin-bottom: 22px}
	h4 {font-size: 0.9rem}
    
}

@media screen and (max-width: 320px) {
	
	h2 {font-size: 1.1rem; line-height: 1.8rem; margin-bottom: 18px}
	h3 {font-size: 0.9rem; margin-bottom: 1rem}
	h4 {font-size: 0.9rem; line-height: 1.6rem}
    
}


/* =========================== マウスオーバーで画像拡大 =========================== */
#photo a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#photo img {
    height: auto;
    transition: .3s ease-in-out;
}
#photo a:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

/* =========================== Header =========================== */

.header {
		margin: 0 auto;
		height: 90px;
		width: 100%;
		position: relative;
	}

		.header h1 {
			margin: 0;
			width: 100%;
			max-width: 200px;
			position: absolute;
			top: 30px;
			left: 0;
		}

.gnavi__wrap {
    width: 900px;
    margin: 0 400px;
    
}
.gnavi__lists {
    display: flex;
}
.gnavi__list {
    width: 14%;
    height: 90px;
    background-color: ;
    position: relative;
    transition: all .3s;
}
.gnavi__list:hover {
    background-color: #C5C3C3;
}
.gnavi__list:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s;
}
.gnavi__list:hover::before {
    background-color: #E5F0F8;
}
.gnavi__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #1b4059;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 600;
    transition: all .3s;
}
.gnavi__list:hover a {
    color: #ffffff;
}
.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 90px;
    left: 0;
   
}
.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
   z-index: 100;
}
.dropdown__list {
    background-color: #A6A4A4;
    height: 70px;
    transition: all .3s;
    position: relative;
    
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #555;
    position: absolute;
    top: 0;
    left: 0;
   
}
.dropdown__list:hover {
    background-color: #A6A4A4;
   
   
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    
    
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
    
}


@media screen and (max-width: 767px) {
		.header {
			height: 70px;
			z-index: 1;
		}
		.header h1 {
			max-width: 140px;
   position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,166%);
		}
	
	#nav {display: none}
}


/* =========================== Header・スマートフォン用（追加20220326） =========================== */
@media screen and (min-width: 768px) {
.sp_nav {display: none}

}
@media screen and (max-width: 767px) {
.sp_nav {display: block}	

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed; /*9.14 absoluteからfixedへ メニュー暗転を追従させる */
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
/*
body {
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.open {
  transform: translateX(-350px);
}
*/
.menu-trigger {
  display: inline-block;
  width: 34px;
  height: 21px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 18px;
  z-index: 100;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #555;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.sp_nav_menu {
  width: 330px;
  height: 100%;
  background-color: rgb(228, 126, 142, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  transform: translate(330px);
  transition: all .3s;
}
	
	
.sp_nav_menu.open {
  transform: translateZ(0);
}

#sp_nav_menu_title {
	font-size: 20px;
	color: #fff;
	}
.sp_nav_menu > ul > li:first-child {
	padding-top: 40px;
	padding-bottom: 6px;
}
.sp_nav_menu > ul > li {
	text-align: center;
	color: #fff;
}
	
.sp_nav_menu > ul > li > a:hover {
  background-color: #eee;
	opacity: 1;
}
	
.sp_nav_menu > ul > li > a {
	font-size: 20px;
	color: #fff;
	display: block;
	text-align: center;
padding: 12px 0;
	border-top: solid 1px rgb(238, 136, 152);
}
	
.sp_nav_menu > ul > li > a:last-child {
	border-bottom: solid 1px rgb(238, 136, 152);
}
	
.sp_nav_menu > ul > li > a  {
  position: relative;
}
.sp_nav_menu > ul > li > a > i {
  position: absolute;
	top: 18px;
 	right: 15px;
}

	
	
	

.toggle_wrap:last-of-type {
}
.toggle_switch {
  position: relative;
  cursor: pointer;
  padding: 12px 0px;
}
	
.toggle_switch span {font-size: 16px;
    color: #fff;
   
    }
	
.toggle_switch.open {}
.toggle_switch:hover { background-color: #eee;
    
    }
.toggle_switch::after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 17px;
	background: url("../images/arrow_down.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	transition: transform .2s;
    
}
	
.toggle_switch.open::after {
  transform: rotateZ(180deg);
  top: 36%;
}
.toggle_contents {
  display: none;
  padding: 0 0;
  background-color: rgb(0, 0, 0, 0.06);
  
}
	
.toggle_contents a {
	display: block;
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	padding: 12px 0px;
  	border-bottom: solid 1px rgb(255, 255, 255, 0.12);
	position: relative;
    
}
.toggle_contents a:last-child {
  	border-bottom: none;
}
	
.toggle_contents a:hover {
  background-color: #eee;
	opacity: 1;
}

.toggle_contents span {
	border-bottom: solid 2px #fff;
    color: #fff;
}
.toggle_contents i {
  position: absolute;
  top: 41%;
right: 15px;
color: #fff;    
}
}

/* =========================== アンカーリンク・ヘッダー高さ分のズレを調整 =========================== */
#theme,#flavor,#lineup,#shop {
	display: block;
	margin-top:-200px;
	padding-top:200px;
}

/* =========================== Banner・メイン画像 =========================== */
.main_imgBox {
    height: 900px;
    overflow: hidden;
    position: relative;
}

  .main_logo {
	width: 100%;
	max-width: 635px;
    z-index:11;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width: 100%;
    height:auto;
}

  .main_logo_2 {
	width: 100%;
	max-width: 240px;
    z-index:11;
    position: absolute;
    top: 6%;
    right:6%;
}

  .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 900px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 30s 0s infinite;
    animation: anime 30s 0s infinite; }

    .main_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

.main_img:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

.main_img:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

  .main_imgM {
    opacity: 0;
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 30s 0s infinite;
    animation: anime 30s 0s infinite; }

    .main_imgM:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_imgM:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

.main_imgM:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

.main_imgM:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }    

  
@keyframes anime {
    0% {
        opacity: 0;
    }
    10.0% {
        opacity: 1;
    }
    20.0% {
        opacity: 1;
    }
    30.0% {
        opacity: 0;
         transform: scale(1.1);
                    z-index:9;
    }
    100% { opacity: 0 }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    10.0% {
        opacity: 1;
    }
    20.0% {
        opacity: 1;
    }
    30.0% {
        opacity: 0;
         -webkit-transform: scale(1.1);
            z-index:9;
    }
    100% { opacity: 0 }
}


@media screen and (max-width: 767px) {
	
.main_imgBox {
    height: 640px;
}
.main_img {
   
    height: 640px;
}
	
  .main_logo {
	width: 84%;
}
	
.main_logo_2 {
	width: 100%;
	max-width: 120px;
    z-index:11;
    position: absolute;
    top: 6%;
    right:6%;
}
    
  
    
}

@media screen and (max-width: 320px) {
	
.main_imgBox {
    height: 480px;
}
.main_img {
    
    height: 480px;
}
    
}

/* =========================== Title（title2は追加） =========================== */
.title {
	padding: 65px 0 58px 0;
	text-align: center;
}
.title img {
	max-width: 480px;
	margin-bottom: 10px;
}

.title2 {
	padding: 0px 0 30px 0;
	text-align: center;
}

.title3 {
	padding: 0px 0 30px 0;
	text-align: left;
}

/* =========================== theme =========================== */

.pop_1 {
	z-index: 10;
	width: 640px;
	position: absolute;
	bottom: -60px;
	right: 25px;
}

.theme_grid_c {
	float: left;
	width: 44%;
	height: 500px;
	background-color: #6b6a6a;
	position: relative;
}
.theme_grid_l {
	float: left;
	width: 28%;
	height: 500px;
	background-position: center;
	background-size: cover;
	background-image: url(../images/theme_grid_l.jpg);
}
.theme_grid_r {
	float: left;
	width: 28%;
	height: 500px;
	background-position: center;
	background-size: cover;
	background-image: url(../images/theme_grid_r.jpg);
}

.theme_grid_c_box {
	text-align: center;
	width: 92%;
	position: absolute;
	top: 48%;
	left: 50%;
	transform:translate(-50%,-50%); /* 縦横センターに配置 */
}

.theme_title {
	margin: 0 auto;
	margin-bottom: 26px;
	max-width: 342px;
}


@media only screen and (max-width: 767px) {
	
.theme_title {
	margin: 0 auto;
	margin-bottom: 26px;
	max-width: 230px;
}
	
.theme_grid_c {
	float: none;
	width: 100%;
	height: 500px;
}
.theme_grid_l {display: none}
.theme_grid_r {	float: none; width: 100%}
}

/* =========================== flavor =========================== */
.fixed-background {
	padding: 50px 0 50px 0;
	height: auto;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
 
.background-1 {
	background-image: url(../images/yuming50_banner_pc.jpg);
}

.pop_2 {
	width: 800px;
	position: absolute;
	bottom: -80px;
	left: 25px;
}

.grid2 {
	background: #fff;
	float: left;
	clear: none;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 3rem;
	border-radius: 14px;
}
.grid2:nth-child(2n) {margin-right: 0}


.grid2_r {
	float: right;
	width: 44%;
	height: 400px;
	position: relative;
}
 
.grid2_r {
	background-position: center;
	background-size: cover;
	border-top-right-radius: 14px;
	-webkit-border-top-right-radius: 14px;
	-moz-border-radius-topright: 14px;
	border-bottom-right-radius: 14px;
	-webkit-border-bottom-right-radius: 14px;
	-moz-border-radius-bottompright: 14px;	
}

.grid2_r_caramelmachiato {background-image: url("../images/grid2_r_radeo.jpg")}
.grid2_r_chocolatmenthe {background-image: url(../images/grid2_r_50th.jpg)}
.grid2_r_citronorange {background-image: url(../images/grid2_r_naeba43.jpg)}
.grid2_r_ruby {background-image: url("../images/grid2_r_savethesnow.jpg")}
.grid2_r_chocolat {background-image: url("../images/grid2_r_bestalbum.jpg")}
.grid2_r_fraise {background-image: url("../images/grid2_r_23tour.jpg")}
.grid2_r_matcha {background-image: url("../images/grid2_r_kanpai.jpg")}
.grid2_r_vanille {background-image: url("../images/grid2_r_yumingmuseum.jpg")}


.new_flavor {
	width: 90px;
	position: absolute;
	top: 0;
	right: 0;
}
.new_flavor img {
	border-top-right-radius: 14px;
	-webkit-border-top-right-radius: 14px;
	-moz-border-radius-topright: 14px;
	border-bottom-left-radius: 14px;
	-webkit-border-bottom-left-radius: 14px;
	-moz-border-radius-bottompleft: 14px;	
}

.grid2_l {
	float: left;
	width: 56%;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.grid2_l_number {
	width: 36px;
	height: auto;
	position: absolute;
	top: 30px;
	left: 26px;
}

.grid2_l_text {
	margin: 0 auto;
	margin-top: 100px;
	width: 80%;
	height: 300px;
	position: relative;
}

.grid2_l_text_head {
	width: 100%;
	max-width: 340px;
	margin-bottom: 10px;
}
.grid2_l_text_head img {
	width: 100%;
}

.grid2_l_text_head_sub {
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 16px;
}

.grid2_l_text_text {
	font-size: 0.95rem;
	color: #888;
	line-height: 1.7rem;
	letter-spacing: 0;
	text-align: justify;
}

.grid2_l_text_sweets {
	width: 120px;
	position: absolute;
	right: 0;
	bottom: 30px;
}



@media only screen and (max-width: 767px) {
    
.grid2_r_caramelmachiato {background-image: url("../images/grid2_r_radeo_sp.jpg")}    
.grid2_r_chocolatmenthe {background-image: url("../images/grid2_r_50th_sp.jpg")} 
.grid2_r_citronorange {background-image: url("../images/grid2_r_naeba43_sp.jpg")} 
.grid2_r_ruby {background-image: url("../images/grid2_r_savethesnow_sp.jpg")}  
.grid2_r_chocolat {background-image: url("../images/grid2_r_bestalbum_sp.jpg")} 
.grid2_r_fraise {background-image: url("../images/grid2_r_23tour_sp.jpg")} 
.grid2_r_matcha {background-image: url("../images/grid2_r_kanpai_sp.jpg")}
.grid2_r_vanille {background-image: url("../images/grid2_r_yumingmuseum_sp.jpg")}    
.grid2 {
	width: 100%;
	margin-right: 0;
	margin-bottom: 3rem;
}
	
.grid2_r {
	float: left;
	width: 100%;
	height: 240px;
}
.grid2_r {
	border-top-left-radius: 14px;
	-webkit-border-top-left-radius: 14px;
	-moz-border-radius-topleft: 14px;
	border-top-right-radius: 14px;
	-webkit-border-top-right-radius: 14px;
	-moz-border-radius-topright: 14px;
	
	border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottompright: 0;	
}
	
.new_flavor {
	width: 80px;
}

.grid2_l {
	width: 100%;
}
	
.grid2_l_number {
	width: 18px;
	top: 22px;
	left: 23px;
	}
	
.grid2_l_text_head {
	text-align: center;
	margin: 0 auto 10px auto;
	}

.grid2_l_text_head_sub {
	text-align: center;
}

.grid2_l_text {
	margin-top: 60px;
	width: 85%;
	height: 285px;
}
.grid2_l_text_text {
	line-height: 1.6rem;
}
.grid2_l_text_sweets {
	width: 100px;
}
}

@media only screen and (max-width: 320px) {
	
.grid2_l_text_text {
	font-size: 0.85rem;
	line-height: 1.5rem;
}
}

/* =========================== lineup =========================== */
.lineup {margin: 0px 0 0px 0}

.grid_lineup {
	float: left;
	clear: none;
	width: 360px; /* 30 */
	margin-right: 60px; /* 5 */
	margin-bottom: 4.8rem;
	text-align: center;
	position: relative;
}

.grid_lineup:nth-child(3n) {margin-right: 0}

.grid_lineup2 {
	float: left;
	clear: none;
	width: 255px; /* 30 */
	margin-right: 40px; /* 5 */
	margin-bottom: 4.8rem;
	text-align: center;
	position: relative;
}
.grid_lineup2 img {
	width: 75%;
	margin-bottom: 18px;
}

.grid_lineup3 {
	float: left;
	clear: none;
	width: 360px; /* 30 */
	margin-right: -40px; /* 5 */
	margin-bottom: 4.8rem;
	text-align: center;
	position: relative;
}
.grid_lineup3 img {
	width: 70%;
	margin-bottom: 18px;
}

.grid_lineup_title3 {
    width: 360px;
	margin-bottom: 11px;
	font-size: 1.00rem;
	font-weight: 500;
	letter-spacing: 0;
}
.grid_lineup3:nth-child(3n) {margin-right: 0}

.new {
	width: 100px;
	z-index: -1;
	position: absolute;
	top: -55px;
	left: -15px;
}

.grid_lineup img {
	width: 84%;
	margin-bottom: 18px;
}


.grid_lineup_title {
	margin-bottom: 11px;
	font-size: 1.12rem;
	font-weight: 500;
	letter-spacing: 0;
}

@media screen and (max-width: 767px) {
.lineup{display: none}	
.new {
	width: 80px;
	z-index: -1;
	position: absolute;
	top: -46px;
	left: -10px;
}	

.grid_lineup {
	float: left;
	clear: none;
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 3rem;
}
.grid_lineup:nth-child(3n) {margin-right: 5%}
.grid_lineup:nth-child(2n) {margin-right: 0}
	
.grid_lineup_title {
	font-size: 0.92rem;
}
    
.lineup2{display: }    
}
.lineup3{display: }    
}

@media only screen and (max-width: 320px) {
.lineup{display: none}	
.new {
	width: 70px;
	z-index: -1;
	position: absolute;
	top: -44px;
	left: -10px;
}
.lineup3{display: }    
}


/* =========================== guide =========================== */
.guide {
	margin-bottom: 80px;
}

.guide_1{
	margin: 0 auto 36px auto;
	width: 100%;
	max-width: 248px;
}
.guide_2{
	margin: 0 auto 20px auto;
	width: 100%;
	max-width: 900px;
}
/* =========================== Shop =========================== */
.shop {
	border-top: solid 1px #444;
	margin: 0px 0 90px 0;
}

.store_info_1 {
	margin-bottom: 30px;
}

.shop_grid {
	width: 100%;
	height: auto;
	padding: 35px 0 35px 0;
	border: solid 1px #786f6d;
}

.shop_logo {
	text-align: center;
	margin-bottom: 40px;
}
.shop_logo img {
	width: 204px;
	margin-bottom: 20px;
}

.shop_head {
	margin: 0px auto 20px auto;
	font-size: 1.6rem;
	color: #786f6d;
	text-align: center;
	line-height: 2.4rem;
}

.shop_btn a {
	margin: 0 auto;
	background-color: #786f6d;
	color: #fff;
	display: block;
	width: 100%;
	max-width: 360px;
	padding: 24px 0 24px 0;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0;
	border-radius: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.shop_btn i {
	color: #fff;
	font-size: 1rem;
	margin-left: 5px;
}

@media only screen and (max-width: 767px) {
	
.shop_head {
	font-size: 1.2rem;
	line-height: 1.8rem;
}
.shop h4 {
	font-size: 0.76rem;
	letter-spacing: 0;
	}
.shop_btn a {
	font-size: 1rem;
}
.shop_btn i {
	font-size: 0.9rem;
}
}

@media screen and (max-width: 320px) {
	
.shop h4 {
	font-size: 0.78rem;
	letter-spacing: 0;
}
	
.shop_head {
	font-size: 1rem;
	line-height: 1.7rem;
}

.shop_btn a {
	font-size: 0.8rem;
}
.shop_btn i {
	font-size: 0.7rem;
}
}

/* =========================== Contact =========================== */
.contact {
	border-top: solid 1px #444;
	margin: 0px 0 110px 0;

}

.contact_tell {
	text-align: center;
	margin-bottom: 14px;
}
.contact_tell a {
	font-size: 1.4rem;
	font-weight: 500;
	color: #5a8a95;
}

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

.contact_tell a {
	font-size: 1.2rem;
}
.shop_logo h3 {
	font-size: 0.8rem;
}
}

/* =========================== Footer =========================== */
.footer {
	background-color: #6b6a6a;
	padding: 48px 0 25px 0;
}

.footer_logo {
	margin: 0 auto;
	width: 100%;
	max-width: 286px;
}

@media only screen and (max-width: 767px) {

.footer_logo {
	max-width: 200px;
}
}

/* =========================== Copyright =========================== */
.copyright {
	background-color: #6b6a6a;
	padding: 0 0 30px 0;
	text-align: center;
	}

.copyright span {
	font-size: 0.5rem;
	color: #fff;
	line-height: 1rem;
}


/* =========================== TOPヘ戻るボタン =========================== */
a{
outline: none;
}

a:focus{
outline: none;
}


.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
	text-decoration:none !important;
	outline: none, !important;
}

.pagetop a focus{
	outline: none, !important;
}

.pagetop a {
	outline: none;
	display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 1.4rem;
    text-decoration:none !important;
    padding: 12px 17px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    background-color: #bbb;
    color: #fff;
	outline: none;
}

.pagetop a:visited {
	outline: none;
}

/* =========================== 購入ボタン=========================== */
.ec_btn a {
	z-index: 20;
	position: fixed;
	top: 50%;
	right: 0;
    transform:translate(0,-50%);
}
.ec_btn a img {
	width: 76px;
}

@media screen and (max-width: 767px) {
.ec_btn {display: none}
	
.ec_btn_sp a {
	margin: 0 auto;
	background-color: #2a2a2a;
	color: #fff;
	display: block;
	width: 100%;
	padding: 24px 0 24px 0;
	text-align: center;
	font-size: 1.1rem;
	color: #fff;
	font-weight: 200;
	letter-spacing: 0;
}
.ec_btn_sp i {
	color: #fff;
	font-size: 1rem;
	margin-left: 5px;
}
}

/* ====================================================== レスポンシブデザイン ====================================================== */
/* =========================== pcとsp切り替え｜画像 =========================== */

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

@media only screen and (max-width: 767px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
/* =========================== pcとsp切り替え｜改行位置 =========================== */

@media only screen and (min-width:767px){
.pc-br{display:inline;}
.sp-br{display:none;}
}

@media screen and (max-width: 766px) {
.pc-br{display:none;}
.sp-br{display:inline;}
}



/* =========================== 追加220325=========================== */
/* =========================== Grid（詳細ページ用）=========================== */
.row {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.row > * {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.row:after, .row:before {
	content: '';
	display: block;
	clear: both;
}

.row.uniform > * > :first-child {
	margin-top: 0;
}

.row.uniform > * > :last-child {
	margin-bottom: 0;
}

/* 商品アイテム一覧用のrow */
.row_sweets {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 45px;
}

.row_sweets > * {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.row_sweets:after, .row_sweets:before {
	content: '';
	display: block;
	clear: both;
}

.row_sweets.uniform > * > :first-child {
	margin-top: 0;
}

.row_sweets.uniform > * > :last-child {
	margin-bottom: 0;
}

/* design.html 花言葉用のrow */
.row_flower {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 45px;
}

.row_flower > * {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.row_flower:after, .row_flower:before {
	content: '';
	display: block;
	clear: both;
}

.row_flower.uniform > * > :first-child {
	margin-top: 0;
}

.row_flower.uniform > * > :last-child {
	margin-bottom: 0;
}


#float_left {float: left}
#float_right {float: right}



.grid3 {
	width: 30%;
	clear: none;
	margin-left: 2%;
	margin-bottom: 10px;
}

.grid4 {
	width: 25%;
	clear: none;
	margin-left: 0;
}

.grid5 {
	width: 10%;
	clear: none;
	margin-left: 0;
}

.grid6 {
	width: 15%;
	clear: none;
	margin-left: 0;
}

/* 文字ポイント追加8/16 */
.grid_txt {
	font-size: 0.9em; 
	font-weight: bold;
	letter-spacing: 0.025em;
	text-align: center;
	line-height: normal;
	margin-top: 10px;
}

/* 文字ポイント追加8/16 */
.grid_txt2 {
	font-size: 1.0em; 
	letter-spacing: 0.025em;
	text-align: left;
	line-height: normal;
	margin-top: 10px;
}

/* 文字ポイント追加8/16 */
.grid_txt3 {
	width:100%;
	font-size: 0.9em; 
	letter-spacing: 0.025em;
	text-align: center;
	line-height: normal;
	margin-top: 10px;
	
}

/* 文字ポイント追加8/16 */
.grid_txt4 {
	width:100%;
	font-size: 0.7em; 
	letter-spacing: 0.025em;
	text-align: center;
	line-height: normal;
	margin-top: 10px;
}

.grid_news {
	width:100%;
	font-size: 0.8em; 
	letter-spacing: 0.025em;
	text-align: left;
	line-height: normal;
	margin-top: 10px;
}


@media screen and (max-width: 767px) {
	
.row_sweets {margin-bottom: 0px}
	
#float_left {float: none}
#float_right {float: none}
	
	
.grid3 {
	width: 100%;
	clear: none;
	margin-left: 0;
	margin-bottom: 10px;
}
	
/* 文字ポイント追加8/16 */
.grid_txt3 {
	font-size: 0.84em; 
	width:100%;
	text-align: center;
	line-height: center;
	
}	
	
.grid_news {
	width:100%;	
	text-align: left;
	line-height: normal;

}	
	
}

/* =========================== Table =========================== */
	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-bottom: solid 1px rgba(124, 128, 129, 0.2);
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				font-weight: 400;
				padding: 0.5em 1em 0.5em 1em;
				text-align: left;
			}

			table.default thead {
				background: #7c8081;
				color: #fff;
			}

.csv-title {
  background-color: #fffde7; 
  padding: 20px 15px;
  color: #333;
  border-left: 5px solid #EFA92A;
  font-size: 1.2em;
  font-weight: bold;  
  margin-top: 40px;
}

.csv-title2 {
  background-color: #eee; 
  padding: 20px 15px;
  color: #333;
  border-left: 5px solid #B6B2AF;
  font-size: 1.2em;
  font-weight: bold;  
  margin-top: 40px;
}


/* =========================== レスポンシブテーブル設定 =========================== */

table3.tb03 {
table-layout: fixed;	
border-collapse: collapse;   
}

.tb03 th{
background: #f0f0f0;
color: #000;
}

table2.tb02 {
table-layout: fixed;	
border-collapse: collapse;
}

.tb02 th{
background: #B6B2AF;
color: #fff;
}


table {
  border-collapse: collapse;
  width: 100%;
}
table caption{
  width: 100%;
	text-align: left;
  vertical-align: middle;
}

table th,
table td {
  padding: 10px;
  border: 1px solid #999;
}
table th {
  background-color: #eee;
  text-align: left;
  width: 30%;
}




@media screen and (max-width: 767px) {
  table {
    border-top: 1px solid #999;
  }
  table td {
    display: block;
    text-align: left;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}


/* =========================== 追加220410=========================== */
/* menu2
--------------------------------------*/

#menu2 {
	width: 100%;
	max-width:71.25rem;
	margin: 0 auto;
	padding: 0;
}
#menu2 li{
	display: block;
	float: left;
	width: 14.2%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ffffff;
}
#menu2 li a {
	display: block;
	padding: 20px 0 20px;
	background-color: #A49F9B;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #ffffff;
}
#menu2 li:last-child a{
	border: none;
}
#menu2 li a:hover{
	background: #444444;
}
#toggle {
	display: none;
}
 
/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 750px) {
	#menu2 li {
		width: 50%;
		border-bottom: 1px solid #ffffff;
	}
}    

/* =========================== 追加220417=========================== */

/* =========================== 追加221001=========================== */
/* menu3
--------------------------------------*/

#menu3 {
	width: 100%;
	max-width:71.25rem;
	margin: 0 auto;
	padding: 0 0 100px;
}
#menu3 li{
	display: block;
	float: left;
	width: 49.2%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ffffff;

}
#menu3 li a {
	display: block;
	padding: 20px 0 20px;
	background-color: #D1CFCF;
	color: #fff;
    font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #ffffff;
}
#menu3 li:last-child a{
	border: none;
}
#menu3 li a:hover{
	background: #999999;
}
#toggle {
	display: none;
}
 
/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 750px) {
	#menu3 li {
		width: 50%;
		border-bottom: 1px solid #ffffff;
	}
}    

/* =========================== 追加220417=========================== */

/* =========================== 追加230702=========================== */
/* 6段まで
--------------------------------------*/

#menu4 {
	width: 100%;
	max-width:71.25rem;
	margin: 0 auto;
	padding: 0 0 350px;
}
#menu4 li{
	display: block;
	float: left;
	width: 49.2%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ffffff;

}
#menu4 li a {
	display: block;
	padding: 20px 0 20px;
	background-color: #D1CFCF;
	color: #fff;
    font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #ffffff;
}
#menu4 li:last-child a{
	border: none;
}
#menu4 li a:hover{
	background: #999999;
}
#toggle {
	display: none;
}
 
/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 750px) {
	#menu4 li {
		width: 50%;
		border-bottom: 1px solid #ffffff;
	}
} 

/* 2段まで
--------------------------------------*/
#menu5 {
	width: 100%;
	max-width:71.25rem;
	margin: 0 auto;
	padding: 0 0 200px;
}
#menu5 li{
	display: block;
	float: left;
	width: 49.2%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ffffff;

}
#menu5 li a {
	display: block;
	padding: 20px 0 20px;
	background-color: #D1CFCF;
	color: #fff;
    font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #ffffff;
}
#menu5 li:last-child a{
	border: none;
}
#menu5 li a:hover{
	background: #999999;
}
#toggle {
	display: none;
}
 
/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 750px) {
	#menu5 li {
		width: 50%;
		border-bottom: 1px solid #ffffff;
	}
} 



/* =========================== 追加230702=========================== */


/* =========================== history_concept =========================== */
.history_concept {
	margin-top: 3vw;
	margin-bottom: 4vw;
}

.history_concept_row {
	margin-bottom: 4vw;
}


.history_concept_row_img_r {
	float: right;
	width: 35%;
}
.history_concept_row_text_l {
	float: left;
	width: 60%;	
	margin-right: 5%;
}


.history_concept_row_img_l {
	float: left;
	width: 35%;
	margin-right: 5%;
}
.history_concept_row_text_r {
	float: right;
	width: 60%;	
}


.history_concept_row_text_l_2 {
	float: left;
	width: 45%;	
	margin-right: 5%;
}
.history_concept_row_img_r_2 {
	float: right;
	width: 50%;
}

/* ============= 追加221017 ============= */
.history_concept_row_img_r_3 {
	float: center;
	width: 48%;
    margin-right: 2%;
}
/* ============= 追加221017 ============= */

/* ============= 追加230619 ============= */
.history_concept_row_img_r_4 {
	float: center;
	width: 30%;
    margin-left: 3%;
}
/* ============= 追加230619 ============= */

.history_concept_row_text_1 {
	font-size: 2rem;
	padding-bottom: 0.8vw;
	border-bottom: solid 2px #c9ad6b;
	margin-bottom: 1vw;
}
.history_concept_row_text_2 {
	text-align: justify;
}
.history_concept_row_text_3 {
	margin-top: 0.8vw;
}

.history_concept_row_text_l_4 {
	float: left;
	width: 100%;	
	margin-right: 5%;
}


/* ============= スマホ表示 ============= */
@media screen and (max-width: 599px) {

.history_concept {
	margin-top: 50px;
	margin-bottom: 20px;
}
.history_concept_row {
	margin-bottom: 70px;
}

	
.history_concept_row_img_r {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.history_concept_row_text_l {
	float: left;
	width: 100%;	
	margin-right: 0;
	margin-bottom: 20px;
}
	
	
.history_concept_row_text_r {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.history_concept_row_img_l {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
	
	
.history_concept_row_img_r_2 {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}
.history_concept_row_text_l_2 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
	

.history_concept_row_text_1 {
	font-size: 2rem;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: solid 2px #c9ad6b;
	margin-bottom: 20px;
}
.history_concept_row_text_3 {
	text-align: center;
	margin-top: 12px;
}
    
/* ============= 追加221017 ============= */
.history_concept_row_img_r_3 {
	float: center;
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}
/* ============= 追加221017 ============= */ 
    
/* ============= 追加230619 ============= */
.history_concept_row_img_r_4 {
	float: center;
	width: 100%;
	margin-left: 0.3%;
	margin-bottom: 20px;
}
/* ============= 追加230619 ============= */       
    
}

/* ============= 画像の上に文字 ============= */
.example {
  position: relative;
  }

.example p9 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-size: 3.2em; 
font-weight: bold;line-height: 5.0rem;
color: #a88d60; 
  }


.example img {
  width: 100%;
  }


/* ============= 苗場45 ============= */
.table_design08 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 1200px;
  text-align: center;
}
.table_design08 th, .table_design08 td {
  border: 2px solid #d2e8f1;
  padding: 1em;  
}

.table_design08 thead th {
  background-color: #4d9bc1;
  color: #fff;
  border: 2px solid #4d9bc1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  
}
.table_design08 thead th:last-of-type {
  border-right: 2px solid #4d9bc1;
}
.table_design08 tbody th {
  color: #4d9bc1;
  font-weight: bold;
  text-align: center;

}
@media screen and (max-width: 787px) {
  .table_design08 {
    text-align: left;
  }
  .table_design08 thead {
    display:none;
  }
  .table_design08 th, .table_design08 td {
    display: block;
    border: 0;
    border-bottom: 2px solid #e6f1f6;
  }
  .table_design08 tbody th{
    background: #4d9bc1;
    color:#fff;
  }
  .table_design08 td::before{
    content: attr(data-label);
    color: #4d9bc1;
    font-weight: bold;
    display: inline-block;
    width: 30%;
    min-width: 4em;
  }
}

/* ============= 逗子Vol17 ============= */
.table_design09 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 1200px;
  text-align: ;
}
.table_design09 th, .table_design09 td {
  border: 2px solid #d2e8f1;
  padding: 1em;  
}

.table_design09 thead th {
  background-color: #4d9bc1;
  color: #fff;
  border: 2px solid #4d9bc1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  
}
.table_design09 thead th:last-of-type {
  border-right: 2px solid #4d9bc1;
}
.table_design09 tbody th {
  color: #4d9bc1;
  font-weight: bold;
  text-align: center;

}

.table_design09 tbody td {
  color: #808080;
  font-weight: bold;
  text-align: left;

}
@media screen and (max-width: 787px) {
  .table_design09 {
    text-align: left;
  }
  .table_design09 thead {
    display:none;
  }
  .table_design09 th, .table_design09 td {
    display: block;
    border: 0;
    border-bottom: 2px solid #e6f1f6;
  }
  .table_design09 tbody th{
    background: #4d9bc1;
    color:#fff;
  }
  .table_design09 td::before{
    content: attr(data-label);
    color: #4d9bc1;
    font-weight: bold;
    display: inline-block;
    width: 30%;
    min-width: 4em;
  }
}

/* ============= コンサート公演地・公演数 ============= */
.table_design10 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 1200px;
  text-align: ;
}
.table_design10 th, .table_design10 td {
  border: 2px solid #d2e8f1;
  padding: 1em;  
}

.table_design10 thead th {
  background-color: #4d9bc1;
  color: #fff;
  border: 2px solid #4d9bc1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  
}
.table_design10 thead th:last-of-type {
  border-right: 2px solid #4d9bc1;
}
.table_design10 tbody th {
  color: #4d9bc1;
  font-weight: bold;
  text-align: center;

}

.table_design10 tbody td {
  color: #808080;
  font-weight: bold;
  text-align: left;

}
@media screen and (max-width: 787px) {
  .table_design10 {
    text-align: left;
  }
  .table_design10 thead {
    display:none;
  }
  .table_design10 th, .table_design10 td {
    display: block;
    border: 0;
    border-bottom: 2px solid #e6f1f6;
  }
  .table_design10 tbody th{
    background: #4d9bc1;
    color:#fff;
  }
  .table_design10 td::before{
    content: attr(data-label);
    color: #4d9bc1;
    font-weight: bold;
    display: inline-block;
    width: 30%;
    min-width: 4em;
  }
}


/* ========== Contents（固定表示） ============= */
@media screen and (min-width: 768px) {
.menubar {
    position:sticky;
    top:0;
    }

}
@media screen and (max-width: 767px) {
.menubar {
    position:sticky;
    top:0;
    }
  }


