@charset "UTF-8";

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	min-width:1170px;
	margin:0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size:15px;
	line-height:1.8em;
	color:#444;
	background-color: #fdf2f7;
	-webkit-text-size-adjust: none;
}
#wrapper {
	width:100%;
	clear:both;
}
#contents {
	max-width: 1170px;	/*サイトの最大幅*/
	margin:0 auto 2.5em;
}
#contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

/*
#main {
	max-width: 1170px;
	margin:1.5em auto 2.5em;
	padding-top: 160px;
}
#main_menu {
	max-width: 1170px;
	margin:1.5em auto 0;
	padding-top: 160px;
}
#main:after,
#main_menu:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
*/

@media screen and (max-width: 767px) {
body {
	min-width:100%;
	margin:0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size:16px;
	line-height:1.7em;
	color:#444;
	background-color: #fdf2f7;
	border-top: none;
	-webkit-text-size-adjust: none;
	}
#wrapper {
	width:100%;
	clear:both;
	}
#contents {
	max-width: 96%;	/*サイトの最大幅*/
	margin:0 2% 2.5em;
	}			
/*#main,
#main_menu{
	max-width: 92%;
	margin:1.5em auto 0.5em;
	padding-top: 90px;
	}*/
}


.ti_gof{
	font-family: 'Montserrat', sans-serif;
}


/*================================================
 *  ヘッダー
 ================================================*/
header #site-header{
	background: #fff;
    /*position: fixed;*/
    width: 100%;
	top: 0;
	z-index: 10000;
}
header #site-header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
header #head_in {
	max-width:100%;	/*サイトの最大幅*/
	height:130px;
	margin:0px auto;
	position:relative;
	background-color: #fdf2f6;
}
header #head_in:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
#head_in #head_m{
	max-width: 1170px;	/*サイトの最大幅*/
	height:130px;
	margin:0px auto;
	position:relative;
	background-image: url(../images/head/head_bk1.png);
	background-repeat:no-repeat;         
	background-position:center center;   /* 画像の表示位置を指定  */
	background-size:contain;  	
}

header #head_m:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

/*header-l*/
#head_in #head_l {
	float: left;
	width: 410px;
	margin-top: 10px;
}
#head_in #head_l h1{
	font-size: 13px;
	color: #666;
	font-weight: bold;
}
/*header_c*/
#head_in #head_c {
	float: left;
	width: 350px;
	text-align: center;
	margin-top: 25px;
}
#head_in #head_c img{
	width: 100%;
}
/*header_r*/
#head_in #head_r {
	float: left;
	width: 410px;
	text-align: right;
	font-size: 11px;
	margin-top: 10px;	
}
#head_in #head_r:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
@media screen and (max-width: 767px) {
header {
	}
header #site-header{
	background: #fff;
    width: 100%;
	top: 0;
	z-index: 10000;
}	
header #head_in {
	max-width:100%;	/*サイトの最大幅*/
	height: auto;
	margin:0px auto 0;
	position:relative;
	border-top: solid 3px #f5618c;
	background-color: #fff;
	}
#head_in #head_m{
	max-width:100%;	/*サイトの最大幅*/
	height: auto;
	margin:0px auto;
	position:relative;
	background-image: url(../images/head/head_bk1.png);
	background-repeat:no-repeat;         
	background-position:center bottom;   /* 画像の表示位置を指定  */
	background-size:contain; 
	padding-top: 2px;
	}
/*header-l*/
#head_in #head_l {
	float: none;
	width: 100%;
	margin-top: 0px;
	text-align: center;
	}
#head_in #head_l h1{
	font-size: 11px;
	color: #f5618c;
	line-height: 1.8em;
	padding-left: 0;
	}
/*header_c*/
#head_in #head_c {
	float: none;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 0px;
	}
#head_in #head_c img{
	width: 60%;
	padding: 13px 0 12px;
	margin: 0 auto;
	}	
/*header_r*/
#head_in #head_r {
	display: none;
	}	

/*----ここから"mmenuの設定-----*/
/*nav:not(.mm-menu) {
 display: none;
}*/
header #head_in {
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 width:;
 height:;
 padding: 0 0px;
}
header #head_in.fixed {
 position: fixed;
 top: 0;
 left: 0;
}
.footer.fixed {
 position: fixed;
 bottom: 0;
 left: 0;
}
header #head_in a.sp_menu {
 background: center center no-repeat transparent;
 background-image: url(../images/base/btn-menu.gif);
 display: block;
 width: 45px;
 height: 45px;
 position: absolute;
 top: 22px;
 right: 10px;
}
#menu ul {
	font-size:17px;
	}
/*ここまで"mmenuの設定*/	
}/*@media*/


/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	clear: both;
}
.nav_bb{
	width:100%;
	background-color: #f5618c;
	border-top: solid 2px #f5618c;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}
.nav_bb {
  zoom: 1;
}
.nav_bb:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
}	
#g_nav{
  position: relative;
	width:1170px;
	margin:0 auto;
}
#g_nav li{
  position: relative;
  float: left;
  width:265px;
  border-left:solid 1px #f4a9b5;
  color: #fff;
	font-size:16px;
}
#g_nav li span{
	display: block;
  color: #333;
	font-size: 13px;
	line-height: 1.5em;
}
#g_nav li.nav_w1{
  width:145px;
}
#g_nav li.nav_w2{
  width:205px;
}
#g_nav li:last-child{ 
  border-right:solid 1px #f4a9b5;
}
#g_nav li a {
	position: relative;
    display: block;
    padding: 8px 3px 5px;
    text-align: center;
    text-decoration: none;
	color: #fff;
	font-size:16px;
	box-sizing: border-box;
}
#g_nav li a:hover {
	background-color:#f9ccd2;
	color:#f5618c;
	box-sizing: border-box;
}
#g_nav li a.active {
	background-color:#f9ccd2;
	color:#f5618c;
	box-sizing: border-box;
}
.home:before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900;
  padding-right: 5px;
  color: #000;/*アイコンの色*/
}
a:hover .home:before {
	color: #fff;/*アイコンの色*/;
}

