@charset "euc-jp";
form, fieldset, legend, input, textarea,
p, blockquote, th, td {
  margin: 0;

/* reset */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
  padding: 0;
}
.none_border_table,
.product_option_table table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
}
address, caption, cite, code,
dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
 
ol, ul {
  list-style: none;
}
 
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
q:before,
q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}

/* font size */
body {
 	font-size:14px;
    letter-spacing: 1px;
	line-height:2.2;
	color:#000;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	background:#fff;
  *font-size: small; /* for IE */
  *font: x-small; /* for IE in quirks mode */
  
}
select, input, button, textarea {
  font: 99%;
}
table {
  font: 100%;
  font-size: inherit;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
  *font-size: 108%;
}

/* common */
body {
  background-color: #FFFFFF;
}
a {
  color: #3579bf;
}
input[type="text"],
textarea,
select {
  border: 1px solid #888;
}
/* clearfix */
.clearfix {
  *zoom: 1;
}
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  .clearfix:after {
    clear: both;
  }

/* icons */
.icon:before,
.ie_icon {
  display: block;
  float: left;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/63/icons16.png);
  background-repeat: no-repeat;
  content: "";
}
  .icon_myaccount:before,
  .ie_icon_myaccount {
    background-position: left -96px;
  }
  .icon_regist:before,
  .ie_icon_regist {
    background-position: left -192px;
  }
  .icon_login:before,
  .ie_icon_login {
    background-position: left -224px;
  }
  .icon_logout:before,
  .ie_icon_logout {
    background-position: left -208px;
  }
  .icon_search:before,
  .ie_icon_search {
    background-position: left -16px;
  }
  .icon_viewcart:before,
  .ie_icon_viewcart {
    background-position: left -0px;
  }
  .icon_sort:before,
  .ie_icon_sort {
    background-position: left -112px;
  }
  .icon_prev:before,
  .ie_icon_prev {
    margin-right: 0;
    background-position: left -32px;
  }
  .icon_next:before,
  .ie_icon_next {
    float: right;
    margin-right: 0;
    background-position: right -48px;
  }
  .icon_prev_dis:before,
  .ie_icon_prev_dis {
    margin-right: 0;
    background-position: left -64px;
  }
  .icon_next_dis:before,
  .ie_icon_next_dis {
    float: right;
    margin-right: 0;
    background-position: right -80px;
  }
  .icon_lst:before,
  .ie_icon_lst {
    margin-right: 0;
    background-position: left -176px;
  }
    .footer_lst .icon_lst:before,
    .footer_lst .ie_icon_lst {
      margin-left: -16px;
    }
  .icon_down:before,
  .ie_icon_down {
    display: none;
  }
  .icon_category_lst:before,
  .ie_icon_category_lst {
    display: none;
  }
  .icon_review:before,
  .ie_icon_review {
    background-position: left -240px;
  }
  .icon_review_post:before,
  .ie_icon_review_post {
    background-position: left -256px;
  }

/* layout */
.layout_wrapper {
  margin: 0 auto;
  width: 1000px;
  background-color: #fff;
}
.layout_header,
.layout_container,
.layout_footer {
  margin: 0 auto;
  width: 100%;
  margin:0;
}
.layout_header {
  padding-top: 10px;
}
.layout_footer {
  margin-top: 3em;
}
.header_btn {
  font-size: 92.307%;
  line-height: 1.5;
}
  .header_btn a {
    color: #444;
  }
.viewcart_btn {
  float: right;
  margin-bottom: .5em;
  margin-left: 1.063%;
}
.header_member_nav {
  float: right;
  width: 29.787%;
}
  .header_member_nav li {
    float: right;
    white-space: nowrap;
    margin-left: 3.571%;
  }
  .member_login_name {
    float: right;
    clear: right;
    margin-bottom: .5em;
    text-align: right;
    line-height: 1.5;
  }


.common_bg{background:#fff;}

/* delivery price */
.header_delivery_price {
  padding: .5em 1em .3em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #df7676;
  color: #fff;
  line-height: 1.5;
  float: right;
  clear: right;
}

/* product search form */
.prd_search_block {
  position: relative;
  float: left;
  margin: -6px 0 0 0;
  padding: 6px 0 0 1px;
  width: 30.212%;
  font-size: 92.307%;
}
  .prd_search_block.open {
    padding: 5px 0;
    border: 1px solid #888;
  }
  .prd_search_form_btn {
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    padding: .3em .5em;
    border: 1px solid #a0a0a0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .prd_search_form {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
    overflow: hidden;
    margin-top: 5px;
    padding: 5px;
    border-top: 1px solid #888;
    width: 97%;
  }
  .prd_search_keyword {
    float: left;
    padding: .5em 0;
    width: 80%;
    border: 1px solid #888;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-indent: 5px;
  }
  .prd_search_btn {
    float: right;
    padding: .35em 0;
    width: 18%;
    border: 1px solid #444;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #444;
    color: #fff;
    cursor: pointer;
  }
  .prd_search_optioncategory {
    margin-top: 10px;
    line-height: 1.5;
  }
  .prd_search_select {
    display: inline-block;
    width: 100%;
    font-size: 120%;
  }
  .prd_search_select option {
    word-break: break-all;
  }

/* shopname logo */
.shop_name {
  clear: both;
  padding: 1em 10% 2em;
  text-align: center;
  line-height: 1.5;
  margin-top: 2em;
  border-bottom: 1px solid #888;
}

  .shop_name a {
    color: #444;
    text-decoration: none;
  }
    .shop_name a:hover {
      text-decoration: underline;
    }
  .shop_name p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 246.153%;
  }
  .shop_name img {
    max-width: 100%;
    height: inherit;
  }

/* header global nav */
.header_global_nav {
  margin-top: 3px;
  margin-bottom: 2em;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}
