@charset "utf-8";
/*
Theme Name:AMORE
Theme URI:https://tcd-theme.com/tcd028
Description: WordPress theme "AMORE" features a parallax effect with a three-dimensional feel. It is designed for a restaurant or real store website, so you can display your phone number in the most prominent header section to lead to a smooth reservation.
Author:TCD
Author URI:https://tcd-theme.com/
Text Domain:tcd-amore
Version:4.2.4
*/

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	/*float: left;*/
	text-align: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	/*float: right;*/
	text-align: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* パンくずリンク */
#bread_crumb { padding:0 0 20px; position:relative; z-index:2; }
#bread_crumb li.home a {
  float:left; height:15px; width:0px; line-height:15px; display:block; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#bread_crumb li.home a span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#bread_crumb li.home a:before {
  font-family:'design_plus'; color:#888; font-size:14px; display:block; position:absolute; top:2px; left:0px;
  width:17px; height:17px; line-height:17px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li.home:after { display:none; }
#bread_crumb li.home a:before { content:'\e90c'; }
#bread_crumb li.home a:hover:before { color:#fff; }
#bread_crumb li { color:#aaa; font-size:12px; display:inline-block; padding:0 15px 0 0; margin:0 15px; line-height:160%; position:relative; }
#bread_crumb li:first-child{ margin-left: 0; }
#bread_crumb li:after {
  font-family:'design_plus'; content:'\e910'; color:#aaa; font-size:9px; display:block; position:absolute; left:-20px; top:-1px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li a { color:#888; display: inline;}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	/*margin: 0 0 1.5em;*/
	margin: 0 0 40px;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
/* .comment .children { margin-left: 1.5em; }*/

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */

/*--------追記----------*/

.underline { text-decoration: underline; }

section.news .amore-divider {
	padding-top: 100px;
	padding-bottom: 0;
}

.page-id-7 section.news .top-headline2 {
    font-size: 25px;
	font-family: 'ＭＳ Ｐ明朝', serif;
    font-weight: 600;
}

.page-id-7 section.news .amore-section {
    padding-top: 30px;
}

@media (max-width: 4000px) {
	.page-id-7 .amore-section .square-80 {
		width: 100% !important;
		height: 247px !important;
	}
}
@media (max-width: 991px) {
	.page-id-7 .amore-section .square-80 {
		width: 100% !important;
		height: 165px !important;
	}
}
@media (max-width: 767px) {
	.page-id-7 .amore-section .square-80 {
		width: 100% !important;
		height: 259px !important;
	}
}


.color_wh {
	color: #FFF !important;
}

.color_red {
	color: #FF0000 !important;
}

.font_6 {
	font-size: 6px !important;
}

.font_12 {
	font-size: 12px !important;
}

.font_13 {
	font-size: 13px !important;
}

.font_14 {
	font-size: 14px !important;
}

.font_15 {
	font-size: 15px !important;
}

.font_16 {
	font-size: 16px !important;
}

.font_18 {
	font-size: 18px !important;
}

.font_20 {
	font-size: 20px !important;
}

.font_22 {
	font-size: 22px !important;
}

.font_24 {
	font-size: 24px !important;
}


@media (max-width: 4000px) {
.font_28 {
	font-size: 28px !important;
}

.font_30 {
	font-size: 30px !important;
}

.font_34 {
	font-size: 34px !important;
}

.font_35 {
	font-size: 35px !important;
}

.font_36 {
	font-size: 36px !important;
}

.font_38 {
	font-size: 38px !important;
}

.font_40 {
	font-size: 40px !important;
}

.font_42 {
	font-size: 42px !important;
}

.font_44 {
	font-size: 44px !important;
}

.font_46 {
	font-size: 46px !important;
}

.font_48 {
	font-size: 48px !important;
}
}
@media (max-width: 767px) {

.font_28,
.font_30,
.font_34,
.font_35,
.font_36,
.font_38,
.font_40,
.font_42,
.font_44,
.font_46,
.font_48 {
	font-size: 24px !important;
}
}

.font-weight_b {
	font-weight: 600;
}