@media screen and (max-width: 767px) {
.nav_bb{
	border-top: 1px solid #019BD9;
	}
#g_nav{
	display:none;
	}
}

/* ヘッダーメニュー　スクロール固定 
	footer.htmlにメニュー記述 */
.nav_2{
	width: 100%;
	height: 130px;
}
.header-change{
    background-color:#f5618c;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: -63px;
    transition: .5s;
    width: 100%;
}
.header-change.show{
    top: 0;
}
.nav_bb2{
	min-width :1170px;
	margin: 0 auto;
	border-bottom: solid 1px #f5618c;
	}
.nav_bb2 {
  zoom: 1;
}
.nav_bb2:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
#g_nav2_logo{
	float: left;
	width: 180px;
}
#g_nav2_logo img{
	width: 95%;
	margin-top: 10px;
}
#g_nav2{
	position: relative;
	float: right;
}
#g_nav2 li{
	position: relative;
	float: left;
	width:165px;
	border-left:solid 1px #f4a9b5;
	color: #fff;
}
#g_nav2 li a {
	position: relative;
    display: block;
    padding: 8px 2px;
    text-align: center;
    text-decoration: none;
    color:#fff;
	font-size:12px;
	font-family: Folk Medium;
	box-sizing: border-box;
}
#g_nav2 li a:hover {
	background-color:#f4a9b5;
	color:#fff;
	box-sizing: border-box;
}
#g_nav2 li a.active {
	background-color:#f4a9b5;
	color:#fff;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.nav_bb{
	border-top: none;
	}
#g_nav{
	display:none;
	}
.nav_2{
	width: 100%;
	height:auto;
	}
.header-change{
	display: none;
	}	
}

/*================================================
 *  パンくずナビ
 ================================================*/
nav#breadcrumbs ol {
	width:1170px;
	margin:10px auto 0;
	text-align: right;
}
nav#breadcrumbs ol li {
	display: inline;
	font-size:12px;
}
nav#breadcrumbs ol li:before {
	content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
	content:"";
}

@media screen and (max-width: 767px) {
nav#breadcrumbs ol {
	width:95%;
	margin:3px 2%;
	text-align: left;
	}
nav#breadcrumbs ol li {
	display: inline;
	font-size:14px;
	}	
}


/*================================================
 *  共通  h
 ================================================*/
#contents h1{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
	font-family: 'Kosugi Maru', sans-serif;
	width: 100%;
	display: block;
	border-bottom: solid 8px #f298a6;
	padding-bottom: 5px;
	margin-bottom: 40px;
}

/* ボタン */
.box_bu_ya,
a.box_bu_ya{
  display: inline-block;
  padding: 1px 15px 1px 10px;
  text-decoration: none;
  background: #999;
  color: #FFF;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 3px #999;
  border: solid 1px #FFF;
	text-decoration: none;
	opacity: 0.8;
	margin-left: 30px;
	margin-top: 20px;
}
.box_bu_ya:hover {
	background: #555;
}
@media screen and (max-width: 767px) {	
#contents h1{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
	font-family: 'Kosugi Maru', sans-serif;
	width: 100%;
	display: block;
	border-bottom: solid 8px #f298a6;
	padding-bottom: 5px;
	margin-bottom: 40px;
	}
	
/* ボタン */
.box_bu_ya,
a.box_bu_ya{
	display: inline-block;
	padding: 1px 15px 1px 10px;
	text-decoration: none;
	background: #999;
	color: #FFF;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 3px #999;
	border: dashed 1px #FFF;
	text-decoration: none;
	opacity: 0.8;
	margin-left: 0;
	margin-top: 20px;
	}
.box_bu_ya:hover {
	border: dotted 1px #FFF;
	color: #FFF;
	opacity: 1;
	}	
}

/*================================================
 *  table
 ================================================*/
table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	box-sizing:border-box;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f5f5f5;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}


/*================================================
 *  2カラム
 ================================================*/

.column_l{
	float: left;
	width: 850px;
	height: auto;
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
	box-sizing: border-box;
}
.column_r{
	float: right;
	width: 280px;
}
@media screen and (max-width: 767px) {
.column_l{
	float: none;
	width: 98%;
	height: auto;
	background-color: #fff;
	padding: 30px 10px;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 0 auto;
	}	
.column_l:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
	}		
.column_r{
	float: none;
	width: 100%;
	margin-top: 40px;
	}	
}

/*================================================
 *  トップページ slide
 ================================================*/
#top_slide{
	clear:both;
	text-align: center;
	position: relative;
	margin-top: 60px;
}
.slider ul{
	margin:0;
	padding:0;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}
.slider li{
	position: relative;
	text-align: center;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}
/*sliderの上に文字*/	
.slider li div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center; 
    align-items: center; 
}
.slider img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
@media screen and (max-width: 767px) {
#top_slide{
	margin-top:0;
	width:100%;
	overflow:hidden;
	}	
}

/*================================================
 *  トップページ  #t_copy 
 ================================================*/
 /* t_copy */
.t_copy_w{
	width:100%;
	margin: 0 auto;
	background-image: url("../images/top/t_copy_bk.png");
	background-size: 95%;
	background-position:top center;
	background-repeat: no-repeat;
}
.t_copy_w:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
.t_copy{
	width:650px;
	margin: 0 auto;
	color: #000000;
	text-align: center;
	padding-bottom: 40px;
}

.t_copy h1{
	font-size: 33px;
	color: #eb6871;
	padding-top: 40px;
	margin-bottom: 30px;
	font-family: 'Kosugi Maru', sans-serif;
}
.t_copy h2{
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 10px;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	padding-left: 1rem;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
@media screen and (max-width: 767px) {
 /* t_copy */
.t_copy_w{
	width:100%;
	margin: 0 auto;
	background-image: url("../images/top/t_copy_bk_sp.png");
	background-size: 100%;
	background-position:top center;
	background-repeat: no-repeat;
	}
.t_copy_w:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
	}
.t_copy{
	width:100%;
	margin: 0 auto;
	color: #000000;
	text-align: center;
	padding-bottom: 20px;
	}
.t_copy h1{
	font-size: 24px;
	color: #eb6871;
	padding-top: 80px;
	margin-bottom: 20px;
	font-family: 'Kosugi Maru', sans-serif;
	}
.t_copy h2{
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 10px;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: left;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	}
}

