/*
Theme Name: 荘銀タクト鶴岡
Theme URI: http://wordpress.org/themes/twentythirteen
Author: masato WATANABE
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

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

@import url('reset.css.pagespeed.ce.MdZB9eOD0l.css');
* { box-sizing : border-box}
* { -moz-box-sizing : border-box}

/*コンテンツ幅768ピクセル*/
@media print, screen and (min-width:769px) {
/**
 * 1.0 Reset
 * ----------------------------------------------------------------------------
 */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, nav, section, summary {
	display: block;
}

audio, canvas, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 90%;
	letter-spacing: 0.8px;
}

html, button_search, select, textarea {
	font-family:"a-otf-ud-shin-go-pr6n", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif, 'ＭＳ Ｐゴシック';
}

body {
	color: #000000;
	line-height: 1.7;
	margin: 0;
}

img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

a {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
}

a:focus {
	outline: thin dotted;
}

a:active, a:hover {
	color: #736152;
	text-decoration:underline;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

.contents_main a:hover img,
#contents a:hover img,
h1 a:hover img {
	opacity:0.7;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}




/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft {
	display: block;
	margin: 5px 10px 5px 0;
}

img.alignright {
	display: block;
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter,
.wp-caption.alignnone {
	margin: 5px 0;
}

img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
	list-style-position: inside;
}




/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
/*コンテンツメイン*/
.contents_main {
	margin: 0 auto;
	width:980px;
}

#contents_top {
	position: relative;top:-165px;
	display: flex;
	justify-content: space-between;
	margin:0 auto -165px auto;
	padding:15px;
	width:980px;
	background: rgba(255,255,255,0.80);
}

#contents_page {
	margin:-120px 0 20px 0;
	padding:4px 23px;
	background: rgba(255,255,255,0.80);
}

#contents_page_event {
	margin:-120px 0 20px 0;
	padding:4px 23px;
	background: rgba(255,255,255,0.80);
}

#contents {
	margin:35px 0 0 0;
}

.contents_2col {
	position: relative;top:-14px;
	display: flex;
	justify-content: space-between;
}

#leftside_top {
	flex-basis: 292px;
	align-self: baseline;
	position: sticky; top:10px;
}

#rightside_top {
	flex-basis: 630px;
}

#leftside {
	flex-basis: 710px;
}

#rightside {
	flex-basis: 200px;
	align-self:flex-start;
	position: sticky;top:10px;
}

.top_h2midashi {
	margin: 3px 0 0 11px;
	position: relative;
}

.top_h2midashi_lineup {
	position: relative;top:80px;
	margin: 3px 0 0 11px;
	position: relative;
}

#kouen_today {
	width:300px;
	background: rgba(255,255,255,1.00);
	border:solid 3px #e1ba92;
	border-radius: 5px 5px 0 0;
}

#kouen_today h2 img {
	border-radius: 3px 3px 0 0;
}

#kouen_today_box {
	padding:0 15px;
	width:293px;
}

#leftside_top ul li {
	margin: 15px 0;
}



/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
#site_header {
	margin: 0;
	padding: 5px 0 0 0;
	height: 183px;
	background: url(images/headers/header_back.png) repeat-x;
}

.header_inner {
	display: block;
	margin: 0 auto;
	width: 980px;
}

h1 img {
	margin:0;
	position: relative;top:10px;left:390px;
	z-index: 100;
}

#discription {
	position: relative;top:-110px;
}

#head_nav {
	position: relative;top:-190px;
}

#head_nav ul {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}


/*文字サイズ変更*/
#cgtext {
	margin: -2px 8px 0 0;
	background: url(images/headers/xcgtext.png.pagespeed.ic.yZOv7ZM5gL.png) no-repeat 0 7px;
}

ul#fontSize {
	margin: 0 0 0 76px;
	overflow: hidden;
}

#fontSize li {
	float: left;
	margin: 0 2px 0 2px;
}

#kensaku {
	margin:-2px 0 0 0;
}

