@charset "UTF-8";

/* ---------- margin ---------- */
.margin5 {margin: 5px;}
.margin10 {margin: 10px;}
.margintop20 {margin-top: 20px;}
.margintop30 {margin-top: 30px;}
.margintop50 {margin-top: 50px;}
.marginbottom10 {margin-bottom: 10px;}
.marginbottom20 {margin-bottom: 20px;}
.marginbottom30 {margin-bottom: 30px;}
.marginleft20 {margin-left: 20px;}
.marginleft30 {margin-left: 30px;}
.marginleft50 {margin-left: 50px;}
.marginright20 {margin-right: 20px;}
.marginright30 {margin-right: 30px;}
.marginright50 {margin-right: 50px;}

/* ---------- padding ---------- */
.padding5 {padding: 5px;}
.paddingtop10 {padding-top: 10px;}
.paddingtop20 {padding-top: 20px;}
.paddingtop30 {padding-top: 30px;}
.paddingtop50 {padding-top: 50px;}
.paddingtop100 {padding-top: 100px;}
.paddingbottom10 {padding-bottom: 10px;}
.paddingbottom20 {padding-bottom: 20px;}
.paddingbottom30 {padding-bottom: 30px;}
.paddingleft20 {padding-left: 20px;}
.paddingleft30 {padding-left: 30px;}
.paddingright20 {padding-right: 20px;}
.paddingright30 {padding-right: 30px;}

/* ---------- text ---------- */
i {
  margin-right: 5px;
  color: #e0111f;
}

/* ---------- float ---------- */
.float_l {float: left;}
.float_r {float: right;}

/* ---------- clear ---------- */
.section:after,
.sec_box:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
}

/* ---------- shadow ---------- */
.shadow {
  box-shadow: 1px 1px 5px #CCC;
  -moz-box-shadow: 1px 1px 5px #CCC;　/* Firefox用 */
  -webkit-box-shadow: 1px 1px 5px #CCC;　/* Safari,Google Chrome用 */
}
.shadow_g {
  box-shadow: 1px 1px 15px rgba(249,116,143,.2);
  -moz-box-shadow: 1px 1px 15px rgba(249,116,143,.2);
  -webkit-box-shadow: 1px 1px 15px rgba(249,116,143,.2);
}

/* ---------- #wrap ---------- */
#wrap {
  background: url("../images/bg_sub_page.png");
  background-repeat: repeat-x;
  background-position: top;
  width: auto;
  height: 100%;
  padding: 0px;
  margin: 0 auto;
  text-align: center;
}
#wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ---------- #floatmenu ---------- */
#floatmenu {
  position:absolute;
  bottom:200px;
  right:0px;
  z-index: 200;
}

/* ---------- #header ---------- */
#header {
  background: #fbe9f0; /* Old browsers */
  background: -moz-linear-gradient(top,  #fbe9f0 0%, #fef9fb 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbe9f0), color-stop(100%,#fef9fb)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fbe9f0 0%,#fef9fb 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fbe9f0 0%,#fef9fb 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fbe9f0 0%,#fef9fb 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fbe9f0 0%,#fef9fb 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe9f0', endColorstr='#fef9fb',GradientType=0 ); /* IE6-9 */
  width: auto;
  height: 121px;
  padding: 0px;
  margin: 0 auto;
}
#header_info {
  background-color: #EC6D88;
  width: auto;
  height: auto;
  padding: 0px;
  margin: 0 auto;
  text-align:left;
}
#header_info p {
  width: 960px;
  font-size: 15px;
  color: #FFF;
  line-height: 1.8em;
  padding: 0px 10px 2px;
  margin: 0 auto;
}
#header #header_box {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#header #header_box #header_logo a {
  position: absolute;
  top: 15px;
  left: 0px;
  width: 463px;
  height: 65px;
  display: block;
  z-index: 100;
}
#header #header_box #header_logo a img {
  width: 463px;
  height: 65px;
}
#header #header_logo em {
  display: none;
}
#header #header_tel {
  padding: 8px;
}
#header #header_tel a img {
  border: 2px solid #fff;
  border-radius: 1em;
  box-shadow: 1px 1px 15px rgba(249,116,143,.2);
    -moz-box-shadow: 1px 1px 15px rgba(249,116,143,.2);
    -webkit-box-shadow: 1px 1px 15px rgba(249,116,143,.2);
}

/* ---------- #nav ---------- */
#nav_wrap {
  margin: 0 auto;
  clear: both;
  box-shadow: 0px 5px 5px rgba(0,0,0,.2);
  border-bottom: 4px solid #e60012;
background: #fdf4f8; /* Old browsers */
background: -moz-linear-gradient(top, #fdf4f8 0%, #fdf4f8 50%, #eac7ce 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fdf4f8 0%,#fdf4f8 50%,#eac7ce 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fdf4f8 0%,#fdf4f8 50%,#eac7ce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf4f8', endColorstr='#eac7ce',GradientType=0 ); /* IE6-9 */
}
#nav {
  width: 960px;
  padding: 0px;
  margin: 0 auto;
  text-align: center;
}
#nav li:first-child{
  border-left: 1px solid #fff;
}
#nav li{
  display: inline-block;
  border-right: 1px solid #fff;
}
#nav .border-r{
  border-right: 1px solid #FBE3EB;
}
#nav li a{
  color: #ea2c3e;
  text-decoration: none;
  display: block;
  text-shadow: 0px 0px 5px rgba(255,255,255,0);
_padding: .5em 1.5em;
_font-size: 150%;
  padding: .5em 1.2em;
  font-size: 105%;
  font-weight: 500;
  font-family: "新丸ゴ R","ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO", "Verdana","Osaka",sans-serif;
  letter-spacing: 0;
}
#nav li a:hover{
  color: #e10012;
  text-shadow: 0px 0px 5px rgba(255,255,255,1);
  transition:all 0.5s ease;
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* ---------- #slide ---------- */
#slide{
  background: url("../images/top_slide_01.jpg");
  background-repeat: repeat-x;
  background-position: bottom;
  height: 720px;
  text-align: center;
_margin-bottom: 200px;
}
#slide #slide_box{
  width: 950px;
  height: 720px;
  margin: 0 auto;
}
#slide #slide_thumb{
  width: 200px;
  height: 40px;
  text-align: center;
  padding-top: 10px;
}
#wrap_main_img {
  top: 420px;
  background: url("../images/frame_main_img.png");
  background-repeat: no-repeat;
  width: 950px;
  height: auto;
  position: absolute;
  z-index: 100;
}

#main_img {
  width: 914px;
  margin: 0 auto;
  text-align: left;
}
#main_img .oshirase {
_border: 2px solid #D60012;
_background-color: #fff;
  width: 450px;
_margin: 10px 0;
_padding: 10px;
  margin: 10px;
_border-radius: 8px;
  height: auto;
  font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#main_img .oshirase h3 {
  font-size: 16px;
  font-weight: bold;
  color:#D60012;
  padding: .5em .5em 0;
}
#main_img .oshirase p {
  padding: 1em 1em 1em;
}

#main_img .fb_area,
#main_img .bn_area {
  display: inline-block;
  vertical-align: top;
}
#main_img .bn_area {
  width: 410px;
  margin-left: 20px;