/*================================================
 *  トップページ  #contents
 ================================================*/
.column_l_top{
	float: left;
	width: 850px;
	height: auto;
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.column_l_top{
	float: none;
	width: 98%;
	height: auto;
	padding: 10px 10px;
	margin: 0 auto;
	}	
.column_l_top:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
	}		
}
/* h1 h2 */
#contents .column_l_top h1{
	color: #666;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	font-family: 'Arimo', sans-serif;
	line-height: 1.4em;
	width: 100%;
	display: block;
	border-bottom: solid 8px #f298a6;
	padding-bottom: 5px;
}
#contents .column_l_top h2{
	color: #333;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: center;
	color: #f298a6;
}
@media screen and (max-width: 767px) {
#contents .column_l_top h1{
	color: #666;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	font-family: 'Arimo', sans-serif;
	line-height: 1.4em;
	width: 100%;
	display: block;
	border-bottom: solid 8px #f298a6;
	padding-bottom: 5px;
	}
}

.ma_t40{
	margin-top: 40px;	
}


/* information */
#info dl,
#info_p dl{
	width:100%;
	border-bottom:dotted 1px #999;
	padding:12px 10px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
#info dl:after,
#info_p dl:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
#info dt,
#info_p dt{
	width:100%; 
	color:#f5618c;
}
#info dd,
#info_p dd{
	font-size:14px;
	line-height: 1.7em;
}

#info dt .label_info,
#info_p dt .label_info{
	display:inline;
	padding:1px 5px;
	color:#fff;
	text-align:center;
	font-size:12px;
	line-height:1em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color: #eb6871;
	border: solid 1px #eb6871;
	margin-left:1em;
}
#info dt .label_1,
#info_p dt .label_1{
	display:inline;
	padding:1px 5px;
	color:#0097d9;
	text-align:center;
	font-size:12px;
	line-height:1em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color:#fff;
	border: solid 1px #0097d9;
	margin-left:1em;
}
#info a:link dd,
#info a:hover dd,
#info a.active dd,
#info a:visited dd,
#info_p a:link dd,
#info_p a:hover dd,
#info_p a.active dd,
#info_p a:visited dd{
	color:#444;
	text-decoration:none;
}
#info a:hover,
#info_p a:hover{
	text-decoration: none;
}
#info dl:hover,
#info_p dl:hover{
	background-color:#F0F0F0;
}
#info dd img{
	width: 25%;
}
#info_p dd img{
	width: 90%;
	padding: 4%;
}
@media screen and (max-width: 767px) {
/* information */
#info dl{
	width:100%;
	border-bottom:dotted 1px #999;
	padding:12px 10px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
	}
#info dl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
	}
#info dt{
	width:100%; 
	color:#f5618c;
	}
#info dd{
	font-size:14px;
	line-height: 1.7em;
	}

#info dt .label_info{
	display:inline;
	padding:1px 5px;
	color:#fff;
	text-align:center;
	font-size:12px;
	line-height:1em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color: #eb6871;
	border: solid 1px #eb6871;
	margin-left:1em;
	}
#info dt .label_1{
	display:inline;
	padding:1px 5px;
	color:#0097d9;
	text-align:center;
	font-size:12px;
	line-height:1em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color:#fff;
	border: solid 1px #0097d9;
	margin-left:1em;
	}
#info a:link dd,
#info a:hover dd,
#info a.active dd,
#info a:visited dd{
	color:#444;
	text-decoration:none;
	}
#info a:hover {
	text-decoration: none;
	}
#info dl:hover{
	background-color:#F0F0F0;
	}
}


/* Shop Category */
.top_shop_nav {
	width: 100%;
	padding: 20px 40px;
}
.top_shop_nav ul{
}
.top_shop_nav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
.top_shop_nav ul a li {
	width: 153px;
	height: 138px;
	margin: 0 10px;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
	transform-style: preserve-3d;
	transition: 1s;
}
.top_shop_nav ul a li img{
	position: absolute;
	width: 100%;
	backface-visibility: hidden;
	top: 0;
	left: 0;
}
.top_shop_nav ul a li:hover{
	transform: rotateY( 180deg );	
}
.top_shop_nav ul a li img:last-child{
	transform: rotateY( 180deg );
}
@media screen and (max-width: 767px) {
/* Shop Category */
.top_shop_nav_sp {
	width: 100%;
	padding: 20px 5px;
	}
.top_shop_nav_sp ul{
	}
.top_shop_nav_sp:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
	}
.top_shop_nav_sp ul a li {
	width: 33%;
	height: auto;
	margin: 0px;
	margin-bottom: 15px;
	float: left;
	}
.top_shop_nav_sp ul a li img{
	width: 100%;
	}
}




