
@charset "UTF-8";


/*--------------------------------------------------------------------
共通
---------------------------------------------------------------------*/
body {
	font-feature-settings: "palt";
	/*text-align: justify;*/
	letter-spacing: 1px;
	color: #222;
	line-height: 1.7;
	background: url(images/bg_body.png) repeat center top;
	font-size: 16px;
	
	/*font-family: "Zen Maru Gothic", sans-serif;*/
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 500;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a,
a:link,
a:active,
a:hover,
a:visited {
}
a:hover {
	opacity: 0.8;
	color: #d48216;
}

.entry-content a:not([class]),
.entry-excerpt a:not([class]),
#comments .comment-body a:not([class]),
.widget-container.widget_text a:not([class]),
.lp-text .lp-text-content a:not([class]),
.lp-block .lp-block-text a:not([class]),
.lp-box .lp-box-text-inside a:not([class]) {
	text-decoration: none;
}

img {
	vertical-align: middle;
}

.pc {
}
.sp {
	display: none;
}
.over {
	overflow: hidden;
}
.cnt {
	text-align: center;
}

#page {
	background-color: rgba(255, 255, 255, 0.3);
}
body.home #page {
	background: none;
}

.breadcrumb-wrapper {
	background-color: #fff;
	padding: 10px;
}
#crumbs {
	margin: 0;
}


/*追従ボタン*/
#spbtn {
	display: none;
}
#sidebtn {
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 150;
	padding: 0;
	margin: 0;
	
	top: 20%;
}
#sidebtn ul {
}
#sidebtn ul li {
	padding: 30px 10px;
	text-align: center;
	list-style-type: none;
	background-color: #01a369;
	border-radius: 20px 0 0 20px;
}


.grecaptcha-badge {
	z-index: 100;
	bottom: 90px !important;
}

/*レイアウト*/
body.page-template-page-org.rightsidebar #primary {
	float: none;
	width: 100%;
	padding: 0;
}
body.page-template-page-org.rightsidebar #secondary {
	display: none;
}

/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
.header-t {
	background-color: #ffa6b5;
}
.header-t .top-left {
	width: 100%;
	color: #fff;
}
.header-t .top-left .telnum {
	font-size: 22px;
}
.header-t .top-left span a {
	color: #fff;
}
.header-t .top-left .open {
	font-size: 15px;
	letter-spacing: 0;
}
.header-t .top-left .telnum {
	margin-right: 5px;
}
.header-t .top-left span {
	line-height: 1.5;
}

header#masthead .main-header {
	background-color: #fffcf2;
}

header#masthead .wrapper {
	max-width: 100%;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	
	max-width: 1300px;
	width: 100%;
}
.main-header .site-branding,
.main-header .menu-wrap {
	padding-bottom: 12px;
	padding-top: 12px;
}
ul#primary-menu li {
	/*
	font-weight: 500;*/
	letter-spacing: 0;	
}

/*--------------------------------------------------------------
ナビゲーション
--------------------------------------------------------------*/



/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
footer#colophon {
}
footer#colophon .top-footer .grid {
	color: #222;
	font-size: 14px;
}
footer#colophon .widget ul li {
	margin-bottom: 10px;
}
footer#colophon h2.widget-title {
	display: none;
}

#finfo ul {
}
#finfo ul li {
	color: #222;
}
#finfo ul li a {
	color: #222;
}

ul#menu-fnavi li {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-color: #fff;
}

#copytxt {
	text-align: center;
	font-size: 12px;
}

/*--------------------------------------------------------------
コンテンツ
--------------------------------------------------------------*/
body#org header.page-header {
	background: url(images/bg_green01.jpg) repeat center;
	padding: 100px 20px;
	
	background: url(images/bg_ptitle.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 40px;
}
body#org header.page-header h1 {
	margin: 0 auto;
	letter-spacing: 0;
	font-size: 40px;
	text-align: center;
	color: #ee778b;
}

/*--- 見出し -----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
}

#wrap_page h2 {
	text-align: center;
	position: relative;
	padding-bottom: 13px;
	margin: 80px auto 50px;
	font-size: 32px;
}
h3 {
	color: #ee778b;
	font-size: 20px;
}
h4 {
	font-size: 18px;
}

#wrap_page h3 {
	background: url(images/bg_pink01.jpg) repeat center;
	padding: 10px 20px;
	border-radius: 50px;
	color: #fff;
	margin: 30px 0 20px;
	font-weight: 600;
}


#wrap_page h4 {
    position: relative;
    padding: 10px 20px;
	background-color: #ffeff2;
}
#wrap_page h4::before,
#wrap_page h4::after {
    display: inline-block;
    position: absolute;
    width: 1em;
    height: 1em;
    content: '';
}
#wrap_page h4::before {
    top: 0;
    left: 0;
    border-top: 3px solid #ee778b;
    border-left: 3px solid #25c8d0;
}

#wrap_page h4::after {
    bottom: 0;
    right: 0;
    border-bottom: 3px solid #ee778b;
    border-right: 3px solid #25c8d0;
}


/*
#wrap_page h4 {
    display: inline-block;
    position: relative;
    margin: calc(30px / 1) 0 calc(30px / 1) calc(32px / 2);
    line-height: 1;
	color: #333;
	font-weight: 600;
	letter-spacing: 2px;
}

#wrap_page h4::before {
    position: absolute;
    bottom: calc(-36px / 4);
    left: calc(-36px / 2);
    z-index: -1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #bbdbfb;
    content: '';
}
*/

