@charset "utf-8";

/*
Theme Name: ぴあのオフィス
Theme URI: 
Description: 
Version: 1.0
Author: 清野直子
Author URI: https://seino705.com/
License: 清野直子
License URI: https://seino705.com/
Tags: 
Text Domain: pianooffice
*/


/* ***************************************************************** 
*	基本設定
* ***************************************************************** */

body {
font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-size: 17px;
background: #FFF;
color: #272722;
line-height: 190%;
word-wrap:break-word;
overflow-wrap:break-word;
background: url(images/bg_header.gif) repeat-x top ;
letter-spacing:1px;
}

/* リンク
---------------------------------------------------- */

a{
color:#2e81ab;
text-decoration:none;
letter-spacing:2px;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
cursor: pointer;
cursor: hand;
}

a:hover{
color:#3594c4;
opacity: 0.5
}

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

img { transition: 0.5s ; }

.btn_contents {
	display: inline-block;
	padding: 0.5em 1.5em;
	text-decoration: none;
	border: double 4px #e6e6e7;
	border-radius: 15px;
	transition: .4s;
	background: url(images/bg_blue.gif) repeat;
    color: #FFF;
	margin:2px 0;
	text-align:center;
}

.btn_contents_b {
	display: inline-block;
	padding: 0.5em 1.5em;
	text-decoration: none;
	border: double 4px #e6e6e7;
	border-radius: 15px;
	transition: .4s;
	background: url(images/bg_contact.gif) repeat;
    color: #FFF;
	margin:2px 0;
	text-align:center;
}

.btn_contents a {
    color: #FFF;
}

/* 画像
---------------------------------------------------- */

img{
border:0;
padding:0px;
margin:0;
}

#main img {
	margin:15px auto 5px auto;
}

img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding:4px;
margin: 0 0 10px 20px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 20px 10px 0;
display: inline;
}


/* フロート
---------------------------------------------------- */

.alignright { float: right; }

.alignleft { float: left; }

.right{ float: right; }

.left{ float: left; }

.clear{ clear:both; }


/* リスト
---------------------------------------------------- */

ol{
margin: 7px 0 7px 10px;
padding: 0 0 0 0;
list-style: decimal;
}

ul{
margin: 7px 0 7px 4px;
padding: 0 0 0 0;
list-style: disc;
}

li{
margin: 2px 0 2px 15px;
padding: 0;
}

li a{
color:#c1b636;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;

}

li a:hover{
color:#666;
}



/* *****************************************************************
*	全体Wrapper
* ***************************************************************** */

.wrapper {
margin: auto; 
max-width: 960px;
padding: 30px 30px 50px 30px;
}



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

#header {
width: 100%;
}

#header-inner {
max-width: 960px;
    overflow: hidden;
    margin: 30px auto;
    text-align: center;
}

#header h1 {
text-align:center;
margin: 0 auto;	
}

.logo_top {
width:422px;
height:77px;
margin: 35px auto;
padding:0px 0px 0px 0px;
background: url(images/logo.png) no-repeat center;
}

#header-inner .logo_top {
background-size: contain;
background: none;
height:100%;
}
#header-inner .logo_top a {
width: 260px; /*画像サイズ*/
height: 100%;/*画像サイズ*/
margin:0 auto;
}

.logo_top a {
display: block;
letter-spacing:0.5px;
font-size:12px;
text-align:right;
width: 422px; /*画像サイズ*/
height: 77px;/*画像サイズ*/
color:#908221;
font-weight:normal;
}

.logo {
z-index: 1;
text-align:center;
margin: 0px auto;
padding:0px 0px 0px 0px;
position: absolute;
width: 324px;
top: 25px;
left: 25px;
}



/* *****************************************************************
*	トップナビゲーション
* ***************************************************************** */	

#nav {
width: 100%;
height:64px;
margin: 0 auto 0px auto;
z-index: 9999;
padding: 0;
text-align: center;
background: url(images/bg_menu_h.gif) repeat-x ; 
background-size:contain;
}

#nav ul {
list-style: none;
margin: 0;
}

.main-navigation {
clear: both;
margin: 0 auto; 
position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
margin: 0;
padding: 0;
}

.nav-menu li {
display: inline-block;
position: relative;
margin: 0 0;
padding: -1px 0 0 0;

}

.nav-menu li a {
/*color: #333;*/
display: block;
font-size: 14px;
text-decoration: none;
padding: 0px 0px 0px 0px;
border-left:#75bbcc 1px dotted;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
/*background: #eee;*/
}

.nav-menu .sub-menu,
.nav-menu .children {
/*background: #2e81ab;*/
display: none;
padding: 0;
position: absolute;
z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
border-left: 0;
left: 100%;
top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
/*color: #2e81ab;*/
margin: 0;
width: 100%;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
background: #f5f5f5;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
display: block;
/*background: #eee;*/
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu .current-post-ancestor > a {
color: #fff;
/*background: #2e81ab;*/
}

.toggle {
display: none;
}



/* *****************************************************************
*	スライドショー
* ***************************************************************** */	

#top-slide-max {
z-index: 0;
width: 100%;
max-height: 696px;
overflow: hidden;
padding: 0px;
margin: 0px auto 0px auto;
background:#000;
}