/* topics
#topics dl{
	width:100%;
	border-bottom:dotted 1px #999;
	padding:12px 10px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}	
#topics dt{
	float:left;
	width:190px; 
	font-size:14px;
	color:#f5618c;
	background-image:url(../images/base/arrow_s1.png);
	background-repeat:no-repeat;
	background-position:left 35%;
	padding-left:5px;
	clear:both;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
#topics dt:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: #f5618c;
  font-weight: 800;
  font-size:90%;
  line-height:1.5em;
  padding-right:6px;
}
#topics dt .label_info{
	display:inline;
	padding:1px 5px;
	color:#eb6871;
	text-align:center;
	font-size:12px;
	line-height:1em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color: #fff;
	border: solid 1px #eb6871;
	margin-left:1em;
}
#topics dt .label_1{
	display:inline;
	padding:1px 5px;
	color:#0097d9;
	text-align:center;
	font-size:12px;
	line-height:1em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color:#fff;
	border: solid 1px #0097d9;
	margin-left:1em;
}
#topics dd{
	margin-left:190px !important;
	font-size:14px;
	line-height: 1.7em;
}
#topics a:link dt,
#topics a:hover dt,
#topics a.active dt,
#topics a:visited dt{
	color:#f5618c;
	text-decoration:none;
}
#topics a:link dd,
#topics a:hover dd,
#topics a.active dd,
#topics a:visited dd{
	color:#444;
	text-decoration:none;
}
#topics dl:hover{
	background-color:#F0F0F0;
}
@media screen and (max-width: 767px) {
#topics dl{
	width:100%;
	border-bottom:dotted 1px #999;
	padding:10px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	}	
#topics dt{
	float: nonet;
	width:100%; 
	font-size:14px;
	font-weight:bold;
	color:#666;
	background-image:url(../images/base/arrow_s1.png);
	background-repeat:no-repeat;
	background-position:left 35%;
	padding-left:25px;
	clear:both;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	}
#topics dt .label_1,
#topics dt .label_0{
	font-size:12px;
	}	
#topics dd{
	margin-left:1em !important;
	font-size:16px;
	line-height:1.4em;
	}
#topics a:link dt,
#topics a:hover dt,
#topics a.active dt,
#topics a:visited dt,
#topics a:link dd,
#topics a:hover dd,
#topics a.active dd,
#topics a:visited dd{
	color:#444;
	text-decoration:none;
	}
#topics dl:hover{
	background-color:#F0F0F0;
	}
}
*/


/* 動画・他 */
/* 変更・・・ */
.you_tube {
position: relative;
height: 0;
padding-bottom: 56.25%;
overflow:hidden;
border: solid 3px #ccc;	
}
.you_tube iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}

.move{
	width: 100%;
	height: 455px;
	border: solid 1px #ccc;
	background-color: #ccc; 
	padding: 5px;
}
.y_tube {
	width:100%;
	height:445px;
	border: solid 1px #000;
}
/* 3連shopmove .move_3{
	width: 100%;
	padding: 10px 0 20px;
	background-color: #EFEEEE;
}*/
.move_shop{
	width: 100%;
	height: 445px;
	border: solid 1px #ccc;
	background-color: #ccc; 
	padding: 5px;
	box-sizing: border-box;
}
.move_shop .y_tube {
	width:100%;
	height:435px;
	border: solid 1px #000;
}
@media screen and (max-width: 767px) {	
.move,
.move_shop{
	width:100%;
	height: auto;
	padding: 20px 10px;
	margin-bottom: 20px;
	}	
.y_tube,
.move_shop .y_tube {
	width:100%;
	height:360px;
	}	
}


/*=================================================================
 *  column_r 　各ページ共通
 =================================================================*/
.category{
	width:100%;
	text-align: center;
}
.category img{
	width:100%;	
}
.category_box{
	width:280px;
	border: solid 2px #f5618c;
	box-sizing: border-box;
	background-color: #fff;
}

/* category_nav*/
.category_nav {
	padding: 15px;
	width: 100%;
}
.category_nav ul{
}
.category_nav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
.category_nav ul li {
	width: 100%;
	list-style:none;
	text-align:left;
	padding-left: 35px;
	padding-bottom: 3px;
	line-height: 2em;
	background: left top no-repeat;
	background-size: 30px auto;
	font-size:20px;
	font-family: 'Kosugi Maru', sans-serif;
}
.category_nav ul li:nth-child(1) {
	background-image: url(../images/side/icon_1.png);
}
.category_nav ul li:nth-child(2) {
	background-image: url(../images/side/icon_2.png);
}
.category_nav ul li:nth-child(3) {
	background-image: url(../images/side/icon_3.png);
}
.category_nav ul li:nth-child(4) {
	background-image: url(../images/side/icon_4.png);
}
.category_nav ul li:nth-child(5) {
	background-image: url(../images/side/icon_5.png);
}
.category_nav ul li:nth-child(6) {
	background-image: url(../images/side/icon_6.png);
}
.category_nav ul li:nth-child(7) {
	background-image: url(../images/side/icon_7.png);
}
.category_nav ul li:nth-child(8) {
	background-image: url(../images/side/icon_8.png);
}
/*.category_nav ul li:nth-child(n):hover {
	opacity: 0.6;
}*/
.category_nav ul li a{
	color: #306CC5;
}
.category_nav ul li a:hover{
	color:#eb6871;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
.category{
	width:100%;
	text-align: center;
	}
.category img{
	width:90%;	
	}
.category_box{
	width:90%;
	border: solid 2px #f5618c;
	box-sizing: border-box;
	background-color: #fff;
	margin: 0 auto;
	}
}	

/*右サイド 画像ボタン*/
.r-side_ba {
	text-align:left;
	width:280px;
}
.r-side_ba img{
	margin:5px 0px;
	width:100%;
	height:auto;
}
.r-side_ba .twitter {
	background-color: #CCC;
	border: 1px solid #ccc;
	border-radius: 7px;
	text-align:left;
	width:280px;
	margin-top:20px;
}
/*右サイド ボタン*/	
.side_bu{
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 3px 10px 10px;
	background-color: #f298a6;
	border-radius: 5px;
}
.side_bu:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
.side_bu h3{
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 2px;
	line-height: 1.3em;	
}
.side_bu h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: #fff; /*アイコン色*/
  font-weight: 600;
  font-size:100%;
  line-height:1.5em;
  padding-right:10px;
}
.side_bu .side_bu_lma{
  padding-left:36px;
}
.side_bu h3 a{
	color: #fff;
	text-decoration-line: none;
}
.side_bu h3 a:hover{
	color: #fff;
	text-decoration-line: none;
}
.side_bu:hover {
	opacity: 0.8;
	text-decoration: none;
}
.side_bu_tw{
letter-spacing : -0.07em;
}	
@media screen and (max-width: 767px) {
/*右サイド 画像ボタン*/
.r-side_ba {
	text-align:left;
	width:90%;
	margin: 0 auto;
	}
.r-side_ba img{
	margin:5px 0px;
	width:100%;
	height:auto;
	}
.r-side_ba .twitter {
	background-color: #CCC;
	border: 1px solid #ccc;
	border-radius: 7px;
	text-align:left;
	width:100%;
	margin-top:10px;
	}
/*右サイド ボタン*/	
.side_bu{
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px 5px 15px 10px;
	background-color: #f298a6;
	border-radius: 5px;
	}
.side_bu:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
	}