.header_nav_lst {
  text-align: center;
}
.header_nav_menu {
  position: relative;
  display: inline;
  margin: 0 1em;
  padding: 0 1em;
  text-align: center;
  font-weight: bold;
  line-height: 4;
}
.header_nav_menu a,
.header_nav_menu span {
  display: inline;
  color: #444;
  text-decoration: none;
  cursor: pointer;
}
.header_nav_menu_category img {
  position: relative;
  width: 16px;
  height: 16px;
}
.header_category_lst {
  position: absolute;
  left: 0;
  z-index: 101;
  display: none;
  min-width: 100%;
  width: auto;
  border-top: 1px solid #aaa;
  background-color: #fff;
}
.header_category_lst li {
  display: block;
  float: none;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
  line-height: 1.4;
}
.header_category_lst a {
  display: block !important;
  padding: 1em;
  background-color: #fff;
}

/* title */
.ttl_h2 {
  margin:0 auto .7em;
  color: #444;
  font-weight: 700;
  font-size: 124%;
  text-align:center;
  display:block;
}
.ttl_h3 {
  margin-top: 2em;
  margin-bottom: .5em;
  color: #444;
  font-weight: 700;
  font-size: 92.307%;
}
.ttl_li{
  font-size:20px;
  text-align:center;
  font-weight:bold;
}
.ttl_num{
  width:20px;
  line-height:20px;
  color:#fff;
  background:#87C149;
  border-radius:10px;
  font-size:14px;
  vertical-align:3px;
}

.img_li{
  text-align:center;
  font-size:12px;
  color:#666;
  padding:10px;
}

.img_li p{
  width:80%;
  margin:0 auto;
  padding-left:10px;
  padding-right:10px;
  text-align:center;
}

.img_li p img{
  width:90%;
  height:auto;
}

.deco{padding:0.25em 3em;}

.pink,.yellow,.blue{margin:20px 0;}

/* topicpath */
.topicpath_nav {
  margin: 0 0 20px;
  font-size: 84.615%;
}
  .topicpath_nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath_nav li a {
    margin-left: .2em;
    color: #444;
    text-decoration: none;
  }
  .topicpath_nav li a:hover {
    text-decoration: underline;
  }

/* prduct list */
.prd_lst {
  position: relative;
  clear: both;
  margin-bottom:0;
}
.prd_lst_unit {
  float: left;
  margin-bottom: 15px;
  word-break: break-all;
}

li.prd_lst_unit:nth-child(odd){
  margin-right:12%;
}

  .prd_lst_unit_s {
    width: 44%;
  }
  .prd_lst_unit_m {
    width: 44%;
  }
  .prd_lst_unit a {
    color: #000;
    text-decoration: none;
    line-height:1.5;
  }
  .prd_lst_unit a:hover {
    text-decoration: underline;
  }
  .prd_lst_img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: inherit;
  }
  .prd_lst_span {
    display: block;
    margin: .3em 0;
  }
  .prd_lst_name {
    margin-top: .5em;
  }
.prd_lst_name a {
    display:block;
  }

  .prd_lst_exp {
    color: #666;
    font-size: 84.615%;
  }
  .prd_lst_price,
  .prd_lst_soldout {
    font-weight: bold;
    font-size: 92.307%;
    text-align:center;
  }
  .prd_lst_regular {
    color: #666;
    text-decoration: line-through;
  }
  .prd_lst_none {
    clear: both;
    text-align: center;
    font-size: 123.076%;
    line-height: 16;
  }
.prd_lst_block .ttl_h2 {
  float: left;
  margin: 20px 0 0;
}
.prd_lst_sort {
  float: right;
  margin: 20px 0;
}
  .prd_lst_sort a {
    color: #444;
  }
  .prd_lst_pager {
    position: relative;
    overflow: hidden;
    margin-top: 0;
  }
  .prd_lst_pager ul {
    position: relative;
    left: 50%;
    float: left;
  }
  .prd_lst_pager li {
    position: relative;
    left: -50%;
    float: left;
  }
  .prd_lst_pager .prd_lst_pager_prev,
  .prd_lst_pager .prd_lst_pager_next {
    padding: .5em 0;
    width: 3em;
  }
  .prd_lst_pager .prd_lst_pager_next {
    text-align: right;
  }
  .icon_prev_dis,
  .icon_next_dis {
    display: block;
    color: #aaa;
  }
  .prd_lst_pager a {
    color: #444;
    text-decoration: none;
  }
  .prd_lst_pager a:hover {
    text-decoration: underline;
  }
.prd_lst_pos b {
  font-size: 160%;
}

/* footer */
.footer_section {
  float: left;
  margin-top: 1em;
  margin-right: 1.5%;
  margin-bottom: 15px;
  width: 23%;
}
  .footer_section .ttl_h2 {
    margin-top: 0;
  }
.footer_nav {
  position: relative;
  clear: both;
  padding: 2em 0;
  border-top: 1px solid #d8d8d8;
}
.footer_lst {
  font-size: 92.307%;
  line-height: 1.5;
}
  .footer_lst li {
    word-break: break-all;
    margin-bottom: .5em;
    padding-left: 16px;
  }
  .footer_lst .footer_category_img {
    display: block;
    margin-bottom: .3em;
    max-width: 100%;
    height: auto;
  }
  .footer_lst a {
    color: #444;
    text-decoration: none;
  }
    .footer_lst a:hover {
      text-decoration: underline;
    }

/* manager */
.manager_img img {
  max-width: 100%;
}
.manager_memo .ttl_h3 {
  margin-top: .7em;
}

/* social icons */
.social_lst ul {
  padding-left: 16px;
  text-align: left;
}
.social_lst li {
  display: inline;
  margin: 1.5%;
}
.social_lst img {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}

  .copyright {
    clear: both;
    padding: 1em 0;
    text-align: right;
    font-size: 76.923%;
  }
    .powered {
      display: inline;
      margin-left: 1em;
      text-align: right;
      line-height: 18px;
    }
    .powered a {
      color: #777;
      text-decoration: none;
    }
    .powered img {
      margin-left: .3em;
      width: 200px;
      height: 18px;
    }