_padding-top: 90px;
  padding-top: 30px;
}
#main_img .bn_area a img {
  width: 100%;
  border: 2px solid #d60012;
  border-radius: 8px;
  box-shadow: 1px 1px 5px rgba(0,0,0,.3);
}
#main_img .bn_area a img:hover {
  border: 2px solid #ffcc00;
}
#main_img .bn_area a + img {
  margin-top: 1.2em;
}
#main_img:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* ---------- #sub_main ---------- */
#sub_img {
  width: 950px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: auto;
  padding-right: auto;
  margin: 0 auto;
}
#sub_img img{
  margin: 0px auto;
  border: 8px solid #e14130;
  border-radius: .5em;
  box-shadow: 0px 0px 20px rgba(255,8,81,.6);
  -moz-box-shadow: 0px 0px 20px rgba(255,8,81,.6);
  -webkit-box-shadow: 0px 0px 20px rgba(255,8,81,.6);
}

/* ---------- #contents ---------- */
#contents {
  width: 950px;
  height: auto;
  padding: 0px 4px;
  margin: 0 auto;
}
.sub_page {
  width: 950px;
  height: 100%;
  margin: 0 auto;
}
.article {
  float: left;
  width: 660px;
  height: auto;
  padding: 0px 0px 0px 20px;
}
.article a:hover{
  filter:alpha(opacity=50);
    -moz-opacity:.5;
    opacity:.5;  
  text-decoration: none;
}
.section {
  width: 653px;
  height: auto;
  clear: both;
  padding-bottom: 0px;
  margin-bottom: 5em;
}
.section .sec_title{
  width:635px;
  margin-left: 15px;
  clear: both;
  background: url("../images/title_head.png");
  background-repeat:no-repeat;
  background-size: 70px 78px;
  background-position: 1px 1px;
  height: 78px;
  padding-left: 66px;
  color: #fff;
  text-align: left;
  padding-top: 20px;
}
.section .sec_title.ichigo{
  background: url("../images/title_head_ichigo.png");
  background-repeat:no-repeat;
  background-size: 70px 78px;
}
.section .sec_title.ojigi{
  background: url("../images/title_head_ojigi.png");
  background-repeat:no-repeat;
  background-size: 70px 78px;
}
.section .sec_title.hanbai{
  background: url("../images/title_head_hanbai.png");
  background-repeat:no-repeat;
  background-size: 70px 78px;
}
.section .sec_title.ok{
  background: url("../images/title_head_ok.png");
  background-repeat:no-repeat;
  background-size: 70px 78px;
}
.section .sec_title.teage{
  background: url("../images/title_head_teage.png");
  background-repeat:no-repeat;
  background-size: 70px 78px;
}
.section .sec_title.kodawari_other{
  background: url("../images/title_head_kodawari_other.png");
  background-repeat:no-repeat;
  background-size: 70px 78px;
}
.section .sec_title img{
  width:550px;
  height: 43px;
}

.section .sec_sub_title{
  width:600px;
  margin: 0 auto;
  clear: both;
  padding-top: 1em;
}
.section .sec_sub_title h3{
  background: url("../images/sub_title_head.png");
  background-repeat:no-repeat;
  background-position: 1px 0px;
  min-height: 40px;
  padding-left: 40px;
  color: #e01120;
  text-align: left;
  font-size: 30px;
  font-weight: 400;
  line-height: 1em;
  font-family: "新丸ゴ R","ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO", "Verdana","Osaka",sans-serif;
}
.section .sec_box_top{
  background: url("../images/bg_sec_box_top.png");
  background-repeat:no-repeat;
  background-position: top;
  height: 42px;
  width: 653px;
  margin: 0px auto 0px;
  clear: both;
}
.section .sec_box{
  background: url("../images/bg_sec_box.png");
  background-repeat:repeat-y;
  width: 653px;
  margin: 0 auto;
  padding-bottom: 1em;
}
.section .sec_box small {
  font-size: 88%;
}
.section .sec_box_bottom{
  background: url("../images/bg_sec_box_bottom.png");
  background-repeat:no-repeat;
  background-position: top;
  height: 40px;
  width: 653px;
  margin: 0 auto;
  clear: both;
}
.section .photo {
  width: 325px;
  height: auto;
  padding: 8px;
  background-color: #fff;
  border: 1px solid rgba(249,116,143,.3);
}
.section .photo_s {
  width: 226px;
  height: auto;
  padding: 4px;
  background-color: #fff;
  border: 1px solid rgba(249,116,143,.3)
}
.section .sec_text {
  width: 345px;
  height: auto;
  text-align: left;
}
.section .sec_text h3,
.section .sec_text_s h3 {
  padding-top: 5px;
  background: linear-gradient(transparent 60%, rgba(236, 163, 176, 0.33) 60%, rgba(236, 163, 176, 0.33) 80%, rgba(236, 163, 176, 0) 100%);
  margin-bottom: 1em;
}
.section .sec_text.txt_l {
  width: 610px;
}
.section .sec_text_m {
  width: 305px;
  height: auto;
  text-align: left;
}
.section .sec_text_s {
  width: 240px;
  height: auto;
  text-align: left;
}
.section h3 {
  font-size: 20px;
  font-weight: bold;
  color:#E2442E;
  margin-top: 0px;
  padding-left: 10px;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, .8), 1px -1px 3px rgba(255, 255, 255, .8), -1px 1px 3px rgba(255, 255, 255, .8), 1px 1px 3px rgba(255, 255, 255, .8);
  padding-bottom: .2em;
}
.section p {
  margin-top: 10px;
  margin-bottom: 10px;
_padding-left: 10px;
  font-size: 18px;
_line-height: 1.8em;
_font-size: 14px;
  line-height: 1.6em;
  padding-left: 20px;
_padding-right: 10px;
}
.section span {
  color: #e0111f;
  font-weight: bold;
  line-height: 2em;
}
.section .info_text {
  margin: 0 auto;
  padding-bottom: 10px;
_font-size: 15px;
  line-height: 1.8em;
  text-align: left;
  width: 570px;
}
.section .info_text span {
_font-size: 15px;
}