#top-slide-max .cycle-slideshow {
overflow: hidden;
width: 100%;
height: auto;
margin: 0px auto;
}



/* ***************************************************************** 
*	メイン（本文）コンテンツ
* ***************************************************************** */	

#main {
margin:0 0 0 0;
padding: 0 0 0 0;
word-break:break-all;
}

/* トップページ紹介文
---------------------------------------------------- */
.intro_top {
    padding: 0px;
    margin: 60px auto;
	text-align:center;
}

.intro_top img { padding:0 0 30px 0; }

.intro {
	background:#ecece9;
	color:#4f341b;
    padding: 45px 10px;
    font-size: 1.4rem;
    line-height: 220%;
    margin: 40px auto ;
	text-align:center;
	border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}

.message_wedding, .message_about {
    margin: 60px auto;
    border-top: solid 10px #e2e0d3;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    line-height: 160%;
    font-size: 1.1rem;
	color: #725715;
}

.message_wedding {
    padding: 18em 5em 6em 5em;
    background: url(images/img_wedding_05.png) center 50px no-repeat;
}

.message_about {
    padding: 3em 5em 7em 5em;
    background: none;
}


.message_wedding p, .message_about p {
	line-height: 44px;
	background: url(images/bg_note.png) bottom;
	margin: 25px 0;
	padding: 0;
}

.message_wedding img, .message_about img {
	margin: 30px auto 25px auto;
}


/* トップページバナー
---------------------------------------------------- */
#top_menu, #top_bnr {
	width:800px;
	margin: 0px auto;
}

#top_menu .left {
    background: url(images/btn_top_mp.jpg) no-repeat top center;
    width: 350px;
    height: 462px;
    padding: 0 10px;
}

#top_menu .right {
	background: url(images/btn_top_kids.jpg) no-repeat;
    width: 350px;
    height: 462px;
    padding: 0 10px;
}

#top_menu .left a, #top_menu .right a {
    padding: 336px 0px 0px 0px;
    display: block;
    font-size: 14px;
    /* text-align: right; */
    width: 344px; /*画像サイズ*/
    height: 130px; /*画像サイズ*/
    line-height: 152%;
	color:#272722;
}

#top_bnr .left {
    width: 370px;
/*    height: 422px;*/
}

#top_bnr .right {
    width: 370px;
}

	 
/* ギャラリーレイアウト
---------------------------------------------------- */

li.item {
height: 200px;
margin-bottom: 50px;
}

.item-img {
margin: 0;
height: 200px;
overflow: hidden;
text-align:center;
background: url(img_sound-source-production_01.jpg) no-repeat center; 
}

.item-cat {
font-family: arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 84%;
color: #999;
padding: 0 0 0px 0;
margin: 0 0 10px 0;
}
.item-cat a{
color: #313131;
}

.item-date {
font-size: 80%;
color: #ccc;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

.item-title {
font-size: 15px;
line-height: 150%;
font-weight: normal;
letter-spacing: 0.03em;
color: #333;
margin: 0px 0px 0px 0px;
padding: 15px 0px 15px 0px;
border-bottom: 0px solid;
}

.item-title a {
color: #313131;
}

.item-title a:hover {
color: #999;
}

.item-text {
font-size: 12px;
color: #313131;
line-height: 170%;
}


/* マウスオーバーでタイトルスライド表示
---------------------------------------------------- */

.slidebase {
position: relative;
}

.slidetext {
width: 100%;
color: #fff;
background: rgb(20 50 68 / 38%);
}

.slidetext a {
padding: 10px 10px;
display: block;
color: #fff;
}

.slidetext a:hover {
color: #ccc;
}


/* ブログ記事部分
---------------------------------------------------- */

.single-contents {
margin: 0 0 70px 0;
font-size:85%;
}

#category-blog img{
	margin:30px 0;
}

#category-blog p{
line-height:200%;
padding:0 15px;
}

/*p {
font-size: 16px; 
color: #313131;
line-height: 190%;
padding: 15px 0px 15px 0px;
}*/