.font-weight_n {
	font-weight: 100;
}

.line_h_1 {
	line-height: 1.0;
}

.line_h_12 {
	line-height: 1.2;
}

.line_h_15 {
	line-height: 1.5;
}

.line_h_16 {
	line-height: 1.6;
}

.line_h_18 {
	line-height: 1.8;
}

.line_h_20 {
	line-height: 2.0;
}

.line_h_23 {
	line-height: 2.3;
}

.line_h_25 {
	line-height: 2.5;
}


margin-t-10 { margin-top: 10px !important; }

.margin-t-20 { margin-top: 20px !important; }

.margin-t-30 { margin-top: 30px !important; }

.margin-t-50 { margin-top: 50px !important; }

.margin-t-80 { margin-top: 80px !important; }

.margin-t-100 { margin-top: 100px !important; }


.margin-b-0 { margin-bottom: 0 !important; }

.margin-b-10 { margin-bottom: 10px !important; }

.margin-b-15 { margin-bottom: 15px !important; }

.margin-b-20 { margin-bottom: 20px !important; }

.margin-b-30 { margin-bottom: 30px !important; }

.margin-b-40 { margin-bottom: 40px !important; }

.margin-b-50 { margin-bottom: 50px !important; }

.margin-b-80 { margin-bottom: 80px !important; }

.margin-b-100 { margin-bottom: 100px !important; }

.padding-l-30 { padding-left: 30px; }

@media (max-width: 4000px) {
.float-right { position: absolute; right: 300px; }
.padding-l-60 { padding-left: 60px; }
.padding-l-70 { padding-left: 70px; }
}

@media (max-width: 991px) {
.float-right { position: absolute; right: 20px; }
.padding-l-60 { padding-left: 50px; }
.padding-l-70 { padding-left: 60px; }
}

@media (max-width: 767px) {
.float-right { position: absolute; right: 20px; }
.padding-l-60 { padding-left: 50px; }
.padding-l-70 { padding-left: 60px; }
}

.navbar .dropdown-menu {
    background-color: rgba(40,40,40, .8) !important;
}

.nav .dropdown-menu .menu-item > a:hover, .button a:hover, .pager li > a:hover {
	background-color: #ed6c16 !important;
}

.third_headline {
    font-family: 'ＭＳ Ｐ明朝', serif;
	font-size: 40px !important;
}

.third-banner-headline {
    font-family: 'ＭＳ Ｐ明朝', serif;
	font-size: 23px !important;
    font-weight: 600;
}

.fifth-banner-headline {
    font-family: 'ＭＳ Ｐ明朝', serif;
	font-size: 23px !important;
    font-weight: 600;
}

.sixth-banner-headline {
    font-family: 'ＭＳ Ｐ明朝', serif;
	font-size: 30px !important;
    font-weight: 600;
}

.sidebar-padder .side_headline {
    font-family: 'ＭＳ Ｐ明朝', serif;
    font-weight: 600;
}

.circle-banner .cover {
	display: none;
}

section .map-wrap-dark {
/*	background: none;*/
}

.ml_cat_widget .mycategory li {
	background-color: #eee;
}

.ml_cat_widget .mycategory li a {
    color: #000;
    font-weight: 600;
}

.mycategory li a:hover {
    background: #d7d4d4;
}

.row .fa, .row .wp-icon a:before {
	display: none;
}




/*----------- Page ----------*/
.font-mincho {
	font-family: 'ＭＳ Ｐ明朝'}