input.text {
	position:relative;
	margin:0 5px 0 0;
	padding: 5px 3px 4px 3px;
	width:155px;
	font-size: 73%;
	border: solid 1px #dedede;
	border-radius: 3px;
	line-height: 99%;
}

.button_search {
	position:relative;top:-2px;
	width: 36px;
	height: 22px;
	display: inline-block;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 1px;
	border: none;
	border-radius: 3px;
	text-decoration: none;
	padding: 0 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: linear-gradient(#8f8f8f, #bfbfbf);
}

.button_search:hover {
	background: linear-gradient(#bfbfbf, #8f8f8f);
}

#tel_header {
	float: right;
	margin: 16px 0 0 0;
}

#calltel {
	display: none;
}




/** 
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
#gn_sp_page {
	display: none;
}

.drawer-toggle {
	display: none;
}


/*グローバルナビゲーション*/
#globalNavi {
	height: 67px;	
	position: relative;top:-108px;
}

#globalNavi ul {
	display: flex;
}

#globalNavi ul li {
	margin:0;
}

#globalNavi ul li a {
	text-decoration: none;
}

.menu-trigger,
.g-nav {
	display: none;
}




/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

 /*------------------------------------------------------
----スライドショー---------------------------------------
-------------------------------------------------------*/
#mv_back_wrapper {
	margin: 0;
	width:100%;
	height:570px;
	position:relative;top:-112px;
	overflow: hidden;
	background: #c2885b;
}

#mv_back {
	width:1440px;
	height:570px;
	position:absolute;left:50%;
	margin-left:-720px;
	background: url(images/mv/mv_back.jpg) no-repeat;
}

#branding_back {
	display: flex;
	justify-content: space-between;
	margin: 18px auto;
	padding:15px 15px 10px 15px;
	width:980px;
	background: rgba(255,255,255,0.60);
}

#kouen_chirashi {
	padding:10px;
	width:280px;
	background: rgba(255,255,255,0.50);
	border-radius: 3px;
}

#branding {
	width:655px;
}


#branding_box {
	display: flex;
	justify-content: space-between;
}

#branding_box_sp {
	display: none;
}

.information {
	margin: 4px 0 0 0;
	width:318px;
	background:#FFFFFF;
}

.information h2 {
	padding:6px 0;
	text-align: center;
	color:#ffffff;
	font-size: 120%;
	background: #8f5f50;
	border-radius: 3px 3px 0 0;
}

.information ul {
	padding:10px 8px;
	float: left;
}

.information ul li {
	font-size:95%;
	margin:1px 2px 1px 5px;
	padding-left:12px;
	letter-spacing: 0.5px;
	background: url(images/pages/list_a.png) no-repeat 2px 8px;
}

.event_lineup_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.event_lineup {
	flex-basis: 46%;
	margin: 0 0 15px 0;
	padding:15px;
}

.event_lineup_thumb a img {
	float: left;
	margin: 0 15px 0 0;
}

.event_lineup_title {
	font-size: 125%;
	line-height: 140%;
}




/*-------------------------------------------------------
----トップページお知らせ---------------------------------
-------------------------------------------------------*/
#metaslider_1275 .caption-wrap {
	position: relative;top:-1px;
}

.caption-wrap .caption {
	font-size:90%;
	line-height: 125%;
}

#h2oshirase {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.more {
	position:absolute;
	right: 10px;
}

ul#my_sidebar_widget {
	margin:0;
}

li.widget_sp_image {
	margin:10px 0;
}

.kouen_lineup_box {
	margin:125px 0 30px 0;
}

.kouen_lineup_box ul {
	display: flex;
	flex-wrap: wrap;
}

.kouen_lineup_box ul li {
	margin: 10px;
}

.kouen_box {
	padding:15px;
	width:190px;
	height: 100%;
	border:solid 1px #bfbfbf;
	border-radius: 3px;
	background: #fcfcfc;
}

.kouen_thumb {
	margin-bottom:8px;
	text-align: center;
}

.kouen_thumb img {
	width:155px;
	height: auto;
}

.kouen_date {
	margin:0 0 0 2px;
	font-size:90%;
}