p a {
color:#c1b636;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

p a:hover {
color:#666;
}

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

.blog_caption {
	font-size:70%;
	line-height:150%;
	margin-top:10px;
}

/* ページタイトル
---------------------------------------------------- */

.pagedate {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 12px;
font-weight: normal;
text-align: right;
padding: 0 0 0 0;
margin: 0 0 -10px 0;
color:#999;
letter-spacing: 0.02em;
}

.breadcrumb {
margin: 0 0 30px 0;
line-height: 120%;
}
.breadcrumb div {
display: inline;
font-size: 11px;
color: #999;
}
.breadcrumb span,
.breadcrumb span a {
color: #c1b636;
}

.pagetitle {
    /* display: none; */
    text-align: center;
    font-size: 1.4rem;
    /* color: #516d8a; */
    letter-spacing: 0.3rem;
    border-left: 25px solid #dad9ce57;
    border-right: 25px solid #dad9ce57;
    width: 50%;
    padding: 30px 0;
    margin: 20px auto;
}

/*.pagetitle a {
color: #aba133;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.pagetitle a:hover {
color: #2e81ab;
}
*/
.blog-title {
    font-size: 1.5rem;
    line-height: 145%;
    /* font-weight: bold; */
    color: #2e81ab;
    margin: 20px 0px 20px 0px;
    padding: 10px 0px 8px 5px;
    /* border-left: 3px double #ccc35c; */
    border-bottom: 2px dotted #ccc35c;
}

.blog-title a {
color:#333;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.blog-title a:hover {
color:#666;
}


/* 見出し
---------------------------------------------------- */
p { width: calc(100% - 22px); margin:0 auto;}

h1 {
font-size: 24px;
margin: 40px 0px 20px 0px;
}

h2 {
font-size: 1.6rem;
    line-height: 130%;
    font-weight: bold;
    color: #bd9321;
    margin: 40px 0px 24px 0px;
    padding: 18px 10px 15px 15px;
    border-top: 6px solid #f5f5f5;
    border-bottom: 6px solid #f5f5f5;
}
h3 {
    font-size: 1.5rem;
    line-height: 130%;
    /* font-weight: bold; */
    color: #2e81ab;
    padding: 15px 0 12px 16px;
    margin: 40px 0 15px 0;
    border-left: 8px solid #aba133;
    border-bottom: 2px dotted #b7b6a5;
    letter-spacing: 3px;
}

h4 {
font-size: 1.3rem;
    line-height: 130%;
    font-weight: bold;
    color: #725715;
    padding: 5px 0 14px 5px;
    margin: 30px 0 10px 0;
    border-bottom: 1px dotted #725715;}

h5 {
font-size: 16px;
line-height: 1.3em;
margin: 30px 0 10px 0;
}

h6 {
font-size: 14px;
line-height: 1.3em;
margin: 30px 0 0px 0;
}

.mds_01 {
	background:#f5f5e9;
	padding:14px;
	border-radius: 10px;
	font-weight:bold;
	font-size:110%;
	color:#bd9321;
	margin:10px 0;
}

.blue { color: #2e81ab; }


/* 記事フッター
---------------------------------------------------- */

.blog-foot {
clear:both;
font-size:75%;
text-align: left;
margin: 0px 0 50px 0;
font-weight:normal;
color:#999;
border-bottom:0px dotted #ccc;
}

.blog-foot span {
color:#999;
}


/* 次の記事・前の記事
---------------------------------------------------- */

#next {
font-size: 90%;
line-height: 150%;
margin: 50px 0 20px 0;
}

.next-left {
floate: left;
text-align: left;
margin: 0 0 10px 0;
background: url(images/left.gif) no-repeat left; 
}

.next-left a {
padding: 20px 20px 20px 50px;
display: block;
border: 1px solid #fff;
}

.next-left a:hover {
border: 1px solid #eee;
}

.next-right {
floate: right;
text-align: right;
margin: 0 0 10px 0;
background: url(images/right.gif) no-repeat right; 
}

.next-right a {
padding: 20px 50px 20px 20px;
display: block;
border: 1px solid #fff;
}

.next-right a:hover {
border: 1px solid #eee;
}


/* ページャー
---------------------------------------------------- */

.pager {
text-align:center;
margin: 50px 0 50px 0;
}

a.page-numbers,
.pager .current{
background: #f0f0f0;
border:solid 1px #ddd;
border-radius:2px;
padding:5px 8px;
margin:0 2px;
}

.pager .current{
background: #ccc;
border:solid 1px 999;
color: #fff;
}


/* 関連記事
---------------------------------------------------- */

.similar-head {
color: #2e81ab;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 0 0 3px 0;
border-bottom: 1px dotted #ccc35c ;
}

.similar ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.similar li{
font-size: 14px;
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: none;
}

.similar li a{
color:#555;
}

.similar li a:hover{
color:#888;
}

table.similar-text {
width: 100%;
color: #313131;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: dotted 1px #ccc35c;
border-collapse: collapse;
border-spacing: 0;
}

table.similar-text img {
width: 150px;
}

table.similar-text th {
text-align: left;
width: 150px;
vertical-align: middle;
}

table.similar-text td {
font-size: 14px;
text-align: left;
white-space: normal;
vertical-align: middle;
}


/* コメント欄
---------------------------------------------------- */

.comment-head {
color: #333;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 0 0 3px 0;
border-top: 1px dotted #ccc35c ;
border-bottom: 1px dotted #ccc35c ;
}

.commentlist li{
list-style: none;
font-size:80%;
color:#888;
}

.commentlist {
margin: 0 0 50px 0;
padding: 0 0 0 0;
}

li.comment {
list-style: none;
font-size:90%;
color:#888;
margin: 30px 0px 30px 0px;
}

.comment p {
font-size: 14px;
}


/* WP必須
---------------------------------------------------- */

.wp-caption {
max-width:100%;
}

.wp-caption-text {
font-size:90%;
text-align: center;
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}

.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-size: 0.875rem;
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. */
}



/* *****************************************************************
*	サイドバー
* ***************************************************************** */

.sidebar {
width: 100%;
margin: 0px 0px 40px 15px;
padding: 0 0 0 0;
}


/* 新着表示
---------------------------------------------------- */

.sidebox-new {
color:#666;
margin: 0 0 50px 0 ;
padding: 0 0 0 0 ;
}

.sidebox-new ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.sidebox-new li{
font-size: 13px;
list-style: none;
margin: 0 0 0 0;
padding: 0px 0 0px 0px;
border-bottom: 1px dotted #ddd;
}

.sidebox-new li a{
color:#666;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.sidebox-new li a:hover{
color:#999;
}


table.similar-side {
width: 100%;
color: #313131;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-collapse: collapse;
border-spacing: 0;
}

table.similar-side img {
width: 80px;
}

table.similar-side th {
text-align: left;
width: 80px;
vertical-align: middle;
}

table.similar-side td {
font-size: 13px;
text-align: left;
white-space: normal;
vertical-align: middle;
}


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

#footer {
background-color: #f2f2f2 ;
clear: both;
width: 100%;
font-size: 100%;
margin: 0px auto 0px auto;
padding-bottom:50px;
}

