<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Utf-8";
@font-face{
	font-family:"logotypegothic" ;
	src: url('https://cdn.leafscape.be/LogoTypeGothicCondense/07LogoTypeGothic-Condense_web.woff2')format("woff2");
}

/*-----------------------------------------------------------------------------------*/
/*	リセット paddingリセット
/*-----------------------------------------------------------------------------------*/

*{
	font-family:'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding:0;
	margin:0;
}

*, *:before, *:after { /** paddingにboderを含める **/
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th,{
	margin:0px;
	padding:0px;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}

html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {font-size: 1.4em;}

a{outline: none;}
a:link {}
a:visited {}
a:hover {}
a:active {}

.rich_font{font-family: Garamond , "Times New Roman" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;}

/*-----------------------------------------------------------------------------------*/
/*	リンク画像透過共通指定　hr装飾
/*-----------------------------------------------------------------------------------*/


.link_img{
	transition: 0.3s;
}

.link_img:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.link_img_b{
	transition: 0.3s;
}

.link_img_b:hover {
    filter: brightness(200%);
}


.link_img_border{
		vertical-align: bottom;
    -webkit-transition: 0.2s ease-in-out;
       -moz-transition: 0.2s ease-in-out;
         -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
	-moz-box-shadow: 0px 1px 2px #656565;
	-webkit-box-shadow: 0px 1px 2px #656565;
	box-shadow: 0px 1px 2px #656565;
	transition: 0.3s;
}
.link_img_border:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}


hr{
	width: 100%;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	margin-top: 50px;
	margin-bottom: 50px;
}

/*********** youtube 地図 ***********/

.youtube_wrapp{
	width: 95%;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 460px !important;
  max-height: 315px !important;
}
.map{
	width: 100%;
}
.map iframe{
	width: 100%;
}


/*********** 解除・調整・その他 ***********/

.clear{clear: both;}

/* clearfix */
.cf:after{
	content: "";
	clear: both;
	display: block;
}
.span_nowrap{white-space: nowrap;}
.radius_5{  /*** boder角丸 ****/
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
}
.pd_tb50{
	padding-top: 50px;
	padding-bottom: 50px;
}

.mg_t10{	margin-top: 10px;}
.mg_t20{	margin-top: 20px;}
.mg_t30{	margin-top: 30px;}
.mg_t40{	margin-top: 40px;}
.mg_t50{	margin-top: 50px;}

.mg_b10 {margin-bottom: 10px;}
.mg_b20 {margin-bottom: 20px;}
.mg_b30 {margin-bottom: 30px;}
.mg_b40 {margin-bottom: 40px;}
.mg_b50 {margin-bottom: 50px;}

.font_10 {font-size: 1rem;}
.font_11 {font-size: 1.1rem;}
.font_12 {font-size: 1.2rem;}
.font_13 {font-size: 1.3rem;}
.font_14 {font-size: 1.4rem;}
.font_15 {font-size: 1.5rem;}
.font_16 {font-size: 1.6rem;}
.font_17 {font-size: 1.7rem;}
.font_18 {font-size: 1.8rem;}
.font_19 {font-size: 1.9rem;}
.font_20 {font-size: 2.0rem;}
.font_21 {font-size: 2.1rem;}
.font_22 {font-size: 2.2rem;}
.font_23 {font-size: 2.3rem;}
.font_24 {font-size: 2.4rem;}
.font_25 {font-size: 2.5rem;}