/*--- テキスト -----------------------------------------------*/
.txt_L {
	font-size: 120%;
}
.txt_S {
	font-size: 85%;
}
.txt_pink {
	color: #EC577C;
}
.pline01 {
	background: linear-gradient(transparent 85%, #EC577C 0%);
	display: inline-block;
	font-weight: bold;
	color: #222;
}
.sign {
	text-align: right;
}

/*--- リスト -----------------------------------------------*/
#wrap_page ul,
#wrap_page ol {
	margin: 0 0 20px 30px;
}
#wrap_page ul li {
	/*list-style-type: disc;*/
}
#wrap_page ol li {
}

#wrap_page ul.style01 {
    list-style-type: none;
    counter-reset: li;
	margin: 0 auto 30px;
	width: 96%;
}
#wrap_page ul.style01 li {
    display: flex;
    align-items: center;
    padding: 10px 5px;
	margin: 0;
	border-bottom: 3px dotted #ffa4b3;
	font-size: 110%;
	list-style-type: none;
}
#wrap_page ul.style01 li:before {
	content: "●";
	color: #ee778b;
    margin-right: 5px;
    /*display: inline-block;
    min-width: 1.7em;
    border-radius: 50%;
    background-color: #ee778b;
    color: #fff;
    line-height: 1.7em;
    text-align: center;
    font-weight: bold;
    font-size: .75em;
	content: counter(li);
    counter-increment: li;*/
}
#wrap_page ul.komemark {
	margin-left: 0;
}
#wrap_page ul.komemark li {
	list-style-type: none;
	line-height: 1.5;
}
#wrap_page ul.komemark li:before {
	content: "※";
	color: #ee778b;
	font-weight: bold;
	font-size: 110%;
}
#wrap_page ul.komemark2 {
	list-style:none;
}
dl {
}
dt {
	font-weight: 500;
}
dd {
}

dt.ic01 {
	background-image: url(images/infoicon01.png);
}
dt.ic02 {
	background-image: url(images/infoicon02.png);
}
dt.ic03 {
	background-image: url(images/infoicon03.png);
}
dt.ic04 {
	background-image: url(images/infoicon04.png);
}
dt.ic05 {
	background-image: url(images/infoicon05.png);
}


/*--- table -----------------------------------------------*/
#wrap_page th {
	width: 30%;
}
#wrap_page table.price th {
	width: auto;
}
#wrap_page table.price td {
	width: 30%;
	text-align: right;
}

#wrap_page table.style01 {
	border-top: 1px solid #daf0f0;
	border-right: 1px solid #daf0f0;
}
#wrap_page table.style01 tbody tr:nth-child(2n+1),
#wrap_page table.style01 tr {
	background: none;
}
#wrap_page table.style01 th,
#wrap_page table.style01 td {
	border-bottom: 1px solid #daf0f0;
}
#wrap_page table.style01 th {
	background-color: #daf0f0;
}
#wrap_page table.style01 td {
}

#wrap_page table ul,
#wrap_page table ol {
	margin-bottom: 0;
}
#wrap_page table ul li,
#wrap_page table ol li {
	margin: 0;
}

/* box ---------------------------------------------*/
.bikoubox01 {
	background-color: #f1f1f1;
	padding: 20px;
	margin-bottom: 30px;
}

.mgnB20 {
	margin-bottom: 20px;
}
.mgnB30 {
	margin-bottom: 30px;
}
.mgnB50 {
	margin-bottom: 50px;
}


/*--------------------------------------------------------------
投稿系
--------------------------------------------------------------*/


/*カテゴリ*/
body.archive .site-content,
body.single .site-content {
	margin-top: 0;
}
body.archive header.page-header,
body.single header.page-header {
	background: url(images/bg_blue01.jpg) repeat center;
	padding: 50px 20px;
}
body.archive header.page-header .page-title,
body.single header.page-header .page-title {
	font-size: 40px;
}
body.archive #primary {
	overflow: hidden;
}
body.archive #primary #main {
	float: left;
	width: 100%;
	height: 100% !important;
}
body.archive #primary nav.pagination {
	float: left;
	width: 100%;
}
body.archive.grid-view .site-main {
	margin-left: 0;
	margin-right: 0;
}