.footer-inner {
margin: 0px auto 0px auto;
padding: 0px 0px;
max-width: 960px;
}

#footer #menu {
	width: 100%;
	height:50px;
	margin: 0 auto 0px auto;
	padding: 0;
	z-index: 9999;
	background: url(images/bg_menu_f.gif) repeat-x; 
}

#footer #menu ul {
	width:1135px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#footer #menu li a {
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	float:left;
}

#sociallink {
text-align:center;
position: relative;
margin: 0 auto 10px auto;
padding: 0 0 0 0;
}

#footer .bnr_area {
	width: 848px;
    margin: 30px auto 0px auto;
	padding:0 ;
    text-align: center;
    font-size: 75%;
    line-height: 160%;
}

#footer .bnr_area img {
    margin: 10px auto 7px auto;
}

#copyright {
font-size: 12px;
line-height: 130%;
margin: 30px auto 0px auto;
padding: 0px;
}

#copyright p {
    margin: 20px auto;
}

#copyright .left {
    width: 300px;
    /* color: #908221; */
    line-height: 150%;
}

#copyright .left img {
	margin:14px 0;
}

#copyright .copy {
	font-size:0.8rem;
	letter-spacing:0;
}


#copyright .center {
	float:left;
	width:340px;
	margin-left:40px;
	line-height:180%;
}
	
#copyright .right {
	width:240px;
}

#footer .btn_contents, #footer .btn_contents_b {
    width: 75%;
	font-size: 0.9rem;
}


/* *****************************************************************
*	ウィジット
* ***************************************************************** */

/* 基本形
---------------------------------------------------- */

.widget{
margin: 0 0 50px 0;
}

.widget ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.widget li{
list-style: none;
}

.widget li a{
color: #666;
}

.widget li a:hover{
color: #999;
}

.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a{
margin: 0 0 0 0;
}

.textwidget, .textwidget p {
font-size: 13px;
color: #313131;
line-height:160%;
margin: 0 0 0px 0;
padding: 5px 0 0 0;
}

.widget-title{
color: #aba133;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 6px 0 2px 10px;
border-left:2px dotted #aba133;
}


/* ウィジェットボックストップページ用
---------------------------------------------------- */

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

.topbox ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.topbox li{
floate:left;
margin: 0 0 0 0;
padding: 7px 0px 6px 0px;
list-style: none;
border-bottom:1px dotted #ddd;
}