.section .info_text_s {
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.6em;
  text-align: left;
  width: 520px;
}
.section .info_text_s.margintop30 {
  padding-top: 3em;
}
.section .sec_bt {
  width: 395px;
  margin-top: 15px;
  text-align: right;
}
.more_info {
  margin: 0px auto;
  text-align: center;
  padding-bottom: 2em;
}
.more_info img {
  border: 2px solid #e0747c;
  border-radius: .5em;
  box-shadow: 1px 1px 15px rgba(249,116,143,.2);
  -moz-box-shadow: 1px 1px 15px rgba(249,116,143,.2);
  -webkit-box-shadow: 1px 1px 15px rgba(249,116,143,.2);
}
.info_tel .more_info img {
  border: 2px solid #bfa365;
  border-radius: .5em;
  box-shadow: 1px 1px 15px rgba(249,116,143,.2);
  -moz-box-shadow: 1px 1px 15px rgba(249,116,143,.2);
  -webkit-box-shadow: 1px 1px 15px rgba(249,116,143,.2);
}
.bt_mail {
  background: #f1ecdc; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZWNkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #f1ecdc 0%, #fff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1ecdc), color-stop(100%,#fff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f1ecdc 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f1ecdc 0%,#fff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f1ecdc 0%,#fff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f1ecdc 0%,#fff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ecdc', endColorstr='#fff',GradientType=0 ); /* IE6-8 */
  border: 1px solid #CBBD9E;
  font-size: 18px;
  line-height: 2em;
  border-radius: 5px;
}
.bt_mail a{
  color: #A07F35;
  background: url("../images/icon_bt_mail.png");
  background-repeat:no-repeat;
  background-position: 20px 3px;
  padding-left: 30px;
}
.bt_mail a:hover{
  color: #C5A04C;
}
.bt_info {
  background: linear-gradient(to bottom, #ffd8df 0%,#fff 100%); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDhkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffd8df 0%, #fff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd8df), color-stop(100%,#fff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffd8df 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffd8df 0%,#fff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffd8df 0%,#fff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffd8df 0%,#fff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8df', endColorstr='#fff',GradientType=0 ); /* IE6-8 */
  border: 1px solid #F27F88;
  font-size: 22px;
  line-height: 1.6em;
  border-radius: 5px;
}
.bt_info a{
  color: #de3f4b;
}
.bt_info a:hover{
  color: #ed727c;
}
.aside {
  float: right;
  width: 240px;
  height: auto;
  padding: 0px 10px 0px 0px;
}

.aside h6 {
  font-size: 16px;
  font-weight: bold;
  color: #E2442E;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 30px;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 1), 1px -1px 3px rgba(255, 255, 255, 1), -1px 1px 3px rgba(255, 255, 255, 1), 1px 1px 3px rgba(255, 255, 255, 1);
  padding-bottom: .2em;
  background: linear-gradient(transparent 50%, #fbb9c7 50%, #fbb9c7 70%, rgba(255,255,255,0) 100%);
  position: relative;
  border-radius: .5em;
  text-align: left;
}
.aside h6 img {
  padding-right: 5px;
  position: absolute;
  bottom: 3px;
  left: 0px;
}
.aside .ctg_list {
  padding-bottom: 3.2em;
  text-align: left;
}

.aside .section a + p {
  margin-top: 1em;
}
.aside .section a.arr {
  color: #333;
  padding: 3px;
  display: block;
  text-decoration: underline;
}
.aside .ctg_list a.arr {
  color: #e2422d;
}
.aside .ctg_list a.arr i {
  color: #fccf01;
}
.aside .ctg_list a.arr img {
  float: left;
  margin-right: 6px;
}
.aside .ctg_list .aside_title_line + ul.ctg_nav li {
  margin-top: 1em;
}
.aside .ctg_list .aside_title_line + ul.ctg_nav li a {
  text-decoration: none;
  font-weight: bold;
}


.aside a:hover{
  filter:alpha(opacity=50);
    -moz-opacity:.5;
    opacity:.5;  
  text-decoration: none;
}
.aside h2 {
  margin-bottom: .5em;
}
.aside .right_bnr {
  margin-bottom: 2em;
}
.aside .right_bnr li {
  padding-bottom: 10px;
}
.aside .right_bnr li img,
.aside .right_bnr_s li img {
    box-shadow: 1px 1px 15px rgba(249,116,143,.2);
    -moz-box-shadow: 1px 1px 15px rgba(249,116,143,.2);
    -webkit-box-shadow: 1px 1px 15px rgba(249,116,143,.2);
}
.aside .right_bnr .mailinfo {
  background: #F9748F;
  border: 2px solid #FCBAC8;
  border-radius: 3px;
  padding: 5px;
}
.aside .right_bnr .mailinfo a {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
}
.aside .right_bnr .mailinfo span {
  font-size: 12px;
}
.aside .right_bnr .mame {
  width: 100px;
  font-size: 12px;
  text-align: left;
}
.aside .right_bnr_s {
  margin-bottom: 1em;
}
.aside .right_bnr_s li{
  float: left;
  margin-left: 20px;
  margin-bottom: 1em;
}
.aside .right_bnr_s a:hover{
  filter:alpha(opacity=50);
    -moz-opacity:.5;
    opacity:.5;  
  text-decoration: none;
}


.info_tel {
  clear: both;
  padding-top: 0em;
background: -moz-radial-gradient(center, ellipse cover,  rgba(238,109,136,0.2) 0%, rgba(255,235,238,0) 50%, rgba(255,235,238,0) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(238,109,136,0.2) 0%,rgba(255,235,238,0) 50%,rgba(255,235,238,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(238,109,136,0.2) 0%,rgba(255,235,238,0) 50%,rgba(255,235,238,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ee6d88', endColorstr='#00ffebee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.info_tel p {
  font-size: 18px;
  color: #dd4537;
  font-weight: bold;
  line-height: 1.6em;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 1), 1px -1px 3px rgba(255, 255, 255, 1), -1px 1px 3px rgba(255, 255, 255, 1), 1px 1px 3px rgba(255, 255, 255, 1);
}
.info_tel a.phone {
  font-size: 42px;
  font-weight: bold;
  color: #e60012;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 1), 1px -1px 3px rgba(255, 255, 255, 1), -1px 1px 3px rgba(255, 255, 255, 1), 1px 1px 3px rgba(255, 255, 255, 1);
  line-height: 1.4em;
  background: url("../images/title_head_phone.png");
  background-repeat:no-repeat;
  background-size: 50px 54px;
  height: 60px;
  padding-left: 50px;
  text-align: left;
  padding-top: 0px;
  font-family: "新丸ゴ R","ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO", "Verdana","Osaka",sans-serif;
}
.info_tel a.phone i {
  font-size: 36px;
}

/* ---------- #footer ---------- */
#footer {
  background-color: #D60000;
  width: auto;
  height: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: -140px;
  text-align: center;
  border-top: 3px solid #F38089;
  clear: both;
}
#footer #footer_box {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
#footer #footer_info {
  width: 415px;
  height: 70px;
  padding-top: 13px;
  margin-bottom: 0px;
}
#footer #footer_info p {
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
  color:#555555;
}
#footer #footer_nav {
  width: 520px;
  color :#fff;
  font-size: 14px;
  text-align: right;
  padding-top: 10px;
  height: auto;
  letter-spacing: 0;
}
#footer #footer_nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
#footer #footer_nav ul {
  border-right: 1px solid rgba(255,255,255,.5);
}
#footer #footer_nav ul li {
  display: inline-block;
}
#footer #footer_nav ul li a {
  padding: 0 2.3em;
  border-left: 1px solid rgba(255,255,255,.5);
}
#footer #footer_nav a:hover {
  color: #900000;
  text-decoration: none;
}
#copyright {
  width: 480px;
  padding-top: 50px;
  font-size: 12px;
  color: #fff;
}
.copyright a{
  text-decoration: none;
}

/*----------------------------------------------
  いちご狩り
----------------------------------------------*/
.section .ichigogari_img {
  width: 252px;
  height: auto;
}
.section .ichigogari_text {
  width: 320px;
  height: auto;
  text-align: left;
  margin-bottom: 2em;
}
.section .ichigogari_name {
  background: url("../images/bg_name.png");
  background-repeat:no-repeat;
  width: 136px;
  height: 44px;
  padding: 0px;
  margin: 0 1.5em;
}
.section .ichigogari_name h4 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 2.2em;
}
.section .tabekata {
  background: url("../images/bg_arrow.gif");
  background-repeat:no-repeat;
  background-position: center center;
  width: 630px;
  margin: 0 auto;
  padding: 0px;
}
.section .tabekata_img {
  width: 236px;
  height: auto;
}
.section .tabekata_info {
  font-size: 12px;
  color: #D60012;
  text-align: left;
}
/* ---------- infomartion ---------- */
.information {
  width: 630px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  margin: 0 auto;
  text-align: left;
_font-size: 15px;
}
.information li{
  padding-left: 1em;
  padding-bottom: 1em;
  text-indent: -1em;
  line-height:1.6em;
}
.information .onegai {
  background: url("../images/icon_onegai.png");
  background-repeat:no-repeat;
  background-position: top left;
  padding-left: 123px;
  margin: 10px auto;
}
.information .caution {
  background: url("../images/icon_caution.png");
  background-repeat:no-repeat;
  background-position: top left;
  width: 275px;
  padding-left: 70px;
  margin: 10px auto;
  color: #D60012;
}
.information .photo_s {
  width: 226px;
  height: auto;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #EFEFEF;
}