.side_bu h3{
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 2px;
	}
.side_bu h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: #fff; /*アイコン色*/
  font-weight: 600;
  font-size:110%;
  line-height:1.5em;
  padding-right:10px;
	}
.side_bu .side_bu_lma{
  padding-left:36px;
	}
}

/*=================================================================
 *  フッター
 =================================================================*/
#footer {
	clear: both;
	width: 100%;
	background-color:#eaeaea;
	margin-top: 2em;
}

/* footer アクセスマップ */
#footer .footer_map iframe{
	width:100%;
	border:solid 1px #ccc;
	box-sizing:border-box;
	width:100%;
	height: 600px;
	margin-top: 20px;
}
/*#footer .footer_area {
	width: 1170px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom:40px;
	margin-left: auto;
	padding-top:50px;
	padding-bottom: 20px;
	color:#fff;
}*/
#footer .footer_are:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

/* フッター　コンテンツ */
#footer .f_nav {
	margin-bottom:20px;
	padding-top: 15px;
	text-align: center;
	border-top: solid 1px #f5618c;
	width: 100%;
}
#footer .f_nav ul{
}
#footer .f_nav ul li {
	display:inline;
	font-size:13px;
	list-style:none;
	text-align:left;
	line-height: 2em;
	margin-right: 1em;
	}
#footer .f_nav ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f144";
  color: #f5618c; /*アイコン色*/
  font-weight: 800;
  font-size:120%;
  line-height:1.5em;
  padding-right:6px;
}
#footer .f_nav ul li a{
	color:#555;
}
#footer .f_nav ul li a:hover{
	color:#eb6871;
	text-decoration: none;
}

/* フッター　商店会名 */
#footer .f_name{
	margin-top: 60px;
	margin-bottom: 40px;
	text-align:center;
	font-size: 30px;
	color: #f5618c;
	line-height: 1.5em;
}
#footer .f_name span{
	font-size: 20px;
}

#footer .copy {
	clear:both;
	height: 50px;
	padding-top:1em;
	font-size:11px;
	text-align:center;
	color: #fff;
	background-color:#f5618c;
}
/*--- sns　ロゴ ---*/
.f_nav_sns {
	width: 100%;
	margin:10px auto;
	text-align: center;
	color: #0fa064;
	font-size:1.2rem;
}
.f_nav_sns ul {
}
.f_nav_sns li {
	width:40px;
	display:inline-block;
	line-height: 1.5;
	margin: 3px;
}
.f_nav_sns li img{
	width:90%;
}
.f_nav_sns li a {
	color:#444;
}
@media screen and (max-width: 767px) {
#footer {
	clear: both;
	width: 100%;
	background-color:#eaeaea;
	margin-top: 2em;
	}			
#footer .footer_area {
	width: 94%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom:40px;
	margin-left: auto;
	padding-top:50px;
	padding-bottom: 20px;
	color:#fff;
	}
/* フッター　商店会名 */
#footer .f_name{
	margin-top: 30px;
	margin-bottom: 20px;
	text-align:center;
	font-size: 28px;
	color: #f5618c;
	line-height: 1.5em;
	}
#footer .f_name span{
	font-size: 20px;
	}
#footer .copy {
	clear:both;
	height: 70px;
	padding-top:1em;
	font-size:10px;
	text-align:center;
	color: #fff;
	background-color:#f5618c;
	line-height: 1.4em;
	}	
}

/*================================================
 *  ページトップへの戻り
 ================================================*/

#pageTop {
  position: fixed;
  bottom: 12px;
  right: 12px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 0px 0 0 0px;
  border-radius: 30px;
  width: 55px;
  height: 55px;
  background-color: #f5618c;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size:9px;
  line-height:2em;
  }
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*================================================
 *  inview.js スクロール
 ================================================*/
/* 下から上*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 1.5s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/* 左からフェードイン*/
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/* 右からフェードイン*/
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
/* 下から上*/
.fadeIn_up {
  opacity: 1;
  transform: none;
  transition: 1.5s;
	}
.fadeIn_up.is-show {
  transform:none;
  opacity: 1;
	}	
}	

/*=================================================================
 *  ページ本文
 =================================================================*/
/* -------------------------
 page_ti
---------------------------- */	
.page_ti {
	width: 100%;
	height: 80px;
	background-color:#139E5E;
	text-align: center;
	font-size: 24px;
	color: #fff;
	padding-top: 25px;
	font-family: Folk Medium;
}
@media screen and (max-width: 767px) {
.page_ti {
	width: 100%;
	height: 60px;
	background-color:#139E5E;
	text-align: center;
	font-size: 22px;
	color: #fff;
	padding-top: 15px;
	font-family: Folk Medium;
	}
}

/* -------------------------
 contents .article_p h3
---------------------------- */	
#contents .article_p h3{
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #eb6871;
	font-family: Folk Medium;
}
#contents .article_p h4{
	padding-bottom: 20px;
}

/* -------------------------
 about
---------------------------- */	
#contents .aboutus h2{
    padding: 0.2em 0.5em;
    margin-bottom: 1.5em;
    color: #f298a6;
	font-size: 24px;
	line-height: 1em;
    border-left: solid 10px #f298a6;
}

.about_3p{
	clear:both;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}
