@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Julius Sans One';
  src: url("../font/JuliusSansOne-Regular.ttf");
}

@font-face {
  font-family: 'Sawarabi Mincho';
  src: url("../font/SawarabiMincho-Regular.woff") format("woff");
}



/* ----------------------------------------
 * Common
 * ---------------------------------------- */
 
html {
    font-size: 62.5%;
}

 
body {
    font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Sawarabi Mincho",serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5em;
    background: #fff;
    color: #000;
    text-align: center;
	letter-spacing:0.15em;
    position: relative;
    text-size-adjust: none;
    word-wrap: break-word;
    _display: inline;
    _zoom: 1;
}
#wrap{
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

a {
	color: #c74275;
}
a:hover {
	color: #ff89b6;
}
input, textarea {
	font-family:  "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3","游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic",sans-serif;	
}
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ----------------------------------------
 * Tips
 * ---------------------------------------- */
.mov a:hover img,
.mov a:hover{
	filter:alpha(opacity=75);
	opacity:0.75;
}
.clearline {
	clear: both;
}
hr {
	display: none;
}
.centering {
	 text-align: center;
}
/* crearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  overflow:hidden;
  font-size:0.1em;
  line-height:0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*     sp/pc   表示切り替え    */
.spNone{
	display:none;
}
.pcNone{
	display:inherit;
}
@media screen and (min-width: 768px) {
.pcNone{
	display:none;
}
.spNone{
	display:inherit;
}
}

/* ----------------------------------------
 *   SP  layout
 * ---------------------------------------- */
	
header{
	width:100%;
}
#container{
	width:100%;
}
#contents{
	float:none;
	width:100%;
}
footer{
	width:100%;
}

img{
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* ----------------------------------------
 *   SP  header
 * ---------------------------------------- */
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
	padding:10px;
	width:60px;
	background:#fff;
}

/* top-head */
#top-head {
	height:50px;
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
	
 /* ///////////////////////////////////////////////////////////////////////// */

#top-head a,
#top-head {
    text-decoration: none;
}

 
/* header Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 60px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
}

#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button humbergar btn*/
#nav-toggle {
    display: none;
    position: absolute;
    right: 17px;
    top: 17px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 5002;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    transition: .35s ease-in-out;
	
	box-shadow:0px 0px 5px #000000;
}
#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 set */
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }

    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
	
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 5002;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 0;
        color: #333;
        font-size: 26px;
		z-index:5000;
    }
    header.open:after{
		content:" ";
		width:100%;
		height:9999px;
		visibility:visible;
		overflow:hidden;
        transition: .5s ease-in-out;
		background: rgba(80, 80, 80, 0.75);
	}

    /* ---------------tell------------------ */	
.tell_info{
	position:absolute;
    width: 50px;
	height:40px;
    top: 17px;
    right: 63px;
}
.tell_info a{
	display:block;
	position:absolute;
    width: 50px;
	height:40px;
    top: 0;
    right: 0;
	z-index:5002;
}
.tell_info i{
	font-size:1.5em;
	color:#fff;
	text-shadow:0px 0px 5px #000000;
}
.tell_info .tell_num{
	font-size:0;
	position:absolute;
    width: 50px;
	height:40px;
    top: 0;
    right: 0;
}
.tell_info .fax_num{
	display:none;
}
	
    /* ---------------global-nav------------------ */
	
    #global-nav {
        position: absolute;
		z-index:5001;
        /* 開いてないときは画面外に配置 */
        top: -560px;
        background-color:rgba(0,0,0,.77);
        width: 100%;
        text-align: center;
        padding: 10px 0;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
		padding-top: 90px;
		padding-bottom: 60px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 70%;
		margin:0 auto;
        display: block;
        color: #fff;
        padding: 20px 0;
		border-top: 1px solid #fff;
    }
    #top-head #global-nav ul li:last-child a,
    #top-head.fixed #global-nav ul li:last-child a{
		border-bottom: 1px solid #fff;
	}
	
#top-head #global-nav ul li.close-area a{
		background:#03C;
		height: 100%;
	}
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-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);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }



/* ----------------------------------------
 *     SP  design

 * ---------------------------------------- */

/* -----------section------------- */
section{
	width:100%;
	text-align:center;
	padding-top:40px;
	padding-bottom:47px;
	font-size:13px;
}
section .secinner{
	width:77%;
	margin:0 auto;
	text-align:center;
}
section p{
	margin:0 auto;
	margin-bottom:30px;
}
/* -----------h2------------- */
h2{
	font-size:2.5em;
    font-weight: 300;
	letter-spacing:0;
	width:90%;
	margin:0 auto;
	padding-top:20px;
	margin-bottom: 20px;
}
h2 span{
    display: block;
	font-size:13px;
    padding-bottom: 6px;
}

/* -----------メインビジュアル　------------ */
.main_v{
	background:url(../../img/main_v_sp.jpg) no-repeat center top;
	background-size:876px auto;
	text-align:center;
	padding-top:170px;
}
.main_v p{
	margin:0 auto;
	color:#fff;
	font-size:3em;
	font-family: 'Julius Sans One', sans-serif;
	padding-top:10px;
}
.main_v p.read_txt{
	font-size:0.9em;
	padding-bottom:120px;
}
/* -----------スタンダード　ボタン------------- */
.st_btn{
	display: block;
    vertical-align: middle;
	text-align:center;
    font-size: 0.9em;
    padding: 15px 0;
    text-decoration: none;
    color: #fff;
	background-color:rgba(0,0,0,1);
	width: 70%;
	margin:0 auto;
	margin-bottom:40px;
    transition: color, background-color,0.3s;
	cursor:pointer;
	position:relative;
}
.st_btn:hover {
    color: #fff;
	background-color:rgba(0,0,0,0.2);
}
.st_btn:before {
    content: "";
    display: block;
    position:absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sm_btn{
    font-size: 0.8em;
    padding: 5px 0;
}
.sm_btn:before{
    width: 6px;
    height: 6px;
}


.ct_btn{
	display: block;
    vertical-align: middle;
	text-align:center;
    font-size: 0.9em;
    padding: 15px 0;
    text-decoration: none;
    color: #fff;
	background-color:rgba(0,0,0,1);
	width: 70%;
	margin:0 auto;
	margin-bottom:40px;
    transition: color, background-color,0.3s;
	position:relative;
}


/* -----------table デザイン------------- */

table th,table td{
	padding: 7px;
	border: 1px solid #333;
}
 
/* -----------フレキシブルな写真バナーボタン------------- */
.img_box{
	margin:0 auto;
	text-align:center;
	padding: 8px;
	background:#fff;
	transition: all 0.3s;
  position:relative;
}
/* ---背景の色管理--- */
.img_box .bg_wrap{
	margin:0 auto;
	width: 100%;
	padding:40px 0 7px 0;
}
.img_box1 .bg_wrap{
	background:#f4edef;
}
.img_box2 .bg_wrap{
	background:#edf6ee;
}

.img_box a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index:5000;
}
/* --かぎかっこ-- */
.img_box:before,
.img_box:after{
	content:"";
	display:block;
	position:absolute;
	width:64px;
	height:64px;
	top:0;
	border-top:1px solid #000;
}
.img_box:before{
	left:0;
	border-left:1px solid #000;
}
.img_box:after{
	right:0;
	border-right:1px solid #000;
}
.img_box a:before,
.img_box a:after{
	content:"";
	display:block;
	position:absolute;
	width:64px;
	height:64px;
	bottom:0;
	border-bottom:1px solid #000;
}
.img_box1 a:before,
.img_box1 a:after{
	border-bottom:none;
}