.chuui_list li {
    margin: 1em 30px;
	text-indent: 0em;
}
.chuui_list li {
  position:relative;
  padding-left: 50px;
_padding-top: .3em;
}
.chuui_list li span {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  border: 2px solid #ec6d88;
  font-size: 16px;
  color: #ec6d88;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
}
.chuui_list li.fig {
  padding-right: 8em;
}
.chuui_list li.fig img {
  position: absolute;
  top: -10px;
  right: 20px;
}

.chuui_list li.fig.dash img {
  position: absolute;
  top: -25px;
  right: 125px;
  transform: rotate(-2deg);
}

/* ---------- #course ---------- */
#course .course60 {
  width: 553px;
  margin: 0px auto;
  padding-top: 15px;
  clear: both;
}
#course .course60 img {
  float: left;
  margin: 1px;
  border: 1px solid #E6E6E6;
}
/* ---------- #ryoukin ---------- */
#ryoukin {
  padding: 0 15px;
}

#ryoukin table {
  background-color:#fff;
  border-collapse: collapse; 
  border-spacing: 0;
  margin: 0 auto;
  padding-top: 10px;
  line-height: 1.2em;
  font-size: 14px;
  text-align: center;
  color: #9B3646;
}
#ryoukin table tr {
  border-top: 1px solid #F8A7B8;
  border-left: 1px solid #F8A7B8;
}
#ryoukin table th {
  border-bottom: 1px solid #F8A7B8;
  border-right: 1px solid #F8A7B8;
  padding: 8px 5px;
  text-align: center;
}
#ryoukin table td {
  border-bottom: 1px solid #F8A7B8;
  border-right: 1px solid #F8A7B8;
  padding: 8px 5px;
  font-size: 120%;
}
#ryoukin .bg_course {
  font-size: 18px;
  color:#fff;
  background: #e96f86;
  background: -moz-linear-gradient(left, #e96f86 0%, #e88fa0 100%);
  background: -webkit-linear-gradient(left, #e96f86 0%,#e88fa0 100%);
  background: linear-gradient(to right, #e96f86 0%,#e88fa0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e96f86', endColorstr='#e88fa0',GradientType=1 );
}
#ryoukin .bg_age {
  font-size: 90%;
  background: #ffd8e4;
  background: -moz-linear-gradient(left, #ffd8e4 0%, #ffe6ee 100%);
  background: -webkit-linear-gradient(left, #ffd8e4 0%,#ffe6ee 100%);
  background: linear-gradient(to right, #ffd8e4 0%,#ffe6ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8e4', endColorstr='#ffe6ee',GradientType=1 );
}

}
#ryoukin .course30 {
  color:#39F;
  font-size: 120%;
}
#ryoukin .course60 {
  color:#390;
}
#ryoukin .bg_time {
  font-size: 12px;
  color:#fff;
  background: #e96f86;
  background: -moz-linear-gradient(left, #e96f86 0%, #e88fa0 100%);
  background: -webkit-linear-gradient(left, #e96f86 0%,#e88fa0 100%);
  background: linear-gradient(to right, #e96f86 0%,#e88fa0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e96f86', endColorstr='#e88fa0',GradientType=1 );
}
#ryoukin .bg_30 {
  background-color:#39F;
  font-size: 85%;
}
#ryoukin .bg_60 {
  background-color:#390;
  font-size: 85%;
}

/*----------------------------------------------
  いちご販売
----------------------------------------------*/

/* ---------- .hanbai ---------- */
#hanbai .info_tel {
  clear: both;
  padding-top: 0em;
  padding-bottom: 2em;
  background: none;
  text-align: center;
}
.hanbai.end {
  background: url("../images/bg_line.png");
  background-repeat:no-repeat;
  background-position: bottom;
  padding-bottom: 3em;
}
.hanbai li{
  position: relative;
  float: left;
  width: 255px;
  margin-left: 35px;
  margin-bottom: 2em;
  padding: 245px 10px 20px;
  border-radius: 8px;
  text-align: left;
  position: relative;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffdde2+0,ffdde2+85,ffdde2+100&1+0,1+85,0+100 */
background: -moz-linear-gradient(top,  rgba(255,221,226,1) 0%, rgba(255,221,226,1) 85%, rgba(255,221,226,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,221,226,1) 0%,rgba(255,221,226,1) 85%,rgba(255,221,226,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,221,226,1) 0%,rgba(255,221,226,1) 85%,rgba(255,221,226,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdde2', endColorstr='#00ffdde2',GradientType=0 ); /* IE6-9 */
}
.hanbai li span.icon {
  position: absolute;
  top: -0.2em;
  left: -0.4em;
  transform: rotate(-15deg);
  background: #ffee00;
  color: #e60020;
  padding: 0 1em;
  border-radius: .2em;
  font-family: "UD新ゴ M", serif;
  letter-spacing: .1em;
}
.hanbai li p{
  font-size: 105%;
_font-size: 125%;
  line-height: 1.6em;
  min-height: 8em;
  font-weight: 500;
}
.hanbai .item {
  border-radius: 8px 8px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.hanbai .rbn_new {
  position: absolute;
  top: 0;
  left: 0;
}
.detail_wrap {
  float: right;
  width: 593px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
}
.hanbai .detail {
  float: right;
  width: 330px;
  text-align: left;
}
.hanbai .wrap_item_name {
  width: 350px;
}
.hanbai .item_name {
  background: url("../images/bg_name.png");
  background-repeat:no-repeat;
  width: 136px;
  height: 44px;
  font-weight: bold;
  line-height: 2.6em;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-shadow: 0px 0px 10px #bb0b30;
}
.hanbai_item_pack .item_name_l,
.hanbai_item_other .item_name_l,
.hanbai .item_name_l {
  position: relative;
  background: url("../images/bg_name_l.png");
  background-repeat:no-repeat;
  width: 212px;
  height: 44px;
  font-weight: bold;
  line-height: 2.6em;
_margin-top: 10px;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  text-shadow: 0px 0px 6px #eb6d8e, 0px 0px 6px #eb6d8e, 0px 0px 6px #eb6d8e, 0px 0px 6px #eb6d8e;
}
.hanbai_item_other .item_name_l + .item_name_l {
  margin-top: -10px !important;
}
.hanbai_item_pack .item_name_l + p,
.hanbai_item_other .item_name_l + p,
.hanbai .item_name_l + p {
  text-align: left !important;
}
.hanbai .item_name_l span {
  font-size: 80%;
  font-weight: normal;
  color: #FFF;
}
.hanbai_item_pack h4,
.hanbai_item_other h4,
.hanbai h4 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 2.4em;
}
.hanbai_item_other .detail + .detail {
  margin-top:4em;
}


/*
#hanbai table {
  background-color:#fff;
  border-collapse: collapse; 
  border-spacing: 0;
  margin: 0 auto;
  padding-top: 10px;
  line-height: 1.2em;
  text-align: center;
  color: #9B3646;
  border-radius: .6em;
  overflow: hidden;
  border: 1px solid rgba(248,167,184,1);
}
#hanbai img + table {
  margin-top: 1em;
}
#hanbai table tr {
  border-top: 1px solid rgba(248,167,184,.5);
  border-left: 1px solid rgba(248,167,184,.5);
}
#hanbai table th {
  border-bottom: 1px solid rgba(248,167,184,.5);
  border-right: 1px solid rgba(248,167,184,.5);
  padding: 5px 10px;
  line-height: 1.4em;
}
#hanbai table td {
  border-bottom: 1px solid rgba(248,167,184,.5);
  border-right: 1px solid rgba(248,167,184,.5);
  padding: .5em .5em;
  line-height: 1.6em;
  background: #fff;
}
*/
#hanbai .bg_name {
  font-size: 120%;
background: #ffd8e4;
background: -moz-linear-gradient(left,  #ffd8e4 0%, #ffe6ee 100%);
background: -webkit-linear-gradient(left,  #ffd8e4 0%,#ffe6ee 100%);
background: linear-gradient(to right,  #ffd8e4 0%,#ffe6ee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8e4', endColorstr='#ffe6ee',GradientType=1 );
}
#hanbai .charge {
  font-size: 120%;
  font-weight: 600;
  text-align: center;
  color:#54BD13;
background: -moz-linear-gradient(top, rgba(255,216,228,0.5) 0%, rgba(255,216,228,0) 100%);
background: -webkit-linear-gradient(top, rgba(255,216,228,0.5) 0%,rgba(255,216,228,0) 100%);
background: linear-gradient(to bottom, rgba(255,216,228,0.5) 0%,rgba(255,216,228,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffd8e4', endColorstr='#00ffd8e4',GradientType=0 );
}
#hanbai .charge p {
_border-bottom: 2px dotted #fbb9c7;
  padding: 0 0 .3em;
  margin-top: 0;
  font-size: 110%;
}
#hanbai .charge p small {
  font-size: .7em;
  text-align: center;
  color: #fff;
  display: inline-block;
  background: #e6437e;
  width: 100%;
  margin: 1em 1% .2em;
  line-height: 2em;
  border-radius: .3em;
  font-size: 64%;
}
#hanbai .charge p + p small {
  background: #e53c3c;
}

#hanbai span{
  font-size: 15px;
}
#hanbai .caution{
  margin-top: 1em;
  margin-bottom: 1em;
  padding: .5em 1em;
  border-radius: 5px;
  text-align: left;
  background: #ffd8e4;
  background: -moz-linear-gradient(left, #ffd8e4 0%, #ffe6ee 100%);
  background: -webkit-linear-gradient(left, #ffd8e4 0%,#ffe6ee 100%);
  background: linear-gradient(to right, #ffd8e4 0%,#ffe6ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8e4', endColorstr='#ffe6ee',GradientType=1 );
  border: 1px solid rgba(248,167,184,0.2);
}

.hanbai_item_hako,
.hanbai_item_pack,
.hanbai_item_other {
  display: flex;
  flex-wrap: wrap;
  margin: 2em 20px;
  clear:both;
}
.hanbai_item_hako li {
  flex: 0 0 33%;
  text-align: center;
  margin: 1em auto;
}
.hanbai_item_hako li img {
  box-shadow: 1px 1px 18px rgba(0,0,0,.1);
}
.hanbai_item_pack li.maru {
  flex: 210px;
  text-align: center;
  margin: 1em auto;
}
.hanbai_item_pack li.shikaku {
  flex: 0 0 311px;
  text-align: center;
  margin: 1em auto;
}
.hanbai_item_pack p {
  text-align: left;
}
.hanbai_item_other li {
  flex: 0 0 50%;
  text-align: center;
  margin: 1em 0;
}

/* ---------- #haisou ---------- */
#haisou table {
  background-color:#fff;
  border-collapse: collapse; 
  border-spacing: 0;
  margin: 0 auto;
  padding-top: 10px;
  line-height: 1.2em;
  text-align: left;
  color: #9B3646;
}
#haisou table tr {
  border-top: 1px solid rgba(248,167,184,.5);
  border-left: 1px solid rgba(248,167,184,.5);
}
#haisou table th {
  border-bottom: 1px solid rgba(248,167,184,.5);
  border-right: 1px solid rgba(248,167,184,.5);
  padding: .5em 1em;
}
#haisou table td {
  background:#fff;
  border-bottom: 1px solid rgba(248,167,184,.5);
  border-right: 1px solid rgba(248,167,184,.5);
  padding: .5em 1em;
  line-height: 1.6em;
}
#haisou .bg_detail {
  font-size: 14px;
  color:#fff;
  text-align: center;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e96f86+0,e88fa0+100 */