.kouen_cats {
	margin:0 0 0 2px;
	font-size:85%;
}

.kouen_title {
	margin: 0 0 4px 2px;
	font-size: 92%;
	line-height: 150%;
}

.kouen_so {
	display: inline-block;
	margin: 0 3px 0 0;
	padding:0 5px;
	background:#ff0000;
	color:#ffffff;
	font-size:70%;
	border-radius:3px;
}

.kouen_ka {
	display: inline-block;
	margin: 0 0 0 0;
	padding:0 5px;
	background:#FF7600;
	color:#ffffff;
	font-size:70%;
	border-radius:3px;
}

.kouen_so_top {
	display: block;
	margin: 0;
	padding:0 5px;
	background:#ff0000;
	color:#ffffff;
	font-size:75%;
	text-align: center;
	letter-spacing: 2px;
	border-radius:3px;
}

.kouen_ka_top {
	display: block;
	margin-top: 4px;
	padding:0 5px;
	background:#FF7600;
	color:#ffffff;
	font-size:75%;
	text-align: center;
	letter-spacing: 2px;
	border-radius:3px;
}

.kouen_box_side {
	padding:0;
	height: 100%;
}

#oshirase {
	position: relative;top:50px;
	padding:0 10px;
}

.news_headline {
	display: flex;
	border-bottom:dashed 1px #B0B0B0;
}

.news_headline_date {
	margin: 0 10px 0 0;
	padding:5px 0;
	flex-basis: 22%;
	font-size:90%;
	text-align: right;
}

.news_headline_title {
	padding:5px 0;
	flex-basis: 78%;
}

.news_headline_date_list {
	margin: 0 10px 0 0;
	padding:8px 0;
	flex-basis: 18%;
	text-align: right;
}

.news_headline_title_list {
	padding:8px 0;
	flex-basis: 82%;
}

.new_mark {
	position:relative;top:-6px;
	margin:0 6px 0 0;
}

.new_mark_news {
	position:relative;top:-4px;
	margin:0 0 0 6px;
}

.new_mark_list {
	position:relative;top:-6px;
	margin:0 0 0 3px;
}

.cat_icon {
	position: relative;top:-3px;margin-right:10px;
}




/*-------------------------------------------------------
----Ｈ２見出し-------------------------------------------
-------------------------------------------------------*/
/*H2見出し背景*/
.page_h2midashi_back {
	position: relative;top:-110px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:0;
	width: 100%;
	height: 205px;
	background: #e6cdb5;
}

#entry_title_box {
	display: block;
	margin: 0 auto;
	width:980px;
	justify-content: center;
	align-items: center;
}

.page_h2midashi {
	position: relative;top:130px;
	background: rgba(255,255,255,0.60);
}


/*Ｈ２共通（背景画像あり・子ページ・ブランク）*/
h2.entry_title {
	margin:0 auto;
	padding:15px 15px 17px 15px;
	width:980px;
	line-height: 140%;
	letter-spacing: 3px;
	text-align: center;
	font-size:190%;
	color: rgba(255,255,255,1.00);
	background:rgba(94,42,31,0.70);
}

h2.entry_title_single {
	clear: both;
	position: relative;top:-45px;
	margin:0 auto;
	padding:15px 15px 17px 15px;
	width:980px;
	line-height: 140%;
	letter-spacing: 3px;
	text-align: center;
	font-size:190%;
	color: rgba(255,255,255,1.00);
	background:rgba(94,42,31,0.70);
}

/*公演案内*/
body.page-id-155 .page_h2midashi_back,
body.parent-pageid-155 .page_h2midashi_back {
	background:url(images/pages/xpage_lineup.jpg.pagespeed.ic.h1EsBmfNW2.jpg) #e6cdb5 no-repeat center center;
}

/*施設案内*/
body.page-id-53 .page_h2midashi_back,
body.parent-pageid-53 .page_h2midashi_back {
	background:url(images/pages/page_information.jpg) #e6cdb5 no-repeat center center;
}