.img_box a:before{
	left:0;
	border-left:1px solid #000;
}
.img_box a:after{
	right:0;
	border-right:1px solid #000;
}



.img_box .img_area{
	margin:0 auto;
	text-align:center;
	background:url(../../img/btn_img1_sp.png) center no-repeat;
	/*  border-radius:50%; */
    width:  146px;
    height: 109px;
	background-size: 144px auto;
	transition: all 0.4s;
}
.img_box2 .img_area{
	background:url(../../img/btn_img2_sp.png) center no-repeat;
	background-size: 144px auto;
}

.img_box .ttl_txt{
	margin:0 auto;
	text-align:center;
	padding: 10px 0 10px 0;
	font-size: 1.5em;
	color:#c13e73;
	letter-spacing:0;
}
.img_box2 .ttl_txt{
	color:#2d472e;
}
.img_box .ttl_txt span{
	display:block;
	font-size: 10px;
}
.img_box .read_txt{
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	width:85%;
	padding: 0;
	font-size: 11px;
    line-height: 1.48em;
	letter-spacing:0;
	color:#000;
}
.img_box1 .st_btn{
	background:rgba(132,20,63,1)
}
.img_box2 .st_btn{
	background:rgba(11,68,16,1)
}
.img_box1 .ct_btn{
	background:rgba(132,20,63,1)
}
.img_box2 .ct_btn{
	background:rgba(11,68,16,1)
}
 
/* -----------東京を味わう------------ */

.bg_black{
	padding-top:70px;
	background:#000 url(../../img/bg_line.png) top center no-repeat;
	background-size:1174px auto;
	color:#fff;
	letter-spacing:0;
	position:relative;
	overflow:hidden;
}
.bg_black:after{
	content:"";
	display:block;
	position:absolute;
	overflow:hidden;
    width: 81%;
    height: 100%;
    top: 25px;
    right: -36%;
	background:url(../../img/dish.png) top center no-repeat;
	background-size:81% auto;
	z-index:0;
}
.bg_black .secinner{
	text-align:left;
}
.bg_black h3{
	font-size:2.3em;
	font-weight:300;
	margin-bottom:20px;
	position:relative;
	z-index:3;
	text-shadow: 0px 0px 5px #000000;
}

.bg_black h3 .sm_txt{
	font-size:0.5em;
	line-height:1.2em;
}
.bg_black h3 .pink_txt{
	font-size:0.7em;
	color:#c74275;
}
.bg_black p{    
margin-bottom: 24px;
    font-size: 0.9em;
    line-height: 1.7em;
	position:relative;
	z-index:3;
	text-shadow: black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
	
	}
.bg_black .txt_area {   
	text-align:left;
}
.bg_black .txt_area p:first-child{    
	width:65%;
	margin:0;
margin-bottom: 24px;
}

/* -----------FaceBook------------ */
.fb_area{
	padding-bottom:30px;
}
.fb_area:after{
	content:"";
	display:block;
	width:100%;
	height:1px;
	bottom:0;
	left:0;
	background:#eaeaea;
}

/* ----------SNS insta------------ */
.info_area .sns_area{
    margin-bottom: 20px;
}
/* ----------お知らせ------------ */
.news_area{
}
.news_area .posted{
	  height: 200px;
    margin-bottom: 20px;
	  overflow: auto;
}
.news_area .posted li {
	letter-spacing:0;
	text-align:left;
}
.news_area .posted li .date{
	display:inline-block;
	width: 21%;
	vertical-align:top;
	font-size:0.7em;
	color:#9e9e9e;
	font-style:italic;
}
.news_area .posted li .article{
	display:inline-block;
	width:77%;
	vertical-align:top;
	    line-height: 1.4em;
    padding-bottom: 20px;
}
.news_area .posted li .article a{
	color:#c74275;
}

/* ----------MENU------------ */
.menu_area .secinner{
	width:100%;
}

.menu_area{
	background:#000 url(../../img/bg_black.png) repeat;
	background-size:399px auto;
}
.menu_area h2{
	color:#fff;
}
.menu_area .menu_box{
}
.menu_area .menu_box ul{
	text-align:center;
	font-size:0;
	letter-spacing: -.4em;
	line-height:0;
}
.menu_area .menu_box li{
	display: inline-block;
    width: 49.8%;
	margin:0 auto;
    height: 210px;
	position:relative;
    background: url(../../img/menu_img1.jpg) center center no-repeat;
    background-size: 100% auto;
}
.menu_area .menu_box li a{
	display:block;
	width:100%;
    height: 100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0,0,0,.5);
	color:#fff;
	text-decoration:none;
	font-size:20px;
	line-height:1.2em;
	letter-spacing: 0;
	text-align:center;
	transition:all .5s;
}
.menu_area .menu_box li a span{
	padding-top:70px;
	display:block;
	font-size:0.4em;
	color:#a1a0a0;
}
.menu_area .menu_box li:nth-child(2){
    background: url(../../img/menu_img2.jpg) center center no-repeat;
    background-size: 100% auto;
}
.menu_area .menu_box li:nth-child(3){
    background: url(../../img/menu_img3.jpg) center center no-repeat;
    background-size: 100% auto;
}
.menu_area .menu_box li:nth-child(4){
    background: url(../../img/menu_img4.jpg) center center no-repeat;
    background-size: 100% auto;
}