background: #e96f86; /* Old browsers */
background: -moz-linear-gradient(left,  #e96f86 0%, #e88fa0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #e96f86 0%,#e88fa0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #e96f86 0%,#e88fa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e96f86', endColorstr='#e88fa0',GradientType=1 ); /* IE6-9 */
}
#haisou .area {
  font-size: 120%;
  text-align: center;
  background: #ffd8e4;
  background: -moz-linear-gradient(left, #ffd8e4 0%, #ffe6ee 100%);
  background: -webkit-linear-gradient(left, #ffd8e4 0%,#ffe6ee 100%);
  background: linear-gradient(to right, #ffd8e4 0%,#ffe6ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8e4', endColorstr='#ffe6ee',GradientType=1 );
}
#haisou .charge {
  font-size: 120%;
  text-align: center;
  color:#54BD13;
}

/* ---------- #ryoukin ---------- */
#rule table {
  background:#fff;
  border-collapse: collapse; 
  border-spacing: 0;
  margin: 0 auto;
  padding-top: 10px;
  line-height: 1.2em;
  font-size: 15px;
  text-align: left;
  color: #9B3646;
}
#rule table tr {
  border-top: 1px solid rgba(248,167,184,.5);
  border-left: 1px solid rgba(248,167,184,.5);
}
#rule table th {
  border-bottom: 1px solid rgba(248,167,184,.5);
  border-right: 1px solid rgba(248,167,184,.5);
  padding: .5em 1em;
  text-align: center;
}
#rule table td {
  background:#fff;
  border-bottom: 1px solid rgba(248,167,184,.5);
  border-right: 1px solid rgba(248,167,184,.5);
  padding: .8em 1em;
}
#rule .bg_rule {
  font-size: 100%;
  color:#fff;
  text-align: center;
  vertical-align: top;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e96f86+0,e88fa0+100 */
background: #e96f86; /* Old browsers */
background: -moz-linear-gradient(left,  #e96f86 0%, #e88fa0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #e96f86 0%,#e88fa0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #e96f86 0%,#e88fa0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e96f86', endColorstr='#e88fa0',GradientType=1 ); /* IE6-9 */
}
.info_haisou {
  width: 450px;
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
  margin: 0 auto;
  text-align: left;
}
.info_haisou li{
  padding-left: 10px;
  padding-top: 2px;
  text-indent: -1em;
  line-height:1.6em;
}
.info_haisou .yamato {
  background: url("../images/icon_yamato.png");
  background-repeat:no-repeat;
  background-position: top left;
  height: 41px;
  padding-left: 60px;
  margin: 0px auto;
}


.item_list .detail + .detail{
    margin-top: 2em;
}

.item_list .item_name_l {
  position: relative;
  background: url("../images/bg_name_l.png");
  background-repeat:no-repeat;
  width: 212px;
  height: 44px;
  font-weight: bold;
  line-height: 2.6em;
  margin-right: auto;
  margin-left: auto;
  text-shadow: 0px 0px 6px #eb6d8e, 0px 0px 6px #eb6d8e, 0px 0px 6px #eb6d8e, 0px 0px 6px #eb6d8e;
  color: #FFF;
    font-size: 16px;
}
.item_list p{
    text-align: left;
    padding: 0 2em;
}
/*----------------------------------------------
  施設案内
----------------------------------------------*/