/*利用案内*/
body.page-id-56 .page_h2midashi_back,
body.parent-pageid-56 .page_h2midashi_back {
	background:url(images/pages/page_guidance.jpg) #e6cdb5 no-repeat center center;
}

/*座席・舞台資料*/
body.page-id-58 .page_h2midashi_back,
body.parent-pageid-58 .page_h2midashi_back {
	background:url(images/pages/page_seat.jpg) #e6cdb5 no-repeat center center;
}

/*施設概要*/
body.page-id-60 .page_h2midashi_back,
body.parent-pageid-60 .page_h2midashi_back {
	background:url(images/pages/page_overview.jpg) #e6cdb5 no-repeat center center;
}

/*支援制度*/
body.page-id-62 .page_h2midashi_back,
body.parent-pageid-62 .page_h2midashi_back {
	background:url(images/pages/page_support.jpg) #e6cdb5 no-repeat center center;
}

/*お知らせ*/
.category-oshirase .page_h2midashi_back,
.category-kouen_info .page_h2midashi_back,
.category-riyou .page_h2midashi_back,
.page-template-oshirase_list-php .page_h2midashi_back,
body.archive .page_h2midashi_back {
	background:url(images/pages/page_guidance.jpg) #e6cdb5 no-repeat center center;
}

/*イベント*/
.type-event .page_h2midashi_back {
	background:url(images/pages/xpage_lineup.jpg.pagespeed.ic.h1EsBmfNW2.jpg) #e6cdb5 no-repeat center center;
}




/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */
.entry-meta {
	margin: 5px 10px 30px 0;
	text-align: right;
	font-size: 90%;
	color:rgba(0,0,0,1.00);
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}




/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */
/*Column Shortcodes*/
.content-column {
	padding:0 8px;
}

.entry-content {
	clear:both;
	margin: 0;
	padding: 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content a {
	color: #00416b;
	text-decoration: none;
}

.entry-content a:visited {
	color: #00416b;
}

.entry-content a:focus {
	outline: thin dotted;
}

.entry-content a:active, a:hover {
	color: #736152;
	text-decoration:underline;
	outline: 0;
}

.entry-content h3 {
	clear: both;
	margin: 15px 0 15px 0;
	padding: 14px 10px 14px 20px;
	font-size: 130%;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1.5px;
	line-height: 140%;
	border-bottom:dotted 3px #504139;
}

.entry-content h4 {
	clear: both;
	margin: 10px 0;
	padding: 3px 2px;
	font-size: 110%;
	font-weight: bold;
	color: #504139;
	border-bottom: solid 1px #cccccc;
}

.entry-content ul li {
	margin: 5px 0 5px 30px;
	padding: 0;
	line-height: 160%;
}

.entry-content ul li li {
	margin: 3px 0 3px 22px;
	list-style: circle;
}

.entry-content ol li {
	margin: 3px 0 8px 28px;
	padding: 0 0 4px -5px;
	line-height: 160%;
}

.entry-content table {
	margin: 10px 0 15px 0;
}

.entry-content table td p {
	margin: 0;
	letter-spacing: 1px;
}

.entry-content td {
	padding: 6px 10px;
	font-size:98%;
	line-height: 150%;
	letter-spacing: 1px;
}

.entry-content p {
	margin: 0 0 15px 0;
	padding:0 2px;
	line-height: 1.8;
	letter-spacing: 0.6px;
}

.entry-content p img {
	margin: 0;
}

.entry-content img {
	max-width:100%;
	height:auto;
	border-radius: 5px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin: 20px 20px 20px 0;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin: 20px 0 20px 20px;
}

.entry-content img.aligncenter,
.entry-content .wp-caption.aligncenter img {
	display: block;
	margin:20px auto 5px auto;
}

.entry-content img.alignnone,
.entry-content .wp-caption.alignnone img {
	margin:0 auto;
}

.entry-content .wp-caption.alignleft img,
.entry-content .wp-caption.alignright img {
	margin:0 auto 5px auto;
}

.entry-content .wp-caption {
	margin-bottom: 5px;
	padding:0;
}

.entry-content .wp-caption p.wp-caption-text {
	margin: 0 0 20px 0;
	text-align:center;
	font-size:80%;
}

.entry-content div.alignnone,
.entry-content div.aligncenter {
	margin: 0;
}

div.entry-content h3.imgmidashi {
	border:none;
}

.entry-content ul.kensaku li {
	list-style: circle;
}


/*子ページ表示*/
.subpage {
	display: flex;
	position: relative;
	margin: 5px auto 0 auto;
	width:980px;
	padding:8px 0;
	background: rgba(56,25,17,0.80);
}

.subpage_bottom {
	clear: both;
	display: flex;
	padding:10px 0 7px 0;
	background: rgba(56,25,17,0.80);
}

.subpage h3 a,
.subpage_bottom h3 a {
	display: block;
	flex-basis: 27%;
	margin: 0 20px 0 0;
	padding: 8px 15px 9px 15px;
	text-decoration: none;
	line-height:140%;
	color: #FFFFFF;
	background: rgba(22,10,5,0.80);
	border-radius: 0 3px 3px 0;
}

.subpage h3 a:after,
.subpage_bottom h3 a:after{
	content: " トップ";
}


.subpage h3.saishin_list {
	margin: 0;
	padding:7px 10px 8px 10px;
	width: 100%;
	text-decoration: none;
	line-height:140%;
	border-radius: 5px;
	font-size: 95%;
	text-align: center;
	background: #9c8772;
}

ul.subpage-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-basis: 73%;
}