/* ----------ORDER------------ */
.order_area {
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:0;
}

.order_area .secinner{
	width:100%;
}
.order_area h2{
	position:relative;
	z-index:5;
}
.order_area h2:before{
	content:"";
	display:block;
	position:absolute;
	width:100px;
	height:157px;
	top:30px;
	left:-13%;
	background:url(../../img/meel1.png) left top no-repeat;
	background-size:100px auto;
	z-index:4;
}
.order_area h2:after{
	content:"";
	display:block;
	position:absolute;
	width:150px;
	height:157px;
	top:0;
	right:-60px;
	background:url(../../img/meel2.png) left top no-repeat;
	background-size:150px auto;
	z-index:4;
}
.order_area table{
	position:relative;
	z-index:3;
}
.order_area:after{
	content:"";
	display:block;
	position:absolute;
	width:240px;
    height: 240px;
    bottom: 10px;
    left: -105px;
	background:url(../../img/meel3.png) left top no-repeat;
	background-size:240px auto;
	z-index:4;
}

.order_area table th,
.order_area table td{
	font-size:0.8em;
	padding:17px 9px;
	border:none;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	line-height:1.3em;
	letter-spacing:0;
}
.order_area table th{
	width:90px;
	background:#f0f0f0;
	text-align:right;
}
.order_area table td{
	text-align:left;
}
.order_area table dl {
	padding-left:20px;
	padding-bottom:20px;
}
.order_area table dl dt{
	font-weight:bold;
}
.order_area table dl dd{
	display: list-item;
	list-style: disc;
}

/* ----------CONTACT------------ */
.contact_area{
	background:url(../../img/bg_white.png) repeat;
	background-size:399px auto;
}
.contact_area dl{
    font-size: 0.8em;
    line-height: 1.3em;
    letter-spacing: 0;
	text-align:left;
}
.contact_area .read_list{
	border-bottom:1px solid #a9a9a9;
	padding-bottom: 15px;
}
.contact_area .read_list dd{
	display: list-item;
    list-style: disc;
    padding-bottom: 5px;
}


/*  form 部分 */
.form_area {
	padding-top:30px;
}
.contact_area  .form_area dl dt,
.contact_area  .form_area dl dd{
	padding:3px 0;
}

.contact_area  .form_area dl dt{
	font-size:14px;
}
.contact_area  .form_area dl dd{
	padding-bottom:17px;
}
.contact_area  .form_area input,
.contact_area  .form_area textarea{
	width:100%;
}

/*  送信ボタン */
.contact_area  .form_area .submit_btn{
	display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 1.5em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    padding: 13px 0;
    text-decoration: none;
    color: #fff;
	background:url(../../img/arrow_white.png) right 20px center no-repeat;
	background-size: 14px auto;
    background-color: rgba(195,65,115,1);
	border:none;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-right: 8%;
    transition: color, background-color,0.3s;
    cursor: pointer;
    position: relative;
}
.contact_area  .form_area .reset_btn{
	display: inline-block;
    vertical-align: middle;
    text-align: center;
	vertical-align:middle;
    font-size: 0.9em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    padding: 9px 0;
    text-decoration: none;
    color: #fff;
	background:url(../../img/arrow_white.png) right 9px center no-repeat;
	background-size: 7px auto;
    background-color: rgba(141,141,141,1);
	border:none;
    width: 30%;
    margin: 0 auto;
    margin-bottom: 40px;
    transition: color, background-color,0.3s;
    cursor: pointer;
    position: relative;
}

.contact_area  .form_area .submit_btn:hover{
    background-color: rgba(195,65,115,0.6);
}
.contact_area  .form_area .reset_btn:hover{
    background-color: rgba(141,141,141,0.6);
}



/* ----------------------------------------
 *     SP  footer
 * ---------------------------------------- */
footer{
	background:#000;
}

footer p#copyright{
	line-height:2.8em;
	font-size:0.7em;
	color:#fff;
	padding:10px 0;
}

/* -----------footer icons------------ */
footer .icon_link{
	background:#5e5e5e;
	padding:15px 0;
	text-align:center;
	margin-bottom:40px;
}
footer .icon_link li{
	display:inline-block;
	padding:0 22px;
	color:#5e5e5e;
	font-size:26px;
	text-shadow: 
    white 1px 0px,  white -1px 0px,
    white 0px -1px, white 0px 1px,
    white 1px 1px , white -1px 1px,
    white 1px -1px, white -1px -1px,
    white 1px 1px,  white -1px 1px,
    white 1px -1px, white -1px -1px,
    white 1px 1px,  white -1px 1px,
    white 1px -1px, white -1px -1px;
	transition:all .4s;
}
footer .icon_link li a{
	color:#5e5e5e;
}
footer .icon_link li:hover{
	opacity:0.5;
}
/* -----------footer logoなど------------ */

footer .footer_logo{
	background:#fff;
	width:260px;
	padding:20px 0;
	text-align:center;
	margin:0 auto;
}
footer .footer_logo img{
	width:100px;
	margin: 0 auto;
}

footer .footer_tell{
	width:265px;
	padding:20px 0;
	text-align:center;
	margin:0 auto;
	color:#fff;
}
footer .footer_tell .add_txt{
	font-size:13px;
	letter-spacing:0;
	padding-bottom:17px;
	
}
footer .footer_tell i{
	font-size:22px;
	margin-right:10px;
}

footer .footer_tell .tell_num{
	padding-bottom:6px;
	margin-bottom:8px;
	border-bottom: 1px solid #fff;
}
footer .footer_tell .tell_num a{
	font-size:28px;
    font-family: 'Julius Sans One', sans-serif;
	color:#fff;
	text-decoration:none;
}
footer .footer_tell .fax_num{
	font-size:18px;
    font-family: 'Julius Sans One', sans-serif;
	color:#fff;
	margin-bottom:40px;
}