.font-mincho-hiragino {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.top-headline,
h3.font-mincho {
	font-family: 'ＭＳ Ｐ明朝',"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px !important;
}

.top-headline { font-size: 35px !important; }

.font-mincho {
/* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
*/
}

article a,
.article a {
  border-bottom:1px solid #238C00;
  padding-bottom:1px;
  display:inline;
  line-height:2;
}

article a:hover, article a:focus,
.article a:hover, .article a:focus {
    text-decoration: none;
  border-bottom:1px solid #AAAAAA;
  padding-bottom:1px;
  display:inline;
  line-height:2;
}

article dl a, .article dl a,
article dl a:hover, article dl a:focus,
.article dl a:hover, .article dl a:focus {   border-bottom: 0; }

article a.wp-block-button__link,
.article a.wp-block-button__link {
  border-bottom: 0;
  padding-bottom: 12px;
}

article .underline-hover:hover {
    text-decoration: none;
}

article a:hover.wp-block-button__link,
.article a:hover.wp-block-button__link {
  border-bottom: 0;
  padding-bottom: 12px;
  opacity: 0.8;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

.page .amore-divider {
    overflow: hidden;
    padding-top: 75px;
    padding-bottom: 35px;
}

.page-id-7 .amore-divider {
    overflow: hidden;
    padding-top: 142px;
    padding-bottom: 142px;
}

.page-id-136 .single-page th,
.page-id-163 .single-page th { background: #91fb91; font-weight: 600; }

.page-id-488 .single-page ul { list-style: disc; }

.page-id-163 p.font_14 { font-size: 14px !important; }

@media (max-width: 4000px) {
.page h2.top-headline {
    font-family: 'ＭＳ Ｐ明朝', serif;
	font-size: 35px !important;
	color: #333;
	text-shadow: none;
}

.page-id-7 h2.top-headline {
    font-family: 'ＭＳ Ｐ明朝', serif;
	font-size: 40px !important;
	color: #FFF;
	text-shadow: 0px 0px 8px #000000;
}

/*.page-id-136 .single-page th { width: 24%; }
.page-id-136 .single-page th,
.page-id-136 .single-page td { padding: 14px 14px; }*/

.page-id-136 .article { padding-left: 15px; }

.page-id-136 .article p { margin-bottom: 8px; }

.page-id-136 .article p.padding-l-30 { margin-bottom: 23px; }

.page-id-163 .single-page th { width: 25%; }
.page-id-163 .single-page th,
.page-id-163 .single-page td { text-align: center; padding: 14px 4px; }

.single-page dt {
    float: left;
    width: 70%;
	border-bottom: 1px dotted #ddd;
	font-weight: 600 !important;
}

.single-page dt:before {
	content: "◎";
	font-size: 18px;
    padding-right: 16px;
    position: relative;
    top: 1px;
    left: 0;
}

.single-page dd {
    float: left;
    width: 15%;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}

.single-page dd.dd_mid { padding-top: 2px; }
.single-page dd.dd_last { padding-top: 4px; }
}

@media (max-width: 767px) {
.page h2.top-headline {
    font-family: 'ＭＳ Ｐ明朝', serif;
	font-size: 25px !important;
	color: #333;
	text-shadow: none;
}

.page-id-7 h2.top-headline {
    font-family: 'ＭＳ Ｐ明朝', serif;
	font-size: 25px !important;
	color: #FFF;
	text-shadow: 0px 0px 8px #000000;
}

.page-id-136 .single-page th {  width: initial; }
.page-id-163 .single-page th:first-child { width: initial; }
.page-id-163 .single-page th:nth-child(2) { width: initial; }
.page-id-163 .single-page th:nth-child(3) { width: initial; }
.page-id-163 .single-page th:nth-child(4) { width: initial; }
.page-id-136 .single-page th,
.page-id-136 .single-page td { padding: 14px 14px; }
.page-id-163 .single-page th,
.page-id-163 .single-page td { text-align: center; padding: 14px 14px; }

.single-page dt {
    float: left;
    width: 100%;
	border-bottom: 0;
	font-weight: 600 !important;
}

.single-page dt:before {
	content: "◎";
	font-size: 18px;
    padding-right: 16px;
    position: relative;
    top: 1px;
    left: 0;
}

.single-page dd {
    float: right;
    width: 20%;
	padding-bottom: 10px;
	border-bottom: 0;
	text-align: center;
}

.single-page dd.dd_mid { padding-top: 10px; }
.single-page dd.dd_last { padding-top: 10px; }
}

.page-id-67 .single-page h3,
.page-id-194 .single-page h3,
.page-id-488 .single-page h3,
.page-id-539 .single-page h3,
.page-id-562 .single-page h3,
.page-id-596 .single-page h3 { font-size: 17px; background: #f0f5f5; padding-top: 11px; padding-bottom: 11px; padding-left: 22px; border-left: 6px solid #d1dcdd; border-bottom: 0; font-weight: 600; }

.page-id-488 ol li, .page-id-1038 ol li { margin-bottom: 16px; }

.single-page dd.dd_last span { font-size: 12px; padding-left: 2px; }

.single-page dd a:hover {
	opacity: 0.7;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

.page-id-539 .single-page ol li,
.page-id-562 .single-page ol li,
.page-id-596 .single-page ol li { line-height: 3.4; }

.page-id-539 .single-page ol li p,
.page-id-562 .single-page ol li p,
.page-id-596 .single-page ol li p {
	font-size: 15px;
	margin-bottom: 15px;
}

.page-id-539 .single-page p.sikaku-1:before,
.page-id-562 .single-page p.sikaku-1:before,
.page-id-596 .single-page p.sikaku-1:before {
	content: "①";
	position: absolute;
    left: 50px;
}

.page-id-539 .single-page p.sikaku-2:before,
.page-id-562 .single-page p.sikaku-2:before,
.page-id-596 .single-page p.sikaku-2:before {
	content: "②";
	position: absolute;
    left: 50px;
}

.page-id-539 .single-page p.sikaku-3:before,
.page-id-562 .single-page p.sikaku-3:before,
.page-id-596 .single-page p.sikaku-3:before {
	content: "③";
	position: absolute;
    left: 50px;
}

.page-id-539 .single-page p.sikaku-4:before,
.page-id-562 .single-page p.sikaku-4:before,
.page-id-596 .single-page p.sikaku-4:before {
	content: "④";
	position: absolute;
    left: 50px;
}

.page-id-539 .single-page p.sikaku-5:before,
.page-id-562 .single-page p.sikaku-5:before,
.page-id-596 .single-page p.sikaku-5:before {
	content: "⑤";
	position: absolute;
    left: 50px;
}

.page-id-539 .single-page p.sikaku-6:before,
.page-id-562 .single-page p.sikaku-6:before,
.page-id-596 .single-page p.sikaku-6:before {
	content: "⑥";
	position: absolute;
    left: 50px;
}

.page-id-539 .single-page p.sikaku-7:before,
.page-id-562 .single-page p.sikaku-7:before,
.page-id-596 .single-page p.sikaku-7:before {
	content: "⑦";
	position: absolute;
    left: 50px;
}

.page-id-539 .single-page p.sikaku-asterisk:before,
.page-id-562 .single-page p.sikaku-asterisk:before,
.page-id-596 .single-page p.sikaku-asterisk:before {
	content: "※";
	position: absolute;
    left: 50px;
}

.page-id-163 .single-page p { margin-bottom: 15px; }

@media (max-width: 4000px) {
	.page-id-163 .article { padding-left: 15px; }
	.page-id-163 .single-page dt {
	    float: left;
	    width: 150px;
	    border-bottom: none;
	    font-weight: 600 !important;
	}

	.page-id-163 .single-page dt:before {
	    content: none;
	}

	.page-id-163 .single-page dd {
	    float: left;
	    width: auto;
	    padding-bottom: initial;
	    border-bottom: 0;
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.page-id-163 .article { padding-left: 0; }
	.page-id-163 .single-page dt {
		text-align: left;
	    float: none;
	    width: 100%;
	    border-bottom: none;
	    font-weight: 600 !important;
	}

	.page-id-163 .single-page dd {
		text-align: left;
	    float: none;
	    width: auto;
	    padding-bottom: initial;
	    border-bottom: 0;
		margin-bottom: 0;
		padding-left: 16px;
	}
}

body label {
    font-weight: 600;
}

@media (min-width: 992px) {
	#header .container { width: 950px !important; }
}

@media (min-width: 1200px) {
	#header .container { width: 1150px !important; }
}

@media (max-width: 1199px) {
	#header .navbar-collapse.collapse { display: none!important; }
}