/* list */
.def_lst {
  border-top: 1px solid #eee;
}
  .def_lst_dt {
    padding-top: 1em;
    /*padding-bottom: 1em;*/
    font-weight: bold;
    float: left;
    clear: both;
    width: 30%;
    word-break: break-all;
  }
.def_lst_dt.long_dt {
    line-height:1;
}

  .def_lst_dd {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 35%;
    border-bottom: 1px solid #eee;
  }
    .def_lst_dd img {
      max-width: 100%;
      width: inherit;
      height: auto;
    }

/* product option */
.product_option_table {
  margin: 3em 0;
}
  .product_option_table table {
    width: 100%;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
  }
  .product_option_table th,
  .product_option_table td {
    padding: .8em .5em;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
  }
  .product_option_table th {
    text-align: center;
  }
  .product_option_table td {
    vertical-align: top;
    text-align: center;
  }

/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}
.policy_lead {
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}

/* for ie7 - 8 */
.ie_wrapper .header_global_nav {
  position: relative;
  z-index: 101;
}
.ie_wrapper .header_nav_menu {
  z-index: 60;
}
.ie_wrapper .header_nav_menu_category {
  z-index: 100;
}
.ie_wrapper .header_category_lst {
  top: 3em;
}
/* for ie7 */
.ie.icon_prev,
.ie.icon_prev_dis {
  margin-right: 2em;
}
.ie_wrapper .header_category_lst {
  top: 2.7em;
}

/*オンラインショップ　トップ*/
.cover_shop_top{
	position:absolute;
  	display:table;
  	width:100%;
  	height:100%;
  	background:rgba(255,255,255,0.98);
   z-index:100;
  right:0;
  top:0;
}

.inner_shop_top{
  display: table-cell;
  vertical-align: middle;
  text-align:center;
  background-image: url(https://img21.shop-pro.jp/PA01451/054/etc/rainbow_rice_60.png);
  background-size:90% auto;
  background-position:center;
  background-repeat:no-repeat;
}

.inner_shop_top p{
	margin-bottom:1.5em;
   font-size:1.2em;
  font-family: 'Kiwi Maru', serif;
}

.inner_shop_top p .top_box_txt{
  font-size:1.5em;
}

a.instacover{
   text-align: center;
	display:table;
    background: #ffffff;
    width: 100%;
    height: 100px;
    border-radius: 50px;
    position: absolute;
    z-index: 99999;
    bottom: -55px;
    left: 0%;
    margin-left: -50px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/63/icons16_2x.png) !important;
    -webkit-background-size: 16px 320px;
    background-size: 16px 320px;
  }
}

/*---------------------ベース-------------------------------*/

@keyframes scroll-down-move{
	0%{bottom: 18%;}
    100%{bottom: 20%;}
}
@keyframes slide-top{
	0%{padding-top: 10px;}
    100%{padding-top: 0;}
}

@keyframes fade_out{
	0%{opacity: 1;}
  100%{opacity: 0;}
}


.cf::after{
	content:"";
	display:block;
	clear:both;
}

img{
  vertical-align: bottom;
}

body{
	font-size:14px;
    letter-spacing: 1px;
	line-height:2;
	color:#000;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif
	background:#fff;
  margin:0;
}



span{
    display:inline-block;
}
#wrapper{
    width:100%;
    height: 100%;
    margin: 0 auto;
}

article{
    width:100%;
    margin:0 auto;
}

#single article{
    width:95%;
}

header{
    width:100%;
    height: 100%;
    background: url("https://img21.shop-pro.jp/PA01451/054/etc/top_bg_repeat_item.jpg")  repeat;
    /*background-size:auto 100%;*/
  background-size:100px 100px;
    position:fixed;
    left:0;
    top:0;
    z-index: -10;
    display: table;
}



header h4{
    color:#ca8cbb;
    position: absolute;
    left:0;
    right:0;
    top:2vh;
    margin:auto;
    text-align:center;
    z-index: 2;
    font-size:18px;
    font-family: 'Cookie', cursive;
}

header h3{
    text-align:center;
    position:absolute;
  top:25vh;
  right:0;
  left:0;
    color:#fff;
    letter-spacing: 5px;
    font-size:12px;
    z-index: 20;
    text-shadow: 0px 0px 2px #bbb;
      font-family: 'Noto Serif JP', serif;
  line-height:4;
}

/*new top*/
header h3 img{
  width:90%;
  max-width:600px;
}

.to_omoi{
    position:absolute;
    right:0;
    left:0;
    top:45vh;
    z-index:20;
    text-align:center;
}

.to_omoi a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    padding: 15px 40px;
    width: 50%;
  	max-width:150px;
  	border: solid 1px #fff;
    font-weight: 700;
  	display:inline-block;
}

.h3_en{
    font-size:18px;
}



#white_line_rice{
    position:absolute;
    height:50%;
    top:15vh;
    left:0;
    right:0;
    margin:auto;
    z-index: 10;
   /* visibility: hidden;*/
}

#white_line_rice img.line{
    position:absolute;
    width:auto;
    height:100%;
    right:0;
    left:0;
    margin:0 auto;
}

header #logo_area{
    display: block;
    color:#fff;
    text-align: center;
    position:absolute;
    bottom:10px;
    right:0;
    left:0;
    margin:0 auto;
    width:150px;
    height:150px;
  background: #58B8BE;
    z-index:2;
}

header #logo_area h2,header #logo_area h1{
    font-size:24px;
    letter-spacing: 7px;
    line-height:1.5;
    font-family:'Noto Serif JP', serif;
    font-weight: 500;
    margin:3px auto;
}

#white_line_rice img.line,header #logo_area h1,header #logo_area h2,header h3,header h4,#top_sns p,#logo_text p{

}

#loader-bg {
   display:block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #d96297;
  z-index: 1;
}

#loader {
    display:block;
  position: absolute;
    top:0;
    left:0;
    right:0;
    margin:auto;
  color: #fff;
  z-index: 2;
  text-align: center;
  height:100%;
}