/* -----------footer linkなど------------ */

footer .footer_links{
	text-align: center;
    font-size: 0;
    letter-spacing: -.4em;
    line-height: 0;
	text-align:left;
	margin-bottom:30px;
}
footer .footer_links li{
	display: inline-block;
    width: 49.8%;
    margin: 0 auto;
	border-top: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	text-align:center;
}
footer .footer_links li:nth-child(odd){
	border-right: 1px solid #a3a3a3;
}
footer .footer_links li a{
	font-size:14px;
	color:#c4c4c4;
	padding: 10px 0;
	line-height:4em;
	text-decoration:none;
	transition:all .3s;
}
footer .footer_links li a:hover{
	color:#fff;
}
footer .footer_bunner{
	text-align:center;
}
footer .footer_bunner li{
	display:inline-block;
	padding: 0 2px;
	width:30%;
}
footer .footer_bunner li img{
}

	
/* ----------------------------------------
 *      SP   下層ページデザイン
 * ---------------------------------------- */
.kasou .kasou_v{
    background: url(../../img/main_img2nd.jpg) no-repeat center top;
    background-size: 800px auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 24px;
	color:#fff;
}
.txt_left{
	text-align:left;
}

.kasou h2{
	line-height:1em;
	margin-bottom: 37px;
	padding-bottom: 20px;
	position:relative;
	font-size: 2.1em;
	    width: 100%;
}
.kasou h2:after{
	content:"";
	display:block;
	position:absolute;
	width: 38%;
	height:3px;
	background:#000;
	margin:0 auto;
	left:0;
	right:0;
	bottom:0;
}
.kasou h3{
    background: url(../../img/h3_point.png) no-repeat left -50px top;
    background-size: 900px auto;
    padding-left: 45px;
	text-align:left;
	margin-bottom:18px;
}
.kasou h3 span {
	background:#fff;
	padding:2px 13px;
	font-size:1.2em;
	    display: inline-block;
	
}
.kasou h4{
	background:#ebe6e3;
	font-size:1.2em;
	text-align:left;
	padding: 8px 11px 8px 18px;
    position: relative;
    font-weight: 400;
    margin-bottom: 18px;
    letter-spacing: 0;
    line-height: 1.4em;
}
.kasou h4:before{
	display:block;
	position:absolute;
	content:"";
	width: 3px;
	height:100%;
	left:0;
	top:0;
	background:#000;
	
}
.kasou h5{
	text-align:left;
	border-bottom: 1px solid #000;
    margin-bottom: 11px;
	    font-size: 1.15em;
    padding-bottom: 3px;
}

.kasou h6{
	text-align:left;
    margin-bottom: 8px;
	    font-size: 1.15em;
}



/* --------   下層　タイトル調整   --------------- */
.kasou .order_area h2:after{
    content: "";
    display: block;
    position: absolute;
    width: 150px;
    height: 157px;
    top: 0;
    right: -60px;
	left: auto;
    background: url(../../img/meel2.png) left top no-repeat;
    background-size: 150px auto;
    z-index: 4;}
	
/* --------   デリバリーメニューリスト   --------------- */
.menu_list{
	text-align:center;
}
.menu_list .menu_listwrap{
	text-align:left;
}
.menu_list .list_box{
	display:inline-block;
	margin-bottom:20px;
	width: 100%;
	position:relative;
	box-shadow: 0px 0px 5px #ccc;
}
.menu_list  .list_box a{  /*--    aタグ   --*/
	position:absolute;
	display:block;
	content:"";
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:3000;
	left:0;
	top:0;
	text-align:center;
}
.menu_list  .list_box .list_img{ /*--    写真の扱い   --*/
	
width:100%;
height:100%;
max-height: 300px;
overflow:hidden;
margin-bottom:18px;
background:#f5f5f5;
}


.menu_list  .list_box .menu_name{ 
	font-size:1.4em;
	text-align:center;
	display: block;
	margin:0 auto;
	width:80%;
	color:#000;
	    line-height: 1.1em;
}
.menu_list  .list_box .menu_value{
	margin:0 auto;
	text-align:center;
	width:80%;
	font-size:1.3em;
	color:#39773f;
	margin-bottom:15px;
}
.menu_list  .list_box .st_btn{
	width:100%;
	margin-bottom:0;
	font-size:1.1em;
}



/* -------------------コースを選ぶ　バナー2種----------------- */
.choise_corse{
	text-align:center;
}