.topbox li a{
font-size: 13px;
line-height: 160%;
color: #313131;
margin: 0 0 0 0;
padding: 7px 0px 6px 0px;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.topbox li a:hover{
color:#999;
}

.topbox h2{
font-size: 14px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.topbox h3{
font-size: 13px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.topbox h4{
font-size: 12px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.topbox ul.children{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.topbox ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

.topbox ul.sub-menu{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.topbox ul.sub-menu li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

.top-widget-title {
font-family:'century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
font-size: 18px;
font-weight: normal;
letter-spacing: 0.01em;
padding: 0px 0px 10px 0px;
margin: 0px auto 40px auto;
border-bottom: dotted 1px #ccc;
color: #888;
max-width: 380px;
text-align: center;
}


/* ウィジェットボックスフッター用
---------------------------------------------------- */

.footerbox .widget {
margin: 0 0 0 0;
padding: 50px 0 50px 0;
}

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

.footerbox ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.footerbox li{
floate:left;
margin: 0 0 0 0;
padding: 7px 0px 6px 0px;
list-style: none;
border-bottom:1px dotted #ddd;
}

.footerbox li a{
font-size: 13px;
line-height: 160%;
color: #313131;
margin: 0 0 0 0;
padding: 7px 0px 6px 0px;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.footerbox li a:hover{
color:#999;
}

.footerbox h2{
font-size: 14px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.footerbox h3{
font-size: 13px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.footerbox h4{
font-size: 12px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.footerbox ul.children{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.footerbox ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

.footerbox ul.sub-menu{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.footerbox ul.sub-menu li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

.footer-widget-title {
color: #333;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 0px 0 3px 0;
border-bottom:1px solid #ccc;
}


/* ウィジェットボックスシングルページ記事下用
---------------------------------------------------- */

.singlebox {
margin: 50px 0 50px 0 ;
padding: 0 0 0 0 ;
}

.single-widget-title {
color: #fff;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 50px 0 10px 0 ;
padding: 0 0 3px 0;
/*border-bottom:1px solid #ccc35c;*/
background:#ccc35c;
}

.singlebox .textwidget,
.singlebox .textwidget p {
font-size: 16px;
color: #313131;
line-height: 170%;
margin: 0 0 0px 0;
padding: 5px 0 5px 0;
}


/* ウィジェットボックスサイドバー用
---------------------------------------------------- */

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

.sidebox ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.sidebox li{
margin: 0 0 0 0;
padding: 7px 0px 7px 0px;
list-style: none;
border-bottom:1px dotted #ddd;
}

.sidebox li a{
font-size: 13px;
color: #313131;
margin: 0 0 0 0;
padding: 5px 0px 5px 0px;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.sidebox li a:hover{
color:#999;
}

.sidebox h2{
font-size: 14px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.sidebox h3{
font-size: 13px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.sidebox h4{
font-size: 12px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.sidebox ul.children{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.sidebox ul.children li{
padding: 5px 0 5px 15px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

.sidebox ul.sub-menu{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.sidebox ul.sub-menu li{
padding: 5px 0 5px 15px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}


/* カレンダー
---------------------------------------------------- */

table#wp-calendar {
width: 100%
}

table#wp-calendar th {
text-align: center;
}

table#wp-calendar td {
text-align: center;
}



/* *****************************************************************
*	検索フォーム＆検索結果
* ***************************************************************** */

/* 検索フォーム
---------------------------------------------------- */

.search input {
font: 11px arial, sans-serif; 
color: #c0c0c0; 
width:85%;
padding: 10px 5px; 
}

.search button {
width: 15px; 
height: 15px; 
cursor: pointer; 
vertical-align: middle;
border: none; 
background: url(images/search.png) no-repeat; 
}


/* 検索結果ハイライト
---------------------------------------------------- */

.search-excerpt {
font-weight: bold;
background: #FFE4E1; 
}



/* *****************************************************************
*	ボタン
* ***************************************************************** */

.btn a {
font-size: 11px;
letter-spacing: 0.1em;
color: #fff;
background: #94d8c6;
text-align: center;
margin: 20px 0 20px 0;
padding: 10px 10px;
}

.btn a:hover {
color: #fff;
background: #4CBE9F;
text-decoration: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

audio { width: 100%; }
/* *****************************************************************
*	固定ページ
* ***************************************************************** */

.bnr_center {
	margin:20px auto 20 auto;
	text-align:center;
	font-size:80%;
}

.ttl_page {
	width:100%;
	margin:50px auto 70px auto;
	text-align:center;
}

.ttl_page_s {
	font-size: 2rem;
	letter-spacing: 0.1em;
	padding: 40px 0px ;
	margin: 50px auto ;
	border-top:  dotted 3px #cebd8f;
	border-bottom:  dotted 3px  #cebd8f;
	max-width: 650px;
	color:#725715;
	text-align: center;
}

#mp img { 
	margin:10px 0; 
	width:100%;
	max-width: 100%;
	height: auto;
}

#mp .ttl {
	width:100%;
	font-size:150%;
	color:#4594af;
	text-align:center;
/*	text-decoration:underline;*/
}

#mp .ttl a {
	color:#908221;
}

#mp .btn_contents {
    width: 70%;
}

#mp .txt { font-size:95%; line-height:170%; margin-bottom:15px; }

#mp .left {
	width:300px;
	margin:0 30px 60px 0 ;
}

#mp .right {
	width:300px;
	margin:0 0 0 0 ;
}

#sns .left {
	width:45%;
	margin-right:20px;
}

#link {
	margin:60px auto 40px auto;
	width:720px;
}

#link .left, #link .right {
	float:none;
	width:100%;
	display: inline-block;
	text-decoration: none;
	box-shadow: 0px 0px 0px 5px #abc3cc;
	border: dashed 1px #FFF;
	background:	#abc3cc;
	border-radius: 10px;
	margin:0 10px 20px 0;
}

#link a {
	display: block;
	color:#FFF;
	font-weight:normal;
	font-size:120%;
	text-align:center;
	font-weight:bold;
	padding:15px 0 ;
}

#pagemenu .left, #pagemenu .rignt {
	background: url(images/bg_contact.gif) repeat;
	border-radius: 10px;
	margin:0 10px 20px 0;
}

#pagemenu .left, #pagemenu .rignt {
	background: #cee5ec;
}

#pagemenu {
	margin:40px auto;
	width:805px;
}

#pagemenu a {
font-size:0.9rem;
text-align:center;
padding:0px 13px ;
}

#panel {
  width: 95%;
  margin:0 auto;
}
 
#panel > dt {
  border-bottom: solid 1px white;
  background-color: #cee5ec;
  padding: 25px 20px;
  font-weight: bold;
  font-size:1.0rem;
}
 
#panel > dd {
  margin: 0px;
  padding: 25px;
}


#contact {
	width:70%;
	margin:50px auto 30px auto;
	background:#f5f2eb;
	padding:40px 100px;
	text-align:center;
}

#contact p {
	margin:20px auto;
}


#form, #form_b {
	width:100%;
	margin:50px auto 30px auto;
	padding:0;
	text-align:center;
}

#form iframe {
    height: 1050px;
    width: 100%;
    margin: 0 auto;
    border: 0;
}