.about_3p ul{
	box-sizing: border-box;
}
.about_3p li{
	box-sizing: border-box;
	width:32%;
	display: inline-block;
}
.about_3p li img{
	width:100%;
}
.ma_lr2{
	margin-left: 1%;
	margin-right: 1%;
}
@media screen and (max-width: 767px) {
#contents .aboutus h2{
    padding: 0.2em 0.5em;
    margin-bottom: 1.5em;
    color: #f298a6;
	font-size: 22px;
	line-height: 1em;
    border-left: solid 10px #f298a6;
}	
.about_3p{
	clear:both;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
.about_3p ul{
	box-sizing: border-box;
	}
.about_3p li{
	box-sizing: border-box;
	width:80%;
	display: block;
	padding: 5px;
	margin: 0 auto;
	}
.about_3p li img{
	width:100%;
	}
}

/* -------------------------
 ekoda_2 trivia 
---------------------------- */	
.trivia{
	text-align: center;
}
.trivia img{
	width: 60%;
}

/* -------------------------
 shop
---------------------------- */	
.shop_ti {
	width: 100%;
	height: 70px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-family: 'Indie Flower', cursive;
	padding-top: 20px;
	border: 1px solid #666;
	background-image: linear-gradient( -45deg, #a3a4a4 25%, #aaabab 25%, #aaabab 50%, #a3a4a4 50%, #a3a4a4 75%, #aaabab 75%, #aaabab );
	background-size: 35px 35px;
	box-sizing: border-box;
}
/* -カテゴリ 大ボタン- */
.shop_categ_bu ul{
  max-width: 850px;
	text-align: center;
}
.shop_categ_bu li{
	display: inline-block;
	list-style: none;
	width:			65px;
	height:			65px;
	overflow:		hidden;
	margin:			0 6px 10px 6px;
	position:		relative;	/* 相対位置指定 */	
}
.shop_categ_bu li .caption {
	font-size:		90%;
	text-align: 		center;
	padding-top:		25px;
	color:			#fff;
	line-height: 1em;
}
.shop_categ_bu li .mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(245, 97, 140, 0.6);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
	border-radius: 50%;
}
.shop_categ_bu li:hover .mask {
	opacity:		1;	/* マスクを表示する */
}
@media screen and (max-width: 767px) {
.shop_ti {
	width: 100%;
	height: 70px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	padding-top: 20px;
	border: 1px solid #666;
	background-image: linear-gradient( -45deg, #a3a4a4 25%, #aaabab 25%, #aaabab 50%, #a3a4a4 50%, #a3a4a4 75%, #aaabab 75%, #aaabab );
	background-size: 35px 35px;
	box-sizing: border-box;
	}
/* -カテゴリ 大ボタン- */
.shop_categ_bu ul{
  max-width: 100%;
	text-align: center;
	}
.shop_categ_bu li{
	display: inline-block;
	list-style: none;
	width:			20%;
	height:			auto;
	overflow:		hidden;
	margin:			1%;
	position:		relative;	/* 相対位置指定 */	
	}
.shop_categ_bu li .caption {
	display: none;
	}
.shop_categ_bu li .mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(245, 97, 140, 0.6);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
	border-radius: 50%;
	}
.shop_categ_bu li:hover .mask {
	opacity:		1;	/* マスクを表示する */
	}	
}	

/* -ショップ　ピンク枠- */
.shop_copy{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 25px;
	background-color: #fce5e9;
	border:1px solid #f5618c;
	border-radius: 13px;
}
.shop_categ_ti {
    padding: 0.2em 0.5em;
    margin-bottom: 1.5em;
    color: #f298a6;
	font-size: 24px;
	line-height: 1em;
    border-left: solid 10px #f298a6;
}
.shop_info h2{
	font-size: 16px;
	color: #f5618c;
}

.shop_tb table th {
background-color: #fad7d4;
	color: #eb6871;
	padding: 6px 20px;
}
.shop_tb table th:befor {
}
.shop_tb table td{
	text-align: left;
	padding: 8px 20px;
	background: #ebf0f0;
}
.shop_tb table tr:nth-child(odd) td{
	background: #fff;
}
.shop_tb_w {
    width: 60%;
    font-size: 18px;
    text-align: center;
}
.shop_tb table td:nth-child(2) {
	font-size: 14px;
}

.shop_info_ti {
    padding: 0.2em 0.5em;
    margin: 1.5em 0 0.5em;
    color: #979fc9;
	font-size: 24px;
	line-height: 1em;
    border-left: solid 10px #182987;
}
@media screen and (max-width: 767px) {
/* -ショップ　ピンク枠- */
.shop_copy{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px 15px;
	background-color: #fce5e9;
	border:1px solid #f5618c;
	border-radius: 13px;
	}
.shop_categ_ti {
    padding: 0.2em 0.5em;
    margin-bottom: 0.8em;
    color: #f298a6;
	font-size: 22px;
	line-height: 1em;
    border-left: solid 10px #f298a6;
	}
.shop_tb table th {
	background-color: #fad7d4;
	color: #eb6871;
	padding: 6px 20px;
	}
.shop_tb table th:befor {
	}
.shop_tb table td{
	text-align: left;
	padding: 8px 10px;
	background: #ebf0f0;
	line-height: 1.5em;
	}
.shop_tb table tr:nth-child(odd) td{
	background: #fff;
	}
#contents .shop_info h2{
	font-size: 18px;
	color: #f5618c;
	line-height: 1.6em;
	}
#contents.shop_info_ti {
    padding: 0.2em 0.5em;
    margin: 1.5em 0 0.5em;
    color: #979fc9;
	font-size: 24px;
	line-height: 1em;
    border-left: solid 10px #182987;
	}	
}

/* アンカー　ポインターの位置調整 */
section.anchor{
    display: block;
    padding-top: 60px;
    margin-top: -60px;
}

/* ------shop 各ページ------ */
table .shop-img_tb {
	width: 100%;
	border: none;
	border:#fff;
}
.shop-img_tb th {
	border: none;
	background:#fff;
	padding: 10px 10px 0;
}
.shop-img_tb th img{
	width:98%;
	margin: 0.5% 1% 0;
}
.shop-img_tb td{
	width:100%;
	text-align: left;
	padding-top: 10px;
	border:none;
}
.shop-img_tb td img{
	width: 48%;
	margin: 1%;
}