.choise_corse .choise_img{
	margin:0 auto;
	margin-bottom:13px;
	position:relative;
	display: inline-block;
}
.choise_corse .choise_img a{
	display: inline-block;
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:3000;
	text-align:center;
	color:#fff;
	
    text-decoration: none;
}
.choise_corse .choise_img .st_btn{
	position:absolute;
	bottom:0;
	font-size:1.1em;
	text-align:left;
	background:rgba(0,0,0,.7);
	margin-bottom:0;
	width:100%;
	z-index:2000;
	    padding: 7px 0;
}
.choise_corse .choise_img .st_btn span{
	margin-left:20px;
}
/* -------------------値段別アンカーリンク----------------- */
.anchor_list{
	margin-bottom:35px;
}
#scene .anchor_list:first-of-type{
	margin-bottom:10px;
}
.anchor_list li{
	display:inline-block;
	margin-right: 5px;
	background:url(../../img/bg_black.png) repeat;
	background-size: 70px auto;
	width: 44%;
	margin-bottom: 10px;
}
.anchor_list li a{
	display:block;
	color:#fff;
	text-decoration:none;
	margin: 0 auto;
	padding: 5px 0;
	position:relative;
}
.anchor_list li a:before {
    content: "";
    display: block;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/* -------------------値段別コース詳細----------------- */

.valuemenu_box{
	position:relative;
	margin-bottom:35px;
	padding-top:15px;
}
.valuemenu_box .value_ttl{
	width: 190px;
	margin:0 auto;
	margin-bottom: 13px;
	padding: 20px 0;
	background:url(../../img/base_pink.png) no-repeat center center;
	background-size: 190px auto;
	color:#fff;
	font-size: 1.4em;
}
.valuemenu_box .value_ttl span{
	display:block;
	width:100%;
	margin:0 auto;
	font-size: 0.5em;
	line-height: 1em;
}
.valuemenu_box .value_menu_img{
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	margin:0 auto;
	left:0;
	right:0;
	z-index: -5;
}
.valuemenu_box .value_menu_img:before{
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:300px;
	top:0;
	margin:0 auto;
	left:0;
	right:0;
	background:url(../../img/bg_gray.png) repeat;
	background-size: 200px auto;
}

.valuemenu_box .value_ttlcopy{
	margin-bottom:0;
	font-size: 0.75em;
	color:#fff;
	letter-spacing:0;
	line-height: 1.1em;
	background: rgba(44,44,44,.7);
	padding: 10px 15px;
}

/*--------------    コースの詳細  -------------------------*/
.valuemenu_box .vcorse_detail{
	box-shadow: 0px 0px 8px #ccc;
	background:#fff;
	padding-bottom: 17px;
}
.valuemenu_box .vcorse_detail .detail_copy{
	margin-bottom:0;
	font-size: 0.9em;
	letter-spacing:0.1em;
	line-height: 1.7em;
	padding: 21px 15px;
}
.valuemenu_box .vcorse_detail .detail_copy b{
	font-size: 1.5em;
	color:#d74980;
	
}

.vcorse_detailset{
	margin-bottom: 13px;
}
.valuemenu_box .vcorse_detailset h3{
	text-align:center;
	background: url(../../img/h3_point.png) no-repeat left -25px top 2px;
    background-size: 600px auto;
    padding-left: 0;
    margin-bottom: 7px;
	
}
.valuemenu_box .vcorse_detailset h3 span{
    background: #fff;
    padding: 0 13px;
	margin: 0 auto;
    font-size: 1.1em;
    display: inline-block;
}
.valuemenu_box .vcorse_detailset .menudetail{
	display:inline-block;
	width: 130px;
	vertical-align:top;
	margin:0 auto;
	    padding-left: 25px;
    padding-right: 5px;
}
@media screen and (max-width: 450px) {
.valuemenu_box .vcorse_detailset .menudetail{
	width: 80%;
    margin-left: 40px;
}


}




.valuemenu_box .menudetail dd{
	    display: list-item;
    list-style: disc;
    text-align: left;
	font-size: 0.8em;
	    line-height: 1.1em;
    margin-bottom: 7px;
}

.valuemenu_box .st_btn{
	margin-bottom: 0;
	    font-size: 1em;
		width:80%;
		letter-spacing: 0.05em;
}





@media screen and (min-width: 768px) {
	
/* ----------------------------------------
 *      PC Layout
 * ---------------------------------------- */
header{
	margin:0 auto;
	width:100%;
}
#container{
	margin:0 auto;
	width:100%;
	text-align:center;
}
#contents{
	width:100%;
	min-width: 1000px;
    overflow: hidden;
}
section{
	width:100%;
	text-align:center;
}
section .secinner{
	width:1000px;
	margin:0 auto;
	text-align:center;
}

footer{
	margin:0 auto;
	width:100%;
min-width: 1000px;
    overflow: hidden;
	}
footer #foot_inner{
	margin:0 auto;
	text-align:center;
}
	
	
/* ----------------------------------------
 *     PC header
 * ---------------------------------------- */
header{
	background:none;
}
#mobile-head {
}
/* header */
#top-head.fixed{
	display: none;    /* 追従無し */
}

#top-head {
    width: 100%;
    z-index: 999;
	top: 0;
    /*position: absolute;*/
    margin: 0 auto;
}
#top-head .inner {
    position: relative;
}
#top-head.fixed .logo, #top-head .logo {
	width:165px;
	text-align:center;
	left: 23px;
    top: 0;
	float: none;
    padding: 0;
}
#top-head.fixed .logo img, #top-head .logo img{
	width:107px;
	margin:0 auto;
	padding:20px 0;
}

/* global */
#global-nav {
	position: absolute;
	z-index: 5005;
	width:900px;
	top:97px;
	right:50px;
    text-align: right;
	background: transparent;
    transition: .5s ease-in-out;
    padding: 0 0;
}
#global-nav ul {
    position: static;
    right: 0;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#global-nav ul li {
	display:inline-block;
	margin-right:80px;
}
#top-head #global-nav ul li:last-child a, #top-head.fixed #global-nav ul li:last-child a {
    border: none;
}
#top-head #global-nav ul li:last-child, #top-head.fixed #global-nav ul li:last-child {
	margin-right:0;
}
/*  gnavi  ロールオーバーアクション */
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a{
	font-weight:bold;
	font-size:14px;
	letter-spacing:0.1em;
	border:none;
	width:100%;
    padding: 10px 0;
	
  display: inline-block;
  vertical-align: middle;
  
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
#top-head #global-nav ul li a:before , #top-head.fixed #global-nav ul li a:before {
  content: "";
  position: absolute;
  left: 50.1%;
  right: 50%;
  bottom: 0;
  background: #fff;
  height: 3px;
  
  -ms-transition-property: left, right;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  
  -ms-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#top-head  #global-nav ul li a:hover:before,
#top-head  #global-nav ul li a:focus:before, 
#top-head #global-nav ul li a:active:before,
#top-head.fixed  #global-nav ul li a:hover:before,
#top-head.fixed  #global-nav ul li a:focus:before, 
 #top-head.fixed  #global-nav ul li a:active:before {
  left: 0;
  right: 0;
}

    /* --------------- トップの tell------------------ */	
#top-head .tell_info{
	position:absolute;
    width: 650px;
	height:auto;
    top: 17px;
    right: 40px;
	text-align: right;
}
#top-head .tell_info i{
	font-size:1.8em;
	text-shadow:none;
}
#top-head .tell_info .tell_num{
	position:static;
	display:inline-block;
    width: auto;
	height:auto;
    top: 0;
    right: 0;
	
}
#top-head .tell_info a {
	position:static;
	font-size: 37px;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    font-family: 'Julius Sans One', sans-serif;
    color: #fff;
    text-decoration: none;
	padding-bottom: 6px;
    margin-bottom: 8px;
    border: none;
}
#top-head  .fax_num{
	display:inline-block;
	 font-size: 20px;
    font-family: 'Julius Sans One', sans-serif;
    color: #fff;
    margin-bottom: 40px;
}