#form_b iframe {
    height: 1570px;
    width: 100%;
    margin: 0 auto;
    border: 0;
}


#contact .btn {
	background: url(images/bg_contact.gif) repeat;
/*	padding:25px 65px;*/
	color:#fff;
	border-radius: 10px;
	margin:20px auto;
}

#contact .btn a {
	font-size:120%;
	font-weight:bold;
	display: block;
	background: none;
	padding: 25px 65px;
}

.btn a:hover {
color: #fff;
background: #4CBE9F;
text-decoration: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}



#sitemap {
	width:600px;
	margin:10px auto;
}

#sitemap ul {
	list-style: none;
	margin: 0;
}

#sitemap li {
	margin:20px 0 ;
	padding:7px 0px 7px 20px;
	border-left:#2e81ab solid 2px;
	border-bottom: 1px dotted #ededed; 
}

#sitemap li a {
	color:#272722;
	font-weight:bold;
}

.page-item-155 li {
	margin: 20px 0;
    padding: 7px 0px 7px 20px;
    border-left: none;
    border-bottom: 1px dotted #ededed;
}

.point {
	font-size:0.7rem;
	line-height:150%;
}

.point_02 {
	font-size:1.5rem;
	font-weight:bold;
	color:	#908221;
}

.point_03 {
	font-weight:bold;
	background:#87c0de;
	border-radius:8px;
	color:	#FFF;
	margin:0 10px 0px 0;
	padding:7px 12px;
}

#contact .point_03 {
	margin:0 5px 0px 5px;
}
#copyright .point_03 {
	margin:0 10px 0px 0px;
	background:#acb6bb;
}
	

.b { font-weight:bold; }

.mtb10 { margin:10px auto;}
.mt30 { margin-top:30px; }

.bg_gray { background:#e8eaea; padding:30px; border-radius: 10px; }


/***料金表***/


#price tfoot th, #price thead th {
    background-color: #cee5ec;
	color:#0f4656;
}

#price td, #price th {
    border: 1px solid #ddd;
	padding: 9px;
/*    background: 0 0;*/
    text-align: left;
    float: none!important;
	vertical-align:top;
}

table {
  border-collapse: collapse;
}

@media screen and (max-width: 640px) {
  #price {
    width: 85%;
	margin:0 auto;
  }
  #price .thead {
    display: none;
  }
  #price tr {
    width: 100%;
  }
  #price td {
    display: block;
 /*   text-align: right;*/
    width: 100%;
  }
  #price td:first-child {
    background: #cee5ec;
    font-weight: bold;
    text-align: center;
  }
  #price td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}

/* *****************************************************************
*   レスポンシブ（メディアクエリ）
* ***************************************************************** */


/* PC 画面の横幅が960px以上
---------------------------------------------------- */

@media only screen and (min-width: 960px) {}


/* PC画面の横幅が960px〜1130pxまで
---------------------------------------------------- */

@media only screen and (min-width: 960px) and (max-width: 1130px) {
/*ヘッダー*/
#nav {
height:51px;
background-size:contain;
}

#nav img {
	height:50px;
}

/*フッター*/
#footer #menu {
	height:40px;
	background-size:contain;
}

#footer #menu ul {
    width: 920px;
}
#footer #menu img {
	height:40px;
}

/*コンテンツ*/
#mp .left, #mp .right { width:31%; }
#mp .left { margin: 30px 30px 20px 0; }
#mp .right { margin: 30px 0px 20px 0; }


}


/* Tablet (Portrait) 画面の横幅が768px〜959pxまで
---------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 959px) {
.wrapper { width: 728px; padding: 30px 20px ; }
#header-inner { width: 728px;  }
.footer-inner { width: 728px; padding: 0px 0px;}
.cycle-slideshow { width: 728px; height: auto; margin: 0 ; overflow: hidden; }
li.item { height: 150px; margin-bottom:40px; }
.item-img { height: 150px; margin: 0 0 10px 0; overflow: hidden; }

/*ヘッダー*/
#header h1, #header .logo_top { float: none; margin-bottom: 0px; }
.logo { width: 285px; }

#nav { display: none; position: absolute; top:0; float: none; text-align:center; width: 100%; background: #fefefe; margin-bottom: 40px; margin-top: 0px; padding: 0; }
.nav-menu li { 
	display: block; 
	float: none; 
	background: url(images/bg_menu_h.gif) repeat-x ; 
}
.nav-menu li a {
    color: #333;
    display: block;
    font-size: 15px;
    padding: 0;
    text-decoration: none;
}
.toggle { display: block; float: right; position: absolute; top: 10px; right: 15px; z-index: 10000; }
#menu-item-16 { background: url(images/bg_menu_h_2.gif) repeat-x ; }

/*コンテンツ*/
.intro_top {
	font-size :90%;
}

#top_menu, #top_bnr {
    width: 695px; 
    margin:  0 auto;
}

#top_menu .left, #top_menu .right {
    width:340px;
    height:428px;
	background-size:contain;
    padding: 0px;
}

#top_bnr .left, #top_bnr .right {
    width:340px;
    height:94px;
	background-size:contain;
    padding: 0px;
}

#top_menu .left a, #top_menu .right a {
	padding: 307px 10px 0px 14px;
	font-size: 13px;
	width: 314px;
	height: 120px;
	line-height: 155%;
}

