/*
Theme Name: Takarazukakita-SA
Theme URI: 
Author: the WordPress team
Author URI: 
Description: 
Version: 2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9  Yu Gothic, "游ゴシック体",'Noto Sans JP', Arial, Verdana,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/





/* フッター
------------------------------------------------------------*/


.tribe-events-button{
	display:none !important;
}

#main{
	padding: 0 10px;
	overflow: hidden;
	box-sizing: border-box;
}
.post_eye{
	margin-bottom:20px;
}
.blog_info{
	margin-top:20px;
}

/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

img{
	width: 100%;
	height: auto;
}



section{clear:both;}


.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}


#main h2{
        position: relative;
        font-size: 24px;
        font-weight: bold;
        text-indent: 5px;
        background: url(images/common/h1_line.jpg) 0 bottom repeat-x;
        margin:30px 0;
        color:#333333;
    }



    #header{
        display: none;
    }
    
    
    /* Toggle Button */
    #nav-toggle {
        display: none;
        position: absolute;
        right: 12px;
        top: 14px;
        width: 34px;
        height: 36px;
        cursor: pointer;
        z-index: 101;
    }
    #nav-toggle div {
        position: relative;
    }
    #nav-toggle span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #666;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
    #nav-toggle span:nth-child(1) {
        top: 0;
    }
    #nav-toggle span:nth-child(2) {
        top: 11px;
    }
    #nav-toggle span:nth-child(3) {
        top: 22px;
    }


    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
        z-index: 999;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 7px;
        color: #333;
        font-size: 26px;
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -800px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 0px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 7px 0;
        border-bottom: 1px dotted #555555;
    }
    #top-head #global-nav ul li:last-child a,
    #top-head.fixed #global-nav ul li:last-child a {
        border-bottom:none;
    }

    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(856px);
        -webkit-transform: translateY(856px);
        transform: translateY(856px);
    }
    

    /* フッター
    ------------------------------------------------------------*/
    
    #footer-navigation-box{
        width: 100%;
        border-bottom: 1px dotted #CCCCCC;
        padding-top: 20px;
        padding-bottom: 0px;
        
    }
    #footer-navigation-box .footer-navigation{
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: left;
        
    }
    
    ul.footer_menu {
        
    }
    ul.footer_menu li {
        display: block;
        width: 100%;
        margin: 0 0 0 0;
        background: url(images/common/arrow01.png) 10px 17px no-repeat;
        border-top: 1px dotted #CCCCCC;
        text-indent: 25px;
        
    }
    ul.footer_menu li:last-child{
        
    }
    ul.footer_menu li a {color:#222222; display:block; padding:10px 0 10px 0; font-weight:bold; font-size:12px; text-decoration:none;}
    ul.footer_menu li a:hover {color:#009999; display:block; padding:10px 0 10px 0;background: #EFEFEF url(images/common/arrow01.png) 10px 17px no-repeat;font-size:12px; text-decoration:underline;}
    
    
    #footer-box{
        display: none;
    }
    
    #footer-box-sp{
        display:block;
        background: #fff;
        width: 100%;
        height: auto;
        z-index: 100;
        position: relative;
        border-bottom: 1px solid #CCCCCC;
    }
    
 
    
    #footer-box-sp .logo {
        position: absolute;
        left: 13px;
        top: 15px;
        color: #333;
        font-size: 26px;
    }
    
    #footer-box-sp img{
        width: auto;
    }
    
    ul.snsnavi {
        display: block;
        float: right;
        text-align: right;
        font-size: 12px;
        margin-top: 5px;
        margin-right: 15px;

    }
    ul.snsnavi li {
        display: inline-block;
        margin: 15px 0 0 0;
        padding:0 0 0 10px;
    }
    
    ul.snsnavi img{
        width: auto;
    }

    #footer-box-sp .footer_addr {
        clear: both;
        width: auto;
        text-align: left;
        font-size: 12px;
        margin-left: 0;
        letter-spacing: 2px;
       
        padding: 15px 10px 10px 10px;
    }


    #copyright{
        text-align: center;
        width: auto;
        padding: 15px 0;
        font-size: 12px;
    }
    
    
    .page-top {
        position: fixed;
        bottom: 160px;
        right: 20px;
        padding: 0px;
        margin:0;
        z-index: 999;
    }
    
    

    .page-top img{
        vertical-align: bottom;
    }
    
    .page-top img:hover {
        -ms-filter: "alpha(opacity=50)";
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }
    

    #header-eyecatch{
        margin-top: 56px;
    }
    
    
    
    section h1 {
        position: relative;
        font-size: 24px;
        font-weight: bold;
        text-indent: 5px;
        background: url(images/common/h1_line.jpg) 0 bottom repeat-x;
        margin:15px 0;
    }

    section h1:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 3px #674D95;
        bottom: 0px;
        width: 40%;
    }
    
	#contents h1 {
        position: relative;
        font-size: 24px;
        font-weight: bold;
        text-indent: 5px;
        background: url(images/common/h1_line.jpg) 0 bottom repeat-x;
        margin:30px 0;
    }

    #contents h1:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 3px #674D95;
        bottom: 0px;
        width: 30%;
    }
    



    /* 施設ガイド
    ------------------------------------------------------------*/
    
    #guide-facility{
        padding: 0 20px;
        margin:20px 0 30px 0;
        overflow: hidden;
    }

    
    .guide_box{
       padding-top: 20px;
    }
    
    .guide_box .guide_parts{
        float: left;
        width: 100%;
        height: auto;
        padding-bottom: 0px;
        margin-bottom: 40px;
        border-bottom: 1px dotted #CCCCCC;
        position:relative;
        overflow: hidden;
        
    }
    
    .guide_box .guide_parts:nth-child(odd){
        margin-right: 40px;
    }
    
    .guide_box .guide_parts img{
        width: 40%;
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .guide_box .guide_parts p.guide_title{
        font-size: 16px;
        color: #372750;
        font-weight: bold;
        line-height: 1.7;
        margin-top: 0px;
    }
    .guide_box .guide_parts p{
        margin-top: 15px;
        font-size: 13px;
        line-height: 1.7;
        font-weight: 400;
    }
    .guide_box .guide_parts a {
        display:block;
        padding-bottom: 25px;
        bottom:0px;
        right:0px;
        overflow: hidden;
    }
    
    .guide_box .guide_parts a {color:#000000; font-size:12px; text-decoration:none; }
    .guide_box .guide_parts a:hover {color:#000000; font-size:18px; text-decoration:underline;}
    

	/* お客様へ
    ------------------------------------------------------------*/
	#customer-box{
         padding: 0 20px;
         margin:30px 0 20px 0;
    }

	.customer_general_box{
        clear: both;
    }
    
    .customer_general_box img{
        max-width: 1100px;
    }
    
	.owabi-img01 { display: none; }
	.owabi-img02 { display: none; }
	.owabi-img03 { display: block; }




    /* 交通アクセス
    ------------------------------------------------------------*/
    img.top_nexco{
		width:100%;
		max-width:363px;
	}
     #access-traffic{
         padding: 0 20px;
         margin:30px 0 20px 0;
    }
    #access-traffic h2{
        font-size: 140%;
    }
    
    .access_box{
       padding-top: 20px;
    }
    
    .access_box .access_text{
        float: left;
        width: 100%;
        height: auto;
        padding-bottom: 0px;
        margin-bottom: 40px;
        overflow: hidden;
        
    }
    
    .access_box .access_text p{
        font-size: 19px;
        font-weight: bold;
        line-height: 1.7;
        padding-left: 5px;
        margin-bottom: 20px;
    }
    
    .access_box .access_map{
        float: right;
        width: 100%;
        height: auto;
        padding-bottom: 0px;
        margin-bottom: 20px;
        overflow: hidden;
        
    }
    
    .access_box .access_map iframe{
        width: 100%;
    }


    .access_box .access_text .traffic_box{
        width: 100%;
        display: table;
        border-top: 1px dotted #CCCCCC;
	}
    .access_box .access_text .traffic_box:last-child{
        border-bottom: 1px dotted #CCCCCC;
    }
    .access_box .access_text .traffic_box .traffic_th{
        width: 90px;
        display: table-cell;
        vertical-align: middle;
        font-size: 16px;
        font-weight: bold;
        padding-left: 10px;

    }
    .access_box .access_text .traffic_box .traffic_td{
        display: table-cell;
        vertical-align: middle;
        font-size: 13px;
        letter-spacing: 0;
        padding: 25px 0;
    }
    .access_general_box{
        clear: both;
    }
    
    .access_general_box img{
        max-width: 1000px;
    }
    
    .access_general_box h2{
        position: relative;
        font-size: 22px;
        font-weight: bold;
        text-indent: 5px;
        background: url(images/common/h1_line.jpg) 0 bottom repeat-x;
        margin:0px 0 20px 0;
        color:#333333;
    }

    /* 営業時間
    ------------------------------------------------------------*/
    
    #business-hours{
        padding: 0 20px;
        margin:30px 0;
        overflow: hidden;
    }
    
    .hours_box{
        padding-top: 20px;
        float: left;
        width: 100%;
        
    }
    
    .hours_box h2{
        width: 100%;
        height: auto;
        font-size:20px;
        font-weight: bold;
        overflow: hidden;
        margin-bottom: 5px;
    }
    .hours_box h2 img{
        width: auto;
        vertical-align: top;
        margin-right: 5px;
    }
    
    table.col-head-type1 td, table.col-head-type1 th {
      display: block;
      width: 100%;
    }
    .col-head-type1 {
        border-collapse: collapse;
        width: 100%;
        float: left;
        margin-bottom: 25px;
    }
    
    .col-head-type1 th,
    .col-head-type1 td {
       
        border: 1px solid #FFFFFF;  
        padding: 10px 0px;
        text-indent: 10px;
        
    }

    .col-head-type1 th {
        background: #F0EDF4;
        text-align: left;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
    }
    
    .col-head-type1 td {
        width: 100%;
    }
    .txtindent10{
        text-indent: 10px;
    }
    
    /*-----------  #breadcrumb  -----------*/
    #breadcrumb{
        width:100%;
        height: auto;
        background: #EEEEEE;
        margin-bottom: 10px;
        padding:16px 0 0 0;
    }


    #breadcrumb ul{
        width: 100%;
        padding:0;
        text-align:left;
        color: #222222;
        font-size:10px;
        letter-spacing: 1px;
        padding-top: 11px;
    }

    #breadcrumb ul i{
        font-size:12px;
        margin:0 0 0 10px;
    }

    #breadcrumb ul li {
        margin: 0 10px 0 0;
        text-align: center;
        float: left;
    }

    #breadcrumb ul li a{
        text-decoration:none;
        color:#333333;
        padding:10px 0 10px 0;
        margin:0 0 0 0;
        font-weight:normal; 

    }
    
    #breadcrumb ul li a:hover{
        text-decoration:underline;
        color:#333333;
        padding:10px 0 10px 0;
        margin:0 0 0 0;
        font-weight:normal; 

    }
    

    
    /* 森のパン カテゴリー
    ------------------------------------------------------------*/
    
    #baker-category{
        padding: 0 0px;
        margin:20px 0 0 0;
        overflow: hidden;
    }

    
    #baker-category .baker-category_box{
       padding-top: 10px;
    }
    
    ul.baker_category_list {
        float: left;
        margin-top: 5px;
        

    }
    ul.baker_category_list li {
        float:left;
        position:	relative; /* 相対位置指定 */
        width: 33%;
        margin-right: 0px;
        padding: 0 10px;
        margin-bottom: 25px;
        box-sizing: border-box;
    }
    
    ul.baker_category_list li:nth-child(3n){
        margin-right: 0px;
    }
    
    ul.baker_category_list li img{
        width: 100%;
        
        vertical-align: bottom;
        box-shadow: 2px 2px 4px gray;
        border-radius: 3px;
    }

    /* 今月のオススメ＆新作パン
    ------------------------------------------------------------*/
    
    #baker-pickup{
        padding:0 10px;
        margin:0 0 0 0;
        overflow: hidden;
    }

    
    .baker-pickup_box{
       padding-top: 0px;
        overflow: hidden;
    }
    
    ul.baker_pickup_list {
        float: left;
        margin-top: 5px;
        

    }
    ul.baker_pickup_list li {
        float:left;
        position:relative; /* 相対位置指定 */
        width: 50%;
        margin-right: 0px;
        margin-bottom: 15px;
        padding: 0 5px;
        box-sizing: border-box;
    }
    
    ul.baker_pickup_list li:nth-child(4n){
        margin-right: 0px;
    }
    
    ul.baker_pickup_list li img{
        width: 100%;
        vertical-align: bottom;
        border-radius: 6px;
        max-width: 255px;
    }
    
    ul.baker_pickup_list li p{
        clear: both;
        margin: 5px 0 0 0;
        font-size: 16px;
        color:#000000;
    }
    ul.baker_pickup_list li a {color:#000000; font-size:16px; text-decoration:none; }
    ul.baker_pickup_list li a:hover {color:#000000; font-size:16px; text-decoration:none;}
    
    
    
    
    /* 森のパン　カテゴリ詳細
    ------------------------------------------------------------*/
    
    #baker-category-detail{
        padding:0 10px;
        margin:0 0 20px 0;
        overflow: hidden;
    }

    
    .baker-category-detail_box{
       padding-top: 0px;
        overflow: hidden;
    }
    
    
    ul.baker_detail_list {
        float: left;
        margin-top: 5px;
        

    }
    ul.baker_detail_list li {
        float:left;
        position:	relative; /* 相対位置指定 */
        width: 50%;
        margin-right: 0px;
        margin-bottom: 15px;
        padding: 0 5px;
        box-sizing: border-box;
    }
    
    ul.baker_detail_list li:nth-child(4n){
        margin-right: 0px;
    }
    
    ul.baker_detail_list li img{
        width: 100%;
        vertical-align: bottom;
        border-radius: 6px;
        max-width: 255px;
    }
    
    ul.baker_detail_list li p{
        clear: both;
        margin: 5px 0 0 0;
        font-size: 16px;
        color:#000000;
    }
    ul.baker_detail_list li a {color:#000000; font-size:16px; text-decoration:none; }
    ul.baker_detail_list li a:hover {color:#000000; font-size:16px; text-decoration:none;}
    
    .bread_detail{
        
    }
    
    .bread_detail h2{
        width: 100%;
        height: auto;
        font-size:20px;
        font-weight: bold;
        overflow: hidden;
        margin-bottom: 5px;
    }
    
    .bread_detail p{
        text-align: left;
        
    }
    .bread_detail img{
        width: 100%;
        max-width: 600px;
    }
    
	/*　ContactForm7のテーブル化レスポンシブ調整　*/
 
	/*テーブルを親要素の幅いっぱいに伸ばす*/
	.table-res-form {
		width: 100%;
	}
	/*一行ごとに上ボーダー*/
	.table-res-form tr {
		border-top: 1px #DDD solid;
	}
	/*一番上の行だけボーダーなし*/
	.table-res-form tr:first-child {
		border-top: none;
	}
	/*奇数行だけ背景色つける*/
	.table-res-form tr:nth-child(2n+1) {
		background: #eee;
	}
	/*thとtd内の余白指定*/
	.table-res-form th {
		padding: 15px 20px 5px 20px;
		box-sizing:border-box;
	}
	.table-res-form td {
		padding: 10px 20px;
		box-sizing:border-box;
	}
	
	/*「必須」部分のスタイリング*/
	.table-res-form .requied {
		font-size: 0.8em;
		color: #FFF;
		display: inline-block;
		padding: 0.3em 0.3em 0.2em;
		background: red;
		border-radius: 2px;
	}

	

 	/*各入力フォームスタイリング*/
	.table-res-form input[type="text"], input[type="tel"], input[type="email"], textarea {
		border: 1px #89BDDE solid;
		padding: 10px;
		width: 100%;
		box-sizing:border-box;
	}
	/*入力欄にフォーカスしたら変化*/
	.table-res-form input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
		background: #EEFFFF;
		box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
	}
	/*送信ボタンスタイリング*/
	/* 送信ボタンのデザイン変更 */
	.soushinbtn{
		padding:15px!important;
		width:80%;
		background: #4C9ED9!important;
		color: #fff;
		font-size: 18px!important;
		border:2px solid #4C9ED9;
		
	}
	.soushinbtn:hover{
		background:#fff!important;
		color:#4C9ED9;
		border:2px solid #4C9ED9;
	}
	
	/*thとtdをブロック化して幅100％にして、縦積み*/
	.table-res-form th, .table-res-form td {
        width: 100%;
        display: block;
		text-align:left;
    }
	
	.text-xs-center{
		text-align:center;
	}

.text-recap-center{
	width:100%;
		text-align:center;
	}
.g-recaptcha {
  margin-right:auto;
  margin-left:auto;
  text-align: center;
  width:300px;
	margin-top:10px;
	margin-bottom:20px;
}
	select{
		border: 1px #89BDDE solid;
			padding: 10px;
			width: 100%;
			box-sizing:border-box;
	}

	
	/* 交通アクセス　固定ページ
	* ------------------------------------------------------------*/
	
.fix_access_map{
	margin-top:20px;
}
	.fix_access_text{
        float: left;
        width: 100%;
        height: auto;
        padding-bottom: 0px;
        margin-bottom: 40px;
        overflow: hidden;
        
    }
    
    .fix_access_text p{
        font-size: 19px;
        font-weight: bold;
        line-height: 1.7;
        padding-left: 5px;
        margin-bottom: 20px;
    }
    
    .fix_access_text .traffic_box{
        width: 100%;
        display: table;
        border-top: 1px dotted #CCCCCC;
	}
	.fix_access_text .traffic_box:last-child{
        border-bottom: 1px dotted #CCCCCC;
    }
    .fix_access_text .traffic_box .traffic_th{
        width: 90px;
        display: table-cell;
        vertical-align: middle;
        font-size: 16px;
        font-weight: bold;
        padding-left: 10px;

    }
    .fix_access_text .traffic_box .traffic_td{
        display: table-cell;
        vertical-align: middle;
        font-size: 14px;
        letter-spacing: 0;
        padding: 25px 0;
    }

	/* 施設ガイド　固定ページ
	* ------------------------------------------------------------*/
	
	.fix_guide_text{
        float: left;
        width: 100%;
        height: auto;
        padding-bottom: 0px;
        margin-bottom: 20px;
        overflow: hidden;
        
    }
    .fix_guide_text p{
        font-size: 19px;
        font-weight: bold;
        line-height: 1.7;
        padding-left: 5px;
        margin-bottom: 20px;
    }

	.fix_facility_box{
       padding-top: 20px;
		margin-bottom: 30px;
		overflow: hidden;
    }
    
    .fix_facility_box .ff_text{
        float: left;
        width: 100%;
        height: auto;
        padding-bottom: 0px;
        margin-bottom: 40px;
        overflow: hidden;
        
    }
    
    .fix_facility_box .ff_text p{
        font-size: 18px;
        font-weight: bold;
        line-height: 1.7;
        padding-left: 5px;
        margin-bottom: 20px;
    }
    
    .fix_facility_box .ff_img{
        float: right;
        width: 100%;
        height: auto;
        padding-bottom: 0px;
        margin-bottom: 40px;
		padding-left:0px;
		overflow:hidden;
		box-sizing:border-box;
    }
    
    .fix_facility_box .ff_text .traffic_box{
        width: 100%;
        display: table;
        border-top: 1px dotted #CCCCCC;
	}
    .fix_facility_box .ff_text .traffic_box:last-child{
        border-bottom: 1px dotted #CCCCCC;
    }
    .fix_facility_box .ff_text .traffic_box .traffic_th{
        width: 130px;
        display: table-cell;
        vertical-align: middle;
        font-size: 16px;
        font-weight: bold;
        padding-left: 10px;

    }
    .fix_facility_box .ff_text .traffic_box .traffic_td{
        display: table-cell;
        vertical-align: middle;
        font-size: 13px;
        letter-spacing: 0;
        padding: 25px 0;
    }


/* RESPONSIVE 設定
------------------------------------------------------------*/
/*==================
 ▼ブレイクポイントのルール▼
 -スマホを基本設計にする-
 *〜479px：SP縦
 *480px〜：SP横
 *600px〜タブレット
 *960px〜小型PC
 *1280px〜大型PC
==================*/

/*  画面サイズが480pxまで  */

@media screen and (min-width:480px) and ( max-width:600px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
	
	.owabi-img01 { display: none; }
	.owabi-img02 { display: block; }
	.owabi-img03 { display: none; }

 
}

@media screen and (min-width:600px) and ( max-width:960px) {
    /*　画面サイズが600pxから960pxまではここを読み込む　*/
    /* 共通
    ------------------------------------------------------------*/
	.owabi-img01 { display: block; }
	.owabi-img02 { display: none; }
	.owabi-img03 { display: none; }
    
}

@media screen and (min-width:960px) and ( max-width:1100px) {
    /*　画面サイズが960pxから1280pxまではここを読み込む　*/
    
    /* 共通
    ------------------------------------------------------------*/
    .owabi-img01 { display: block; }
	.owabi-img02 { display: none; }
	.owabi-img03 { display: none; }
	
	
}

@media screen and (min-width:1100px) {
    /*　画面サイズが1280pxからはここを読み込む　*/
    
    /* 共通
    ------------------------------------------------------------*/
	
	/*thとtdをブロック化して幅100％にして、縦積み*/
	.table-res-form th, .table-res-form td {
        display:table-cell;
    }
	.table-res-form th {
		padding: 20px 20px;
		box-sizing:border-box;
	}
	.table-res-form td {
		padding: 20px 20px;
		box-sizing:border-box;
	}
	
	/*th（項目欄）は20%幅、テキストを右寄せ*/
	.table-res-form th {
		width: 20%;
		text-align: right;
	}
    .soushinbtn{
		width:40%!important;
	}
	
	
	
    .inner{
        width: 1100px;
        margin: 0 auto;
        padding-bottom: 50px;
    }
    
	#main{
		padding: 0 0;
		overflow: hidden;
		box-sizing: border-box;
	}
	
	
    #header{
        display: inline;
    }
    
     #top-head{
        display: none;
    }
    
    /* ヘッダーナビゲーション
    ------------------------------------------------------------*/
    
    #header-navigation-box{
        display: inline-block;
        width: 100%;
        border-bottom: 1px dotted #CCCCCC;
    }
    #header-navigation-box .header-navigation{
        width: 1100px;
        height: 30px;
        margin: 0 auto;
    }
    
    #header-navigation-box .header-navigation .header-text{
        float: left;
        width: 50%;
        font-size: 12px;
        margin-top: 5px;
        text-align: left;
    }
    
    ul.langnavi {
        float: right;
        width: 50%;
        text-align: right;
        font-size: 11px;
        margin-top: 5px;
        

    }
    ul.langnavi li {
        display: inline-block;
        padding:0 10px 0 10px;
        background: url(images/common/arrow01.png) 0 5px no-repeat;
        font-family: "ＭＳ ゴシック",sans-serif; 
    }
    ul.langnavi li:last-child{
        padding:0 0 0 10px;
    }
    
    ul.langnavi li a {color:#222222; font-weight:normal; font-size:11px; text-decoration:none;}
    ul.langnavi li a:hover {color:#009999; font-size:11px; text-decoration:underline;}
    
    
    /* ヘッダー
    ------------------------------------------------------------*/
    
    #header-box{
        width: 100%;
        border-bottom: 1px dotted #CCCCCC;
    }
    
    #header-box .header-main{
        width: 1100px;
        height: 110px;
        margin: 0 auto;
    }
    
    #header-box .header-main .logo_h{
        float: left;
        width: auto;
        margin-top: 20px;
    }
    
    #header-box .header-main .logo_text{
        float: left;
        width: auto;
        margin: 40px 0 0 20px;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.5px;
    }
    
    ul.generalnavi {
        display: inline-block;
        float: right;
        text-align: right;
        font-size: 12px;
        margin-top: 5px;
        

    }
    ul.generalnavi li {
        display: inline-block;
        margin: 37px 0 0 0;
        padding:0 15px 0 20px;
        background: url(images/common/arrow02.png) 0 4px no-repeat;
    }
    
    ul.generalnavi li a {color:#222222; font-weight:bold; font-size:12px; text-decoration:none;}
    ul.generalnavi li a:hover {color:#009999; font-size:12px; text-decoration:underline;}
    
    
    ul.snsnavi {
        display: inline-block;
        float: right;
        text-align: right;
        font-size: 12px;
        margin-top: 5px;
        

    }
    ul.snsnavi li {
        display: inline-block;
        margin: 33px 0 0 0;
        padding:0 0 0 10px;
    }
    
    ul.snsnavi img{
        width: auto;
    }
    
    /* フッター
    ------------------------------------------------------------*/
    
    #footer-navigation-box{
        width: 100%;
        border-bottom: 1px dotted #CCCCCC;
        padding-top: 70px;
        padding-bottom: 10px;
    }
    #footer-navigation-box .footer-navigation{
        width: 1100px;
        height: 30px;
        margin: 0 auto;
        text-align: center;
    }
    
    ul.footer_menu {
        
    }
    ul.footer_menu li {
        display: inline-block;
        margin: 0 0 0 0;
        width: auto;
        padding:0 35px 0 0;
        background: url(images/common/arrow01.png) 0 17px no-repeat;
        border: none;
        text-indent: 15px;
    }
    ul.footer_menu li:last-child{
        padding:0 0 0 10px;
    }
    ul.footer_menu li a {color:#222222; font-weight:bold; font-size:12px; text-decoration:none;}
    ul.footer_menu li a:hover {color:#009999; font-size:12px; text-decoration:underline; background:none;}
    
    
  
    
    #footer-box{
        display: block;
        width: 100%;
        border-bottom: 1px dotted #CCCCCC;
        padding: 20px 0
    }
    
    #footer-box .footer-main{
        width: 1100px;
        height: 110px;
        margin: 0 auto;
    }
    
    #footer-box .footer-main .logo_f{
        float: left;
        width: auto;
        margin-top: 20px;
    }
    
    #footer-box .footer-main .logo_text{
        float: left;
        width: auto;
        margin: 40px 0 0 20px;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.5px;
    }
    
    #footer-box .footer-main .footer_addr {
        float: right;
        text-align: right;
        font-size: 12px;
        margin-top: 42px;
        margin-right: 50px;
        letter-spacing: 2px;

    }
    
    #footer-box-sp{
        display: none;
    }
    
    #copyright{
        text-align: center;
        width: auto;
        padding: 15px 0;
        font-size: 12px;
    }
    
    
    .page-top {
        position: fixed;
        bottom: 100px;
        right: 20px;
        padding: 0px;
        margin:0;
        
    }
    
    .page-top img{
        vertical-align: bottom;
    }
    
    .page-top img:hover {
        -ms-filter: "alpha(opacity=50)";
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }
    
    /* メインメニュー
    ------------------------------------------------------------*/
    
    #header-nav-box{
        width: 100%;
        background: url(images/common/nav_bg.jpg) 0 0 repeat-x;
    }
    
    nav{
        width: 1100px;
        height: 60px;
        margin: 0 auto;
        
    }
    
    nav ul {
        list-style: none;
        overflow: hidden;
        background: url(images/common/nav_line.png) right 0 no-repeat;
    }

    nav ul li {
        float: left;
        background: url(images/common/nav_line.png) left 0 no-repeat;
    }
    
    nav ul li.nav01 {
        width: 160px;
    }
    nav ul li.nav02 {
        width: 180px;
    }
    nav ul li.nav03 {
        width: 160px;
    }
    nav ul li.nav04 {
        width: 210px;
    }
    nav ul li.nav05 {
        width: 200px;
    }
    nav ul li.nav06 {
        width: 190px;
    }
   
    nav ul li a {
        display: block;
        height: 41px;
        text-align: center;
        text-decoration: none;
        color: #333;
        font-weight: bold;
        padding-top: 15px;
        font-size: 14px;
        
    }
    
    nav ul li a:hover {
        border-bottom: 3px solid #FF4D14;
        text-decoration:none;
    }
    
    
    /* アイキャッチ
    ------------------------------------------------------------*/
    
    #header-eyecatch{
        width: 100%;
        text-align: center;
        margin: 0;
		background:#EFEFEF;
    }

    #header-eyecatch img{
        width: auto;
        
    }

   
    section h1 {
        position: relative;
        font-size: 32px;
        font-weight: bold;
        text-indent: 5px;
        background: url(images/common/h1_line.jpg) 0 bottom repeat-x;
        margin:30px 0;
    }

    section h1:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 3px #674D95;
        bottom: 0px;
        width: 30%;
    }
	
	#contents h1 {
        position: relative;
        font-size: 32px;
        font-weight: bold;
        text-indent: 5px;
        background: url(images/common/h1_line.jpg) 0 bottom repeat-x;
        margin:30px 0;
    }

    #contents h1:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 3px #674D95;
        bottom: 0px;
        width: 30%;
    }
    
    /* 施設ガイド
    ------------------------------------------------------------*/
    
    #guide-facility{
        margin:20px 0 30px 0;
        overflow: hidden;
    }

    
    .guide_box{
       padding-top: 20px;
    }
    
    .guide_box .guide_parts{
        float: left;
        width: 530px;
        height: auto;
        padding-bottom: 0px;
        margin-bottom: 40px;
        border-bottom: 1px dotted #CCCCCC;
        position:relative;
        overflow: hidden;
        
    }
    
    .guide_box .guide_parts:nth-child(odd){
        margin-right: 40px;
    }
    
    .guide_box .guide_parts img{
        width: auto;
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .guide_box .guide_parts p.guide_title{
		font-size: 18px;
        color: #372750;
        font-weight: bold;
        line-height: 1.7;
        margin-top: 0px;
    }
    .guide_box .guide_parts p{
        margin-top: 10px;
        font-size: 13px;
        line-height: 1.7;
        font-weight: 400;
    }
    .guide_box .guide_parts a {
        display:block;
        padding-bottom: 25px;
        bottom:0px;
        right:0px;
        overflow: hidden;
    }
    
    .guide_box .guide_parts a {color:#000000; font-size:12px; text-decoration:none; }
    .guide_box .guide_parts a:hover {color:#000000; font-size:18px; text-decoration:underline;}
    
    
	
	/* お客様へ
    ------------------------------------------------------------*/
	#customer-box{
        margin:30px 0;
    }


	.customer_general_box{
        clear: both;
    }
    
    .customer_general_box img{
        max-width: 1100px;
    }

	.owabi-img01 { display: block; }
	.owabi-img02 { display: none; }
	.owabi-img03 { display: none; }
	
	
    /* 交通アクセス
    ------------------------------------------------------------*/
    
     #access-traffic{
        margin:30px 0;
    }
    #access-traffic h2{
        font-size: 140%;
    }
    
    .access_box{
       padding-top: 20px;
    }
    
    .access_box .access_text{
        float: left;
        width: 420px;
        height: auto;
        padding-bottom: 0px;
        margin-bottom: 40px;
        overflow: hidden;
        
    }
    
    .access_box .access_text p{
        font-size: 19px;
        font-weight: bold;
        line-height: 1.7;
        padding-left: 5px;
        margin-bottom: 20px;
    }
    
    .access_box .access_map{
        float: right;
        width: 640px;
        height: auto;
        padding-bottom: 0px;
        margin-bottom: 40px;
        overflow: hidden;
        
    }
    
    
    .access_box .access_text .traffic_box{
        width: 420px;
        display: table;
        border-top: 1px dotted #CCCCCC;
	}
    .access_box .access_text .traffic_box:last-child{
        border-bottom: 1px dotted #CCCCCC;
    }
    .access_box .access_text .traffic_box .traffic_th{
        width: 90px;
        display: table-cell;
        vertical-align: middle;
        font-size: 16px;
        font-weight: bold;
        padding-left: 10px;

    }
    .access_box .access_text .traffic_box .traffic_td{
        display: table-cell;
        vertical-align: middle;
        font-size: 13px;
        letter-spacing: 0;
        padding: 25px 0;
    }
	
	.access_general_box{
        clear: both;
    }
    
    .access_general_box img{
        max-width: 1000px;
    }
    
    .access_general_box h2{
        position: relative;
        font-size: 22px;
        font-weight: bold;
        text-indent: 5px;
        background: url(images/common/h1_line.jpg) 0 bottom repeat-x;
        margin:20px 0;
        color:#333333;
    }
	
    
    /* 営業時間
    ------------------------------------------------------------*/
    
    #business-hours{
        margin:30px 0;
    }
    
    .hours_box{
        padding-top: 20px;
    }
    
    .hours_box h2{
        width: 100%;
        height: auto;
        font-size:20px;
        font-weight: bold;
        overflow: hidden;
        margin-bottom: 5px;
    }
    .hours_box h2 img{
        width: auto;
        vertical-align: top;
        margin-right: 5px;
    }
    
    table.col-head-type1 td, table.col-head-type1 th {
        display:inline-block;
        width: 25%;
        box-sizing: border-box;
    }
    
    .col-head-type1 {
        border-collapse: collapse;
        width: 100%;
        float: left;
        margin-bottom: 25px;
    }

    .col-head-type1 th,
    .col-head-type1 td {
        border: 1px solid #FFFFFF;  
        padding: 10px 0;
        
    }

    .col-head-type1 th {
        background: #F0EDF4;
        text-align: left;
        font-size: 16px;
        font-weight: bold;
    }
    
    .col-head-type1 td {
    }

    
    /*-----------  #breadcrumb  -----------*/
    #breadcrumb{
        width:100%;
        height: 35px;
        background: #EEEEEE;
        margin-bottom: 10px;
        padding:10px 0 0 0;
    }


    #breadcrumb ul{
        width: 100%;
        padding:0;
        text-align:left;
        color: #222222;
        font-size:12px;
        letter-spacing: 1px;
        padding-top: 11px;
    }

    #breadcrumb ul i{
        font-size:12px;
        margin:0 0 0 10px;
    }

    #breadcrumb ul li {
        margin: 0 10px 0 0;
        text-align: center;
        float: left;
		font-size:10px !important;
    }

    #breadcrumb ul li a{
        text-decoration:none;
        color:#333333;
        padding:10px 0 10px 0;
        margin:0 0 0 0;
        font-weight:normal; 
		font-size:10px;

    }
    
    #breadcrumb ul li a:hover{
        text-decoration:underline;
        color:#333333;
        padding:10px 0 10px 0;
        margin:0 0 0 0;
        font-weight:normal; 

    }
    
    
    /* イベント
    ------------------------------------------------------------*/
    
    #event-main{
        margin:20px 0 0 0;
        overflow: hidden;
    }

    
    .event_box{
       padding-top: 10px;
    }
    
    /* ピックアップ
    ------------------------------------------------------------*/
    
    #pickup-facility{
        margin:0 0 20px 0;
        overflow: hidden;
    }

    
    .pickup_box{
       padding-top: 20px;
    }
    
    .pickup_box .pickup_parts{
        float: left;
        width: 530px;
        height: auto;
        padding-bottom: 0px;
        margin-bottom: 40px;
        border-bottom: 1px dotted #CCCCCC;
        position:relative;
        overflow: hidden;
        
    }
    
    .pickup_box .pickup_parts:nth-child(odd){
        margin-right: 40px;
    }
    
    .pickup_box .pickup_parts img{
        width: auto;
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .pickup_box .pickup_parts p.pickup_title{
        font-size: 16px;
        color: #372750;
        font-weight: bold;
        line-height: 1.7;
        margin-top: 0px;
    }
    .pickup_box .pickup_parts p{
        margin-top: 15px;
        font-size: 13px;
        line-height: 1.7;
        font-weight: 400;
    }
    .pickup_box .pickup_parts a {
        display:block;
        padding-bottom: 25px;
        bottom:0px;
        right:0px;
        overflow: hidden;
    }
    
    .pickup_box .pickup_parts a {color:#000000; font-size:12px; text-decoration:none; }
    .pickup_box .pickup_parts a:hover {color:#000000; font-size:18px; text-decoration:underline;}
    
    
    /* 過去のイベント
    ------------------------------------------------------------*/
    
    #event-past{
        margin:0px 0 30px 0;
        overflow: hidden;
    }

    
    #event-past .event_box{
        padding-top: 10px;
        overflow: hidden;
    }
    
    ul.past_list {
        float: left;
        margin-top: 5px;
        

    }
    ul.past_list li {
        float:left;
        position:	relative; /* 相対位置指定 */
        width: 255px;
        margin-right: 26px;
        margin-bottom: 25px;
    }
    
    ul.past_list li:nth-child(4n){
        margin-right: 0px;
    }
    
    ul.past_list li img{
        vertical-align: bottom;
    }
    
    .past_over {
        width:		245px;
        font-size:	14px;
        text-align:	center;
        bottom:		0;
        margin:		0;
        padding:	5px 5px 5px 5px;
        color:		#fff;
        background:	rgba(0,0,0,0.4); /* 帯の透明度 */
        position:	absolute; /* 絶対位置指定 */
    }

    ul.past_list li img:hover {
        -ms-filter: "alpha(opacity=70)";
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
    }
    
    
    /* 森のパン カテゴリー
    ------------------------------------------------------------*/
    
    #baker-category{
        margin:20px 0 0 0;
        overflow: hidden;
    }

    
    #baker-category .baker-category_box{
       padding-top: 10px;
    }
    
    ul.baker_category_list {
        float: left;
        margin-top: 5px;
        

    }
    ul.baker_category_list li {
        float:left;
        position:	relative; /* 相対位置指定 */
        width: 350px;
        margin-right: 25px;
        margin-bottom: 25px;
    }
    
    ul.baker_category_list li:nth-child(3n){
        margin-right: 0px;
    }
    
    ul.baker_category_list li img{
        width: auto;
        vertical-align: bottom;
        box-shadow: 2px 2px 4px gray;
        border-radius: 3px;
    }
    
    /* 今月のオススメ＆新作パン
    ------------------------------------------------------------*/
    
    #baker-pickup{
        margin:0 0 0 0;
        overflow: hidden;
    }

    
    .baker-pickup_box{
       padding-top: 0px;
        overflow: hidden;
    }
    
    ul.baker_pickup_list {
        float: left;
        margin-top: 5px;
        

    }
    ul.baker_pickup_list li {
        float:left;
        position:	relative; /* 相対位置指定 */
        width: 255px;
        margin-right: 26px;
        margin-bottom: 25px;
    }
    
    ul.baker_pickup_list li:nth-child(4n){
        margin-right: 0px;
    }
    
    ul.baker_pickup_list li img{
        width: auto;
        vertical-align: bottom;
        border-radius: 6px;
        max-width: 255px;
    }
    
    ul.baker_pickup_list li p{
        clear: both;
        margin: 5px 0 0 0;
        font-size: 16px;
        color:#000000;
    }
    ul.baker_pickup_list li a {color:#000000; font-size:16px; text-decoration:none; }
    ul.baker_pickup_list li a:hover {color:#000000; font-size:16px; text-decoration:none;}
    
    
    
    
    /* 森のパン　カテゴリ詳細
    ------------------------------------------------------------*/
    
    #baker-category-detail{
        margin:0 0 20px 0;
        overflow: hidden;
    }

    
    .baker-category-detail_box{
       padding-top: 0px;
        overflow: hidden;
    }
    
    
    ul.baker_detail_list {
        float: left;
        margin-top: 5px;
        

    }
    ul.baker_detail_list li {
        float:left;
        position:	relative; /* 相対位置指定 */
        width: 255px;
        margin-right: 26px;
        margin-bottom: 25px;
    }
    
    ul.baker_detail_list li:nth-child(4n){
        margin-right: 0px;
    }
    
    ul.baker_detail_list li img{
        width: auto;
        vertical-align: bottom;
        border-radius: 6px;
        max-width: 255px;
    }
    
    ul.baker_detail_list li p{
        clear: both;
        margin: 5px 0 0 0;
        font-size: 16px;
        color:#000000;
    }
    ul.baker_detail_list li a {color:#000000; font-size:16px; text-decoration:none; }
    ul.baker_detail_list li a:hover {color:#000000; font-size:16px; text-decoration:none;}
    
    .bread_detail{
        
    }
    
    .bread_detail h2{
        width: 100%;
        height: auto;
        font-size:20px;
        font-weight: bold;
        overflow: hidden;
        margin-bottom: 5px;
    }
    
    .bread_detail p{
        text-align: left;
        
    }
    .bread_detail img{
        width: auto;
        max-width: 600px;
    }
    
    
    /* フードコート カテゴリー
    ------------------------------------------------------------*/
    
    #foodcourt-category{
        margin:20px 0 0 0;
        overflow: hidden;
    }

    
    #foodcourt-category .foodcourt-category_box{
       padding-top: 10px;
    }
    
    ul.foodcourt_category_list {
        float: left;
        margin-top: 5px;
        

    }
    ul.foodcourt_category_list li {
        float:left;
        position:	relative; /* 相対位置指定 */
        width: 200px;
        margin-right: 25px;
        margin-bottom: 25px;
    }
    
    ul.foodcourt_category_list li:nth-child(5n){
        margin-right: 0px;
    }
    
    ul.foodcourt_category_list li img{
        width: 100%;
        vertical-align: bottom;
        border: 1px solid #CCCCCC;
    }
    
    
    /* フードコート　カテゴリ詳細
    ------------------------------------------------------------*/
    
    #foodcourt-category-detail{
        margin:0 0 20px 0;
        overflow: hidden;
    }
    
    #foodcourt-category-detail h2{
        position: relative;
        font-size: 24px;
        font-weight: bold;
        text-indent: 5px;
        background: url(images/common/h1_line.jpg) 0 bottom repeat-x;
        margin:30px 0;
        color:#333333;
    }
    
    
    .foodcourt-category-detail_box{
        padding-top: 0px;
        overflow: hidden;
        padding-bottom: 30px;
    }
    
    
    ul.foodcourt_detail_list {
        float: left;
        margin-top: 5px;
        

    }
    ul.foodcourt_detail_list li {
        float:left;
        position:	relative; /* 相対位置指定 */
        width: 255px;
        margin-right: 26px;
        margin-bottom: 25px;
    }
    
    ul.foodcourt_detail_list li:nth-child(4n){
        margin-right: 0px;
    }
    
    ul.foodcourt_detail_list li img{
        width: auto;
        vertical-align: bottom;
        border-radius: 6px;
        max-width: 255px;
    }
    
    ul.foodcourt_detail_list li p{
        clear: both;
        margin: 5px 0 0 0;
        font-size: 16px;
        color:#000000;
    }
    ul.foodcourt_detail_list li a {color:#000000; font-size:16px; text-decoration:none; }
    ul.foodcourt_detail_list li a:hover {color:#000000; font-size:16px; text-decoration:none;}
    
    
    .foodcourt_shop{
        border: 1px solid #CCCCCC;
        padding:20px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    
    .foodcourt_shop .fs_left{
        float: left;
        width: 400px;
    }
    
    .foodcourt_shop img{
        width: auto;
        vertical-align: middle;
    }
    
    .foodcourt_shop .fs_right{
        float: left;
        margin-left: 40px;
        width: 600px;
    }
    
    .foodcourt_shop .fs_right img{
        max-width: 200px;
    }
    
    .foodcourt_shop .fs_right .fs_category{
        font-size: 18px;
        margin-left: 20px;
        font-weight: bold;
    }
    .foodcourt_shop .fs_right .fs_description{
        margin-top: 10px;
    }
    .foodcourt_shop .fs_right .fs_hour{
        margin-top: 10px;
        padding:10px 5px;
        border-top: 1px dotted #CCCCCC;
        border-bottom: 1px dotted #CCCCCC;
    }
    .foodcourt_shop .fs_right .fs_url{
        margin-top: 0px;
        padding:10px 5px;
        border-bottom: 1px dotted #CCCCCC;
    }
    
    
    .foodcourt_detail{
        
    }
    
    .foodcourt_detail h2{
        width: 100%;
        height: auto;
        font-size:20px;
        font-weight: bold;
        overflow: hidden;
        margin-bottom: 5px;
    }
    
    .foodcourt_detail p{
        text-align: left;
        
    }
    .foodcourt_detail img{
        width: auto;
        max-width: 600px;
        
    }
    
    
    
    /* フードコート カテゴリー
    ------------------------------------------------------------*/
    
    #takeout-category{
        margin:20px 0 0 0;
        overflow: hidden;
    }

    
    #takeout-category .takeout-category_box{
       padding-top: 10px;
    }
    
    ul.takeout_category_list {
        float: left;
        margin-top: 5px;
        

    }
    ul.takeout_category_list li {
        float:left;
        position:	relative; /* 相対位置指定 */
        width: 145px;
        margin-right: 14px;
        margin-bottom: 25px;
    }
    
    ul.takeout_category_list li:nth-child(7n){
        margin-right: 0px;
    }
    
    ul.takeout_category_list li img{
        width: 100%;
        vertical-align: bottom;
        border: 1px solid #CCCCCC;
    }
    
    
     /* カフェ カテゴリー
    ------------------------------------------------------------*/
    
    #cafe-category{
        margin:20px 0 0 0;
        overflow: hidden;
    }

    
    #cafe-category .cafe-category_box{
       padding-top: 10px;
    }
    
    ul.cafe_category_list {
        float: left;
        margin-top: 5px;
        

    }
    ul.cafe_category_list li {
        float:left;
        position:	relative; /* 相対位置指定 */
        width: 260px;
        margin-right: 20px;
        margin-bottom: 20px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        background: #FFFFFF;
        border: 1px solid #CCCCCC;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
    }
    
    ul.cafe_category_list li::after {
        content: '';
        width: 7px;
        height: 7px;
        border: 0px;
        border-bottom: solid 1px #666666;
        border-right: solid 1px #666666;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 45%;
        left: 88%;
        margin-top: -3px;
    }
    
    ul.cafe_category_list li a {
        display:block;
        padding: 10px 0;
        color:#222222;
    }
    
    ul.cafe_category_list li a:hover {
        color:#000000;
        text-decoration:none;
        background: #EEEEEE;
    }
    
    
    ul.cafe_category_list li:nth-child(4n){
        margin-right: 0px;
    }
    
    
     /* フードコート カテゴリー
    ------------------------------------------------------------*/
    
    #shopping-category{
        margin:20px 0 0 0;
        overflow: hidden;
    }

    
    #shopping-category .shopping-category_box{
       padding-top: 10px;
    }
    
    
    ul.shopping_category_list {
        float: left;
        margin-top: 5px;
        

    }
    ul.shopping_category_list li {
        float:left;
        position:	relative; /* 相対位置指定 */
        width: 255px;
        margin-right: 25px;
        margin-bottom: 20px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        background: #FFFFFF;
        border: 1px solid #CCCCCC;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
    }
    
    ul.shopping_category_list li::after {
        content: '';
        width: 7px;
        height: 7px;
        border: 0px;
        border-bottom: solid 1px #666666;
        border-right: solid 1px #666666;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 45%;
        left: 88%;
        margin-top: -3px;
    }
    
    ul.shopping_category_list li a {
        display:block;
        padding: 10px 0;
        color:#222222;
    }
    
    ul.shopping_category_list li a:hover {
        color:#000000;
        text-decoration:none;
        background: #EEEEEE;
    }
    
    
    ul.shopping_category_list li:nth-child(4n){
        margin-right: 0px;
    }
    
    /* 施設ガイド　固定ページ
	* ------------------------------------------------------------*/
	
	.fix_guide_text{
        float: left;
        width: 100%;
        height: auto;
        padding-bottom: 0px;
        margin-bottom: 20px;
        overflow: hidden;
        
    }
    .fix_guide_text p{
        font-size: 19px;
        font-weight: bold;
        line-height: 1.7;
        padding-left: 5px;
        margin-bottom: 20px;
    }

	.fix_facility_box{
       padding-top: 20px;
		margin-bottom: 30px;
		overflow: hidden;
    }
    
    .fix_facility_box .ff_text{
        float: left;
        width: 50%;
        height: auto;
        padding-bottom: 0px;
        margin-bottom: 40px;
        overflow: hidden;
        
    }
    
    .fix_facility_box .ff_text p{
        font-size: 18px;
        font-weight: bold;
        line-height: 1.7;
        padding-left: 5px;
        margin-bottom: 20px;
    }
    
    .fix_facility_box .ff_img{
        float: right;
        width: 50%;
        height: auto;
        padding-bottom: 0px;
        margin-bottom: 40px;
		padding-left:20px;
		overflow:hidden;
		box-sizing:border-box;
    }
    
    .fix_facility_box .ff_text .traffic_box{
        width: 100%;
        display: table;
        border-top: 1px dotted #CCCCCC;
	}
    .fix_facility_box .ff_text .traffic_box:last-child{
        border-bottom: 1px dotted #CCCCCC;
    }
    .fix_facility_box .ff_text .traffic_box .traffic_th{
        width: 130px;
        display: table-cell;
        vertical-align: middle;
        font-size: 16px;
        font-weight: bold;
        padding-left: 10px;

    }
    .fix_facility_box .ff_text .traffic_box .traffic_td{
        display: table-cell;
        vertical-align: middle;
        font-size: 13px;
        letter-spacing: 0;
        padding: 25px 0;
    }

    
    
}