/* Fixed  追従時 */
 
/* Toggle Button humbergar btn*/
#nav-toggle {
    display: none;
}


/*---------------------------------------------------
                         PC ページデザイン
-------------------------------------------------------*/
section {
    padding-top: 60px;
}
section p {
    margin: 0 auto;
    margin-bottom: 36px;
	font-size:16px;
	line-height:1.9em;
	letter-spacing:0.1em;
}

/*------------- メインビジュアル ------------*/
.main_v {
    background: url(../../img/main_v.jpg) no-repeat center top -60px;
    background-size:auto;
    padding-top: 324px;
}
.main_v p {
    font-size: 77px;
    padding-top: 30px;
	letter-spacing:0.2em;
	font-weight:500;	
}
.main_v p.read_txt {
    font-size: 28px;
    padding-bottom:220px;
}


/* -----------h2------------- */
h2{
	font-size:52px;
    padding-top: 40px;
    margin-bottom: 40px;
}
h2 span{
    padding-bottom: 16px;
}

/* -----------フレキシブルな写真バナーボタン------------- */

.mainbtn_area{
	margin:0 auto;
	margin-bottom:40px;
	text-align:center;
	width:1000px;
}

.img_box{
	margin:0 auto;
	width:500px;
    padding: 17px;
	box-sizing: border-box;
}
.img_box .bg_wrap{
	transition: all .5s;
	min-height: 520px;
}
.img_box1{
	float:left;
}
.img_box2{
	float:right;
}
/* --かぎかっこ-- */
.img_box1 a:before,
.img_box1 a:after {
    border-bottom: 1px solid #000;
	border-right:none;
}
.img_box1:after {
	border-right:none;
}

.img_box .img_area{
	background:url(../../img/btn_img1.jpg) center no-repeat;
	border-radius:50%; 
    width:  146px;
    height: 146px;
	background-size: 146px auto;
	transition: all 0.4s;
}
.img_box2 .img_area{
	background:url(../../img/btn_img2.jpg) center no-repeat;
	background-size: 146px auto;
}

.img_box .ttl_txt{
	font-size:27px;
	line-height: 1em;
}
.img_box .ttl_txt span{
	color:#e0b3c2;
}
.img_box2 .ttl_txt span{
	color:#b3d3b5;
}
.img_box .read_txt{
	padding: 0;
	font-size: 14px;
	    margin-bottom: 31px;
		line-height:1.7em;
    height: 180px;
}
.img_box2 .read_txt{
	margin-bottom: 31px;
    height: 180px;
}


.img_box1:hover .bg_wrap{
	background:#84143f;
}
.img_box2:hover .bg_wrap{
	background:#0b4410;
}

.img_box:hover  .img_area{
	background-size: 160px auto;
}

.img_box:hover  .ttl_txt{
	color:#fff;
}

.img_box:hover  .read_txt{
	color:#fff;
}

.img_box1  .st_btn{
	border:1px solid #84143f;
}
.img_box2  .st_btn{
	border:1px solid #0b4410;
}

.img_box:hover  .st_btn{
	border:1px solid #fff;
	box-sizing:border-box;
}




/* ----------東京を味わう------------ */
.bg_black{
	padding-top: 110px;
    background: #000 url(../../img/bg_line.png) top center no-repeat;
    background-size: auto;
    letter-spacing: 0;
}
.bg_black h3 {
    font-size: 52px;
    margin-bottom: 20px;
    text-shadow: none;
}
.bg_black h3 .sm_txt {
    line-height: 2.9em;
}
.bg_black .txt_area p.concept {
    font-size: 22px;
}
.bg_black .txt_area p:first-child {
    width: 620px;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 24px;
}
.bg_black p {
    width: 620px;
    margin: 0;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.7em;
    position: relative;
    z-index: 3;
    text-shadow:none;
}
/*  皿 */
.bg_black {
	overflow:visible;
}
.bg_black:after {
	display:none;
}
.bg_black .secinner:after {
	content:"";
	position:absolute;
	display:block;
    width: 600px;
    height :650px;
	top: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    right: -800px;
    background: url(../../img/dish.png) top center no-repeat;
    background-size: 600px auto;
}

/* ----------NEWS------------ */
.info_area{
	padding: 80px 0;
}

.sns_area{
	float:left;
	width:330px;
}
.news_area h2{
	
	padding-top:5px;
}

.news_area{
	float:right;
	width:620px;
}
.news_area .posted {
    margin-bottom: 50px;
}

.news_area .posted li .date {
    width: 105px;
    vertical-align: top;
    font-size: 14px;
}
.news_area .posted li .article {
        width: 475px;
	line-height: 1.6em;
	    font-size: 15px;
}