#mp .left, #mp .right { width:30%; }
#mp .left { margin: 30px 30px 20px 0; }
#mp .right { margin: 30px 0px 20px 0; }

#pagemenu {
	width:732px;
	font-size:85%;
}

/*フッター*/
#footer #menu {
	height:33px;
	background-size:contain;
}

#footer #menu ul {
    width: 760px;
}
#footer #menu img {
	height:33px;
}

#footer .bnr_area { width: 400px;}

#copyright .left {
	width:300px;
	margin:0 auto;
}

#copyright .right { 
	margin: 0 auto;
	text-align: center;
	float: none;
}
#copyright .right img {
	margin:30px 0 0 0;
}

}


/* Mobile (Portrait) 画面の横幅が300px~767pxまで（基本）
---------------------------------------------------- */

@media only screen and (max-width: 767px) {
.wrapper { width: 80%; padding: 30px 20px; }

.footer-inner { width: 80%; padding: 0px 0px;}
.cycle-slideshow { width: 300px; height: auto; margin: 0 ; overflow: hidden; }
li.item { height: 200px; margin-bottom: 40px; }
.item-img { height: 200px; margin: 0 0 10px 0; overflow: hidden; }

#header-inner {
    width: 95%;
    margin: 10px auto;
    padding: 20px 0 0px 0;
}

/*ヘッダー*/
#header h1, #header .logo_top { float: none; margin-bottom: 0px; }
.logo_top {
	width: 65%;
	background: url(images/logo.png) no-repeat center 100%;
	background-size: contain;	
}

.logo_top a {
	display: block;
	font-size: 50%;
	text-align: center;
	margin: 20px auto 0 auto;
	width: 80%;
	line-height: 140%;
	position: relative;
	bottom: 13px;	
}

#nav { display: none; position: absolute; top:0; float: none; text-align:center; width: 100%; background: #fefefe; margin-bottom: 40px; margin-top: 0px; padding: 0; }
.nav-menu li { 
	display: block; 
	float: none; 
	background: url(images/bg_menu_h.gif) repeat-x ; 
}
.nav-menu li a {
    color: #333;
    display: block;
    font-size: 15px;
    padding: 0;
    text-decoration: none;
}
.toggle { display: block; float: right; position: absolute; top: 10px; right: 15px; z-index: 10000; }
#menu-item-16 { background: url(images/bg_menu_h_2.gif) repeat-x ; }

/*コンテンツ*/
.intro_top {
    padding:170px 15px 0 15px;
	font-size :72%;
	line-height:150%;
}

#top_menu, #top_bnr, #sns {
    width: 95%; 
    margin: 0 auto ;
}

#top_menu .left, #top_menu .right {
    width:100%;
    height:330px;
	background-size:contain;
    padding: 0px;
	margin-bottom:10px;
}

#top_bnr .left, #top_bnr .right {
    width:100%;
    height:100%;
	background-size:contain;
	margin-bottom:10px;
    padding: 0px;
}

#top_menu .left a, #top_menu .right a {
	padding: 255px 10px 0px 10px;
	font-size: 10px;
	width: 93%;
	height: 65px;
	line-height: 151%;
}


#sns .left, #sns .right {
    width:100%;
    height:100%;
	background-size:contain;
	margin-bottom:10px;
    padding: 0px;
}

#mp .left, #mp .right { width:30%; }
#mp .left { margin: 30px 30px 20px 0; }
#mp .right { margin: 30px 0px 20px 0; }
#mp .ttl { width:auto; font-size:170%; }

#contact {
	font-size:90%;
	margin: 20px auto 30px auto;
	padding: 20px 50px;
}

#contact .btn a { padding: 15px 25px; }

.intro {
	 font-size:1.2rem; 
	 padding: 45px 15px;
    line-height: 185%;
}

#link {
   width: 90%;
}

#link a {
	font-size: 100%;
	padding: 9px 0;
}

.message_wedding {
    padding: 330px 60px 70px 60px;
    background-size: 65%;
}

.message_about {
    padding: 100px 60px 70px 60px;
}

.message_wedding p, .message_about p {
	font-size:90%;
}

#pagemenu {
	width:280px;
	font-size:85%;
}

.ttl_page {
	width:100%;
	margin:0px auto 60px auto;
	text-align:center;
}




/*フッター*/
#footer { text-align: center;}
#footer #menu { display:none;}
#footer .bnr_area { width: 95%;}
#footer .bnr_area .left { float:none; }
#footer .bnr_area .right { float:none; }

#copyright .left {
	width:80%;
	margin:20px auto;
	float:none;
	text-align:left;
}

#copyright .center {
	float:none;
	width:95%;
	margin:0px auto;
	line-height:130%;
	text-align:left;
}

#copyright .right img {
	margin:30px 0 0 0;
}

#copyright .right {
    margin: 10px auto;
    text-align: center;
    float: none;
}

#copyright .right p {
    margin: 10px auto;
}



#header-inner .logo_top a {
    width: 200px;
}

#form iframe {
    height: 1200px;
}

#form_b iframe {
    height: 2320px;
}


}