/* ---店舗詳細--- */
.shop-info_tb table {
	width: 100%;
	word-break: break-all;
}
.shop-info_tb th {
	padding: 8px 20px;
	text-align: left;
	background: #e8eaf3;
}
.shop-info_tb table td{
	text-align: left;
	padding: 8px 20px;
	width: 75%;
}
.shop-info_n{
	font-size: 18px;
	font-weight: bold;
}

.shop_map{
	margin-top: 20px;
	margin-bottom: 30px;
	border: solid 1px #d3d3d4;
}
.shop_map iframe{
	width:100%;
	height: 600px;
	box-sizing:border-box;	
}
@media screen and (max-width: 767px) {
/* ------shop 各ページ------ */
table .shop-img_tb {
	width: 100%;
	border: none;
	border:#fff;
	}
.shop-img_tb th {
	border: none;
	background:#fff;
	padding: 0px 0px 0;
	display: block;
	}
.shop-img_tb th img{
	width:100%;
	margin: 0.5% 0% 0;
	padding-bottom: 5px;
	}
.shop-img_tb td{
	width:100%;
	text-align: center;
	padding: 0px;
	border:none;
	display: block;
	}
.shop-img_tb td img{
	width: 100%;
	margin: 0%;
	padding: 5px 0px;
	}
/* ---店舗詳細--- */
.shop-info_tb table {
	width: 100%;
	word-break: break-all;
	}
.shop-info_tb th {
	padding: 8px 10px;
	text-align: left;
	background: #e8eaf3;
	display: block;
	}
.shop-info_tb table td{
	text-align: left;
	padding: 8px 15px;
	width: 100%;
	display: block;
	}
}

/* -------------------------
 map
---------------------------- */	
#takeout img{
	width: 100%;
}


/* -------------------------
 move_p
---------------------------- */	
.move_p {
	width: 800px;
}
.move_p:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
.move_p dl{
	width:360px;
	margin: 20px;
	float: left;
}
.move_p dt{
	width:100%;
	height: auto;
}
.move_p dd{
	width: 100%;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
}
.move_p dd span{
	display: block;
	font-size: 12px;
	line-height: 1.6em;
}
.move_p dt .you_tube {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow:hidden;
	border: solid 3px #ccc;	
}
.move_p dt .you_tube iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
@media screen and (max-width: 767px) {
.move_p {
	width: 100%;
	}
.move_p:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
	}
.move_p dl{
	width:96%;
	margin: 2%;
	float:none;
	margin-bottom: 30px;
	}
.move_p dt{
	width:100%;
	height: auto;
	}
.move_p dd{
	width: 100%;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	}
.move_p dd span{
	display: block;
	font-size: 12px;
	line-height: 1.6em;
	}
.move_p dt .you_tube {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow:hidden;
	border: solid 3px #ccc;	
	}
.move_p dt .you_tube iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	}	
}

/* -------------------------
 privacy
---------------------------- */	
#privacy {
	margin-bottom:50px;
}
#privacy dl{
	clear:both;
}
#privacy dt {   
	clear:both;
	font-size:1rem;
	font-weight: 600;
	color: #444;
	padding:15px 5px 5px;
	border-bottom: solid 1px #019BD9;
}   
#privacy dd {
	font-size:0.9rem;
	padding:15px 5px 0;
	margin-bottom:1.5rem;
}
#privacy dd ul {
	margin-left:2rem;
	margin-right:1rem;
}
#privacy dd ul li {
 	line-height: 1.5rem;
 	padding: 0.2rem 0;
	text-indent:-1rem;
	width:95%;
}	
#privacy dd ul li:before {/*疑似要素*/
	content: "●";/*アイコンの種類*/
	color: #666; /*アイコン色*/
	font-size: 0.8rem;
	padding-right: 5px;
}
.ma_l_pc1{
	padding-left: 1rem;
	}
#privacy .in_pri p{
  margin: 0;  /* 余分なマージンを消去 */
  padding: 0; /* 余分なパディングを消去 */
  padding-left: 1.8rem; /* 1文字分の左パディング */
  text-indent: -1.8rem; /* 最初の行だけを1文字分左に */
  margin-bottom:10px;
}
@media screen and (max-width: 767px) {
#privacy {
	}
#privacy dl{
	margin-bottom:30px;
	clear:both;
	}
#privacy dt {   
	clear:both;
	font-size:1.2rem;
	font-weight: 600;
	color: #444;
	padding:15px 5px 5px;
	border-bottom: solid 1px #019BD9;
	}   
#privacy dd {
	font-size:16px;
	line-height: 1.5em;
	padding:15px 0 10px 5px;
	margin-bottom:1em;
	}		
#privacy dd ul {
	margin-left:1em;
	margin-right:0.5em;
	}
#privacy dd ul li {
 	line-height: 1.5;
 	padding: 0.3em 0;
	text-indent:-1em;
	width:100%;
	box-sizing:border-box;
	}	
#privacy dd ul li:before {/*疑似要素*/
	content: "●";/*アイコンの種類*/
	color: #666; /*アイコン色*/
	font-size: 0.8rem;
	padding-right: 5px;
}
#privacy .in_pri p{
	margin: 0;  /* 余分なマージンを消去 */
	padding: 0; /* 余分なパディングを消去 */
	padding-left: 1.8em; /* 1文字分の左パディング */
	text-indent: -1.8em; /* 最初の行だけを1文字分左に */
	margin-bottom:10px;
	padding-right:1.5em;
	}	
}

/* -------------------------
 campaign
---------------------------- */	
.campaign_tb table {
	width: 100%;
}
.campaign_tb th {
	background-color: #eee;
	padding: 8px 20px;
	text-align: left;
	color: #444;
}
.campaign_tb td{
	text-align: left;
	padding: 20px 20px;
}
.hagaki_img img {
	width: 20%;
	float: left;
	margin-right: 20px;
}