.font_red{color: #C7243A;}
.font_blue{color: #3261AB;}
.font_green{color: #009250;}
.font_purple{color: #744199;}
.font_orange{color: #DA5019;}

.marker_yellow{
	background: linear-gradient(transparent 50%, #fff799 50%);
	font-weight: bold;
	border-radius:6px;
}

.align_center{ text-align: center;}
.align_right{ text-align: right;}
.align_left{ text-align: left;}

.posi_rel{position: relative;} /*基準*/
.posi_abs{position: absolute;} /*絶対位置*/
.posi_fix{position: fixed;}
.posi_sta{position: static;}

.v_rl{
	-webkit-writing-mode: vertical-rl; /*縦書き*/
	-ms-writing-mode: tb-rl; /*縦書き*/
	writing-mode: vertical-rl; /*縦書き*/
}

/* 点滅 */
.blink{
	color: #ff0000;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*フェードイン*/
.fadein{
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.img_max {max-width: 100%;}

.only_pc {display: none;}
.only_mobile {}

/** Flex 指定 ********************/

.flex{
    display: -webkit-flex; /* Safari */
    display: flex;
}

.flex_r{
	-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction:         row-reverse;
}

.flex_wrap{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
}

/* 端詰め等間隔 */
.space_between{
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
/* 等間隔 */
.flex_space_around{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
}

/* センター寄せ */
.justify_center {
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
}


/* PC時Flex モバイル時Flexしない */
.flex_nonflex{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
}

.flex_nonflex_between{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}


/* PC時Flexbetween モバイル時Flexaround */

.flex_switch{
 	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}


.four_column::before{
  content:"";
  display: block;
  width:250px;/*幅入れる*/
  order:1;
}
.four_column::after{
  content:"";
  display: block;
  width:250px;/*幅入れる*/
}


.three_column::after{
  content:"";
  display: block;
  width:204px; /*幅入れる*/
  order:1;
}

/**シェアボタン************************/

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?ookgoz');
	src:url('../fonts/icomoon.eot?ookgoz#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?ookgoz') format('truetype'),
		url('../fonts/icomoon.woff?ookgoz') format('woff'),
		url('../fonts/icomoon.svg?ookgoz#icomoon') format('svg');
		font-weight: normal;
		font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-line:before        {content: "\e90a";}
.icon-feedly:before      {content: "\e900";}
.icon-pocket:before      {content: "\e902";}
.icon-instagram:before   {content: "\ea92";}
.icon-twitter:before     {content: "\ea96";}
.icon-youtube:before     {content: "\ea9d";}
.icon-google:before      {content: "\ea88";}
.icon-google2:before     {content: "\ea89";}
.icon-google-plus:before {content: "\ea8b";}
.icon-google-plus2:before{content: "\ea8c";}
.icon-facebook:before    {content: "\ea90";}
.icon-facebook2:before   {content: "\ea91";}
.icon-linkedin:before    {content: "\eaca";}
.icon-linkedin2:before   {content: "\eac9";}
.icon-pinterest:before   {content: "\ead2";}
.icon-pinterest2:before  {content: "\ead1";}
.icon-hatebu:before      {content: "\e903";}
.icon-hatebu2:before     {content: "\e901";}
.icon-rss:before         {content: "\ea9b";}
.icon-rss2:before        {content: "\ea9c";}


/** ヘッダーメニュー **/
.a_header_logo{
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.img_header_logo{
	position: absolute;
	top: 2px;
	left: 2px;
	height: 75px;
	width: auto;
}
.header_name_sub{
	display: block;
	padding-left: 100px;
	font-family: "logotypegothic";
	font-size: 1.3rem;
	padding-top: 2px;
}
.header_name{
	display: block;
	font-family: "logotypegothic";
	font-size: 2.5rem;
	padding-left: 120px;
}
/** TOPスライダー *******************************/
.top_slider_area{
	position: relative;
	margin-top: 57px;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.slick-slider{
	height: 500px;
}

.slick-slide a img{
	width: 100%;
	height: 500px;
	object-fit: cover !important;
}

.slider_cover{
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 100px;
}

.slider_cover_h1{
	text-align: center;
	color: white;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 180%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

.slider_cover_img{
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

.slider_cover_banner{
	position: absolute;
	bottom: 20px;
	right:10px;
}
.a_slider_banner{
	display: inline-block;
	border: orange 4px solid;
	border-radius: 10px;
	vertical-align: bottom;
	overflow: hidden;
}
.img_slider_banner{
	width: 234px;
	height: auto;
	vertical-align: bottom;
}


/** ▼パンくずリスト **/
.breadcrumb_area{
	width: 100%;
	padding:10px;
	margin-left: auto;
	margin-right: auto;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline;/*æ¨ªã«ä¸¦ã¶ã‚ˆã†ã«*/
  list-style: none;
}
.breadcrumb li:after {/* &gt;ã‚’è¡¨ç¤º*/
  content: '&gt;';
  padding: 0 0.2em;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
/** ▲パンくずリスト **/
/** TOPページ以外 **/
.header_title_cover{
	position: relative;
	width: 100%;
	height: 550px;
}

.header_img_cover{
	position: absolute;
	width: 100%;
	bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	color: white;
	background: rgba(0, 0, 0, 0.5);
}

.h2_page_title{
	text-align: right;
	padding-right: 20px;
	font-size: 2.5rem;
}

.p_page_des{
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	font-size: 1.8rem;
}

.top_bg_1{
	background-image: url(img/top_bg_1.jpg);
	background-position: bottom;
}

.access_header{
	background-image: url(img/access_header_01.jpg);
	background-position: bottom;
}

.bekkan_header{
	background-image: url(img/bekkan_header_01.jpg);
	background-position: bottom;
}

.charge_header{
	background-image: url(img/charge_header_01.jpg);
	background-position: bottom;
}

.dinner_header{
	background-image: url(img/dinner_header_01.jpg);
	background-position: bottom;
}

.honkan_header{
	background-image: url(img/honkan_header_01.jpg);
	background-position: bottom;
}

.info_header{
	background-image: url(img/info_header_01.jpg);
	background-position: bottom;
}

.reserve_header{
	background-image: url(img/reserve_header_01.jpg);
	background-position: bottom;
}

.gallery_header{
	background-image: url(img/gallery_header_01.jpg);
	background-position: bottom;
}

.chigasaki_header{
	background-image: url(img/chigasaki_header_03.jpg);
	background-position: bottom;
}

/** メニュー ************************************/


#top-head,
.inner {
    width: 100%;
    padding: 0;
}
#top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
		z-index: 100;
}
.header_name_sub, .header_name{
    color: #003E59;
    text-decoration: none;
}

/* Fixed reset */
#top-head.fixed {
    padding-top: 0;
    background: transparent;
}
#mobile-head {
    background: #fff;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
		border-bottom: 1px solid #E7A5C9;
}
#top-head.fixed .logo,
#top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
}
#global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #222222;
    width: 100%;
    text-align: center;
    padding: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#global-nav&gt;ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav&gt;ul&gt;li {
    float: none;
}
#top-head #global-nav&gt;ul&gt;li&gt;a,
#top-head.fixed #global-nav&gt;ul&gt;li&gt;a {}

/**子メニュー閉じてる状態**/
.menu_toggle{
	position: relative;
}
.menu_toggle&gt;a&gt;i{
	display: none;
}
.menu_global_nav&gt;li{
	position: relative;
}
.menu_global_nav&gt;li&gt;a{
	position: relative;
  display: block;
  margin: 0;
  padding: 18px 20px;
  line-height: 1.6;
	color: #ffffff;
  overflow: hidden;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid #444444;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	background: #222222;
}
.menu_global_nav li a:hover{
	background-color: #00a7ce;
	transition: 0.3s;
}
.child_menu_button:hover{
	background-color: #00a7ce;
	transition: 0.3s;
}
.child_menu_button{
	display: block;
  position: absolute;
  text-align: center;
  width: 55px;
  height: 55px;
	color: #ffffff;
  right: 0px;
  top: 1px;
  z-index: 9;
  cursor: pointer;
}
.child_menu_button i{
	text-align: center;
  display: block;
  font-size: 26px;
	width: 100%;
  position: absolute;
	line-height: 55px;
	transition: 0.3s;
}
.allow_open&gt;i{
	transform: rotate(180deg);
	transition: 0.3s;
}


.child {
	display: none;
	text-align: center;
}
.child&gt;li&gt;a{
	display: block;
	margin: 0;
  padding: 18px 20px;
  line-height: 1.6;
	color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  box-sizing: border-box;
	background-color: #515151;
	border-bottom: 1px solid #444444;
	transition: 0.3s;
}
.child&gt;li&gt;a:hover{
	background-color: #00a7ce;
	transition: 0.3s;
}


#nav-toggle {
	display: block;
    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;
}
    /* #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(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }


/** RSSフィード(画像あり) **************************************/

#feed{
	width: 100%;
}

#feed ul{
	list-style-type: none;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}

#feed ul li{
	display: block;
	width: 490px;
	margin-bottom: 20px;
}

#feed ul li:after{
	content: "";
	clear: both;
	display: block;
}

#feed ul li a{
	display: inline-block;
	float: left;
	background-color: #D1F1CC;
	padding: 10px;
	margin-left: 5px;
	margin-right: 15px;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
}

#feed ul li a img{
	height: 120px;
	width: 120px;
	vertical-align: bottom;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
	object-fit: cover;
}

#feed ul li .feeddate{
	display: inline-block;
	font-weight: 800;
	color: #666666;
	margin-bottom: 10px;
}

#feed ul li .feednew{
	font-weight: 800;
	color: #C7243A;
	margin-left: 20px;
	margin-bottom: 10px;
}