/* ---------- .sisetsu ---------- */
.shisetsu {
  background: url("../images/bg_line.png");
  background-repeat:no-repeat;
  background-position: top;
  padding: 40px 0;
  position: relative;
}
.section .shisetsu h3 {
  color:#54bd13;
  text-indent:-.5em;
  padding-left:1em;
}
.section .shisetsu h3 i {
color: #fccf01;
}
.shisetsu .new_photo,
.shisetsu .rbn_new {
  position: absolute;
  top: 280px;
  left: 290px;
}
.shisetsu .new_photo {
  z-index: 100;
  padding: 5px;
  background-color: #fff;
  border: 1px solid rgba(249,116,143,.3);
}
.shisetsu .rbn_new {
  z-index: 200;
}
.shisetsu.relax {
  min-height: 250px;
}
.shisetsu .photo_set1 {
  position: absolute;
  top: 35px;
  left: 20px;
  z-index: 100;
  padding: 5px;
  background-color: #fff;
  border: 1px solid rgba(249,116,143,.3);
}
.shisetsu .photo_set2 {
  position: absolute;
  top: 150px;
  left: 100px;
  z-index: 200;
  padding: 5px;
  background-color: #fff;
  border: 1px solid rgba(249,116,143,.3);
}

/*----------------------------------------------
  アクセス
----------------------------------------------*/
.access_list {
  margin-top: 1.5em;
}
.access_list li {
  list-style-type: disc;
  margin-left: .8em;
  font-size: 96%;
  _border-bottom: 1px dotted #ccc;
  padding-bottom: 0.5em;
  color: #EC6D88;
  clear: both;
  line-height: 1.6em;
}

/*----------------------------------------------
  お問合わせ
----------------------------------------------*/
.bt_ticket {
  background: #f1ecdc; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZWNkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #f1ecdc 0%, #fff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1ecdc), color-stop(100%,#fff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f1ecdc 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f1ecdc 0%,#fff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f1ecdc 0%,#fff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f1ecdc 0%,#fff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ecdc', endColorstr='#fff',GradientType=0 ); /* IE6-8 */
  border: 1px solid #CBBD9E;
  font-size: 18px;
  line-height: 2em;
  border-radius: 5px;
}
.bt_ticket a{
  color: #A07F35;
  background: url("../images/icon_bt_ticket.png");
  background-repeat:no-repeat;
  background-position: 100px 3px;
  padding-left: 30px;
}
.bt_ticket a:hover{
  color: #C5A04C;
}
#privacy {
  padding: 20px;
  font-size: 14px;
  line-height: 1.6em;
  text-align: left;
  width: 643px;
  border: 1px solid #F8A7B8;
  margin: 20px;
  height: 370px;
  background: #FFF;
}
#privacy .sec_sub_title{
  width:643px;
  margin: 0 auto 20px;
  clear: both;
}
#privacy .sec_sub_title h3{
  background: url("../images/sub_title_head.png");
  background-repeat:no-repeat;
  background-position: 1px 0px;
  height: 40px;
  padding-left: 40px;
  color: #fff;
  text-align: left;
}
#privacy p {
  font-size: 14px;
  padding: 10px;
  border-bottom: 1px dotted #CCC;
}
#form {
  padding-top: 50px;
}
#form span {
  padding: .4em .8em;
  background: #EC6D88;
  color: #FFF;
  border-radius: 3px;
  font-size: 90%;
}
#form ul li {
  padding: 1em 0;
}
#form ul li {
  padding: 12px 0;
}
#form ul li p {
  margin-top:0px;
  margin-bottom:0px;
}
#form .radio {
  padding-left: 25px;
  margin-top:15px;
  display: inline-block;
  line-height: 1em;
}
#form .radio input {
  zoom:1.2;
}
#form .pp{
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
#form .pp a{
  padding: 5px 10px;
  color: #9B3646;
  border-radius: 3px;
}
#form .bt {
  padding: 5px 10px;
  text-align: center;
  font-size: 26px;
}
#form .min {
  min-height: 800px;
}
#form input,
#form textarea {
  padding: .5em;
}

#form input[type='text'], #form input[type='number'], #form input[type='tel'], #form input[type='email'] {
    width: 100%;
    background: #fff;
    border-radius: 0;
    line-height: 21px;
    font-size: 14px;
    padding: 15px 13px 11px;
    color: #222;
    outline: none;
    height: 45px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    -webkit-appearance: none;
    margin: 0 0 .5em;
    border-radius: 3px;
}
#form textarea {
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    line-height: 21px;
    font-size: 14px;
    padding: 15px 13px 11px;
    color: #222;
    outline: none;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    height: 165px!important;
    -webkit-appearance: none;
    overflow: auto;
    margin: 0 0 2em;
}
#form .bt input.bt {
    display: inline-block;
    text-align: center;
    padding: .6em 1.4em;
    border-radius: 5px;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
    background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
    color: #555;
    border: 1px solid #ccc;
    font-size: 100%;
    margin: .3em;
	cursor: pointer;
}

#inq p {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
#inq table {
  background-color:#fff;
  border-collapse: collapse; 
  border-spacing: 0;
  margin: 0 auto;
  padding-top: 10px;
  line-height: 1.2em;
  font-size: 14px;
  text-align: left;
  color: #9B3646;
  width: 400px;
}
#inq table tr {
  border-top: 1px solid #F8A7B8;
  border-left: 1px solid #F8A7B8;
}
#inq table th {
  background-color:#FFE6EE;
  border-bottom: 1px solid #F8A7B8;
  border-right: 1px solid #F8A7B8;
  padding: 5px 10px;
  width: 150px;
}
#inq table td {
  border-bottom: 1px solid #F8A7B8;
  border-right: 1px solid #F8A7B8;
  padding: 5px 10px;
}
.form_submit_btn input{
    font-size:26px;
}

/* ---------- page top ---------- */
#bt_pagetop {
  width: 640px;
  margin: 10px auto;
  text-align: right;
}
/* ---------- ticket ---------- */
#ticket {height: auto}
#ticket_print {
  width: 725px;
  margin: 20px;
  text-align: center;
  height: 450px;
  overflow: hidden;
}
#ticket_print img {
  margin-bottom: 20px;
}
#ticket_print form {
  width: 510px;
  margin: 0 auto;
}
/* ---------- google ---------- */
.calendar {
  width: 600px;
  margin: 0px auto;
}
.map {
  width: 600px;
  margin: 0px auto;
  background: #fff;
}

/* social */
#social{
  width:240px;
  margin: 0 auto;
}
#social .social_box{
  width:120px;
  float:left;
  padding-bottom:8px;
  text-align: left;
}

/* txt_box */
.txt_box {
  padding: 0 2.4em 2em;
}
#form .txt_box {
  padding-bottom: 0;
}
#recruit .section .sec_box .txt_box:last-child {
  padding: 0 2.4em 0;
}
.txt_box p {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  text-align: left;
}
.txt_box p i {
  color: #ec326b;
}
.txt_box div.grp {
  width: 80%;
  margin: 1em auto;
}
.txt_box div.grp img {
  width: 100%;
}

.txt_box div.info {
  background: #f9f5ed;
  border: 2px dashed #be938f;
  padding: 1.2em;
  text-align: left;
  box-shadow: 4px 4px 0 rgba(0,0,0,.2);
}
.txt_box div.info dl dt {
  color: #9b3646;
}
.txt_box div.info dl dd span {
  display: inline-block;
  color: #303030;
}
.txt_box div.info dl dd span:last-child {
  display: inline-block;
  color: #ec326b;
  margin-left: .5em;
}
.txt_box div.info dl dd + dt {
  margin-top: 1.2em;
}