.st_btn {
    font-size: 1.5em;
    padding: 18px 0;
    width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.sm_btn {
    font-size: 1em;
    padding: 10px 0;
    width: 220px;
}

/*----------      MENU      ----------*/

.menu_area {
    background: #000 url(../../img/bg_black.png) repeat;
    background-size: auto;
    padding-top: 77px;
}
.menu_area .menu_box {
}
.menu_area .menu_box li {
    width: 25%;
    margin: 0 auto;
    height: 425px;
    background: url(../../img/menu_img1.jpg) center center no-repeat;
    background-size: 130% auto;
	transition:all .3s;
}
.menu_area .menu_box li:nth-child(2) {
    background-size: 130% auto;
}
.menu_area .menu_box li:nth-child(3) {
    background-size: 130% auto;
}
.menu_area .menu_box li:nth-child(4) {
    background-size: 130% auto;
}
.menu_area .menu_box li a {
	vertical-align:middle;
    background-color: rgba(0,0,0,.5);
    font-size: 30px;
    line-height: 1.2em;
    letter-spacing: 0.1em;
}
.menu_area .menu_box li a:hover {
    background-color: rgba(0,0,0,.1);
}
.menu_area .menu_box li a span {
    padding-top: 170px;
}
.menu_area .menu_box li:hover {
    background-size: 140% auto;
}
/*------------------  ORDER  ---------------------*/
.order_area .secinner {
    width: 1000px;
	padding-bottom:50px;
}
.order_area table {
	width:100%;
	margin:0 auto;
}
.order_area table th, .order_area table td {
    font-size: 16px;
    padding: 25px 30px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
}

.order_area table th {
    font-size: 17px;
	font-weight:700;
    width: 230px;
}
.order_area h2:before {
    width: 320px;
    height: 500px;
    top: 30px;
    left: -221px;
    background-size: 320px auto;
}
.order_area h2:after {
    width: 436px;
    height: 500px;
    top: -80px;
    right: -220px;
    background-size: 436px auto;
}
.order_area:after {
	width: 436px;
    height: 700px;
    bottom: -260px;
    left: -155px;
    background-size: 436px auto;
}
/*--------------  CONTACT  ----------------*/
.contact_area {
    background-size: auto;
}
.form_area {
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact_area .read_list {
    padding-bottom: 22px;
	padding-left: 15px;
}
.contact_area dl {
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
}
.contact_area .read_list dd {
    padding-bottom: 13px;
	    font-size: 15px;
}
.contact_area .form_area dl dt,
.contact_area .form_area dl dd {
    font-size: 16px;
	display:inline-block;
	vertical-align: top;
}

.contact_area .form_area dl dt{
	padding:10px ;
	text-align:right;
	width:25%;
}
.contact_area .form_area dl dd{
	width:68%;
}

.contact_area .form_area input, .contact_area .form_area textarea {
    font-size: 16px;
	padding:8px ;
    width: 100%;
}



.contact_area .form_area .submit_btn {
    font-size: 28px;
	font-weight:700;
    width: 350px;
    margin-right: 43px;
	
	line-height:1.1em;
	padding-top:25px;
	padding-bottom:21px;
}

.contact_area .form_area .reset_btn {
    font-size: 18px;
	font-weight:700;
    width: 197px;
    margin-bottom: 40px;
	
	line-height:2em;
	padding:9px 0;
}


/* ----------------------------------------
 *      PC footer  design
 * ---------------------------------------- */

footer .icon_link {
    padding: 20px 0;
    margin-bottom: 66px;
}
footer .icon_link li {
    padding: 0 52px;
    font-size: 32px;
}
footer .footer_tellset{
	background:#2c2c2c;
	width:580px;
	margin: 0 auto;
	margin-bottom:50px;
}
footer .footer_logo {
	display:block;
	float:left;
    width: 246px;
	padding: 50px 0;
}
footer .footer_logo  img{
    width: 146px;
}
footer .footer_tell {
	display:block;
	float:right;
	padding:0;
	padding-right: 30px;
	padding-top:50px;
}
footer .footer_tell .tell_num{
	pointer-events: none;
}


footer .footer_links {
    text-align: center;
    margin-bottom: 23px;
}
footer .footer_links li {
    display: inline-block;
    width:inherit;
    margin: 0 auto;
    border: none;
	border-left:1px solid #666666;
}
footer .footer_links li:nth-child(odd) {
    border: none;
	border-left:1px solid #666666;
}
footer .footer_links li:last-child {
	border-right:1px solid #666666;
}
footer .footer_links li a {
    font-size: 12px;
    padding: 2px 30px ;
    line-height: 1.2em;
	letter-spacing: 0.01em;
}
footer .footer_bunner li {
    display: inline-block;
    padding: 0 5px;
    width: 222px;
	margin:0 auto;
}
footer p#copyright{
	padding-top:50px;
}

/* ----------------------------------------
 *      PC 下層ページデザイン
 * ---------------------------------------- */
.kasou .kasou_v{
    background-size: 2500px auto;
    padding-top: 138px;
}
.pankuzu{
	margin: 0 auto;
	width:1000px;
	text-align:left;
	padding:17px 0 0 0 ;
	font-size:13px;
	color:#5b5b5b;
}
section {
    padding-top: 30px;
}

.kasou h2{
	font-size: 44px;
	line-height:0.8em;
	padding-bottom: 35px;
}
.kasou h2 span{
	padding-bottom:4px;
}
.kasou h2:after{
	width: 215px;
}
.kasou h3{
    background: url(../../img/h3_point.png) no-repeat left -50px top;
    background-size: 1100px auto;
    padding-left: 95px;
	margin-bottom:18px;
}
.kasou h3 span {
	font-size:23px;
	    padding: 7px 13px;
		font-weight:400;
}
.kasou h4{
	font-size:19px;
		font-weight:400;
}

/* --------   下層　タイトル調整   --------------- */
.kasou .order_area h2:after{
	width: 436px;
    height: 500px;
    top: -80px;
    right: -220px;
    background-size: 436px auto;
}

 
/* --------   デリバリーメニューリスト   --------------- */
.menu_list .menu_listwrap{
}
.menu_list .list_box{
	margin-bottom:40px;
	width: 293px;
	margin-right:33px;
	box-shadow: none;
	vertical-align:top;
	    min-height: 380px;
		transition:all .3s;
cursor: pointer;
}

.menu_list .list_box .menu_name{ 
   line-height: 1.1em;
   font-size:21px;
   margin-bottom: 14px;
   }
   
.menu_list  .list_box a{  /*--    aタグ   --*/
	position:absolute;
	display:block;
	content:"";
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:3000;
	left:0;
	top:0;
	text-align:center;
		transition:all .3s;
}
.menu_list  .list_box .st_btn{
	position:absolute;
	bottom:0;
	width:100%;
}
.menu_list  .list_box:hover{  /*--    aタグ   --*/
box-shadow: 0px 0px 9px #ccc;
opacity:.5s;
}
.menu_list  .list_box:hover .st_btn{
	background-color: rgba(11,68,16,1);
}


/* -------------------コースを選ぶ　バナー2種----------------- */
.choise_corse{
	text-align:center;
    padding-bottom: 100px;
}

.choise_corse .choise_img:first-child{
	margin-right: 15px;
}
.choise_corse .choise_img img{
	transition:all .3s;
}
.choise_corse .choise_img .st_btn{
	font-size:24px;
	padding: 10px 0;
}
.choise_corse .choise_img .st_btn span{
	margin-left:30px;
}
.choise_corse .choise_img:hover img{
	opacity:.5;
}
.choise_corse .choise_img:hover .st_btn{
	background:rgba(195,65,115,.8);
}


/* -------------------値段別アンカーリンク----------------- */
.anchor_list{
}
.anchor_list li{
	margin-right: 16px;
	width: 176px;
	transition:all .3s;
}
.anchor_list li a{
	font-size:16px;
	padding: 11px 0;
}
.anchor_list li:hover{
	opacity:.7;
}

.anchor_list2 li{
	width: 352px;
}

/* -------------------値段別コース詳細----------------- */
.valuemenu_box {
    padding-top: 64px;
    margin-bottom: 85px;
}
#scene .valuemenu_box {
    padding-top: 264px;
}
.valuemenu_box .value_menu_img {
    height: 320px;
}
.valuemenu_box .value_menu_img:before {
    height: 320px;
    background: url(../../img/bg_gray.png) repeat;
    background-size: 397px auto;
}