#feed ul li h4{
	font-weight: 400;
	font-size: 130%;
	margin-bottom: 10px;
}

/** ホットトピックスエリア ***********/
.hottopics_area{
	text-align: center;
	width: 95%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 20px;
	border: 4px solid #95DFD6;
	border-radius: 5px;
}
.hottopics_feeddate{
	display: block;
	text-align: right;
}
.h5_hottopics_title{
	font-size: 2.3rem;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #009F8C;
	font-weight: 400;
}
.hottopics_content a img{
	max-width: 100%;
}
/** 今の旬エリア ***********/
/** RSSフィードここまで ************************************/
/** コンテンツ **/
.section{
	padding-top: 20px;
	padding-bottom: 30px;
}
.section_sub{
	padding-bottom: 40px;
}
.h1_page_des{
	padding-top: 0px;
	padding-bottom: 50px;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
}
.one_half{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 30px;
	text-align: center;
}

.one_third{
	width: 98%;
	text-align: center;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 40px;
}

.two_third{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
}

.footer_link_area{
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer_link_list{
	list-style-type: none;
	text-align: center;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}

.footer_link_list li{
	margin-bottom: 15px;
	padding: 5px;
}

.footer_link_list li a{
	display: inline-block;
	width: 320px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #DB7BB1;
	color: white;
	font-weight: 800;
	text-decoration: none;
	transition: 0.3s;
	border:1px solid #DB7BB1;
}

.footer_link_list li a:hover{
	color: #C23685;
	background-color: white;
	border:1px solid #C23685;
	transition: 0.3s;
}


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

.footer{
	width: 100%;
	background-color: #CE579B;
}

.footer_wrap{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}

.footer_contents{
	padding-top: 30px;
	padding-bottom: 30px;
	color: white;
	text-align: center;
}

.footer_contents a{
	color: white;
}

.p_copy{
	padding-top: 20px;
}


/**TOPページコンテンツ**/
.tel_number_area{
	display: inline-block;
	padding: 30px 40px;
	border: 4px solid #C23685;
	border-radius: 20px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.tel_rubi{
	display: block;
	text-align: right;
	font-size: 1.3rem;
	color: #C23685;
}
.tel_number{
	display: block;
	text-align: right;
	font-size: 2.8rem;
	color: #DA5019;
}
.tel_number a{
	text-decoration: none;
	color: #7F114F;
}
/** ▼円抜き画像リンク▼ **************************/
.circle_img_area{
  text-align: center;
  margin-bottom: 50px;
}

.a_circle_img{
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.circle_img_frame{
  width: 300px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;/*丸*/
	-webkit-border-radius: 50%;/*丸*/
	-moz-border-radius: 50%;/*丸*/
}

.img_circle{
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}

.a_circle_img:hover .img_circle{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.circle_img_area p{
	width: 100%;
	max-width: 480px;
  font-size: 1.6rem;
	margin-left: auto;
	margin-right: auto;
}

/** ▲円抜き画像リンク▲ **************************/
.h2_link_button_posi{
  position: absolute;
  bottom: 0px;
  left: 45%;
}

.h2_link_button,.a_stitch_button{
  position: relative;
	font-family: "logotypegothic";
	display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
	padding: .7em 1.5em;
	background-color: #DF81A2;
	border: 1px solid #CA3C6E
	border-radius: 8px;
	color: #fff;
	font-size: 1.8rem;
  font-weight: 400;
	text-decoration: none;
	text-align: center;
	transition: 0.5s;
}
.h2_link_button::after,.a_stitch_button::after {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  content: '';
  border: 2px dashed #fff;
  border-radius: .4em 2em .5em 3em/3em .5em 2em .5em;
}
.h2_link_button:hover,.a_stitch_button:hover{
	background-color: #DF81A2;
}


.top_page_info{
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #B9AD89;
	padding: 17px 10px;
	margin-bottom: 3em;
	text-align: center;
}

.top_page_info a{
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	width: 90%;
	max-width: 360px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

.top_page_info a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_page_info h2{
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: 1.8rem;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}

.p_top_page_info{
	padding-top: 15px;
}


.h2_section_title{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 1.8rem;
}

.h2_section_title span{
	position: relative;
  padding: 0.8rem 1.5rem calc(0.8rem + 8px);
	background: #F2EAED;
	font-family: "logotypegothic";
}


.h2_section_title span:before{
	position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #000;
}

.div_border{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	border:1px solid #B9AD89;
	padding: 17px 10px 5px 10px;
	margin-bottom: 3em;
}

.div_border h1{
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 150%;
}

.div_border p{
	padding-bottom: 15px;
}
.media{
	background-color: #efe;
	margin-bottom: 20px;
}
.media ul li{
	font-size: 1.5rem;
	border-bottom: 1px dotted #999999;
	list-style-type: none;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 180%;
}
.media ul li:nth-child(2n){
	background-color: #ffe;
}

.media ul li:before{
	content: '≫';
}

.rireki{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	height: 100px;
	overflow: auto;
	background-color: #F7F2E0;
	margin-bottom: 20px;
}

.rireki ul li{
	border-bottom: 1px dotted #999999;
	list-style-type: none;
	padding-left: 10px;
	line-height: 180%;
	font-size: 1.2rem;
}

.rireki ul li:before{
	content: '≫';
}
/**▼メニューエリア**/
/** ▼期間限定メニュー **/
.kikan_menu_area{
	width: 90%;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #CE579B;
	border-radius: 20px;
}
#feed_kikan{
	text-align: center;
}

#feed_kikan ul{
	list-style-type: none;
}

#feed_kikan ul li{
	text-align: center;
}

.kikanmenu_date{
	display: block;
	text-align: right;
}
#feed_kikan ul li .feednew{
	float: right;
}
.h4_kikanmenu_title{
	font-size: 2.3rem;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #009F8C;
  font-weight: 400;
}
#feed_kikan ul li .feedheader{
	display: block;
	overflow: auto;
}
#feed_kikan ul li .feedheader:after{
	content: "";
	clear: both;
}

