@charset "UTF-8";

@import url("style2.css");
/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/*--------------------------------------------------
    Webフォント
--------------------------------------------------*/
/*
* Noto Sans JP (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
    font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}
body{
	margin: 0;
	position: relative;
	height: 100%;
	color: #231f20;
	font-family:"Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #182933;
}

/*--------------------------------------------------
    common 共通
--------------------------------------------------*/
body{
    min-width: 1280px;
}
a {
    text-decoration: none;
}
.home #main{
    margin-top: 0;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
    color: inherit;
}
.post-meta .post-date, .post-meta .post-update, .post-meta .category, .post-meta .comments, .post-meta .edit, .footer-post-meta .post-tag, .footer-post-meta .post-author, .footer-post-meta .edit {
    padding-right: inherit;
}
dt {
    font-weight: normal;
}
#body {
    margin-top: inherit;
}
.f_left {
    float: left;
}
.f_right {
    float: right;
}
.page div#sns-group,.home div#sns-group,
#sidebar,.footer-post-meta {
    display: none;
}
.w1000 {
    width: 1000px;
    margin: auto;
}
.w1280 {
    width: 1280px;
    margin: auto;
}
.article h2 {
    border-left: inherit;
}
.fw5{
    font-weight: 500;
}
/*** 半分矢印 ***/
.stickarrow {
    width: 23px;
    height: 6px;
    border-bottom: 1px solid #182933;
    border-right: 1px solid #182933;
    transform: skew(45deg);
    float: right;
    margin-top: 7px;
    margin-left: 8px;
}