/* img_box */
.img_box {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.img_box div {
  box-sizing: border-box;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
}
.img_box div + div {
  margin-left: 4%;
}

.img_box div.txt {
  flex: 0 0 42%;
  flex-grow:0;
  flex-shrink:0;
  flex-basis: 42%;
  max-width: 42%;
}
.img_box div.pic,
.img_box div.info {
  flex: 0 0 54%;
  flex-grow:0;
  flex-shrink:0;
  flex-basis: 54%;
  max-width: 54%;
}
.img_box div.pic img {
  width: 100%;
}
.img_box div.pic img {
  border: 4px solid #ffe4ec;
  box-shadow: 2px 2px 20px rgba(0,0,0,.1);
}

/* merit_box */
.merit_box {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.merit_box div.info {
  box-sizing: border-box;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  flex: 0 0 48%;
  flex-grow:0;
  flex-shrink:0;
  flex-basis: 48%;
  max-width: 48%;
  text-align: center;
}
.merit_box div.info + .info {
  margin-left: 4%;
  text-align: center;
}

.merit_box div.info dl dt {
  font-size: 125%;
  border-bottom: 2px solid #bc8f88;
}
.merit_box div.info dl dd,
.merit_box div.info dl p {
  text-align: left;
}
.merit_box div.info dl dd {
  text-indent: -1em;
  padding-left: 1em;
  margin: 1em 0;
  font-size: 16px;
}
.merit_box div.info.merit dl dd:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #e53c68;
}
.merit_box div.info.demerit dl dd:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #73addd;
}
.merit_box div.info.demerit dl:after {
  font-family: 'FontAwesome';
  content: "\f063";
  color: #f7bc00;
  text-align: center;
  font-size: 180%;
}
.merit_box div.info.demerit dl + p {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1em;
  font-size: 16px;
}
.merit_box div.info.demerit dl + p:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #f7bc00;
}
.merit_box div.info + h5 {
  font-size: 135%;
  text-align: center;
  margin: 2em auto 0;
  font-weight: 600;
  line-height: 1.6em;
}

/* future_box */
.future_box ul li {
  border-bottom: 2px dashed #be938f;
  padding: 0.5em;
  font-size: 125%;
}
.future_box ul li i {
  color: #ec326b;
}

/* req_box */

.req_box,
.req_box section{
  margin-top:3em;
  font-size:15px;
}
.req_box section h5{
    display: table;
    font-size: 125%;
    font-weight: 600;
    color: #ec326b;
    margin: 0 auto;
}

.req_box dl {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  border-top: 1px dashed #be938f;
  margin-top: 1em;
_background: #f5f5f5;
}
.req_box dl dt,
.req_box dl dd {
  text-align: left;
  padding: .6em;
  border-bottom: 1px dashed #be938f;
  box-sizing: border-box;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
}
.req_box dl dt {
  color: #e53c68;
  flex: 0 0 25%;
  flex-grow:0;
  flex-shrink:0;
  flex-basis: 25%;
  max-width: 25%;
}
.req_box dl dd {
  color: #7f656e;
  flex: 0 0 75%;
  flex-grow:0;
  flex-shrink:0;
  flex-basis: 75%;
  max-width: 75%;
}

/* ---------- 170123 追加分 ---------- */

.icon_naki{
  position: relative;
}
.icon_naki img{
  position: absolute;
  right: 40px;
  top: -40px;
  transform: rotate(15deg);
}

.icon_kashige{
  position: relative;
}
.icon_kashige a + img{
  position: absolute;
  right: 48px;
  top: -48px;
  border: none;
  box-shadow: none;
}


/*----------------------------------------------
  採用情報
----------------------------------------------*/

/* ---------- 180119 採用情報のご案内 ---------- */

#recruit .section .sec_box {
  padding: 0 0 2em;
}
#recruit .section h3.content_title {
  text-align: center;
  width: 328px;
  height: 81px;
  font-size: 135%;
  color: #582b25;
  padding: .5em .5em .5em 0;
  margin: 0 auto;
  line-height: 1.6em;
  letter-spacing: -0.05em;
  background: url(../images/recruit/frame_content_title.png) no-repeat scroll center top;
  background-size: 328px 81px;
  text-shadow: none;
}
#recruit h4 {
  display: table;
  font-size: 150%;
  font-weight: 600;
  color: #ec326b;
  min-width: 24em;
  border-top: 3px double rgba(229,60,104,.6);
  border-bottom: 3px double rgba(229,60,104,.6);
  padding: .4em 0;
  margin: 0 auto 1.4em;
}
#recruit h4 .yellow {
  color: #f7bc00;
}

/* ---------- 180312 採用情報のご案内 ---------- */

.recruit_list ul li {
  display: inline-block;
  min-width: 10em;
  text-align: center;
}
.recruit_list ul li a {
  display: block;
  border: 1px solid #9b3646;
  background: #fff;
  color: #9b3646;
  padding: .3em .6em;
}
.recruit_list ul li a:hover {
  display: block;
  border: 1px solid #9b3646;
  background: #9b3646;
  color: #ffcc00;
  padding: .3em .6em;
}

/* ---------- 170123 追加分 ---------- */

.icon_rennyu{
  position: relative;
}
.icon_rennyu img {
  position: absolute;
  right: 160px;
  top: -60px;
  transform: rotate(0deg);
  z-index: 9999;
}
.icon_rennyu img + img {
  position: absolute;
  right: -10px;
  top: -50px;
  transform: rotate(5deg);
  z-index: 9998;
}


/* ---------- 201113 インフォメーション追加（お知らせ／コロナ対策） ---------- */
/* 高さ調整 */
#slide {
_height: 1180px;
  height: 1080px;
}
#slide #slide_box {
_height: 1180px;
  height: 1080px;
}

.topics_box ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 20px 7px 0;
}
.topics_box ul li {
  box-sizing: border-box;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  flex: 0 0 49%;
  flex-grow:0;
  flex-shrink:0;
  flex-basis: 49%;
  max-width: 49%;
  height: 480px;
  padding: 15px;
  background: rgba(255,255,255,.9);
}
.topics_box ul li + li {
  margin-left: 2%;
}

.topics_box ul li + li ul {
  margin-top: 10px;
}
.topics_box ul li + li ul li {
  flex: 0 0 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0;
  height: auto;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6em;
  margin-bottom: 1em;
}
.topics_box ul li + li ul li:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #e53c68;
}
.topics_box ul li + li ul li + li {
  margin-left: 0;
}

.topics_box ul li + li ul li strong {
  font-weight:900;
  color:#e53c68;
}

/*========================================================
                    コロナ対策アイコン
=========================================================*/
.antibacterial_icon .ab_box {
  padding: 0;
  text-align: center;
  border-right: none;
  border-bottom: none;
  vertical-align: top;
  display: inline-block;
}
.antibacterial_icon .ab_box:nth-child(1) {
  width: 24%;
}
.antibacterial_icon .ab_box:nth-child(2) {
  width: 74%;
}
.antibacterial_icon .ab_box h4 {
  font-weight: 500;
  font-size: 80%;
  color: #fff;
  margin: 5px;
  background: #aaa;
  border-bottom: none;
}
.antibacterial_icon .ab_box:nth-child(1) h4 {
  background: #1ab595;
}
.antibacterial_icon .ab_box:nth-child(2) h4 {
  background: #3490d3;
}
.antibacterial_icon .ab_box div {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  width: 80px;
}
.antibacterial_icon .ab_box div img {
  width: 100%;
}
.antibacterial_icon .ab_box div img + span {
  display: block;
  font-size: 80%;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 1em;
}