h3.saishin_list {
	display: block;
	margin: 0 0 18px 0;
	padding:4px 6px 5px 6px;
	color: #FFFFFF;
	text-align: center;
	background:#9c8772; 
}

.subpage-list li a {
	display: block;
	margin: 0;
	padding:3px 8px 4px 18px;
	width: 100%;
	text-decoration: none;
	line-height:140%;
	color:#FFFFFF;
	background: url(images/footers/xlist_b.png.pagespeed.ic.cPEBiflWFt.png) no-repeat 7px 10px;
}

.subpage-list li a:hover {
	background: url(images/footers/xlist_b.png.pagespeed.ic.cPEBiflWFt.png) no-repeat 7px 9px rgba(201,180,154,1.00);
	color:#000000;
	border-radius: 3px;
}

.recentEntries {
	margin:0;
	font-size:90%;
	line-height:130%;
}

.recentEntries ul {
	margin:3px 0;
}

.recentEntries li {
	margin:0 0 6px 0;
	padding:0 0 0 14px;
	line-height: 155%;
	background:url(images/footers/xlist_b.png.pagespeed.ic.cPEBiflWFt.png) no-repeat 3px 8px;
}

.cat-list {
	margin: 5px 0;
}

.side_kouen_date {
	font-size:90%;
}

.cat-list h3 {
	margin: 0 0 5px 0;
	font-weight: bold;
}

.wp-pagenavi {
	margin: 30px 0 0 0;
}




/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */
.widget {
	margin: 0;
	padding:0;
}

.widget-area {
	color: #000000;
}

.widget h3 {
	margin: 0 0 3px 0;
	font-weight: bold;
}

.widget ul, .widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	margin: 0 0 0 1px;
	padding: 0 0 3px 15px;
	font-size: 85%;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul, .widget li > ol {
	margin-left: 2px;
}

/* Search widget */
input.search-field {
	width: 120px;
}