/* Mobile (Landscape) 画面の横幅が480px〜767pxまで
---------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {

/*コンテンツ*/
.intro_top {
   padding: 0px;
   margin:30px auto;
   font-size:1rem;
}

#top_menu, #top_bnr {
    width: 370px; 
    margin: 0 auto ;
}

#top_menu .left, #top_menu .right {
    width:370px;
    height:465px;
	background-size:contain;
    padding: 0px;
	margin-bottom:20px;
}

#top_bnr .left, #top_bnr .right {
    width:100%;
    height:100%;
	background-size:contain;
	margin-bottom:10px;
    padding: 0px;
}

#top_menu .left a, #top_menu .right a {
	padding: 335px 0px 0px 14px;
	font-size: 14px;
	width: 345px;
	height: 130px;
	line-height: 152%;
}

#mp .left, #mp .right {
	width:400px;
	margin:20px auto;
	float:none;
}

#pagemenu {
	width:390px;
	font-size:90%;
}


#form iframe {
    height: 1250px;
}

#form iframe {
    height: 1770px;
}

.message_wedding {
    padding: 250px 60px 70px 60px;
    background-size: 300px;
}

.message_about {
    padding: 100px 60px 80px 60px;
    background-size: 300px;
}


}

/* Mobile (Portrait/iPhone6) 画面の横幅が375px〜479pxまで
---------------------------------------------------- */

@media only screen and (min-width: 375px) and (max-width: 479px) {
.wrapper { width: 90%; padding: 30px 20px; }

/*コンテンツ*/
.intro_top {
   padding: 15px;
   margin:0px auto 40px auto;
   font-size:1.2rem;
	background-size: contain;	
}

#top_menu, #top_bnr {
    width: 350px; 
    margin: 0 auto ;
}

#top_menu .left, #top_menu .right {
    width:340px;
    height:425px;
	background-size:contain;
    padding: 0px;
	margin-bottom:20px;
	float:none;
}

#top_bnr .left, #top_bnr .right {
    width:340px;
    height:93px;
	background-size:contain;
	margin-bottom:10px;
    padding: 0px;
	float:none;
}

#top_menu .left a, #top_menu .right a {
	padding: 305px 0px 0px 15px;
	font-size: 14px;
/*	letter-spacing:0.5px;*/
	height: 120px;
	line-height: 150%;
}

#mp .left, #mp .right {
	width:330px;
	margin:20px auto;
	float:none;
}


#pagemenu {
	width:230px;
	font-size:85%;
}

#pagemenu .left, #pagemenu .right {
	float:none;
}

#form iframe {
    height: 1250px;
}


#form iframe {
    height: 1770px;
}

.message_wedding {
    padding: 240px 30px 70px 30px;
    background-size: 280px;
}

.message_about {
    padding: 140px 30px 70px 30px;
}


}


/* Mobile (iPhone5) 画面の横幅が〜375pxまで
---------------------------------------------------- */

@media only screen and (max-width: 375px) {
.wrapper { 
	width: 95%; 
	padding: 10px 10px 30px 10px; 
	font-size:1.3rem; 
}
/*コンテンツ*/
.intro_top {
   padding: 5px;
   margin:0px auto 40px auto;
   font-size: 100%;
	background-size: contain;	
}

#top_menu, #top_bnr {
    width: 260px; 
    margin: 0 auto ;
}

#top_menu .left, #top_menu .right {
    width:260px;
    height:328px;
	background-size:contain;
    padding: 0px;
	margin-bottom:15px;
	float:none;
}

#top_bnr .left, #top_bnr .right {
    width:260px;
    height:71px;
	background-size:contain;
	margin-bottom:10px;
    padding: 0px;
	float:none;
}

#top_menu .left a, #top_menu .right a {
	padding: 233px 0px 0px 13px;
	letter-spacing:0.3px;
	font-size: 12px;
	height: 90px;
	line-height: 140%;
}

#mp .left, #mp .right {
	width:100%;
	margin:30px auto;
	float:none;
}

#contact {
    font-size: 1rem;
    margin: 20px auto 40px auto;
    padding: 20px 30px;
    line-height: 170%;
}

#contact .btn a { padding: 15px 5px; }

.message_wedding {
    padding: 220px 25px 70px 25px;
    background-size: 240px;
}

.message_about {
    padding: 120px 25px 70px 25px;
}
.message_wedding p, .message_about p {font-size:0.9rem;}



#pagemenu {
	width:230px;
	font-size:85%;
}

#pagemenu .left, #pagemenu .right {
	float:none;
}
#copyright {
    margin: 60px auto 0px auto;
}

#form iframe {
    height: 1540px;
}

#form iframe {
    height: 2060px;
}


}

/* *****************************************************************
*   レスポンシブ（外部サービス対策用）
* ***************************************************************** */

/* Twitter Timeline
---------------------------------------------------- */

.twitter-timeline { 
width:100%; 
height: 300px; 
}


/* Facebook Like Box
---------------------------------------------------- */

div.fb_iframe_widget,
div.fb_iframe_widget iframe[style],
div.fb_iframe_widget span {
width: 100% !important;
}


/* YouTube embed
---------------------------------------------------- */

.youtube {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top: 20px;
margin-bottom: 20px;
}
.youtube iframe,
.youtube object,
.youtube embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}