/*** 下層 ***/
h1.page_h1 {
    font-size: 36px;
    border-left: inherit;
    font-weight: 200;
    letter-spacing: 4px;
    padding-right: 0;
    margin: auto;
    text-align: center;
    margin-bottom: 8%;
}
h1.page_h1 span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: inherit;
    margin-top: 10px;
}
.page div#navi,.archive div#navi,.single div#navi {
    box-shadow: 0px 1px 10px 0px rgba(80,80,80,0.1);
    border-bottom: inherit;
    margin-bottom: 2%;
    padding-bottom: 10px;
}
/*--------------------------------------------------
    home ホーム
--------------------------------------------------*/
#header-in, #navi-in, #body-in, #footer-in {
    width: 100%;
}
#site-description,.home .sns-pages,.home .article header,.home div#sidebar,
.home #sns-group,.home .footer-post-meta {
	display: none;
}
#main {
    float: none;
    width: 100%;
    padding: inherit;
    border: none;
}
/*--------------------------------------------------
    header ヘッダー
--------------------------------------------------*/
.home header{
	width:100%;
	text-align: center;
	background: #fff;
	padding-top: 0px;
	position: relative;
	background:url(/images/common/main_img2012.jpg) no-repeat top right;
    background-size: cover;
    height: 90vh;
}
#header .alignleft {
    margin:auto;
}
.home header h1{
	position: absolute;
	left: 5%;
	top: 5%;
	z-index: 100;
	height: 130px;
}
#h-top {
    min-height: inherit;
    position: static;
}
.head_green{
    position: relative;
    text-align: center;
    line-height: 180%;
    font-family: 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;
    width: auto;
    text-align: left;
    font-size: 26px;
    letter-spacing: 3px;
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 2vw;
    top: 35vh;
    width: 24vw;
    min-width: 380px;
    text-shadow:0px 0px 5px #421118c2;
    font-weight: 300;
}
.head_green span{
	margin-top: 2vh;
    font-size: 20px;
    line-height: 140%;
    display: block;
    font-family: 'Dancing Script', cursive;
}
/*--------------------------------------------------
    footer フッター
--------------------------------------------------*/
#footer {
    padding: inherit;
    background-color:#ffffff;
}
#footer a {
    color: #182933;
}
div#footer-in {
    width: 100%;
}
.foot_logo {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 34px;
    /*width: 10%;
    min-width: 271px;*/
    width: 18%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 74px;
    float: left;
}
#footer dt {
    font-size: 16px;
    padding: 0;
    color: #182933;
}
#footer dt:after{
    content: "";
    display: block;
    width: 15px;
    border-bottom: solid 1px #e6e6e6;
    margin-top: 10px;
    margin-bottom: 10px;
}
#footer dt.last {
    border-right: none;
}
#footer dd{
    margin-left: 0;
    font-size: 14px;
    letter-spacing: 1px;
    line-height:32px;
}
.footer_menu {
    
    /*width: 884px;*/
    width: 76%;
}
.footer_menu{
    float: right;
}
.footer_menu dl{
    float: right;
    width: 15%;
}
#copyright {
    background: #182933;
    font-size: 80%;
    text-align: center;
    padding: 16px 0;
    color: #ffffff;
    font-weight: 300;
    margin-top: 60px;
}
.footer_inner{
    max-width: 1280px;
    margin: auto;
    padding: 40px 0 0;
}
/*--------------------------------------------------
    navi ナビゲーション
--------------------------------------------------*/
.home.page-id-2 div#navi {
    /*border-bottom: 1px solid #182933;*/
    height: 130px;
    margin-bottom: inherit;
    background: #fff;
}
#navi ul {
    border: none;
    background-color: #ffffff;
    border-radius: inherit;
}
div#navi-in {
    width: 1280px;
    margin: auto;
}
#navi ul li {
    margin-top: 40px;
    margin-right: 40px;
}
#navi ul li a {
    padding: 0;
    color: #182933;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1.5px;
    font-weight: 400;
}
#navi ul li a span {
    font-size: 11px;
    display: block;
    margin-top: 12px;
    letter-spacing: 0;
}
li.main_navi.logo img {
    width: 66%;
}
#navi ul li.main_navi.logo {
    margin-top: 1.2%;
    /*margin-right: 40px;*/
    margin-right: 12%;
}
#navi ul li a:hover {
    background-color: inherit;
}
#navi ul li:nth-last-child(1){
    margin-right: 0;
}
/*--------------------------------------------------
    top about トップページ　アバウト
--------------------------------------------------*/
.top_about {
    background-color: #F0F4F5;
    width: 100%;
    padding-bottom: 6%;
}
section.top_about .left_box {
    width: 30%;
    padding-top: 20%;
    padding-left: 12%;
    position: relative;
}
section.top_about .right_box {
    width: 58%;
    margin-top: 10%;
}
section.top_about .left_box .dis1 {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 0;
}
section.top_about .left_box h2:first-letter,section.top_information .left_box h2:first-letter,
.single p.title:first-letter,h1.page_h1:first-letter,section.top_sweets .sweets_list dl.text dd h2:first-letter,
aside#related-entries h2:first-letter,.about_page h1 span.h1_page:first-letter,
section.chef_prof .prof_box_in .text_box p.title:first-letter,section.access_park h2:first-letter,
.shopinfo_top h1:first-letter,.gift_page h2:first-letter {
    color: #306ba9;
}
section.top_about .left_box h2,section.top_information .left_box h2 {
    font-size: 36px;
    border-left: inherit;
    font-weight: 200;
    letter-spacing: 2px;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
section.top_about .left_box h2 span,section.top_information .left_box h2 span {
    display: block;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: inherit;
    margin-top: 10px;
}
section.top_about .left_box .dis2 {
    font-size: 13px;
    width: 75%;
    line-height: 36px;
    margin-bottom: 15%;
    font-weight: 400;
}
section.top_about .left_box a {
    background-color: #e5e6dd;
    font-size: 14px;
    color: #182933;
    letter-spacing: 1px;
    border: 1px solid #ffffff;
    padding: 4% 6%;
}
section.top_about .left_box a span {
    font-size: 12px;
    margin-left: 4%;
}
section.top_about .left_box p.img_logo {
    position: absolute;
    right: 5%;
    top: 20%;
}
section.top_about .left_box .line {
    position: absolute;
    background-color: #d5d6ce;
    width: 0.5px;
    height: 30%;
    top: 0;
    left: 32%;
}
/*--------------------------------------------------
    top Sweets トップページ　スイーツ
--------------------------------------------------*/
section.top_sweets{
    position: relative;
}
section.top_sweets .sweets_list {
    /*width: 76%;*/
    margin: auto;
}
section.top_sweets .sweets_list dl {
    /*float: left;
    margin: auto;
    width: 33%;*/
    margin: 0 0 30px;

}
section.top_sweets .sweets_list dd {
    margin: auto;
    text-align: center;
}
section.top_sweets .sweets_list .slick-slide{
    width: 390px!important;
}
section.top_sweets .sweets_list .slick-track{
    height: 350px;
    overflow: hidden;
}
section.top_sweets .sweets_list .slick-slide div{
    margin-right: 10%;
}
section.top_sweets .sweets_list dl.text dd,
section.top_sweets .sec_head {
    text-align: left;
    color: #182933;
    padding: 0 6%;
    padding-top: 0;
}
section.top_sweets .base_inner{
    max-width: 1280px;
    margin: auto;
    position: relative;
}
section.top_sweets .sec_head{
    background: #F0F4F5;
    position: absolute;
    right:  0%;
    z-index: 10;
    width: 320px;
    padding: 30px;
    padding-bottom: 60px;
}
section.top_sweets .sweets_list dl.text dd h2,
section.top_sweets .sec_head h2 {
    font-size: 36px;
    border-left: inherit;
    font-weight: 200;
    letter-spacing: 2px;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
    padding-top: 3%;
}
section.top_sweets .sweets_list dl.text dd p,
section.top_sweets .sec_head p {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 0;
}
section.top_sweets .sweets_list dl.text dd p.dis2,
section.top_sweets .sec_head p.dis2 {
    font-size: 13px;
    line-height: 33px;
    margin-bottom: 0;
}
section.top_sweets .sweets_list dl.text dd h2 span,
section.top_sweets .sec_head h2 span {
    display: block;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: inherit;
    margin-top: 10px;
}
section.top_sweets .sec_head h2:first-letter{
    color:#306ba9;
}
section.top_sweets {
    padding-top: 8%;
    position: relative;
    padding-bottom: 6%;
    background: #F0F4F5;
}
section.top_sweets .line {
    position: absolute;
    background-color: #d5d6ce;
    width: 0.5px;
    height: 12%;
    top: 0;
    right: 33%;
}
p.sweets_list_link {
    margin-top: 5%;
}
p.sweets_list_link a {
    width: 66%;
    background-color: #fafafa;
    border: 1px solid #e5e6dd;
    display: block;
    margin: auto;
    padding-top: 2%;
    padding-bottom: 1.6%;
    text-align: center;
    color: #182933;
    font-size: 24px;
    font-weight: 200;
    letter-spacing: 2px;
}
p.sweets_list_link a span.en {
    font-size: 12px;
    margin-left: 26px;
    margin-right: 50px;
    font-weight: 300;
}
p.sweets_list_link a span.ja {
    font-size: 14px;
    font-weight: 300;
}
/*--------------------------------------------------
    top gift decolation トップページ　ギフト デコレーション
--------------------------------------------------*/
.top_gift,.top_deco {
    height: 526px;
    position: relative;
    background:linear-gradient( to right, rgba(0,0,0,0.5),  rgba(0,0,0,0) 70% ),url(/images/common/gift_sweets.jpg) no-repeat center;
    background-size: cover;
}
.white_moji .text_box {
    width: 35%;
    padding-top: 8%;
    padding-left: 8%;
        transform: none!important;
}
.white_moji .text_box .line,.white_moji .text_box .line02 {
    position: absolute;
    background-color: #ffffff;
    width: 0.5px;
    height: 20%;
    top: 0;
    left: 21%;
}
.white_moji .text_box .line02 {
    position: absolute;
    background-color: #ffffff;
    width: 0.5px;
    height: 15%;
    top: inherit;
    bottom: 0;
    left: 21%;
}
.white_moji,.white_moji h2{
    color: #ffffff;
    text-shadow: 0px 0px 5px #421118c2;
}
.white_moji .dis1 {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 300;
    margin: auto;
}
.white_moji .dis2 {
    font-size: 13px;
    width: 75%;
    line-height: 36px;
    margin-bottom: 4%;
}
.white_moji h2{
    font-size: 36px;
    border-left: inherit;
    font-weight: 300;
    letter-spacing: 4px;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2%;
    padding-bottom: 0;
    width: 90%;
}
.white_moji h2 span {
    display: block;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: inherit;
    margin-top: 10px;
    letter-spacing: 0;
}
.white_moji p.link,section.top_information .left_box p.link {
    width: 80%;
    margin: 0 0 0px;
    letter-spacing: 1px;
    font-size: 14px;
}
.white_moji p.link a {
    color: #ffffff;
    display: block;
    padding:2% 4%;
    border: 1px solid #ffffff;
}
.white_moji p.link a span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
}
.white_moji p.link a span.stickarrow {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    margin-top: 11px;
}
.white_moji.top_deco .text_box {
    float: right;
    padding-left: inherit;
    padding-right: 2%;
        transform: none!important;
}
.top_deco {
    background:linear-gradient( to left, rgba(0,0,0,0.5),  rgba(0,0,0,0) 70% ),url(/images/common/deco_cake_img.jpg) no-repeat center;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    background-size: 120%;
}
.top_gift{
        -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    background-size: 120%;
}
.top_deco:hover,
.top_gift:hover{
    background-size: 140%;
}
.top_gift a,
.top_deco a{
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
.top_gift.white_moji a:hover,
.top_deco.white_moji a:hover{
    background:#182933;

}

.top_deco.white_moji .text_box .line, .top_deco.white_moji .text_box .line02 {
    left: inherit;
    right: 23%;

}
.top_deco.white_moji .text_box .line02 {
    left: inherit;
    right: 23%;
}
/*--------------------------------------------------
    top shopinfo トップページ　インフォメーション
--------------------------------------------------*/
section.top_information {
    padding-bottom: 7%;
}
section.top_information .left_box {
    width: 22%;
    padding-top: 12%;
    padding-left: 12%;
    position: relative;
}
section.top_information .left_box h2 {
    letter-spacing: 4px;
}
section.top_information .left_box h2 span {
    letter-spacing: 2px;
}
section.top_information div.info_list dl {
    width: 260px;
    float: left;
    margin-right: 2%;
}
section.top_information div.info_list dl dd {
    margin: auto;
}
section.top_information .info_list {
    /*width: 830px;*/
}
section.top_information div.info_list dl dd.text01 {
    font-size: 12px;
    color: #a3afb5;
    letter-spacing: 1px;
    margin: 3% 0;
}
section.top_information div.info_list dl dd.text02 {
    font-size: 15px;
    font-weight: 300;
    color: #182933;
}
section.top_information .right_box {
    padding-top: 8%;
    width: 66%;
}
section.top_information .left_box p.link a {
    border:1px solid #e5e6dd; 
    display: block;
    padding:3% 6%; 
    color: #182933;
}
section.top_information .left_box p.link a span {
    font-size: 12px;
}
section.top_information .left_box p.link a span.stickarrow {
    margin-top: 10px;
}
section.top_information .left_box .line {
    position: absolute;
    background-color: #d5d6ce;
    width: 0.5px;
    height: 43%;
    top: 0;
    left: 56%;
}
section.top_information .left_box .line02 {
    position: absolute;
    background-color: #d5d6ce;
    width: 0.5px;
    height: 43%;
    bottom: -240px;
    left: 56%;
}
.slider.slick-initialized {
  display: block;
}
.top_information .slick-initialized .slick-slide{
    display: block;
        position: relative;
    width: auto!important;
}
.top_information .slick-initialized .slick-slide div{
    padding: 0 20px;
}

/*--------------------------------------------------
    top shopinfo トップページ　ショップインフォ
--------------------------------------------------*/
.top_shopinfo {
    /*background-color: #182933;*/
}
.top_shopinfo {
  /*background: linear-gradient(rgba(24, 41, 51, 0.9), rgba(24, 41, 51, 0.9)),url(/images/common/shopinfo_bg.jpg);*/
  width: 100%;
  background-size:cover;
  background-position:50%;
  position: relative;
  /*padding-bottom: 10vh;*/
  color: #ffffff;
  padding-top: 120px;
}
.top_shopinfo .shop_info_left{
    width: 47%;
}
.shopinfo_bk{
    background-color: #182933;
}
.top_shopinfo .shopinfo_inner {
    z-index: 99;
    max-width: 1280px;
    margin: auto;
    padding: 60px 0;
}
.top_shopinfo .line {
    position: absolute;
    background-color: #ffffff;
    width: 0.5px;
    height: 72px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.top_shopinfo h2 {
    /*color: #ffffff;*/
  font-family: 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 6px;
    width: 100%;
    padding: inherit;
    margin: auto;
    padding-top: 0;
    padding-bottom: 50px;
}
.top_shopinfo h3 {
    border-bottom: inherit;
    color: #fff;
    /*text-align: center;*/
    text-align: left;
    font-weight: 200;
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 10px;
}
.top_shopinfo h2 span {
  display: block;
}
.top_shopinfo h2 span.en:first-letter,section.cake .title_box div.text h2 .enl:first-letter,
section.baked_sweets div.text h2 .enl:first-letter,.decocake_title h2:first-letter{
  color:#306ba9;
}
.top_shopinfo h2 span.jp {
    font-size: 15px;
    margin-top: 6px;
    font-weight: 500;
}
.top_shopinfo .tel_box,.top_shopinfo .add_box {
    /*width: 30%;*/
    width: 100%;
    margin: auto;
    margin-bottom: 60px;
}
.top_shopinfo .tel_box .tel img{
  /*height: 52px;*/
  height: 34px;
  position: relative;
  top: 8px;
}
.top_shopinfo .tel_box .tel{
  padding: 20px 0 10px;
  margin-bottom: 0px;
  /*border-bottom:solid 1px #39515b;*/
  /*border-top: solid 1px #39515b;*/
  border-top: solid 1px #fff;
  /*padding-left: 8%;*/
  margin-top: 0px;
}
.top_shopinfo .tel_box .tel a{
  font-family: 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;
  /*font-size: 54px;*/
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #ffffff;
}
.tel_dis2{
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  clear: both;
}
.tel_dis1{
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
  /*margin-bottom: 10px;*/
  margin-bottom: 0;
}
.tel_dis1.pt2{
    margin-bottom: 0;
    margin-top: 0;
}
.tel_dis1 .left{
  float: left;
  margin-right: 64px;
  /*margin-bottom: 10px;*/
  margin-bottom: 8px;
}
.tel_dis1 .right{
  float: left;
}
.top_shopinfo dl {
    font-size: 14px;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    padding-top: 26px;
    margin-bottom: 20px;
    /*border-top: solid 1px #39515b;*/
    border-top: solid 1px #fff;
    font-weight: 300;
    margin-top: 0;
}
.top_shopinfo dt {
    width: 25%;
    font-size: 18px;
    letter-spacing: 2.5;
    font-weight: 200;
}
.top_shopinfo dd {
    width: 70%;
    margin: 0 0 0px;
    letter-spacing: 1px;
}
.top_shopinfo dd span {
    font-size: 12px;
}
.top_shopinfo dl.link a {
    color: #182933;
    font-weight: 500;
}
.top_shopinfo dl.link {
    background-color: #fff;
    padding-top: inherit;
}
.top_shopinfo dl.link dd {
    width: 88%;
    margin: 0 0 0px;
    letter-spacing: 1px;
    padding-left: 7%;
}
.top_shopinfo dl.link dd span {
    display: inline-block;
    margin-top: 2px;
}
.top_shopinfo dl.link.link2{
    margin-top: 20px;
}
.top_shopinfo dl.link a {
    color: #182933;
    display: block;
    padding-top: 4%;
    padding-bottom: 4%;
}
.map_box {
    /*width: 100%;*/
    width: 47%;
    /*height: 60vh;*/
    height: 270px;
}
ul.foot_img_box{
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 5px;
}
.foot_img_box li{
    width: 49.7%;
}
/*--------------------------------------------------
    下層　プライバシーポリシー
--------------------------------------------------*/
.page div#the-content {
    color: #182933
}
.pp_page p,.pp_page dl dd{
    font-size: 14px;
    margin: auto;
}
.pp_page dl dd {
    margin-bottom: 4%;
}
.pp_page {
    margin-bottom: 12%;
    margin-top: 6%;
}
.pp_page dl dt {
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 3px;
}
.pp_page dl dt::before {
    content: "";
    background-color: #306ba9;
    width: 4px;
    height: 23px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 1%;
    float: left;
}
.pp_page dl dd ul {
    margin-top: 2%;
}
.pp_page dl dd ul li {
    margin-bottom: 4px;
}
/*--------------------------------------------------
    下層　サイトマップ
--------------------------------------------------*/
.sm_page .sm_list_top dd,.sm_page .sm_list_bottom dd {
    border: 1px solid #e5e6dd;
    border-left: inherit;
    margin: auto;
    height: 258px;
    width: 245px;
}
.sm_page .sm_list_bottom dd {
    height: 260px;
    width: 264px;
    border-left: 1px solid #e5e6dd;
}
.sm_page .sm_list_top dd a,.sm_page .sm_list_bottom dd a {
    display: block;
    height: 258px;
    width: 245px;
    color: #182933;
    font-weight: 300;
    letter-spacing: 1.5px;
    text-align: center;
    font-size: 19px;
}
.sm_page .sm_list_bottom dd a {
    height: 260px;
    width: 264px;
}
.sm_page .sm_list_top dd a span.sm_link_mini,.sm_page .sm_list_bottom dd a span.sm_link_mini {
    display: block;
    font-size: 14px;
    margin-top: 2%;
}
.sm_page .sm_list_top dd a span.sm_link,.sm_page .sm_list_bottom dd a span.sm_link {
    position: relative;
    display: block;
    padding-top: 36%;
}
.sm_page .sm_list_top dd a span.sm_link:before,.sm_page .sm_list_bottom dd a span.sm_link:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -24%;
  display: inline-block;
  width: 23px;
  height: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #182933;
  border-radius: 2px;
}
.sm_page .sm_list_top dl {
    height: 258px;
    margin: auto;
    margin-bottom: 2%;
    margin-right: 4%;
}
.sm_page .sm_list_top dl.dl_2 {
    margin-right: auto;
}
.sm_page .sm_list_top {
    width: 1188px;
    margin: auto;
}
.sm_page .sm_list_bottom dl {
    margin-right: 2.5%;
    margin-top: auto;
}
.sm_page .sm_list_bottom dl.last {
    margin-right: auto;
}
.sm_page .sm_list_bottom {
    width: 1152px;
    margin: auto;
}
.sm_page {
    padding-bottom: 10%;
}
/*--------------------------------------------------
    下層　インフォメーション一覧
--------------------------------------------------*/
.page-id-40 figure.entry-thumb,.archive figure.entry-thumb {
    display: none;
}
.page-id-40 .entry-card-content,.archive .entry-card-content {
    margin-left: inherit;
    border-bottom: 1px solid #e6e6e6;
    padding: 1.4% 0;
}
.page-id-40 .info_l,.archive .info_l{
    width: 925px;
    border-top: 1px solid #e6e6e6;
    margin: auto;
}
.entry .post-meta {
    background-color: inherit;
    color: #a3afb5;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-right: 3%;
    margin-top: 1.1%;
}
.page-id-40 .entry h2 a,.archive .entry h2 a,
h3.related-entry-title a {
    color: #182933;
    font-size: 15px;
    font-weight: 300;
}
.page-id-40 #main .entry,.archive #main .entry {
    margin-bottom: inherit;
}
.entry .post-meta a {
    color: #a3afb5;
}
ul.info_category_ttl {
    list-style: none;
    padding: inherit;
    margin: auto;
    width: 31%;
    margin-bottom: 5%;
}
ul.info_category_ttl li {
    float: left;
    letter-spacing: 2px;
    margin-right: 10%;
}
ul.info_category_ttl li:last-child {
    margin-right: inherit;
}
ul.info_category_ttl li a{
    color: #182933;
}
.info_page {
    margin-bottom: 15%;
}
ul.pagination li a {
    color: #182933;
    font-size: 14px;
}
ul.pagination li.current span {
    color: #ffffff;
    background-color: #182933;
    font-weight: 300;
}
/*--------------------------------------------------
    下層　インフォメーション詳細
--------------------------------------------------*/
.single p.title {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 4px;
    transform: rotate(90deg);
    position: absolute;
    right: -22%;
    width: 300px;
    top: 14%;
}
.single p.title span {
    font-size: 12px;
    margin-left: 4%;
    letter-spacing: 1px;
}
.single .post-meta {
    margin-bottom: 0.5em;
    text-align: left;
    background-color: inherit;
    font-size: 12px;
    color: #a3afb5;
    letter-spacing: 1px;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    font-weight: 300;
}
.single .post-meta a {
    color: #a3afb5;
}
.single .article h1 {
    font-size: 20px;
    font-weight: 300;
        margin: auto;
}
.single .article header {
    padding: 28px 0;
    text-align: center;
}
.info_detail_in {
    width: 846px;
}
.info_detail,.info_detail_in {
    height: 100%;
    min-height: 100%;
    width: 930px;
    margin: auto;
    position: relative;
}
div#the-content.entry-content {
    font-weight: 300;
}
.sns-group ul {
    width: 78%;
}
/* 関連記事 */
.related-entry-content {
    margin-left: inherit;
}
.single .related-entry-content .post-meta {
    background-color: inherit;
    color: #a3afb5;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-right: 3%;
    margin-top: 0.2%;
}
h3.related-entry-title {
    margin: auto;
}
article.related-entry {
    margin: auto;
    border-bottom: 1px solid #e6e6e6;
    padding: 2% 0;
}
aside#related-entries h2 {
    border-bottom: 1px solid #e6e6e6;
    margin: auto;
    padding-bottom: 2%;
    font-size: 30px;
    font-weight: 200;
    letter-spacing: 3px;
}
aside#related-entries h2 span {
    font-size: 14px;
    margin-left: 2%;
    font-weight: 300;
    letter-spacing: inherit;
}
.prev, .next {
    width: 50%;
}
.page-template-information .prev,
.page-template-information .next,
.archive .prev,
.archive .next{
    width: auto;
}
.navigation > div + div {
    border-top: 1px solid #ddd;
}
.navigation a:hover {
    background: inherit;
}
.next p,.prev p {
    width: 70%;
}
.next p.cur,.prev p.cur {
    width: 10%;
    margin: auto;
    margin-top: 5.4%;
}
.next p a,.prev p a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #182933;
    font-size: 14px;
}
/*--------------------------------------------------
    下層　about ル・ププランについて
--------------------------------------------------*/
.about_page {
    padding-bottom: 40px;
}
section.about_text {
    width: 1116px;
    margin: auto;
}
section.about_text p.text {
    font-size: 14px;
    margin-top: 26%;
    line-height: 34px;
    margin-left: 70px;
    font-family: 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;
    font-weight: 500;
}
section.about_text p.text02 {
    font-size: 14px;
    margin-top: 26%;
    line-height: 34px;
    font-family: 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;
    font-weight: 500;
}
.page h1.entry-title,.page .post-meta {
    display: none;
}
.page-template-information .post-meta{
    display: block;
}
.about_text_rimg div {
    width: 563px;
}
section.chef_prof {
    margin-top: 100px;
}
section.chef_prof div.chef_imgbox .img1 {
    margin-right: 10px;
}
section.chef_prof div.chef_imgbox {
    width: 1148px;
    margin: auto;
}
section.chef_prof .prof_box {
    background-color: #F0F4F5;
    height: 370px;
    margin-bottom: 52px;
}
section.chef_prof .prof_box_in {
    width: 1116px;
    margin: auto;
    position: relative;
}
section.chef_prof .prof_box_in p.chef_photo {
    position: absolute;
    top: -62px;
}
section.chef_prof .prof_box_in .text_box {
    position: absolute;
    left: 360px;
}
section.chef_prof .prof_box_in p.text {
    font-family: 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;
    font-size: 13px;
    font-weight: 500;
}
.about_page h1 {
    /*width: 1130px;*/
    margin: auto;
    text-align: center;
    height: 700px;
    background-image: linear-gradient(to left,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../../../images/page/about_img_top2012.jpg);
    background-size: cover;
    margin-bottom: 40px;
    position: relative;
    text-shadow: 0px 0px 5px #421118c2;

}
.about_page h1 span.h1_page,.sdg_page h1 span {
    position: absolute;
              font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif; 
    color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 60px;
    letter-spacing: 5px;
    font-weight: 300;
}
.about_page h1 span.h1_page span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 40px;
}
.about_page h1 span.h1_page:first-letter,
.article .rec_page h1 span.en:first-letter{
    color: #61caff;
}
section.chef_prof .prof_box_in .text_box p.title {
    font-family: 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;
    font-size: 26px;
    letter-spacing: 2px;
    border-bottom: 1px solid #e5e6dd;
    padding-bottom: 12px;
    margin-bottom: 0;
    margin-top: 70px;
}
section.chef_prof .prof_box_in .text_box p.title span {
    font-size: 13px;
    margin-left: 20px;
    font-weight: 500;
}
section.chef_prof .prof_box_in .text_box p.title span span {
    font-size: 16px;
}
/*--------------------------------------------------
    下層　sweets スイーツ
--------------------------------------------------*/
.sweets_page{
          font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif; 
          font-weight: 500;
}
.sdg_page h1 {
    height: 600px;
    position: relative;
    background: linear-gradient( to right, rgba(0,0,0,0.5), rgba(0,0,0,0) 70% ),url(../../../images/page/sweets_img_top2012.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}
.sdg_page h1 span {
    display: block;
    width: 100%;
    font-size: 100px;
    font-weight: 200;
    letter-spacing: 14px;
    text-shadow: 0px 0px 5px #421118c2;
}
.sdg_page h1 span span.top {
    font-size: 30px;
    top: -62px;
    letter-spacing: 2px;
}
.sdg_page h1 span span.bottom {
    font-size: 18px;
    top: 100px;
    letter-spacing: 2px;
    font-weight: 500;
}
section.lineup_menu p.title {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    position: relative;
    font-weight: 500;
}
section.lineup_menu p.title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -62%;
    display: inline-block;
    width: 23px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #182933;
    border-radius: 2px;
}
/* LINEUP */
.lineup_list dl dt {
    width: 84px;
    height: 75px;
    float: left;
}
.lineup_menu dl {
    border-bottom: 1px solid #dce6ea;
    width: 268px;
    float: left;
    margin-right: 10px;
    line-height: 56px;
}
.lineup_list dl dd {
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    float: left;
    margin-left: 10px;
}
.lineup_list dl dd a{
    color: #182933;
}
.sweets_page .lineup_list {
    margin: auto;
    width: 556px;
}
.deco_page .lineup_list,.gift_page .lineup_list {
    margin: auto;
    width: 834px;
}
.lineup_list dl dd span {
    font-size: 13px;
    display: block;
    margin-top: -32px;
    height: 42px;
    color: #777;
    font-weight: 500;
}
.lineup_list dt {
    position: relative;
}
.sweets_page dl.type1 dt {
    background: url(../../../images/page/cake_2.jpg) no-repeat center;
    background-size: cover;
}
.sweets_page dl.type2 dt {
    background: url(../../../images/page/cake_1.jpg) no-repeat center;
    background-size: cover;
}
.deco_page dl.type1 dt {
    background: url(../../../images/page/cake_2.jpg) no-repeat center;
    background-size: cover;
}
.deco_page dl.type2 dt {
    background: url(../../../images/page/cake_1.jpg) no-repeat center;
    background-size: cover;
}
.deco_page dl.type3 dt {
    background: url(../../../images/page/cake_1.jpg) no-repeat center;
    background-size: cover;
}
.gift_page dl.type1 dt {
    background: url(../../../images/page/gift_pic_btn_img1.jpg) no-repeat center;
    background-size: cover;
}
.gift_page dl.type2 dt {
    background: url(../../../images/page/gift_pic_btn_img2.jpg) no-repeat center;
    background-size: cover;
}
.gift_page dl.type3 dt {
    background: url(../../../images/page/gift_pic_btn_img3.jpg) no-repeat center;
    background-size: cover;
}
.lineup_list dt .grad_white {
    height: 18px;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
    background: -moz-linear-gradient(bottom, rgba(255,255,255,1), transparent);
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,1), transparent);
    background: linear-gradient(to top,rgba(255,255,255,1), transparent);
}
section.lineup_menu {
    margin-top: 72px;
    padding-bottom: 60px;
}
section.cake .title_box div.text h2,section.baked_sweets div.text h2 {
    font-size: 47px;
    font-weight: 300;
    margin-top: 0;
    letter-spacing: 3px;
    border-left: 0;
     -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
section.baked_sweets div.text h2 {
    font-size: 40px;
    margin-top: 60px;
    margin-top: 0;
}
section.cake .title_box div.text p.text,section.baked_sweets div.text p.text {
    font-size: 13px;
    line-height: 36px;
}
section.cake .title_box div.text h2 span,section.baked_sweets div.text h2 span {
    font-size: 15px;
    display: inline-block;
    letter-spacing: 0;
    margin-top: -10px;
}
section .title_box div.text h2 span.lp{
    display: block;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 2px;
}
.sw_sec_text{
    padding: 80px 0% 80px 18%;
}
section.cake .title_box div.text h2 span.enl,
section.baked_sweets .title_box div.text h2 span.enl{
    font-size: 47px;
    position: relative;
    letter-spacing: 2px;
    top: -6px;
}
section .title_box div.text h2 span.jp{
    margin-top: 16px;
    font-weight: 500;
    letter-spacing: 2px;
}
.bg_f7 {
    background-color: #f7f7f0;
}
.stic{
    width: 85%;
}
section.cake .title_box div.text,section.baked_sweets div.text {
    width: 100%;
    padding: 0 5%;
    position: absolute;
    left: 0;
    position: sticky;
    margin-bottom: 0;
    top: 15%;
    z-index: 1;
    left: 1%;
}
section.cake div.img {
    width: 100%;
    background: url(/images/page/sweets_img_main_new3.jpg) no-repeat center left;
    background-size: cover;
    height: 360px;
    float: none;
}
section.baked_sweets div.img {
    width: 100%;
    background: url(/images/page/sweets_img_main_new_bt1.jpg) no-repeat center right;
    background-size: cover;
    height: 360px;
    float: none;
}
section.cake,section.baked_sweets {
    padding-top: 92px;
    padding-bottom: 80px;
        display: flex;
    justify-content: space-between;
}
section.cake .pro_list,section.baked_sweets .pro_list {
    /*width: 1180px;*/
    width: 85%;
    float: right;
    margin: auto;
}
section.cake .pro_list dl,section.baked_sweets .pro_list dl {
    max-width: 328px;
    width: 29%;
    float: left;
    padding: 0 40px 0 0;
    border-right: 1px solid #fafafa;
    border-top: 1px solid #fafafa;
    padding-top: 20px;
    margin: auto;
    margin-bottom: 120px;
}
.sweets_page .pro_list dl:nth-child(1){
    padding-left: 0;
}
.sweets_page .pro_list dl:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 360px;
    width: 100%;
    background: #f7f7f0;
    z-index: 0;
    margin-top: 120px;
}
section.cake .pro_list dl img,section.baked_sweets .pro_list dl img{
    position: relative;
    z-index: 1;
}
section.cake .pro_list dl div.dd_box,section.baked_sweets .pro_list dl div.dd_box {
    margin: auto;
    font-size: 14px;
    padding: 0 10px;
    height: 120px;
    position: relative;
    z-index: 1;
}
section.cake .pro_list dl p.name,section.baked_sweets .pro_list dl p.name {
    font-size: 16px;
}
section.cake .pro_list dl p.pro_text,section.baked_sweets .pro_list dl p.pro_text {
    font-size: 13px;
    /*line-height: 24px;*/
    line-height: 19px;
    color: #555;
}
section.cake .pro_list dl:nth-of-type(3n),section.baked_sweets .pro_list dl:nth-of-type(3n) {
    border-right: inherit;
}
section.cake .pro_list dl:nth-of-type(1),
section.cake .pro_list dl:nth-of-type(2),
section.cake .pro_list dl:nth-of-type(3),
section.baked_sweets .pro_list dl:nth-of-type(1),
section.baked_sweets .pro_list dl:nth-of-type(2),
section.baked_sweets .pro_list dl:nth-of-type(3) {
    border-top: inherit;
}
section.cake .title_box,section.baked_sweets .title_box {
    margin-bottom: 50px;
        width: 10%;
    padding-left: 3%;
    background: rgba(255,255,255,0.7);
    position: relative;
    z-index: 10;
}