/*========================================================
                    いちご狩りトピックス
=========================================================*/
.ichigogari_topics ul li:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #e53c68;
}
.ichigogari_topics .covid19_info {
  padding: 2em;
}
.ichigogari_topics .antibacterial_icon .ab_box div {
  margin: 0 .8em;
}

/*========================================================
                    嶋村屋のこだわりいちご
=========================================================*/

/* リンクボタン */
.kodawari_btn a{
  display: table;
  font-size: 150%;
  color:#fff;
  background: #ff0851;
  border:2px solid #ec6d88;
  border-radius: .5em;
  padding: 1em;
  margin: 1em auto;
}

/* nav */
.nav_kodawari{
  position: relative;
}
.nav_kodawari small{
  position: absolute;
  top: -.8em;
  left: 1.6em;
  z-index: 999;
}

/* intro */
#kodawari_intro .kodawari_sub_title{
  display: table;
  font-size: 135%;
  font-weight: 600;
  color: #ec326b;
  min-width: 24em;
  border-top: 3px double rgba(229,60,104,.6);
  border-bottom: 3px double rgba(229,60,104,.6);
  padding: .4em .4em;
  margin: 0 auto 1.4em;
}
#kodawari_intro .kodawari_feature_list{
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 2em auto;
  padding:.4em .8em;
}
#kodawari_intro .kodawari_feature_list li {
  box-sizing: border-box;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  flex-grow:0;
  flex-shrink:0;
  flex: 0 0 31.33333%;
  flex-basis: 31.33333%;
  max-width: 31.33333%;
  margin: 1%;
  background: #ec6d88;
  border-radius: 50%;
  padding: 2.8em .5em 3.2em;
_font-size: 115%;
  color: #fff;
  line-height: 1.8;
  text-align: center;
  border: 6px double #fff;
}
#kodawari_intro .kodawari_feature_list li i {
  display: block;
  font-size: 250%;
  margin-bottom: .1em;
  color: #ffcc00;
}

/* table */
#kodawari_intro table,
#kodawari_other table {
  background-color:#fff;
  border-collapse: collapse; 
  border-spacing: 0;
  margin: 0 auto;
  padding-top: 10px;
  line-height: 1.2em;
  text-align: center;
  color: #9B3646;
_border-radius: .6em;
  overflow: hidden;
_border: 1px solid rgba(248,167,184,1);
  width: 90%;
}
#kodawari_intro img + table,
#kodawari_other img + table {
  margin-top: 1em;
}

#kodawari_intro table tr,
#kodawari_other table tr {
  border-top: 1px solid rgba(248,167,184,.5);
  border-left: 1px solid rgba(248,167,184,.5);
}
#kodawari_intro table th,
#kodawari_other table th {
  border-bottom: 1px solid rgba(248,167,184,.5);
  border-right: 1px solid rgba(248,167,184,.5);
  padding: 5px 10px;
  line-height: 1.4em;
}
#kodawari_intro table td,
#kodawari_other table td {
  border-bottom: 1px solid rgba(248,167,184,.5);
  border-right: 1px solid rgba(248,167,184,.5);
  padding: .5em .5em;
  line-height: 1.6em;
  background: #fff;
}
#kodawari_intro .bg_name,
#kodawari_other .bg_name {
  font-size: 120%;
background: #ffd8e4;
}
#kodawari_intro .charge,
#kodawari_other .charge {
  font-size: 120%;
  font-weight: 600;
  text-align: center;
  color:#54BD13;
}
#kodawari_intro .charge p,
#kodawari_other .charge p {
_border-bottom: 2px dotted #fbb9c7;
  font-size: 110%;
  padding: 0;
  margin: 0;
}
#kodawari_intro .charge p small,
#kodawari_other .charge p small {
  font-size: .7em;
  text-align: center;
  color: #fff;
  display: inline-block;
  background: #e6437e;
  width: 46%;
  margin: 0 1% .2em;
  line-height: 2em;
  border-radius: .3em;
  font-size: 64%;
}
#kodawari_intro .charge p + p small,
#kodawari_other .charge p + p small {
  background: #e53c3c;
}

#kodawari_intro span,
#kodawari_other span{
  font-size: 14px;
}
#kodawari_intro .caution,
#kodawari_other .caution{
  margin-top: 1em;
  margin-bottom: 1em;
  padding: .5em 1em;
  border-radius: 5px;
  text-align: left;
  background: #ffd8e4;
}

/*========================================================
                    いちご販売 - こだわりいちご
=========================================================*/

/* table */
.hanbai_kodawari_table table {
  background-color:#fff;
  border-collapse: collapse; 
  border-spacing: 0;
  margin: 0 auto;
  padding-top: 10px;
  line-height: 1.2em;
  text-align: center;
  color: #9B3646;
_border-radius: .6em;
  overflow: hidden;
_border: 1px solid rgba(248,167,184,1);
  width: 90%;
}
.hanbai_kodawari_table img + table{
  margin-top: 1em;
}

.hanbai_kodawari_table table tr {
  border-top: 1px solid rgba(248,167,184,.5);
  border-left: 1px solid rgba(248,167,184,.5);
}
.hanbai_kodawari_table table th {
  border-bottom: 1px solid rgba(248,167,184,.5);
  border-right: 1px solid rgba(248,167,184,.5);
  padding: 5px 10px;
  line-height: 1.4em;
}
.hanbai_kodawari_table table td {
  border-bottom: 1px solid rgba(248,167,184,.5);
  border-right: 1px solid rgba(248,167,184,.5);
  padding: .5em .5em;
  line-height: 1.6em;
  background: #fff;
}
.hanbai_kodawari_table .bg_name {
  font-size: 120%;
background: #ffd8e4;
}
.hanbai_kodawari_table .charge {
  font-size: 120%;
  font-weight: 600;
  text-align: center;
  color:#54BD13;
}
.hanbai_kodawari_table .charge p {
_border-bottom: 2px dotted #fbb9c7;
  font-size: 110%;
  padding: 0;
  margin: 0;
}
.hanbai_kodawari_table .charge p small {
  font-size: .7em;
  text-align: center;
  color: #fff;
  display: inline-block;
  background: #e6437e;
  width: 46%;
  margin: 0 1% .2em;
  line-height: 2em;
  border-radius: .3em;
  font-size: 64%;
}
.hanbai_kodawari_table .charge p + p small {
  background: #e53c3c;
}

.hanbai_kodawari_table span{
  font-size: 14px;
}
.hanbai_kodawari_table .caution{
  margin-top: 1em;
  margin-bottom: 1em;
  padding: .5em 1em;
  border-radius: 5px;
  text-align: left;
  background: #ffd8e4;
}

/* 50個限定 */
.item_wrap{
  position: relative;
}
.item_wrap span.icon {
  position: absolute;
  top: 0;
  left: .5em;
  transform: rotate(-15deg);
  background: #ffee00;
  color: #e60020;
  padding: 0 1em;
  border-radius: .2em;
  font-family: "UD新ゴ M", serif;
  letter-spacing: .1em;
}

.limited{
  position: relative;
}

.limited span.icon {
  position: absolute;
  top: 0;
  left: calc(50% -12em);
  transform: rotate(-15deg);
  background: #ffee00;
  color: #e60020;
  padding: 0 1em;
  border-radius: .2em;
  font-family: "UD新ゴ M", serif;
  letter-spacing: .1em;
}