#loader_inner{
position:absolute;
    height:40%;
    top:27vh;
    left:0;
    right:0;
    margin:auto;
}

#loader_inner img{
    position:absolute;
  display:block;
    width:auto;
    height:56%;
    right:0;
    left:0;
    top:22%;
    margin:0 auto;
}

#loader_inner p{
    position:absolute;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
}

#loader-bg.on, #loader.on{
 animation:fade_out 0.8s linear 1 forwards;
}

#loader-bg.on.none,  #loader.on.none{
  display:none;
}

#white_line_rice img.logo{
    position:absolute;
    width:auto;
    height:56%;
    right:0;
    left:0;
    top:22%;
    margin:0 auto;
    display: block;
}

#top_wrapper{
    position:absolute;
    width:100%;
    height:100%;
    background:#d96297;
    z-index:9;
    top:0;
    left:0;
    display: none;
}




#logo_text{
    margin-top: 10px;
}

#logo_text p{
    font-family: 'Cookie', cursive;
    padding-top:0;
    line-height:1;
    position: relative;
    font-size:12px;
    letter-spacing: 0px;
}

.logo_line{
    display: block;
    width:18px;
    height:2px;
    border-radius: 1px;
    background: #fff;
    position:absolute;
}

#logo_text .left{
    top:22px;
}

#logo_text .right{
    top:22px;
    right:0;
}

#top_sns{
    display: block;
    width:100px;
    color:#fff;
    text-align: center;
    position:absolute;
    bottom:15px;
    left:0;
    right:0;
    margin:0 auto;
    z-index: -8;
    /*border-top:5px dotted #fff;
    padding-top:10px;*/
}

.dot_line_box{
    width:100%;
    height:20px;
    text-align:center;
}

/*.dot_line{
    display:block;
    width:50px;
    height:10px;
    margin:0 25px;
    border-top:4px dotted #fff;
    position:absolute;
    z-index:1;
}*/

#top_sns a{
    display:inline-block;
    width:25px;
    margin:0 5px; 
}

#top_sns a img{
    width:100%;
    height:auto;
}



/*#scroll{
    height: 70px;
    width:50px;
    position: absolute;
    left:50px;
    bottom:-40px;
}

#scroll_line{
    border-radius: 1px;
    background: #fff;
    position:absolute;
    right:0;
    left:0;
    margin: auto;
    animation:scroll_move 2.5s linear infinite forwards;
}*/

.eapps-remove-link{
    display:none;
}

main{
    position:absolute;
    top:100%;
    left:0;
    overflow: hidden;
    z-index: 10;
}

.fix_width{
  width:100%;
  margin:0 auto;
}

.fix_width img{
	width:100%;
}

.product_spec_block{
  	padding-left:20px;
  padding-right:20px;
}

#single main{
  position:static;
  width:100%;
  margin:0 auto;
  padding-top:0px;
  padding-bottom:60px;
}

#single main h1{
  margin-top:0px;
  padding:20px;
  position:relative;
}

#single.other_page main h1{
  border-bottom:1px solid #999;
  margin-top:0;
}
#info_top{
    overflow: hidden;
  	background-color:#ECF9FA;
}

#info_top section{
	padding-bottom:40px;
}


main h1{
    text-align: center;
    font-size: 24px;
    letter-spacing: 5px;
    padding:40px 20px;
    margin-top:30px;
  font-weight:700;
}

.sub_page h1, #single h1{
	line-height:220px;
  	padding:0;
  margin-top:0;
  color:#fff;
}

#info_list h1,#page_award h1,#page_uticome h1,#single h1{
   background-position: center center;
   background-size: cover;
}

#info_list h1{
	background-image: url("https://img21.shop-pro.jp/PA01451/054/etc/award_bg.jpg");
}

#page_award h1{
	background-image: url("https://img21.shop-pro.jp/PA01451/054/etc/kome_2_bg.jpg");
}

#page_award #ikimono h1{
	background-image: url("https://img21.shop-pro.jp/PA01451/054/etc/tanbo_bg.jpg");
}

#page_uticome h1{
	background-image: url("https://img21.shop-pro.jp/PA01451/054/etc/uticome_3_bg.jpg");
}

#single h1{
	background-image: url("https://img21.shop-pro.jp/PA01451/054/etc/art_bg.jpg");
}

#uticome, #page_award #award, #shop {
	background-color:#fff;
}

main h1.online{
	margin-top:0;
}

.title_under_bar{
 display:block;
  margin:20px auto;
 width:100px;
  height:4px;
  background-color:#d96297;
}

main h2{
    margin-top:10px;
}

main ul{
    padding:20px 10px 30px;
}
#info_top h1, #contact h1{
}

#info_top h3{
    text-align:center;
    font-size:12px;
    color:#999;
}

main p{

    padding:0 20px;
    overflow: hidden;
}

.top_space{
    background: url("https://img21.shop-pro.jp/PA01451/054/etc/top_giza3x-2.png") center;
    height:60px;
  width:100%;
    background-size:auto 100%;
    margin-bottom: -1px;
}

#info_top h2{
    text-align: center;
    font-size: 18px;
    padding:10px;
}

.more_btn{
    text-align:center;
    margin:40px auto;
}

.more_btn a{
    color:#fff;
    text-decoration: none;
    font-size:14px;
    border-radius: 5px;
    text-align: center;
    padding:15px 40px;
    width:50%;
    background-color:#58B8BE;
  font-weight:700;
}

.more_btn.more_goods a{
  font-size:18px;
}
#insta{
      	background-color:#ffffff;
    overflow: hidden; 
}

#info_top .space{
    background: url("https://img21.shop-pro.jp/PA01451/054/etc/under_giza3x.png") center;
    width:100%;
    height:30px;
    background-size:auto 100%;
}

#insta_wrapper{
    width:90%;
    margin:0 auto 100px;
    position:relative;
}

#insta-widget.iswg-base{
    border: none !important;
}

a.iswg-copy{
    color:#eeeeee !important;
}

a.insta_link img{
    width:50px;
    margin-top:22px;
}