.page-id-191 section.cake .title_box{
width: 25%;
    padding-left: 4%;
    padding-top: 6%;
    background: none;
}
.page-id-191 section.cake.shop_calender .title_box div.text h2{
-ms-writing-mode: unset;
    writing-mode: unset;
              font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif; 
          font-weight: 400;
}
.page-id-191 section.cake.shop_calender .title_box div.text h2 .jp{
    display: block;
}
.page-id-191 section.cake div.img{
    background: none;
    height: auto;
    width: 65%;
    margin-right: 2%;
    padding-top: 3%;
}
section.cake .pro_list dl dt,
section.baked_sweets .pro_list dl dt {
    position: relative;
    z-index: 3;
}
section.cake .pro_list dl dt div.grad_white {
    height: 70px;
    width: 100%;
    position: absolute;
    bottom: 5px;
    display: block;
    background: -moz-linear-gradient(bottom, rgba(255,255,255,0.8), transparent);
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,0.8), transparent);
    background: linear-gradient(to top,rgba(255,255,255,0.8), transparent);
}
.business_gift .main_box .ec_link{
    padding-left: 0;
    float: right;
}
.page-id-191 section.cake.shop_calender .title_box div.text h2:first-letter{
     color: #306ba9;
}

/*--------------------------------------------------
    下層　decolation_cake デコレーションケーキ
--------------------------------------------------*/
.deco_page{
          font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif; 
          font-weight: 500;
}
.page-id-101 .sdg_page h1 span {
    font-size: 80px;
    letter-spacing: 10px;
}
.page-id-101 .sdg_page h1 {
    background: linear-gradient( to right, rgba(0,0,0,0.5), rgba(0,0,0,0) 70% ),url(../../../images/common/topimg_deco_bg2012.jpg) no-repeat center;
}
.deco_page p.top_text {
    text-align: center;
    font-size: 16px;
    line-height: 33px;
    margin-top: 120px;
    margin-bottom: 110px;
}
.round_cake{
    display: flex;
    justify-content: space-between;
}
.stics{
    position: sticky;
    margin-bottom: 0;
    top: 15%;
    z-index: 1;
    left: 1%; 
}
.decocake_title {
    width: 20%;
    padding: 0 5%;
    padding-top: 123px;
}
.decocake_list {
    width: 70%;
    padding-top: 123px;
    padding-bottom: 80px;
}
.decocake_title h2 {
    padding: 0;
    margin: auto;
    font-size: 46px;
    font-weight: 300;
    font-family: 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;
    color:#182933;
    letter-spacing: 2px;
}
.decocake_title h2 span {
    display: block;
    font-size: 15px;
    font-weight: 500;
}
.decocake_title p.small_text{
    font-weight: bold;
    font-size: 14px;
}
p.contact_bot {
    width: 206px;
    height: 102px;
    border: 1px solid #e6e6e6;
    font-size: 23px;
    text-align: center;
    letter-spacing: 3px;
    position: relative;
}
p.contact_bot .stickarrow {
    position: absolute;
    width: 142px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    top: 42%;
    left: 10%;
}
p.contact_bot a {
    width: 206px;
    height: 102px;
    font-family: 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;
    color:#182933;
}
p.contact_bot a span.con2{
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 16px;
}
p.contact_bot a span.con1 {
    display: block;
    margin-top: 18px;
}
p.small_text {
    font-size: 13px;
    color: #666666;
}
section.square_cake p.contact_bot {
    background-color: #ffffff;
}
.deco_pro_list dl {
    float: left;
    width: 388px;
    margin: auto;
    margin-right: 3%;
    margin-bottom: 4%;
}
.deco_pro_list dl dd {
    margin: auto;
}
.deco_pro_list dl dd hr {
    width: 24px;
    border: inherit;
    border-bottom: 1px solid #ddd;
    margin: auto;
    margin-left: 0;
}
.deco_pro_list dl dd p.name,.gift_pro_list dl dd p.name {
    font-size: 15px;
    color: #182933;
}
.deco_pro_list dl dd p.pro_text,.gift_pro_list dl dd p.gift_text {
    font-size: 14px;
    color: #555;
    line-height: 20px;
    font-weight: 500;
}
.deco_pro_list dl .cake_white_box {
    background-color: #ffffff;
    padding: 2% 6%;
    font-size: 12px;
    color: #182933;
    height: 160px;
    margin-top: 25px;
}
.deco_pro_list dl .cake_white_box p.size,.deco_pro_list dl .cake_white_box span {
    float: left;
}
.deco_pro_list dl .cake_white_box p.price {
    float: right;
    /*width: 41px;*/
    width: 50px;
    text-align: right;
}
.deco_pro_list dl .cake_white_box ul li {
    list-style: none;
    line-height: 3px;
}
.deco_pro_list dl .cake_white_box ul {
    padding: 0;
}
.deco_pro_list dl .cake_white_box span {
    /*width: 160px;*/
    width: 120px;
    border-bottom: 1px dotted #182933;
    height: 18px;
    display: block;
}
.deco_pro_list dl .cake_white_box p.size {
    width: 150px;
}
.deco_pro_list dl .dd_box {
    height: 132px;
}
section.round_cake .deco_pro_list,section.choco_cake .deco_pro_list {
    padding-left: 7%;
}
section.square_cake .deco_pro_list {
    padding-right: 7%;
    width: 75%;
    float: right;
}
/*--------------------------------------------------
    下層　gift ギフト
--------------------------------------------------*/
.gift_page{
      font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;  
}
.page-id-103 .sdg_page h1 {
    background: linear-gradient( to right, rgba(0,0,0,0.5), rgba(0,0,0,0) 70% ),url(../../../images/common/topimg_gift_bg2012.jpg) no-repeat center;
}
.gift_page h2 {
    font-family: 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;
}
.gift_page h2 {
    font-size: 36px;
    letter-spacing: 3px;
    font-weight: 400;
    position: relative;
    margin: auto;
    padding: 2% 7%;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;
    color: #182933;
}
.gift_page h2 span.no1 {
    display: block;
    font-size: 16px;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    position: absolute;
    top: -10%;
    left: 7%;
}
.gift_page h2 span.no2 {
    font-size: 16px;
    font-weight: 400;
    margin-left: 22px;
    letter-spacing: 1px;
    font-weight: 500;
}
.gift_page .main_box .photo {
    width: 100%;
    height: 378px;
    background: url(/images/page/gift_img_12012.jpg) no-repeat center right;
    margin-bottom: 80px;
    background-size: cover;
}
.gift_page section.mini_gift .main_box .photo {
    background: url(/images/page/gift_img_22012.jpg) no-repeat center left;
    background-size: cover;
}
.gift_page section.business_gift .main_box .photo {
    background: url(/images/page/gift_img_32012.jpg) no-repeat center right;
    background-size: cover;
}
.title_box .text_big {
    font-size: 23px;
    line-height: 48px;
    letter-spacing: 1px;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;
    color: #182933;
    font-weight: 500;
}
.title_box .text_small {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 32px;
    font-weight: 500;
}
.title_box .text {
    width: 25%;
    padding-left: 4%;
    padding-top: 11%;
}
.main_box .gift_list_box {
    width: 100%;
    float: left;
}
.main_box .gift_list_box dl {
    float: left;
    /*width: 300px;
    margin-right: 60px;*/
    width: 280px;
    margin-right: 45px;
}
.main_box .gift_list_box dl:nth-child(2n) {
    /*margin-right: inherit;*/
}
.main_box .gift_list_box .gift_pro_list {
    /*width: 690px;*/
    width: 95%;
    margin: auto;
    padding-bottom: 100px;
    margin-left: 5%;
}
.main_box .gift_list_box dl dd {
    margin: 0;
}
.gift_pro_list dl dd p.name {
    font-weight: 500;
}
.gift_pro_list dl dd hr {
    width: 100%;
    border: inherit;
    border-bottom: 1px solid #e5e6dd;
    margin: auto;
    margin-left: 0;
}
.gift_pro_list dl dd p.gift_text {
    height: 82px;
}
.gift_pro_list dl dd p.gift_price {
    font-size: 18px;
    /*width: 132px;*/
    font-weight: 500;
    float: left;
}
.main_box .gift_list_box dl dd span {
    margin-top: 17px;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 500;
}
.main_box .gift_list_box dl dd.ec_pro_link {
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
}
.main_box .gift_list_box dl dd.ec_pro_link a {
    width: 100%;
    height: 56px;
    display: block;
    background-color: #182933;
    font-size: 14px;
    color: #ffffff;
}
section.mini_gift,section.business_gift {
    padding-top: 80px;
}
section.mini_gift h2 {
    float: right;
}
.gift_page section.mini_gift h2 span.no1 {
    left: 18%;
}
section.mini_gift .title_box .text {
    padding-right: 0%;
    padding-top: 20%;
    padding-left: inherit;
    padding-left: 3.5%;
}
section.mini_gift .title_box .text_big,section.mini_gift .title_box .text_small {
    float: left;
    width: 100%;
    padding-left: 5%;
}
.title_box .ec_link {
    /*width: 20%;*/
    float: left;
    padding: 0 5%;
    /*padding-top: 200px;*/
    padding-top: 10px;
    font-family: 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;
    letter-spacing: 3px;
    text-align: center;
}
.title_box .ec_link .stickarrow {
    width: 65px;
    margin-left: 0;
    margin-top: 10px;
}
.title_box .ec_link p.top {
    font-size: 26px;
    color: #182933;
    margin-bottom: 8px;
}
.title_box .ec_link p.top span {
    font-size: 20px;
    margin-left: 12px;
}
.title_box .ec_link p.bottom span.link_bg {
    font-size: 12px;
    letter-spacing: 1px;
    color: #182933;
        z-index: 2;
        position: relative;
}
.title_box .ec_link p.bottom {
    width: 100%;
    margin: auto;
    position: relative;

}
.title_box .ec_link p.bottom:after{
    width: 105%;
    height: 25px;
    background: #efedd5;
    content: "";
    position: absolute;
    bottom: -14px;
    z-index: 1;
    left: 3px;
    left: -5%;
}
.basic_gift_box{
    display: flex;
    justify-content: space-between;
        clear: both;
}
.basic_gift_box .title_box{
    width: 24%;
    padding-top: 5%;
    float: right;
}
.basic_gift_box .title_box .text{
    float: none;
    width: 90%;
    padding-top: 28%;
    padding-left: 5%;
    padding-right: 5%;
}
.basic_gift_box .title_box .ec_link{
    float: none;
    width: 90%;
    text-align: left;
}
.basic_gift_box .main_box{
    width: 72%;
}
.basic_gift_box .stics{
    top: 5%;
    padding-bottom: 80px;
}
/*--------------------------------------------------
    下層　shop information 店舗情報
--------------------------------------------------*/
.shopinfo_top .left_photo {
    float: left;
    width: 55%;
    height: 760px;
    background: url(/images/page/shopinfo_main_img4.jpg) no-repeat center right;
    background-size: cover;
}
.shopinfo_top h1 {
    font-size: 46px;
    font-weight: 400;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;
    letter-spacing: 4px;
    line-height: 70px;
}
.shopinfo_top h1 span {
    display: block;
    font-size: 16px;
}
.shopinfo_top .info_main dl dt {
    font-size: 17px;
    float: left;
    font-family: 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;
    width: 170px;
    letter-spacing: 1px;
}
.shopinfo_top .info_main dl dd {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
}
.shopinfo_top .info_main dl dd.tel a{
    font-size: 20px;
    color: inherit;
}
.shopinfo_top .info_main dl {
    border-bottom: 1px solid #f2f2f2;
    width: 470px;
    padding-bottom: 12px;
    margin: 18px 0;
}
.shopinfo_top .info_main dl:first-child {
    border-top: 1px solid #f2f2f2;
    padding-top: 18px;
}
.shopinfo_top .s_text {
    font-size: 12px;
    color: #808080;
}
.shopinfo_top .right_title {
    float: left;
    width: 35%;
    padding: 76px 5% 70px;
}
section.cake.shop_calender {
    padding-bottom: 160px;
}
section.cake.shop_calender .title_box div.img {
    /*display: none;*/
    background: none;
    float: right;
    width: 60%;
    margin-right: 5%;
}
section.cake.shop_calender .title_box .text .text{
    width: 100%;
    padding: 0;
}
section.cake.shop_calender .title_box div.text h2 {
    font-size: 32px;
}
section.cake.shop_calender .title_box div.text h2 span {
    margin-top: 20px;
}
section.access_park {
    padding-top: 80px;
    padding-bottom: 80px;
}
section.access_park h2 {
    font-size: 32px;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 300;
    font-family: 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;
}
section.access_park h2 span{
    display: block;
    font-size: 14px;
}
.map {
    width: 602px;
    height: 396px;
    background-color: #fafafa;
}
section.access_park .info dl dt {
    font-family: 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;
}
section.access_park .info dl dt {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 300;
    float: left;
    width: 130px;
}
section.access_park .info dl dt span{
    display: block;
    font-size: 12px;
}
section.access_park .info dl dd {
    font-size: 13px;
    color: #666666;
    float: left;
    padding-top: 10px;
    font-weight: 400;
}
section.access_park .info dl {
    border-bottom: 1px solid #e5e6dd;
    padding-bottom: 20px;
}
section.access_park .info dl:last-child dt {
    margin-top: -8px;
}
section.access_park .access {
    margin-right: 45px;
}
.access_park_in {
    width: 1249px;
    margin: auto;
}
section.top_information div.info_list dl dd.pic img {
    width: 260px;
    height: 260px;
    object-fit: cover;
}