#feed_kikan ul li .itemContent{}
.itemContent img{
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.border_brown{
	border: 4px solid brown;
	border-radius: 20px;}
.border_blueberry{
	border: 4px solid #383C5F;
	border-radius: 20px;}
.border_cheese{
	border: 4px solid #DDB505;
	border-radius: 20px;}
.border_beni{
	border: 4px solid #842268;
	border-radius: 20px;}
.border_goma{
	border: 4px solid #142744;
	border-radius: 20px;}
.border_custard{
	border: 4px solid #CCB800;
	border-radius: 20px;}
.border_taimo{
	border: 4px solid #A3457B;
	border-radius: 20px;}
.border_apple{
	border: 4px solid #CA3C6E;
	border-radius: 20px;}
.border_teagreen{
	border: 4px solid #007540;
	border-radius: 20px;}
.border_strawberry{
	border: 4px solid #C7243A;
	border-radius: 20px;}

.color_brown{color: brown;}
.color_blueberry{color: #383C5F;}
.color_cheese{color:#DDB505;}
.color_beni{color: #842268;}
.color_goma{color: #142744;}
.color_custard{color:#CCB800;}
.color_taimo{color:#A3457B;}
.color_apple{color: #CA3C6E;}
.color_teagreen{color:#007540;}
.color_strawberry{color:#C7243A;}

.menu_item{
	width: 180px;
	max-width: 49%;
	text-align: center;
	margin-bottom: 20px;
}
.menu_item_dummy{
	width: 180px;
	max-width: 49%;
	height: 0;
}

.img_menu_item{
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
}
.h3_menu_item{
	font-size: 1.8rem;
}
.p_menu_item{
	padding: 2px 2px;
	font-size: 1.25rem;
}
.span_menu_how{
	display: block;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #BF1E56;
	font-size: 1.6rem;
}
/**▲メニューエリア**/
/**▼説明エリア**/
.img_top_flex{
	width: 90%;
	max-width: 480px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.flex_descripton_area{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
/**▲説明エリア**/
/** ▼価格エリア **/
.value_box{
}
.img_value_box{
	width: 90%;
	max-width: 480px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.value_box_des{
	width: 100%;
}
.value_title{
	display: block;
	font-size: 3.0rem;
}
.value_price{
	display: block;
	line-height: 180%;
}
.value_price&gt;span{
	display: inline-block;
	margin-right: 3px;
	font-size: 2.0rem;
	font-weight: 800;
	line-height: 170%;
	color: #B61972;
}
.value_price&gt;span.price_pin{
	font-size: 2.8rem;
}
/** ▲価格エリア **/
/** ▼通販エリア **/
.img_toppage_banner{
	width: 480px;
	max-width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5%;
	overflow: hidden;
}
/** ▲通販エリア **/
/* TOPページポイントボックス */
.point_box{
	width: 98%;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #B9AD89;
	padding: 17px 10px;
	margin-bottom: 3em;
}

.point_box_title{}

.h3_point_box{
	font-size: 1.8rem;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 32px;
}

.point_box_img{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.img_point_box{
	display: inline-block;
	vertical-align: bottom;
	max-width: 100%;
	padding: 5px;
	background: #FFF;
	border: 1px solid #DEDEDE;
}

.point_box_des{
	padding-top: 16px;
	padding-bottom: 16px;
}

.point_box_des p{
	font-size: 1.5rem;
	line-height: 200%;
	margin-bottom: 15px;
}

.point_box_button{
	display: block;
	text-align: center;
}

.a_button,.point_box_button a{
	display: inline-block;
	padding: 10px 20px;
	background-color: #DB7BB1;
	text-align: center;
	color: white;
	font-weight: 800;
	text-decoration: none;
	margin-bottom: 15px;
	transition: 0.3s;
	border:1px solid #DB7BB1;
}
.a_button:hover,.point_box_button a:hover{
	color: #C23685;
	background-color: white;
	border:1px solid #DB7BB1;
	transition: 0.3s;
}
/** ページコンテンツ *********/
.container{
	position: relative;
	background-color: #ffffff;
}
.contents{
	padding-top: 30px;
}
.section&gt;.inner,.section&gt;.inner_slim{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.h3_cont{
	color: #2A120A;
	text-align: center;
	font-size: 115%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.h3_cont:before{
	content: "■";
}


.h3_center{
	text-align: center;
	font-size: 1.8rem;
	padding-bottom: 15px;
}
.h4_chigasaki{
	font-size: 1.7rem;
	padding-bottom: 10px;
}

.img_gallery{
	display: -webkit-flex; /* Safari */
    display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
	-webkit-align-items: center; /* Safari */
	align-items:         center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.img_gallery a img{
	max-width: 100px;
	max-height: 100px;
	margin-bottom: 10px;
}

.h5_indoorview{
	font-size: 115%;
	font-weight: 400;
}

.h5_indoorview img{
	vertical-align: middle;
	margin-right: 10px;
}

.table_data{
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
	width: 100%;
	margin-bottom: 30px;
}
.table_data img{
	max-width: 95%;
	height: auto;
}

.table_data tr:nth-child(2n+1) {
  background: #f5f5f5;
}

.table_data tr th{
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
	font-weight: 800;
}

.table_data tr th:before{
	content: "▼";
}

.table_data tr td{
	width: 100%;
	display: block;
	border-bottom: 1px solid #999999;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.table_data tr:last-child td{
	border-bottom: none;
}


.table_data_mini{
	width: 98%;
	margin-left: 1%;
	margin-bottom: 30px;
}

.table_data_mini caption{
	text-align: left;
}

.table_data_mini tr:nth-child(2n+1) {
  background: #f5f5f5;
}

.table_data_mini tr th{
	padding-top: 10px;
	padding-bottom: 5px;
	width: 250px;
	border-bottom: 2px solid #999999;
}

.table_data_mini tr td{
	border-bottom: 1px solid #999999;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.table_course{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 1px solid #999999;
}
.table_course tr:first-child th{
	background-color: #e0e0e0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.7rem;
}
.table_course tr th{
	text-align: center;
	vertical-align: middle;
	font-weight: 400;
	font-size: 1.6rem;
	border-right: 1px dotted #999999;
	border-bottom: 1px solid #999999;
}
.table_course tr td{
	text-align: left;
	padding: 10px 3px;
	border-right: 1px dotted #999999;
	border-bottom: 1px solid #999999;
}
.table_course tr td:last-child{
	border-right: none;
}
.bg_yellow{ background-color: #fec;}
.bg_blue{ background-color: #cdf;}
.bg_green{ background-color: #cfd;}
.bg_pink{ background-color: #fdf;}

.bekkan_charge_button{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ul_list{
	list-style-type: none;
	margin-bottom: 30px;
}

.ul_list li{
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.ul_list_disc{
	text-align: left;
	list-style-type: disc;
	margin-bottom: 20px;
	margin-left: 25px;
}

.ul_list_disc li{
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
}
.a_contact_button{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
  z-index: 2;
	font-size: 1.8rem;
	text-decoration: none;
	background-color: #0086AB;
  border: 1px solid #0086AB;
  color: #fff;
	padding: 10px 40px;
  overflow: hidden;
	margin-top: 25px;
	transition: all .3s;
}
.a_contact_button:hover{
	color: #333;
	transition: all .3s;
}
.a_contact_button::before{
	box-sizing: border-box;
	transition: all .3s;
}
.a_contact_button::after {
	position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  transition: all .3s;
	box-sizing: border-box;
}
.a_contact_button:hover::after{
  background: #C9E8F1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.a_contact_button i{
	margin-right: 8px;
}
.p_top_takeout_des{
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

/**▼プライバシーポリシー**/
.page_policy{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.2rem;
}
.page_policy h3{
	font-size: 1.4rem;
}
.page_policy ul{
	margin-left: 25px;
	margin-bottom: 10px;
}
/**▲プライバシーポリシー**/
/** ▼お店情報 **/
.shop_info_area{
	padding-top: 80px;
}
.table_info{
	border-collapse: collapse;
	width: 100%;
	font-size: 1.4rem;
}
.table_info tr th{
	padding: 5px;
	border-bottom: 2px solid #999999;
}
.table_info tr td{
	padding: 5px;
	border-bottom: 1px solid #999999;
}
.img_line{
	width: 250px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/** ▲お店情報 **/
/**▼オーダーフォーム**/
.souryoumuryou{
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 800;
	color: #ffffff;
	padding: 10px 15px;
	margin-right: 20px;
	margin-bottom: 10px;
	border-radius: 10px;
	background-color: #C7243A;
}
.reitouhassou{
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 800;
	color: #ffffff;
	padding: 10px 15px;
	margin-bottom: 10px;
	border-radius: 10px;
	background-color: #0086AB;
}
.img_order_gallery_main{
	width: 100%;
	max-width: 320px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.order_gallery{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.order_gallery li{
	width: 130px;
	max-width: 32%;
	margin-bottom: 5px;
}
.order_gallery_dummy{
	width: 32%;
	height: 0;
}
.order_gallery li a{
	display: inline-block;
	vertical-align: bottom;
}
.img_order_gallery_sub{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 9 / 6;
}
.table_order{
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #999999;
}
.table_order tr th{
	padding: 10px;
	border-right: 1px dotted #999999;
	border-bottom: 1px solid #999999;
}
.table_order tr td{
	padding: 7px;
	border-right: 1px dotted #999999;
	border-bottom: 1px solid #999999;
}
.table_order tr td input{
	width: 45px;
	font-size: 1.8rem;
	background-color: #e6e6fa;
}
.span_item_price{
	font-size: 1.8rem;
	color: #C7243A;
	font-weight: 800;
}
.price_wright_area{
	width: 95%;
	line-height: 200%;
	padding: 20px;
	border: 2px solid #ff7f50;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.order_mobile_item{
	display: block;
	width: 200px;
}
.order_item_name{
	display: block;
	font-size: 2.0rem;
	font-weight: 800;
	line-height: 150%;
}
.img_order_item_main{
	width: 200px;
	height: auto;
}
.number_change{
	width: 25px;
}
.mfp_col10 input{
	max-width: 95%;
}
.mfp_col10 textarea{
	max-width: 95% !important;
}

/**▲オーダーフォーム**/
/**▼お問い合わせフォーム**/
.table_contact{
	width: 100%;
}
.table_contact tr th{
	display: block;
	width: 100%;
	padding: 10px;
	text-align: left;
	border-bottom: 1px dotted #999999;
	background-color: #fff4fd;
}
.table_contact tr td{
	display: block;
	width: 100%;
	padding: 10px 10px 15px 10px;
	text-align: left;
	border-bottom: 2px solid #999999;
}
/**▲お問い合わせフォーム**/
.a_sns_link{
	display: inline-block;
	vertical-align: bottom;
	width: 220px;
	max-width: 45%;
	margin-top: 15px;
}
.a_sns_link img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}
.a_sns_link_min{
	display: inline-block;
	vertical-align: bottom;
	width: 120px;
}
.a_sns_link_min img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}
/** ▼パララックス背景 *********************/
.parallax_h300 {
  width: 100%;
	min-height: 300px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 60px;
}
.parax_page_header{
	position: relative;
  width: 100%;
	height: 550px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.page_title_area{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background:rgba(0, 0, 0, 0.5);
}
.h1_page_title{
	font-family: "logotypegothic";
	text-align: center;
	color: #ffffff;
	font-size: 2.0rem;
	padding-bottom: 15px;
}
.page_des{
	text-align: center;
	font-size: 1.4rem;
	color: #ffffff;
}

.bg_top_miryoku{background-image: url(./img/bg_top_miryoku.jpg);}
.bg_top_omoi{background-image: url(./img/bg_top_omoi.jpg);}
.company_header_bg{background-image: url(./img/company_header_bg.jpg);}
.thanks_header_bg{background-image: url(./img/thanks_header_bg.jpg);}
.contact_header_bg{background-image: url(./img/contact_header_bg.jpg);}
.sitemap_header_bg{background-image: url(./img/sitemap_header_bg.jpg);}
/** ▲パララックス背景 *********************/
</pre></body></html>