a.insta_link{
    text-align:center;
    display: table;
    background:#46D6E6;
    width:100px;
    height:100px;
    border-radius: 50px;
    position:absolute;
    z-index:999999;
    bottom:-55px;
    left:50%;
    margin-left:-50px;
}




#uticome,#award, #shop{
      	background-color:#ECF9FA;
    overflow: hidden; 
}

.cont_top{
    text-align:center;
}



.cont_top img{
    width:260px;
    box-sizing: border-box;
    border:15px solid #fff;
}

#shop{
    padding-bottom: 40px;
}
#contact{
    background: #fff;
    padding-bottom: 80px;
}

#contact .space{
    height:40px;
}
#contact h1{
    padding:40px ;
}

#contact h1{
    margin-top:0;
}

#contact section h1{
    background: none;
    font-size:20px;
    letter-spacing: inherit;
    padding:0;
}

#contact dl{
    margin:0 20px;
}

#contact dd{
    padding-left:5em;
    margin-top:-2em;
}

#contact .map{
    width:300px;
    height:300px;
    display: block;
    margin:10px auto;
}

#contact iframe{
    max-width:100%;
    max-height: 100%;
}

nav{
    color:#fff;
    position:fixed;
    z-index:99;
    width:100%;
    bottom:-500px;
    left:0;
    -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav_bottom{
    visibility:hidden;
    -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.nav_login a{
  display:inline-block;
  line-height:1;
  padding-top:20px;
}


.line_box{
   border-right:1px solid #fff;
}

nav.is-open, nav.is-stay{
    bottom:-400px;
}
nav.is-active{
    bottom:0px;
}

.nav_bottom.is-active{
    visibility: visible;
-webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.nav_top{
    width:100%;
    display: block;
    background-color:#53B8BF;
    background-size: 100% 50px;
}

.nav_top ul, ul.mid_nav, ul.sub_nav{
  padding:0 !important;
}
.nav_top ul li{
    float:left;
    width:18%;
    margin-left:1.6%;
    text-align:center;
    font-size:10px;
    color:#fff;
}

a:hover{
 cursor: pointer;
}

.nav_top ul li a{
    display:block;
}

.nav_top ul li a img{
    width:auto;
    height:30px;
  margin:0 10px;
}

.crt_num_a{
  position:relative;
}

.crt_num_idc{
  position:absolute;
  top:5px;
  left:10px;
  width:20px;
  line-height:20px;
  font-size:14px;
  border-radius:10px;
  background:#fc3a0a;
  border:1px solid #fff;
  color:#fff;
  font-weight:700;
  box-shadow:1px 1px 2px 1px #999;
}
#nav_touch{
    display: block;
    width:100px;
    margin:0 auto;
    cursor: pointer;
}
.nav_menu_area{
    display: block;
    width:100%;
    height:20px;
    margin:5px 0;
    position:relative;
}

.nav_bottom{
    display: block;
    background:#6CCCD3;
    margin-top: -6px;
}

nav p, nav h1{
    text-align: center;
    letter-spacing: 5px;
}
img.menu_rainbow{
    width:40px;
}

nav a{
    text-decoration: none;
    color:#fff;
    display: block;
    text-align: center;
    margin:5px 0;
}

footer{
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    padding:10px;
    background: #53B8BF;
}

nav p.close_btn{
  text-align:right;
}

nav p.close_btn a{
  display:inline-block;
  text-align:right;
  line-height:18px;
  font-size:12px;
  letter-spacing:1px;
  padding-right:20px;
}

.close_btn img{
  height:20px;
  width:auto;
}

ul.main_nav{
  padding-top:20px;
  padding-left:0;
}

.main_nav li{
    width:50%;
    float:left;
  border-top:1px solid #ffffff;
  border-right:1px solid #ffffff;
  box-sizing:border-box;
  text-align:center;
}

.main_nav li.full_w{
  width:100%;
  border-right:none;
}

.main_nav li:last-child{
  border-bottom:1px solid #ffffff;
}
.main_nav li:nth-child(2), .main_nav li:nth-child(4){
  border-right:none;
}

.mid_nav{
 display: block;
 width:100%;
  text-align:center;
 margin:20px auto 0px;
}

.mid_nav img{
    width:50px;
  height:auto;
}

.mid_nav li{
  display:inline-block;
   width:50px;
    text-align: center;
    padding-bottom:-20px;
  	margin:auto 5px;
}

.mid_nav.is-active li:nth-child(odd){
animation:rot_odd 2s steps(1,end) 10;
}

.mid_nav.is-active li:nth-child(even){
animation:rot_even 2s steps(1,end) 10;
}


.sub_nav{
    padding-top:10px;
}

.sub_nav.is-active{
    animation:soil_move 2s steps(1,end) 10;
}


.sub_nav a{
    width:50%;
    line-height:24px;
    float:left;
    font-size: 10px;
}



/*サブページ共通*/
header.sub_page{
   top:0;
  left:0;
    background-image: none;
    height:100px;
    z-index:20;
    position: fixed;
}

nav.sub_page.is-open{
    bottom:-325px;
}
nav.sub_page.is-active{
    bottom:0;
}

.sub_page main{
    top:0;
}
/*お知らせ一覧*/
#info_list main{
    min-height:100%;
   padding-bottom:50px;
   background: url("https://img21.shop-pro.jp/PA01451/054/etc/a2_7_2.png");
}

#info_list #info_top{
    height:100%;
}

#window_top_back{
    height:100px;
    width:100px;
    float:left;
    background:url("https://img21.shop-pro.jp/PA01451/054/etc/back_sky_l.png") ;
    background-size: 100% auto;
}



#window_top_back a{
    padding-left:10px;
    padding-top:10px;
}

#window_top_sns{
    height:100px;
    width:110px;
    float:right;
    background:url("https://img21.shop-pro.jp/PA01451/054/etc/back_sky_r.png");
    background-size: 100% auto;
}

#window_top_sns p{
    margin-top:10px;
    margin-left:40px;
}