.oubo_1{
	width: 30%;
	float: left;
}
.oubo_1 img {
	width: 100%;
}
.oubo_2{
	width: 60%;
	float: right;
}
.oubo_2 img{
	width: 40%;
	text-align: center;
}
@media screen and (max-width: 767px) {
.oubo_1{
	width: 100%;
	float: none;
	text-align: center;
	}
.oubo_1 img {
	width: 80%;
	margin-bottom: 15px;
	}
.oubo_2{
	width: 100%;
	float: none;
	}
.oubo_2 img{
	width: 60%;
	text-align: center;
	}	
}	



/*================================================
 *  contact
 ================================================*/
.contact_st{
	font-size:12px;
	padding-top: 10px;
}
.contact_f{
	width:800px;
	margin:0 auto;
}
.contact_f table {
	border-collapse: collapse;
	margin:20px 0;
	width:100%;
}
.contact_f th{
	padding: 6px 15px;
	text-align: left;
	vertical-align: top;
	font-weight:normal;
	background-color: #FBFBFB;
	border: 1px solid #CCC;
	font-size:14px;
	width:230px;
	line-height:20px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
.contact_f td{
	padding: 8px 25px 8px 15px;
	background-color: #fff;
	border: 1px solid #CCC;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
form textarea[cols="50"],input[size="60"] {
    width:100%;
}
.add_pc{
	display: block;
	float: left;
	width:11em;
	font-size:12px;
}
form input,
form textarea{
	border: solid 1px #E9E9E9;
	padding:5px;
	border:solid 1px #ccc;
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 3px rgba(0, 0, 0, 0.2);
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
form textarea{
	padding:5px;
	border:solid 1px #ccc;
	font-size:14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
form .label_2{
	display:inline;
	padding:0px 3px;
	color:#fff;
	text-align:center;
	font-size:10px;
	line-height:0.8em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color: #eb6871;
	margin-right:0.7em;
}
form .label_3{
	display:inline;
	padding:0px 3px;
	color:#fff;
	text-align:center;
	font-size:10px;
	line-height:0.8em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color: #999;
	margin-right:0.7em;
}
.form_bu{
	border:solid 1px #ccc;
	padding:10px 40px;
	margin:0 10px 20px;
	font-size:18px;
	font-weight: 600;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 15px;
	background-color: #eb6871;
}

.form_bu2 a{
	border:solid 1px #ccc;
	padding:10px 20px;
	margin:0 0 20px;
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:10px;
	background-color: #ef8ba9;
}
.form_bu2 a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.contact_tel table {
	width:80%;
	margin-bottom:1em;
	border-collapse:collapse;
	border: none;
	margin: 0 auto;
}
.contact_tel th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border: none;
	background-color:transparent;
	width: 50%;
	padding-left: 30px;
}
.contact_tel td {
	padding:10px 10px 10px 50px;
	text-align:left;
	border: none;
	width: 50%;
	border-left: solid 1px #fff;
}

@media screen and (max-width: 767px) {	
.contact_st{
	font-size:13px;
	text-align:left;
	line-height:1.3em;
	}	
#form-tbl th,
#form-tbl td {
	display: block;
	}
.contact_f{
	width:100%;
	}
.contact_f table {
	border-collapse: collapse;
	margin:10px 0;
	width:100%;
	}
.contact_f th{
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
	font-weight:bold;
	background-color: #D9D9D9;
	border: 1px solid #CCC;
	font-size:16px;
	width:100%;
	display: block;
	box-sizing:border-box;
	overflow:hidden;
	}
.contact_f td{
	padding: 8px 10px 8px 10px;
	background-color: #fff;
	border: 1px solid #CCC;
	width:100%;
	display: block;
	box-sizing:border-box;
	overflow:hidden;
	}
form textarea[cols="50"],input[size="60"],input[size="45"] {
    width:99%;
	}
form select {
	height:28px;
	font-size:14px;
	margin:3px 0;
	width:90%;
	}
form input[type=text]{
	font-size:16px;
	}
form textarea{
	font-size:16px;
	}
input#submit_bu,
input#reset_bu {
    // 送信ボタン
    height:40px;
	font-size:16px;
	}
.add_pc{
	display: block;
	float: none;
	width:11em;
	font-size:14px;
	}
.form_box1{
	width:100%;
	border-top:2px solid #165da3;
	margin-bottom:10px;
	padding:10px 0.5em;
	background-image:url(../products/img/box_bk1.jpg);
	background-repeat:repeat-x;
	text-align:left;
	line-height:1.5em;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
	}
form .label_2{
	padding:3px 5px;
	font-size:12px;
	}
form .label_3{
	padding:3px 5px;
	font-size:12px;
	}
.w_tel_r2{
	padding: 10px 5px;
	background-color: #ECF5F7;
	border: 2px solid #004396;
	border-radius: 7px;
	text-align:center;
	font-size:18px;
	color:#004396;
	width:90%;
	margin-top:2em;
	margin-right: auto;
	margin-left: auto;
	}	
}
/*================================================
 *  cgi 確認・エラーページ（お問合せ）
 ================================================*/
/* for table */
#form th {
	text-align:left;
}
 
/* for message */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}





/*================================================
 *  クラス
 ================================================*/
strong {
	font-weight:bold;
}

figure {/*キャプション*/
  text-align: center;
}
figcaption {
  font-size: 80%;
  color:#14a53f;
}
.ma_tb_pc{
	margin:2em 0;
}

@media screen and (max-width: 767px) {
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	}	
.ma_tb_pc{
	margin:0em 0;
	}
}



.nav {
	margin: 25px auto;
	&.default {
		line-height: 35px;
		height: 35px;
	}
	&.twiceBorder, &.underline, &.overline {
		line-height: 30px;
		height: 30px;
	}
	a {
		padding: 0 10px;
	}
}


ul { padding:0;margin:0; }
li { display: inline-block; }