/*** #navi.fixed ***/
#navi.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
    background: #fff;
    width: 100%;
    height: 95px!important;
}
#navi.fixed li.main_navi.logo img {
    width: 45%;
}
#navi.fixed ul li {
    margin-top: 22px;
    margin-right: 52px;
}


/**********************************
求人情報
***********************************/
.article .rec_page h1{
    background: url(../../../../images/page/rec_bk2012.jpg) no-repeat center;
    background-size: cover;
    height: 268px;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 60px;
    letter-spacing: 4px;
    font-weight: 400;
    padding-top: 180px;
        text-shadow: 0px 0px 5px #42111873;
}
.article .rec_page h1:first-letter{
    color: #61caff;
}
.article .rec_page h1 .jp{
    display: block;
    font-size: 20px;
    line-height: 40px;
}
.yumin{
        font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;
}
.rec_page{
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;
}
.rec_page .head{
    padding-top: 3%;
    position: relative;
    padding-bottom: 6%;
}
.rec_page .head .left{
    /*margin-left: 8%;
    width: 30%;*/
    text-align: center;
}
.rec_page .head .left h2{
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: 30px;
    color: #182933;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
.rec_page .head .left .dis{
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    font-family: 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;
    letter-spacing: 2px;
}
.rec_page .head .img{
    position: absolute;
    width: 55%;
    right: 0;
    height: 360px;
    overflow: hidden;
    top: 10%;
    display: flex;
    align-items: center;
    text-align: center;
}
.rec_page .head .img img{
    display: block;
    max-width: inherit;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120%;
    height: auto;
}
.r-tabs .r-tabs-nav{
    background: #F0F4F5;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 0;
}
.rec_page .r-tabs .r-tabs-tab a{
    background: #fff;
    border: none;
    color: #182933;
    text-align: left;
-moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
.rec_page .r-tabs .r-tabs-tab a .en{
    font-size: 18px;
    font-weight: 500;
}
.rec_page .r-tabs .r-tabs-tab a .jp{
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #4d4d4d;
}
.rec_page .r-tabs .r-tabs-tab:nth-child(4) a{
    background: #182933;
}
.rec_page .r-tabs .r-tabs-tab:nth-child(4) a .en,
.rec_page .r-tabs .r-tabs-tab:nth-child(4) a .jp{
    color: #fff;
    font-weight: 400;
}
.rec_page .r-tabs .r-tabs-tab a:hover{
    background: #f0f3c5;
}
.rec_page .r-tabs .r-tabs-tab:nth-child(4) a:hover{
    background: #47687b;
}
.r-tabs .r-tabs-tab.r-tabs-state-active a{
    background: #f0f3c5;
}
.rec_page .r-tabs .r-tabs-panel{
    padding: 0;
padding-top: 8%;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
}
.rec_page .r-tabs .r-tabs-panel h2{
    letter-spacing: 2px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.rec_page .r-tabs .r-tabs-panel h2 .lepp{
    font-size: 16px;
    display: inline-block;
    margin-right: 20px;
}
.rec_page .r-tabs .r-tabs-panel h2 .en{
    font-size: 33px;
    font-weight: 400;
    margin-right: 20px;
}
.rec_page .r-tabs .r-tabs-panel h2 .jp{
    font-size: 21px;
}
.rec_page .r-tabs .r-tabs-panel h2 .jp .small{
    font-size: 15px;
}
.rec_page .r-tabs .r-tabs-panel h2{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 3px #f2f2f2;
    margin: 40px 0 60px;
}
.rec_page .r-tabs .r-tabs-panel h2:before{
    content: "";
    display: block;
    width: 530px;
    border-bottom: solid 3px #182933;
    position: absolute;
    bottom:-3px;
    left: 0;
}
.rec_page #tabbox dt{
    width: 20%;
    float: left;
    font-size: 18px;
    font-weight: bold;
}
.rec_page #tabbox dd{
    width: 80%;
    float: right;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}
.rec_page #tabbox dt:before{
    content:"";
    height: 30px;
    border-left: solid 3px #182933;
    margin-right: 15px;
}
.rec_page #tabbox dl{
    margin: 0 2%;
    border-bottom: dotted 1px #e6e6e6;
    padding:30px 0 20px;
}
.rec_page #tabbox .link a{
    display: block;
    background: #182933;
    padding: 30px;
    margin: 80px 2% 0;
    color: #fff;
    text-align: center;
}
.rec_page #tabbox .link a .en{
    font-size: 23px;
    margin-right: 30px;
    letter-spacing: 2px;
    position: relative;
    top: 3px;
}
.rec_page #tabbox .link a .jp{
    font-size: 14px;
    letter-spacing: 2px;
}
.rec_page #tabbox #tab-4 p{
    font-size: 16px;
    font-weight: 500;
    margin: 0 2%;
}
.rec_page #tabbox #tab-4 dl{
    
    padding: 20px 0 10px;
}
.rec_page #tabbox #tab-4 dl dt{
    font-size: 16px;
}
.rec_page #tabbox #tab-4 p.dis1{
    padding-bottom:20px;
    border-bottom: dotted 1px #e6e6e6;
}
.rec_page #tabbox #tab-4 p.dis2{
    margin-top: 30px;
}
.rec_page #tabbox #tab-4 dl dt:before{
    content:none;
}
.rec_page #tabbox #tab-4 dl dd .block{
    padding: 10px 20px;
    display: inline-block;
    background: #306ba9;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
    margin-bottom: 10px;
    margin: 0 5px 10px;
}
.rec_page #tabbox #tab-4 dl dd{
    letter-spacing: 1px;
}
.rec_page #tabbox #tab-4 a{
    font-size: 22px;
    color: #182933;
}
.rec_page .r-tabs .r-tabs-panel#tab-4 h2:first-letter{
    color: #306ba9;
}
.rec_page .r-tabs .r-tabs-panel h2 .en .first{
        color: #306ba9;
}
.rec_page .r-tabs .r-tabs-panel#tab-2,
.rec_page .r-tabs .r-tabs-panel#tab-4{
    background: #f9f9f7;
}
.page .xo-event-calendar table.xo-month .month-dayname-space{
    height: 3em;
}
.page .xo-event-calendar table.xo-month .month-dayname td div{
    text-align: left;
}
.page .xo-event-calendar table.xo-month .month-dayname td div.holiday-all{
    color: #fff;
}
.page .xo-event-calendar table.xo-month .month-dayname td div.other-month{
    opacity: 0.2;
}
.page .xo-event-calendar table.xo-month > thead th{
    padding: 20px 0;
    background: #39515b;
    color: #fff!important;
    font-weight: 200;
    letter-spacing: 2px;
}
.page .xo-event-calendar{
font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.page .xo-event-calendar table.xo-month .month-event td,
.xo-event-calendar table.xo-month .month-event-space td{
    position: relative;

}
.page .xo-event-calendar table.xo-month .month-dayname td{
    background: #fff;
}
/*.page .xo-event-calendar table.xo-month .month-event td:before,
.xo-event-calendar table.xo-month .month-event-space td:before{
    content:'10:00～20:00';
    color: #74909e;
    font-size: 13px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
    margin:auto;
    left: 0;
    right: 0;
}*/
.page .xo-event-calendar table.xo-month .month-event-title{
    background: #fff!important;
        color: #74909e!important;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
}
.page .xo-event-calendar table.xo-month .month-header > span{
    font-size: 160%;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.parking.f_right{
    width: 48%;
    overflow: hidden;
}
.page .slick-list{
    padding: 0!important;
}
.page .slider-nav .slick-track{
    width: 100%!important;
    transform: translate3d(0px, 0px, 0px)!important;
}
.page .slider-nav .slick-slide{
    width: 23%!important;
    margin-right: 1%;
}

section.access_park h2{
    margin:0 auto;
        font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;
    padding: 0;
    font-weight: 400;
}
section.access_park h2 span{
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}
.page .slider-for.slick-slider{
    margin-bottom: 0!important;
}
section.access_park .info dl dd{
    margin-left: 0;
}
.top_picup .base_inner{
    max-width: 1280px;
    margin: auto;
    padding: 80px 0;
}
.article .top_picup h2{
    font-size: 36px;
    border-left: inherit;
    font-weight: 200;
    letter-spacing: 2px;
    padding-right: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
.article .top_picup h2:first-letter {
    color: #306ba9;
}
.article .top_picup h2 span{
    font-size: 15px;
    font-weight: 300;
    letter-spacing: inherit;
    margin-top: 10px;
    margin-left: 20px;
}
.article .top_picup .pic_box{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
/*.article .top_picup .pic_box .box{
    width: 30%;
    margin-right: 4%;
}*/
.article .top_picup .pic_box .box {
    width: 31%;
    margin-right: 4%;
    margin-bottom: 1%;
}
/*.article .top_picup .pic_box .box:nth-child(3n){
    margin-right: 0;
}*/
.article .top_picup .pic_box .box:nth-child(2n){
    margin-right: 0;
}
.article .top_picup .pic_box .title{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}
.article .top_picup .pic_box .dis{
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 1px;
}
#head_navibox{
    position: fixed;
    top: -200px;
-moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    width: 100%;
    z-index: 1000;
}
#head_navibox div#navi-in{

}
#head_navibox.fixed{
    visibility: visible;
    top: 0;
        filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
#head_navibox #navi{
    background: #fff;
    padding-bottom: 10px;
}
.fadeins {
    opacity: 0.0;
    transform: translate(0, 50px);
    transition: all 500ms;
}
.info_list button.slick-next{
display: inline-block;
    position: absolute;
    right: 0;
    top: 30%;
    border: none;
    background: none;
    background: url(../../../../images/common/next_btn_info.png) no-repeat;
    width: 59px;
    height: 0;
    padding-top: 120px;
    overflow: hidden;
    line-height: 120px;
    outline: none;
}
.info_list button.slick-prev{
    display: none!important;
}
#page-top{
    bottom:-3px;
    z-index: 1000;
}
#page-top a.move-page-top-image{
    padding-bottom: 0;
}
.mini_shopinfo{
    position: fixed;
    right: 0;
    top:18%;
    background: #182933;
    color: #fff;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;
    padding: 5px;
    padding-right: 0;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-bottom-left-radius:10px;
border-top-left-radius:10px;
border-bottom-left-radius:10px;
z-index: 100;
width: 320px;
right: -257px;
cursor: pointer;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
.mini_shopinfo:hover{
    right: 0;
}
.mini_shopinfo .inner_box{
    border: solid 1px #fff;
    border-right: none;
    padding: 0px;
    -moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-bottom-left-radius:10px;
border-top-left-radius:10px;
border-bottom-left-radius:10px;
    display: flex;
    justify-content: space-between;
}
.mini_shopinfo p{
    margin: 0;
}
.mini_shopinfo p.name{
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
width: 17%;
    line-height: 24px;
    padding: 5% 3%;
}

.mini_shopinfo .name .title{
    font-size: 24px;
    margin-right: 10px;
    letter-spacing: 2.5px;
    display: block;
    text-align: center;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 200;
}
.mini_shopinfo .name .dis{
    font-size: 12px;
    letter-spacing: 0px;
    display: block;
        font-weight: 200;
font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.mini_shopinfo .tel a{
    font-size: 30px;
    color: #fff;
}
.mini_shopinfo .tel img{
    height: 30px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}
.mini_shopinfo .tel{
    border-bottom: solid 1px #39515b;
    padding-top: 4px;
    padding-bottom: 3px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 500;
}
.mini_shopinfo .linkbox a{
    padding: 3px;
    background: #fff;
    color: #182933;
    font-size: 14px;
    font-weight: 600;
    display: block;
    width: 94%;
    position: relative;
    letter-spacing: -1px;
    padding-left: 3%;
    padding-right: 3%;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    border-bottom: solid 1px #39515b;
    padding-bottom: 15px;
}
.mini_shopinfo .white_box .linkbox:nth-last-child(1) a{
    margin-top: 8px;
    border-bottom: none;
}
.mini_shopinfo .linkbox a:before{
    content: "›";
    position: absolute;
    right: 10px;
}
.mini_shopinfo .white_box{
    width: 84%;
    background: #fff;
    padding: 3%;
        box-sizing: border-box;
}
.mini_shopinfo .white_box a{
    color:#182933;
}
.about_page h1 span.h1_page br {
    display: none;
}
br.sma_no {
    display: block;
}
br.sma_yes {
    display: none;
}
span.baked_price {
    display: block;
    /*float: right;*/
    margin-top: 10px;
}
section.baked_sweets .pro_list dl {
    height: 480px;
    margin-bottom: 20px;
}
.shopinfo_inner .xo-event-calendar table.xo-month .month-dayname-space{
    height: 1.5em
}
.shopinfo_inner .xo-event-calendar table.xo-month > thead th{
    padding: 10px 0;
}
.shopinfo_inner .xo-event-calendar table.xo-month .month-header > span{
    color: #fff;
}
.shopinfo_inner .xo-event-calendar table.xo-month button span.nav-next{
    background: url(../../../../images/common/nav-next2.svg) no-repeat center center;
    background-size: 14px 18px;
}
.shopinfo_inner .xo-event-calendar table.xo-month button span.nav-prev {
    display: inline-block;
    background: url(../../../../images/common/nav-prev2.svg) no-repeat center center;
    background-size: 14px 18px;
}
.shopinfo_inner .xo-event-calendar{
    border-top: solid 1px #fff;
    padding-top: 20px;
}
.page .xo-event-calendar table.xo-month .month-event-title{
    background: none!important;
    color: transparent!important;
}

.article .top_picup .pic_box .box {
    width: 48%;
}
.article .top_picup .pic_box .box .img,
.deco_pro_list dl dt{
    height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;  
}
.satofuru{
    position: fixed;
    right: 0;
    bottom: 8vh;
}
.flex_box {
    display: flex;
    justify-content: left;
    flex-flow: wrap;
}
.maru_ul{
    margin-top: 3%;
    margin-bottom: 3%;
    padding-left: 1.5em;
    border: solid 3px #d3dbdf;
    border-radius: 10px;
    padding: 3% 5%;
    background: rgba(255, 255, 255, 0.5);
}
.maru_ul li{
    line-height: 2em;
    width: 48%;
    margin-right: 4%;
}
.maru_ul li:nth-child(2n){
    margin-right: 0;
}