#window_top_sns a{
    display: inline-block;
    height:20px;
    padding:0 5px;
}

#window_top_sns img{
    height:100%;
    vertical-align: baseline;
}

/*ウチのオコメ*/

.sub_page #uticome,.sub_page #awarad{
    background: none;
}

#uticome .sub_text_area, #award .sub_text_area,#ikimono .iki_area{
    background:rgba(255,255,255,0.6);
    width:95%;
  max-width:1000px;
    margin:30px auto 100px;
}

.uticome_detail p{
    padding:70px 10px 10px 10px;
    opacity:0;
}



.uticome_detail p.first_appear{
    padding-top:20px;
    opacity:1;
}

.uticome_detail p img{
    width:250px;
    height:auto;
    border:15px solid #fff;
}

p.center{
    text-align: center;
}

/*カスケード*/
.uticome_detail p.is-moved{
    padding-top:20px;
}

/*画面下へスクロールの表示*/
#scroll_down_idc{
    width:100%;
    text-align: center;
    position:fixed;
    left:0;
    right:0;
    margin:auto;
    z-index: 20;
    animation: scroll-down-move 1s infinite alternate;
    display:none;
}

/*受賞歴*/
#page_award dl{padding:10px 10px;}
#page_award dd{
    padding-left:6em;
    margin-top:-2.8em
}

#page_award dt{
    margin-top:40px;
}

#page_award dt:first-child{
    margin-top:0;
}

#page_award dd h2{
    font-weight: 700;
    font-size:14px;
}


#page_award dd p{
    padding:10px 0;
}

#page_award dl h2{font-weight:700;}
#page_award dl h3{font-size:16px;}
#page_award dl h4{font-size:16px;}
.sub_text_area p img{
    width:200px;
    height:auto;
}

#single main .ttl_h2{
  margin-bottom:0;
  line-height:4;
}
.sub_main_title{
font-family: 'Cookie', cursive;
    line-height:1;
    font-size:18px;
    letter-spacing: 1px;
  color:#ca8cbb;
   text-align:center;
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
}
.sub_title{
  text-align:center;
  color:#666;
  font-size:12px;
  padding-bottom:20px;
}

.category_item{
  padding:0px;
  border-top:1px solid #666;
  border-bottom:1px solid #666;
  width:80%;
  height:270px;
  margin:50px auto 20px;
  position:relative;
}

.category_item li{
  float:left;
  margin:5px;
  writing-mode:vertical-rl;
  position:absolute;
}

.bar{transform:rotate(90deg);}

.category_item li a{
  line-height:1.5rem;
  padding:0.75rem 0;
  border-radius:10px;
    font-size:12px;
  color:#666;
  text-decoration:none;
  display: block;
    border:1px solid #666;
}

.category_item li a.not_sales{
 color:#fff;
  background:#ccc;
  border:1px solid #ccc;
  pointer-events:none;
}

li.category_tag{
  writing-mode:horizontal-tb;
  pointer-events:none;
}

li.category_tag.blend{
  pointer-events:auto;
}

li.category_tag a{
  padding:0 0.75em;
  font-size:10px;
}
li.category_tag.blend a{
  font-size:12px;
}
li.category_tag.blend{bottom:50px;right:10%;left:10%;text-align:center;}
.l_milk{top:0; right:0;}
.l_tuki{top:0; right:10%;}
.l_koshi{top:75px; right:20%;}
.l_kin{top:0; right:20%;}
.l_kaze{top:0; left:20%;}
.l_yume{top:0; left:30%;}
.l_aki{top:0; left:40%;}
.type_l{bottom:0;left:0;}
.type_r{bottom:0;right:0;}
.l_now_sales{top:-40px;right:65px;}
.l_not_sales{top:-40px;right:0;}

.category_card{
  position:relative;
  margin-bottom:30px;
  padding-top:10px;
}

.category_card h2{
  text-align:center;
  font-size:24px;
  font-family:'Nunito','Kosugi Maru','M PLUS Rounded 1c', sans-serif;
  font-weight:bold;
}

.category_card p{
  padding:10px 0;
  text-align:justify;
}

.category_card ul{
  padding-bottom:10px;
}

.category_img{
  text-align:center;
  width:100%;
  height:auto;
}

.category_img img{
  width:100%;
  height:auto;
  padding:10px 0;
}

.category_card p.more_btn{
  text-align:center;
  margin:20px;
}

.category_card_dl{
  width:90%;
  margin:10px auto;
  padding:5px 10px;
  background:#F9F8F2;
}

.category_card_dl dt{
  font-weight:bold;
  margin-top:5px;
}

.category_card_dl dd{
  padding-left:1em;
  padding-bottom:10px;
}

.category_card_dl dd p{
  padding:0 0 5px 0;
}

.crn_lt,.crn_rt,.crn_lb,.crn_rb{
	width:20px;
   height:20px;
   position:absolute;
   box-sizing:border-box;
  display:none;
}