body.archive.grid-view article {
	/*float: none;*/
	width: 100%;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #c1e7e8;
}
body.archive article figure.post-thumbnail {
	display: none;
}
body.archive span.showing-result {
	display: none;
}
body.archive header.entry-header {
	margin-bottom: 10px;
}
body.archive .entry-meta {
	line-height: 1.3;
	font-size: 14px;
	margin-bottom: 5px;
}
body.archive .entry-meta a {
	color: #444;
}
body.archive h3.entry-title {
	letter-spacing: 0;
	font-size: 18px;
	
	background: url(images/bg_pink01.jpg) repeat center;
	padding: 10px 20px;
	border-radius: 50px;
	color: #fff;
	font-weight: 600;
}
body.archive h3.entry-title a,
body.archive h3.entry-title a:hover {
	color: #fff;
}
body.archive article .entry-content {
	margin-top: 0;
	margin-bottom: 10px;
}
body.archive .btn-link {
	color: #ee778b;
	font-weight: 400;
}

body.archive .navigation .nav-links {
	padding: 10px 0;
	margin-top: 20px;
	background-color: #fff;
}
body.archive .nav-links a.page-numbers.next,
body.archive .nav-links a.page-numbers.prev {
	/*position: relative;*/
	top: 12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
}
body.archive .nav-links a.page-numbers.prev {
	padding-left: 30px;
}
body.archive .nav-links a.page-numbers.next {
	padding-right: 45px;
}
body.archive .nav-links a.page-numbers.next:before,
body.archive .nav-links a.page-numbers.prev:before {
	width: 25px;
	height: 25px;
	line-height: 25px;
	box-shadow: none;
}
body.archive .nav-links span.page-numbers.current {
	box-shadow: none;
}


/*個別投稿ページ*/
body.single #primary #main {
	background-color: #fff;
	padding: 30px;
	border: 1px solid #c1e7e8;
}
body.single #primary .post-thumbnail {
	display: none;
}
body.single header.entry-header {
	margin-bottom: 20px;
}
.single.style1 .site-main article > .entry-header .entry-title {
	font-size: 24px;
	letter-spacing: 0;
	color: #333;
	margin-bottom: 0;
	background: url(images/bg_pink01.jpg) repeat center;
	padding: 10px 20px;
	border-radius: 50px;
	color: #fff;
}
.single.style1 .entry-meta span {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px;
}
body.single .entry-content h2,
body.single .entry-content h3 {
	letter-spacing: 0;
}
body.single .entry-content h2 {
	font-size: 22px;
	border-bottom: 2px solid #88ced0;
	border-bottom: 2px solid #ee778b;
	padding-bottom: 10px;
	margin-top: 30px;
}
body.single .entry-content h3 {
	margin-bottom: 20px;
	margin-top: 30px;
}
body.single .entry-content h4 {
	border-left: 5px solid #ee778b;
	padding-left: 6px;
}
body.single .entry-content table tbody tr:nth-child(2n+1) {
	background: none;
}
body.single .entry-content table {
	border-top: 1px solid #9cc;
	border-left: 1px solid #9cc;
}
body.single .entry-content tr th,
body.single .entry-content tr td {
	border-bottom: 1px solid #9cc;
	border-right: 1px solid #9cc;
}
body.single .entry-content tr th {
	background-color: #daf0f0;
	background-color: #e4f7f7;
}

body.single .entry-content ul,
body.single .entry-content ol {
	margin: 0 0 20px 30px;
}
body.single .entry-content ul li {
	border-bottom: 1px solid #c1e7e8;
}
body.single .entry-content ul li::marker {
	color: #ee778b;
}
body.single footer.entry-footer {
	margin-bottom: 0;
}

/*ページネーション*/
.single .navigation .nav-links {
	font-size: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}
.single .nav-links a figure {
	display: none;
}
.single .nav-links div[class*="nav"] a {
	font-size: 14px;
	color: #444;
	line-height: 1.5;
	font-weight: 400;
}
.single .pagination .nav-previous a {
	padding-left: 30px;
}
.single .nav-links div.nav-next a {
	padding-right: 30px;
	padding-left: 0;
}
.single .pagination .nav-previous::after,
.single .pagination .nav-next::after {
	display: none;
}


/*--------------------------------------------------------------
サイドバー
--------------------------------------------------------------*/
#secondary {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #c1e7e8;
}
#secondary .widget {
	margin-bottom: 30px;
}
.widget:last-child {
	margin-bottom: 0;
}
#secondary .widget-title {
	font-size: 18px;
	margin-bottom: 20px;
	background: url(images/bg_green01.jpg) repeat;
	padding: 10px;
	text-align: center;
	color: #e1667b;
	border-radius: 10px;
}
#secondary .widget-title:before,
#secondary .widget-title:after {
	display: none;
}
#secondary .widget ul li a {
	color: #333;
}






