.search-submit input {
	border: solid 1px #999999;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date, .widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table, .widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th, .widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}



/**
 * 14.2 Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
	height:auto;
}

.gallery-caption {
	display: block;
	font-size: 95%;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}



/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
.site_footer {
	display: none;
}



/*-------------------------------------------------------
----お問い合わせ-----------------------------------------
-------------------------------------------------------*/
.inquiry_list {
	margin-bottom: 15px;
	overflow: hidden;
}

.inquiry_list dl {
	width:100%;
}

.inquiry_list dt {
	display: block;
	padding:5px 20px 5px 0;
	width: 28%;
	clear: left;
	float: left;
}

.inquiry_list dd {
	display: block;
	padding:5px 0;
	width: 72%;
	float: left;
}

.inquiry_list span.must {
	color:#FF0004;
}

.inquiry_list input, .inquiry_list textarea, .inquiry_list select {
	border-radius: 3px;
}

.inquiry_list input, .inquiry_list textarea {
	border: solid 1px #999999;
}

/*名前*/
.con_name {
	padding: 2px 5px;
	width: 260px;
}

/*メールアドレス*/
.con_address {
	padding: 2px 5px;
	width: 390px;
}

/*住所*/
.con_jusyo {
	padding: 2px 5px;
	width: 470px;
}

/*TEL*/
.con_tel {
	padding: 2px 5px;
	width: 160px;
	ime-mode: disabled;
}

/*生年月日*/
.con_nen {
	padding:2px 5px;
	width:60px;
	ime-mode: disabled;
}

/*お問い合わせ内容*/
.con_inquiry {
	padding: 2px 5px;
	width: 470px;
}

/*郵便番号*/
.con_yubin1 {
	margin-bottom: 10px;
	padding: 2px 5px;
	width: 90px;
	ime-mode: disabled;
}

.con_cap {
	padding:2px 5px;
	width:80px;
}

.wpcf7-radio {
	position: relative;
	top: 5px;
}

.wpcf7 span.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 .wpcf7-not-valid {
	background: #ed9db9;
}

.wpcf7-confirm, .wpcf7-submit, .wpcf7-back {
	padding: 5px 1px 5px 5px;
	width: 105px;
	letter-spacing: 3px;
}

.wpcf7-submit {
	font-weight: bold;
}

.wpcf7 .wpcf7c-conf {
	background-color: #fff;
	font-weight: bold;
}

.wpcf7-form-control {
	border: solid 1px #999999;
}

.mapp-layout {
	margin: 0 0 15px 0;
	border: solid 1px #cccccc;
}


/*チェックボックス縦並び*/
span.wpcf7-list-item { display: block; }


/*PDFアイコン*/
a[href $='.pdf'] {
    background:url(icon/ico_pdf.gif) no-repeat right;
    padding:0 20px 0 0;
}
 
a[href $='.pdf'] a {
    text-decoration:none;
}
 
a[href $='.pdf'] a:hover {
    text-decoration:none;
}

/*Wordアイコン*/
a[href $='.doc'],
a[href $='.docx'] {
    background:url(icon/ico_doc.png) no-repeat right;
    padding:0 20px 0 0;
}
 
a[href $='.doc'] a,
a[href $='.docx'] a {
    text-decoration:none;
}
 
a[href $='.doc'] a:hover
a[href $='.docx'] a:hover {
    text-decoration:none;
}


/*イベントカレンダー曜日色表示*/
.sunday {
	background-color: #ffd9db;
}
.saturday {
	background-color: #dbffff;
}


.EO_Event_List_Widget {
	margin: 0;
	padding:0;
}

#eo_event_list_widget-2 {
	margin: 0;
	padding:0;
}

.eo-events-widget ul {
	margin: 0;
	padding:0;
}

ul.eo-events-widget li {
	margin: 0;
	padding:0;
}

.today_thumb {
	margin-top: 10px;
	text-align: center;
}

li.eo-no-events {
	font-size:100%;
}

h2.eo-event-title {
	font-size:140%;
}

.eo-tc-event {
	overflow:hidden;
}


/*YouTubeレスポンシブサイズ*/
.youtube {
    position: relative;
    max-width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

ul.switch {
	display: flex;
	margin:15px 0 0 0;
}

ul.switch li img {
	width:80%;
	height: auto;
}

table.customer_form {
	width:100%;
}

table.customer_form td input,
table.customer_form td select, 
table.customer_form td textarea {
	padding:5px 8px;
	font-size:120%;
}


#oshirase20180801 {
	margin:5px 0 10px 0;
	padding:10px 16px;
	border:solid 1px #736152;
	border-radius: 5px;
}

#oshirase20180801 h3 {
	font-size:120%;
}

.fb_container {
	display: block;
	margin: 0 auto;
	width: 100%;
}