.crn_lt{top:0; left:-5px; border-top:10px solid #fdf782;border-left:10px solid #fdf782;}
.crn_rt{top:0; right:-5px; border-top:10px solid #fdf782;border-right:10px solid #fdf782;}
.crn_lb{bottom:0; left:-5px; border-bottom:10px solid #fdf782;border-left:10px solid #fdf782;}
.crn_rb{bottom:0; right:-5px; border-bottom:10px solid #fdf782;border-right:10px solid #fdf782;}

.topicpath_nav{
  padding:10px;
}

.online_text{
    width:100%;
    height:auto;
}

.table_spec{
  display:block;
  overflow:auto;
  word-break:keep-all;
}

.table_spec tbody tr th, .table_spec tbody tr td{
  border:1px solid #fff;
}

.table_spec tr td{
  padding:0 5px;
  text-align:center;
}

.table_spec tr:nth-child(2n){
	background:#f7f9f9;
}

.table_title_v th{
  text-align: center;
}

.table_title_v th span{
  writing-mode:vertical-rl;
}

.info_img{
  width:100%;
  height:auto;
}

.new_mark_img1{
 vertical-align:middle !important; 
}

.eapps-instagram-feed-posts-grid-load-more-visible{
  visibility:hidden !important;
}

.mess_img_top div, .mess_img_bottom div{
	width:100%;
  	text-align:center;
}

.mess_img_top{
  	width:100%;
	height:100vh;
  	display:table;
}

.mess_img_top div{
	display:table-cell;	
  	vertical-align:middle;
}

.mess_img_top div img{
	width:80%;
  	height:auto;
  	max-width:400px;
}

.mess_img_bottom{
  margin:150px auto;
}

.mess_img_bottom div img{
	width:50%;
  	height:auto;
  	max-width:300px;
}

.mess_bg-1, .mess_bg-2, .mess_bg-3{
  background-size:cover;
  background-position:center center;
 /* background-attachment: fixed;*/ 
  height:100vh;
  width:100%;
  position:fixed;
}

.mess_bg-1{
  background-image:url("https://img07.shop-pro.jp/PA01451/054/etc_base64/bWVzc19iZy0x.jpg?cmsp_timestamp=20240629151143");
    z-index:3;

}

.mess_bg-2{
  background-image:url("https://img07.shop-pro.jp/PA01451/054/etc_base64/bWVzc19iZy0y.jpg?cmsp_timestamp=20240629213618");
    z-index:2;
}
.mess_bg-3{
  background-image:url("https://img07.shop-pro.jp/PA01451/054/etc_base64/bWVzc19iZy0zLTM.jpg?cmsp_timestamp=20240629235933");
    z-index:1;
}

#mess_top article{
	position:relative;
    z-index:10;
}

#mess_top article p{
  display:block;
  margin:0 auto 50px;
  width:90%;
  font-size:1.4em;
  color:white;
  text-align:center;
  text-shadow: 0px 0px 4px lightgray;
  font-family: 'Kiwi Maru', serif;
  font-weight:700;
}

#mess_top span{
  display:inline-block;
  opacity:0;
}

#mess_top article p.mess_btn_bottom{
	text-align:center;
  	margin:100px auto 300px;
}

.mess_btn_bottom a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    padding: 15px 40px;
    width: 50%;
  	max-width:200px;
  	border: solid 1px #fff;
    font-weight: 700;
  	display:inline-block;
}

@media screen and (min-width:500px){
header{
    background: url("https://img21.shop-pro.jp/PA01451/054/etc/top_bg_repeat_item.jpg") repeat;
    /*background-size: cover;*/
  background-size:100px 100px;
}

header h4{
    font-size:20px;
    top:3vh;
}

header h3{
    letter-spacing: 6px;
    font-size:18px;
    /*top:45vh;*/
  top:0;
  bottom:0;
  margin:auto;
  height:54px;
}

.h3_en{
    font-size:24px;
}

header #logo_area{
    width:150px;
    height:150px;
    bottom: 30px;
    right:30px;
   left: auto;
}

#logo_area img{
    width:100px;
}

header #logo_area h2,header #logo_area h1{
    font-size:24px;
    letter-spacing: 7px;
    line-height:1.5;
    /*font-family:'Noto Serif JP', serif;*/
    font-weight: 500;
    margin:3px auto;
}

#logo_text{
    margin-top: 10px;
}

#logo_text p{
    font-size:14px;
}

#top_sns{
    display: block;
    width:100px;
    color:#fff;
    text-align: center;
    position:absolute;
    bottom:15px;
    left:0;
    right:0;
    margin:0 auto;
    z-index: -8;
    /*border-top:5px dotted #fff;
    padding-top:10px;*/
}

#top_sns a{
    width:25px;
    margin:0 5px;
    
}

.logo_line{
    display: block;
    width:18px;
    height:2px;
    border-radius: 1px;
    background: #fff;
    position:absolute;
}
/*#scroll{
    height: 70px;
    left:0;
    right:0;
    bottom:-40px;
    margin:auto;
}

#scroll_line{
    height:2px;
    border-radius: 1px;
    top:0;
    right:0;
    left:0;
    margin: auto;
    animation:scroll_move_pc 2.5s linear infinite forwards;
}*/

article section{
    width:80%;
    margin:0 auto;
}

.cont_top_text{
    width:50%;
}

.cont_top{
    width:260px;
    padding:0;
}

.f_left{float: left;margin-left:50px;}
.f_right{float: right;margin-right: 50px;}


#insta_wrapper{
    width:90%;
}

.main_nav li,.main_nav li:last-child{
    width:20%;
}

nav.is-open,nav.is-stay{
    bottom:-298px;
}
nav.is-active{
    bottom:0;
}

.mid_nav{
 display: block;
 width:400px;
 margin:30px auto 0px;
  text-align:center;
}

.mid_nav img{
    width:100%;
}

.mid_nav li{
    text-align: center;
    padding-bottom:-20px;
}


#contact section{
    width:60%;
}

#contact .map{
    width:500px;
    height:500px;
    display: block;
    margin:10px auto 20px;
}

#uticome .sub_text_area{
    width:670px;
}
.uticome_detail p.wide{
    margin:auto 10px;
}
.sub_text_area .block p.first_appear,.sub_text_area .block p.second_appear{
    padding-top:20px;
    opacity:1;
}


.sub_page .cont_top_text{
    width:80%;
}

.sub_text_area p.text{
    padding-top:70px;
    width:330px;
    opacity:0;
}

.sub_text_area p.image{
    padding-top:70px;
    width:280px;
    opacity:0;
}

.sub_page .f_left{
    float:left;
    margin-left:10px;
}

.sub_page .f_right{
    float:right;
    margin-right:10px;
}

.sub_text_area p img{
    width:250px;
}

.block{
    display:block;
    margin-bottom: 40px;
}

.sub_text_area p.image.m_left{
    margin-left:30px;
}

.sub_text_area p.image.m_right{
    margin-right:30px;
}

.sub_text_area p.bigger_image{
    width:400px;
    height:auto;
    margin: 0 auto;
    padding-bottom:40px;
}