.valuemenu_box .value_ttl {
    width: 426px;
    margin-bottom: 13px;
    padding: 20px 0 40px 0;
    background: url(../../img/base_pink.png) no-repeat center center;
    background-size: 426px auto;
    font-size: 46px;
}
.valuemenu_box .value_ttl span {
    font-size: 15px;
    line-height: 3em;
}

.valuemenu_box .value_ttlcopy {
    margin-bottom: 15px;
    font-size: 17px;
    color: #fff;
	font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    background: rgba(44,44,44,.4);
    padding: 10px 15px;
	text-shadow:0px 0px 4px #000000;
}
.valuemenu_box .vcorse_detail {
    padding-bottom: 45px;
	width:898px;
	margin:auto;
}
.valuemenu_box .vcorse_detail .detail_copy {
    margin-bottom: 0;
    font-size: 1.1em;
    line-height: 1.7em;
    padding: 40px 40px;
	width:757px;
	margin:0 auto;
}
#scene .valuemenu_box .vcorse_detail .detail_copy {
    padding-top: 10px;
}

#reasonable .valuemenu_box .vcorse_detail .detail_copy {
    padding-top: 0;
}

#reasonable h3 {
    line-height: 30px;
    background: url(../../img/h3_point.png) repeat-x left -55px top;
    background-size: 130%;
}

.valuemenu_box .vcorse_detailset h3 {
	width: 757px;
	margin:0 auto;
        background: url(../../img/h3_point.png) repeat-x left 135px top ;
    background-size: 930px auto;
    padding-left: 0;
    margin-bottom: 7px;
}
.valuemenu_box .vcorse_detailset h3 span {
    padding: 2px 13px;
    font-size: 26px;
}
.valuemenu_box .vcorse_detailset .course_text {
    font-size:14px;
    margin-bottom: 28px;
}
.valuemenu_box .vcorse_detailset .reasonable_course_text {
    width: 70%;
    text-align: left;
    margin: 0 auto 28px;
}
.valuemenu_box .vcorse_detailset .reasonable_img img {
    width: 300px;
}
.valuemenu_box .vcorse_detailset .menu_value{
	font-size:1.3em;
	color:#39773f;
}


.valuemenu_box .vcorse_detailset .menudetail {
    width: 340px;
    padding-left: 25px;
    padding-right: 5px;
}
.valuemenu_box .menudetail dd {
    font-size:16px;
    line-height: 1.1em;
    margin-bottom: 15px;
}
.vcorse_detailset {
    margin-bottom: 31px;
}
.valuemenu_box .st_btn {
    margin-bottom: 0;
    font-size: 20px;
    width: 440px;
    letter-spacing: 0.05em;
}
.valuemenu_box .ct_btn {
    margin-bottom: 0;
    font-size: 20px;
    width: 500px;
    letter-spacing: 0.05em;
}




}

/* ----------------------------------------
 *      部品
 * ---------------------------------------- */
.btn-big{
	display:block;
	width:100%;
	text-align:center;
}
.btn-big a{
	display:block;
	width:100%;
	margin:10px auto;
	background:#0C9;
	padding:30px 0;
}





table.access,
table.company {
    width: 65%;
    margin: 0 auto;
}

div.allergy {
    text-align: left;
    width: 50%;
    margin: 0 auto;
}
div.allergy ol li {
    margin-top: 1em;
}

div.philosophy {
    font-size: 2em;
    line-height: 2em;
}

ul#information {
    width: 700px;
    margin: 0 auto;
}
ul#information li span {
    width: 120px;
    display: block;
    float: left;
}
ul#information li a {
    float: left;
}

a.btn {
    text-decoration: none !important;
}

/************  トップへもどるボタン  ******** フェードはIE9から作動 *********/
.page-top{
	margin: 0 ;
	padding: 0 ;
	filter:inherit;
	display: none ;
	width: 60px ;
	height: 60px ;
	border-radius: 50%;
	background:#000;
	
	position: fixed ;
	right: 16px ;
	margin-bottom: 16px !important;
	cursor:pointer;
	z-index:5000;
	/*
	transition: bottom 0.5s ease;*/
	
	transition:filter 0.3s ;
}
.page-top:hover{
	opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit- filter: "alpha(opacity=70)";
}


.page-top p.footerbt{
	/* フッター位置に固定 
	bottom: 250px ; */
}
.page-top:before{     /*     アロー設定     */
	content:"";
	display:block;
position: relative;
top:24px;
left: 0;
right: 0;
bottom: 0;
margin: auto;
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.move-page-top{
	display: block ;
	font-size:10px;
	position:absolute;
	width:60px;
	height:60px;
	top:0;
	z-index:5000;
	color: #fff ;
	text-decoration: none ;
	text-align: center ;

	transition:filter 0.3s ;
}

.move-page-top:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit- filter: "alpha(opacity=70)";
	z-index:5000;
}


/************ スクロール位置によるフェードイン *********/
/* 画面外にいる状態 */
.fadein {
    transform : translate(0, 50px);
    transition : all 800ms;
}
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1 !important;
    transform : translate(0, 0);
}


/* ----------------------------------------
 *      IEE11 huck
 * ---------------------------------------- */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .contact_area .form_area .submit_btn {
		padding-top: 28px;
	}
	*::-ms-backdrop, .contact_area .form_area .submit_btn {
		padding-top: 28px;
	}
	*::-ms-backdrop, .contact_area .form_area .reset_btn {
		padding-top: 14px;
	}
	*::-ms-backdrop, .kasou h4 {
		padding-top: 13px;
	}

	
	
}