.sub_text_area p.bigger_image img{
    width:100%;
}

#window_top_back{
    height:125px;
    width:150px;
}

#window_top_back a{
    display: block;
    padding-left:20px;
    height: 30px;
    width:30px;
}

#window_top_back a img{
    height:30px;
    width:auto;
}

#window_top_sns{
    height:125px;
    width:165px;
}

#window_top_sns a{
    height:30px;
    padding:0 10px;
}

nav.sub_page.is-open{
    bottom:-315px;
}
nav.sub_page.is-active{
    bottom:0;
}

#award .sub_text_area{
    width:500px;
}
  .prd_lst_unit_s {
    width: 17.5%;
  }
  .prd_lst_unit_m {
    width:17.5%;
  }
  .prd_lst_unit {
    margin-left:6%;
  }
  
  li.prd_lst_unit:nth-child(odd){
  margin-right:0;
}
  
  .nav_top ul li{
    float:left;
    width:16%;
    margin-left:3.3%;
    margin-bottom:5px;
    text-align:center;
    font-size:12px;
    color:#fff;
    line-height:30px;
}

.nav_top ul li a img{
    width:auto;
    height:30px;
    margin-right:5px;
}

.sub_nav a{
    width:25%;
  }
 
 .main_nav li{
  border-bottom:1px solid #fff;
}
.main_nav li:nth-child(2),.main_nav li:nth-child(4){
  border-right:1px solid #fff;
}
.crt_num_idc{
  top:0px;
  left:15px;
}

.category_item{
  width:50%;
}
  
.category_img a img{
  	width:400px;
  }
  
.category_card ul li.no_img{
  width:95%;
  float:left;
  margin: auto 2.5%;
  }
  
  .category_card_dl.no_img{
  	width:250px;
  }
  
  .def_lst_dt.long_dt {
    line-height:inherit;
}
 
.sub_title{
   font-size:14px;
  }
  
.category_item li a{
  font-size:14px;
  }
  
.l_now_sales{
  right:85px;
  }
  
.iki_area ul{
  width:33%;
  float:left;
  padding:20px 0;
  }
  
.img_li p{
  width:90%;
}

.info_img{
  width:50%;
}
#white_line_rice{
  height:60%;
  top:15vh;
}
  
.inner_shop_top{
  background-size:500px 500px;
  }

.to_omoi{
  top:65vh;
  }

#mess_top article p{
  width:75%;
}
  
}

@media screen and (min-width:800px){
header{
    background: url("https://img21.shop-pro.jp/PA01451/054/etc/top_bg_repeat_item.jpg") 25% 25% repeat;
    /*background-size:cover;*/
  background-size: 100px 100px ;
    height:100%;
    width:100%;
}

header h4{
    top:3vh;
    line-height: 1;
}

#loader_inner{
    height:50%;
    top:25vh;
}

#loader_inner img{
    height:50%;
    top:25%;
}

#white_line_rice{
    height:50%;
    top:25vh;
   /* visibility: hidden;*/
}

#white_line_rice img.line{
    position:absolute;
    width:auto;
    height:100%;
    right:0;
    left:0;
    margin:0 auto;
}

#white_line_rice img.logo{
    position:absolute;
    width:auto;
    height:50%;
    right:0;
    left:0;
    top:25%;
    margin:0 auto;
    display: block;
}

header #logo_area{
    bottom:30px;
    right:30px;
    left:auto;
}

nav.is-open,nav.is-stay{
    bottom:-284px;
}
nav.is-active{
    bottom:0;
}
nav.sub_page.is-open{
    bottom:-325px;
}
nav.sub_page.is-active{
    bottom:0;
}
.main_nav{
    width:900px;
    margin: 0 auto;
}

.mid_nav{
 width:600px;
 margin:30px auto 0px;
}

.mid_nav img{
    width:100%;
}

.mid_nav li{

}

.mid_nav.is-active li:nth-child(odd){
animation:rot_odd_pc 2s steps(1,end) 10;
}

.mid_nav.is-active li:nth-child(even){
animation:rot_even_pc 2s steps(1,end) 10;
}

.nav_pc{
    width:800px;
    margin:0 auto;
}







.f_left{float: none;margin-left:0;}
.f_right{float: none;margin-right:0;}

#kome_wrapper{
    width:100%;
    background-color: #ECF9FA;
    background-size:auto 200px;
}

#kome_inner, ul.prd_lst{
    width:900px;
    margin:0 auto;
}

main p{
    padding:0;
}

#uticome,#award,#shop{
    width:300px;
    float:left;
    background-image:none;
}

.sub_page main{
    width:100%;
}
.sub_page #uticome,.sub_page #award,#single{
    width:100%;
    float:none;
    margin:0 auto;
}

.sub_page .cont_top_text p{
    height:auto;
  	max-width:700px;
  margin:0 auto;
}

.cont_top_text{
    width:270px;
    margin:0 auto;
}
  
.cont_top_text.online_text{
    width:100%;
    height:auto;
}

.cont_top_text p{
    height:150px;
}
.cont_top{
    width:100%;
    text-align: center;
}
#insta_wrapper{
    width:90%;
}

#info_top p,ul.rsp,ol.rsp{
    width:70%;
    margin:0 auto;
}

#wrapper_contact{
    width:900px;
    margin:0 auto;
}

#address{
    width:50%;
    float:left;
    margin:0;
    overflow: hidden;
}

#address h1,#address dl{
    margin-top:50px;
}
#wrapper_contact .map{
    float:right;
    width:50%;
    height:300px;
}

#contact section{
    width:100%;
    margin:0 auto;
}
  .sub_nav a{
    width:25%;
  }
  nav p.close_btn{
 width:900px;
    margin:0 auto;
}
  
.crt_num_idc{
  left:45px;
}
  
#single main{
  width:980px;
  }
.bar{
    transform:rotate(0deg);
  }
  
.iki_area ul{
  width:25%;
  }

#mess_top article p{
  width:60%;
}

}

