@charset "utf-8";

/* CSS Document */
/*-------------------------------------------*/
/*	初期設定
/*	基本共通設定
    -サイズ
    -見出し
    -margin
/*	共通設定
    -文字
    -文字揃え
	-表示、非表示
	-検索
/*	ボタン
/*	装飾・レイアウト・デザイン
    -見出し装飾
    -文字装飾
    -色背景・ボーダー共通
    -リストメニュー
    -flex-menu
/*	header
/*	グローバルナビ
/*	innerなど、サイズ設定
/*	flex設定
/*  共通投稿設定
/*	共通アコーディオン設定
/*	共通投稿設定
/*	サイドバー
/*	TOP
    -スライド
/*	投稿
/*	下層
/*
/*  その他デザイン仕様
/*  svg
/*  矢印(普通のシンプルな矢印(>))
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" ><path fill="%23666" d="M3.64,8.95c-.12,0-.25-.05-.34-.15-.18-.19-.17-.49.02-.67l3.28-3.13L3.31,1.87c-.19-.18-.2-.48-.02-.67.18-.19.48-.2.67-.02l3.64,3.48c.09.09.15.21.15.34s-.05.25-.15.34l-3.64,3.48c-.09.09-.21.13-.33.13Z" /></svg>');
/*-------------------------------------------*/


/*-------------------------------------------*/
/*	初期設定
/*-------------------------------------------*/
:root {
    --root-font-size: 16;
	--color-main-text: #534741;/*メインテキストカラー*/
    --color-main: #aba4b2;/*メインカラー*/
	--color-main80: #bbb6c1;/*メインカラー80%*/
	--color-main60: #ccc8d0;/*メインカラー60%*/
	--color-main40: #dddae0;/*メインカラー40%*/
	--color-main20: #eeecef;/*メインカラー20%*/
	--color-main10: #f6f5f7;/*メインカラー10%*/
	--color-maintrans80: rgba(171,164,178,0.8);/*メインカラー80%*/
	--color-maintrans60: rgba(171,164,178,0.6);/*メインカラー60%*/
	--color-maintrans40: rgba(171,164,178,0.4);/*メインカラー40%*/
	--color-maintrans20: rgba(171,164,178,0.2);/*メインカラー20%*/
	--color-maintrans10: rgba(171,164,178,0.1);/*メインカラー10%*/
	--color-accent-purple: #b390c3;
	--color-red: #B70000;
}
html {
    font-family: YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
}
body {
    font-size: calc( 16 / var(--root-font-size) * 1rem );
    line-height: 1.9;
    color: var(--color-main-text);
    font-feature-settings: "palt";
}
/*-------------------------------------------*/
/*	基本共通設定
/*-------------------------------------------*/
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

a img {
    transition: all .5s;
}

a {
    color: var(--color-main-text);
    text-decoration: none;
    transition: all .5s;
}
a:not(.wp-block-button__link):hover,
a:not(.wp-block-button__link):active {
    color: var(--color-main-text);
}
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}
dt {
    font-size: 17px;
}
/*--見出し基本設定--*/
p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3em;
}

/* サイズ */

section.space {
    padding: 80px 0;
}

#content-wrap {
    padding: 0px;
    margin-bottom: 0px;
}

body.home #content-wrap {
    margin-bottom: 0px;
}
#content {
padding: 60px 0;
}
body.home #content {
    padding: 0;
}
.content2col {
    display: flex;
    flex-wrap: wrap;
}

.content2col .mainContent {
    width: calc(100% - 300px);
}

/* margin */
.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

/*-------------------------------------------*/
/*	共通設定
/*-------------------------------------------*/
/*　文字　*/
/* フォントサイズコピペ用コード
ブラウザのデフォルトフォント1rem = 16px
なので13pxにする場合（13 / 16 = 0.8125）
*/
.font-size-dummy {
    font-size: .75rem;   /* 12px */
    font-size: .8125rem; /* 13px */
    font-size: .875rem;  /* 14px */
    font-size: 1rem;     /* 16px */
    font-size: 1.25rem;  /* 20px */
    font-size: 1.75rem;  /* 28px */
}
.adjust {
    text-indent: -0.5em;
    display: inline-block;
}

.text-c {
    text-align: center;
}

.text-r {
    text-align: right;
}
/*---GoogleFonts---*/
.font-jp-r {
  font-family: "Klee One", cursive;
  font-weight: 400;
  font-style: normal;
}
.font-jp-b {
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
}
.font-eng {
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  font-style: normal;
}
/*--文字揃え--*/
.text-cl-1199,
.text-cl-969,
.text-cl-800,
.text-cl-769,
.text-cl-660,
.text-cl-480,
.text-cl-370 {
    text-align: center;
}

/*--表示、非表示--*/
.sp-display-1199,
.sp-display-969,
.sp-display-800,
.sp-display-769,
.sp-display-660,
.sp-display-480,
.sp-display-370 {
    display: none;
}
.pc-display {
    display: block;
}
/*--検索--*/
.search-form-style {
    position: relative;
    border: 1px solid;
    width: 100%;
}
.search-form-style #s.form-text {
    padding: 10px;
    width: calc(100% - 40px);
    border: none;
}
.search-form-style .search-btn {
    border: none;
    background-color: var(--color-main-text);
    color: #fff;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    /* background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path fill="%23fff" d="M41.4,38.6l-6.8-6.8C36.8,29,38,25.6,38,22c0-4.3-1.7-8.3-4.7-11.3c-3-3-7-4.7-11.3-4.7c0,0,0,0,0,0C13.2,6,6,13.2,6,22c0,8.8,7.2,16,16,16c1.4,0,2.8-0.2,4.2-0.5c1.1-0.3,1.7-1.4,1.4-2.4c-0.3-1.1-1.4-1.7-2.4-1.4c-1,0.3-2.1,0.4-3.1,0.4c-6.6,0-12-5.4-12-12c0-6.6,5.4-12,12-12c3.2,0,6.2,1.2,8.5,3.5S34,18.8,34,22c0,3.2-1.2,6.2-3.5,8.5c-0.4,0.4-0.6,0.9-0.6,1.4c0,0.5,0.2,1,0.6,1.4l8.1,8.1C39,41.8,39.5,42,40,42s1-0.2,1.4-0.6C42.2,40.6,42.2,39.4,41.4,38.6z" /></svg>');
    background-position: calc(50% - 2.5em) center;
    background-repeat: no-repeat;
    background-size: 25px;
    padding: 10px 0 10px 45px; */
}
.search-form-style .search-btn:hover {
    opacity: .9;
}
.search-form-style .search-btn svg {
    display: block; 
    padding: 2px;
}
/*　reCAPTCHA設定　*/
.grecaptcha-badge { visibility: hidden; }
/*-------------------------------------------*/
/*	ボタン
/*-------------------------------------------*/
/*--btn-round--*/
.btn-round {
    text-align: center;
}

.btn-round a {
    display: inline-block;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" ><path fill="%23fff" d="M3.64,8.95c-.12,0-.25-.05-.34-.15-.18-.19-.17-.49.02-.67l3.28-3.13L3.31,1.87c-.19-.18-.2-.48-.02-.67.18-.19.48-.2.67-.02l3.64,3.48c.09.09.15.21.15.34s-.05.25-.15.34l-3.64,3.48c-.09.09-.21.13-.33.13Z" /></svg>');
    background-position: right 0.75em center;
    background-repeat: no-repeat;
    background-size: 10px;
    background-color: var(--color-main-text);
    padding: 17px 2.5em 17px 2em;
    color: #fff;
    border-radius: 9999px;
    line-height: 1.3em;
    min-width: 180px;
}

.btn-round a:hover {
    color: #fff;
    background-color: var(--color-accent-purple);
}
/*-------------------------------------------*/
/*	装飾・レイアウト・デザイン
/*-------------------------------------------*/
/*	見出し装飾
/*-------------------------------------------*/
/*--ttl-sand-border--*/
.ttl-sand-border {
    text-align: center;
    -webkit-font-smoothing: initial;
    padding-bottom: 0;
    background-image: none !important;
    padding-left: 0 !important;
}
.ttl-sand-border:after {
    content: none;
}
.ttl-sand-border span {
    position: relative;
    padding: 0 3em;
    display: inline-block;
}

.ttl-sand-border span:before,
.ttl-sand-border span:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid;
    width: 2em;
    height: 1px;
    top: 50%;
}

.ttl-sand-border span:before {
    left: 0;
}

.ttl-sand-border span:after {
    right: 0;
}

/*--サイドバー見出し設定--*/
#sidebarArea h2 {
    font-size: 16px;
    padding: 15px 8px;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 10px;
    position: relative;
}
#sidebarArea h2:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 1px;
}
#sidebarArea h2:after {
    content: none;
}
/*--投稿見出し設定--*/
/*--single(詳細ページ)の見出し--*/
body.single h1.single-ttl {
    font-size: 1.4375rem;
    text-align: left;
    border-bottom: 1px solid;
    padding: 20px 10px;
    margin-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
}
body.single h1.single-ttl:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 1px;
}
body.single h2 {
    text-align: left;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 15px;
    font-size: 1.25rem;
}
body.single h2:after {
    content: none;
}
body.single h3 {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 8px 10px;
    margin-bottom: 20px;
}
body.single h4 {
    position: relative;
    border-bottom: 1px solid;
    padding: 10px 0px 5px 30px;
    font-size: 120%;
    margin-bottom: 20px;
}
body.single h4:before {
    content: '';
    position: absolute;
    text-indent: -1.5em;
    background-color: rgba(0, 0, 0, 0.5);
    width: 0.9em;
    height: 0.2em;
    left: 4px;
    top: calc(10px + 0.8em);
    border-radius: 2px;
}
body.single h5 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 10px 0 5px 5px;
    font-size: 115%;
    margin-bottom: 20px;
}
body.single h6 {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
    padding: 10px 0 5px 5px;
    font-size: 110%;
    margin-bottom: 20px;
}

/*	文字装飾
/*-------------------------------------------*/
.line-marker-y {
    padding: 2px;
    background: linear-gradient(transparent 75%, #F0FF03 0%);
}
/*--pointText(頭に※)--*/
.point-text {
    position: relative;
    padding-left: 1em;
    text-indent: -1em;
    margin: 0;
    line-height: 1.5em;
}
.point-text:before {
	content: '※';
}

/*	色背景・ボーダー共通
/*-------------------------------------------*/
.frame-bg-main,
.frame-bg-gray,
.frame-bg-white,
.frame-border-main,
.frame-border-white,
.frame-border-gray,
.frame-square-gray,
.frame-dot-gray {
    padding: calc(0.5em + 4.1%);
}
.flex-bg-main,
.flex-bg-gray,
.flex-bg-white,
.flex-border-main,
.flex-border-gray,
.flex-border-white,
.flex-square-gray,
.flex-dot-gray {
    padding: calc(1.34% + 10px); 
}

/*----色背景---*/
.frame-bg-main,
.flex-bg-main {
    background-color: var(--color-main10);
}
.frame-bg-gray,
.flex-bg-gray {
    background-color: #f7f8f7;
}
.frame-bg-white,
.flex-bg-white {
    background-color: rgba(255,255,255,0.8);
}
/*----ボーダー---*/
.frame-border-main,
.flex-border-main {
    border: 1px solid var(--color-main);
}
.frame-border-white,
.flex-border-white {
    border: 1px solid rgba(255,255,255,0.8);
}
.frame-border-gray,
.flex-border-gray {
    border: 1px solid #e0e0e0;
}
/*----ベーシックな柄背景---*/
.frame-square-gray,
.flex-square-gray {
    background-image:url(/images/common/bg-square-gray.png);
    background-position: left top;
    background-repeat: repeat;
    background-size: 60px;
}
.frame-dot-gray,
.flex-dot-gray {
    background-image:url(/images/common/bg-dot-gray.png);
    background-position: left top;
    background-repeat: repeat;
    background-size: 8px;
}

/*-------------------------------------------*/
/*	リンク設定(ヘッダー追従の場合の高さ対策)
/*-------------------------------------------*/
.pageLink {
    margin-top: -60px;
    padding-top: 60px;
    }


/*-------------------------------------------*/
/*	リストメニュー
/*-------------------------------------------*/
/*---cheack-menu---*/
ul.check-menu > li {
	list-style-type: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" ><polygon fill="%232fab93" points="238,362.9 422.5,178.4 423.7,177.2 423.7,177.2 423.8,177.1 396.1,149.4 396,149.2 396,149.2 395.8,149.1 238,307 135.9,204.9 108,232.9 122,246.9"/><path fill="%23534741" d="M464.8,0H47.2C21.1,0,0,21.1,0,47.2v417.6C0,490.9,21.1,512,47.2,512h417.6c26.1,0,47.2-21.1,47.2-47.2V47.2C512,21.1,490.9,0,464.8,0z M29.7,47.2c0-9.7,7.9-17.6,17.6-17.6h417.6c9.7,0,17.5,7.9,17.6,17.6v417.6c0,9.7-7.9,17.5-17.6,17.6H47.2c-9.7,0-17.5-7.9-17.6-17.6L29.7,47.2L29.7,47.2z"/></svg>');
    background-position: left top 15px;
    background-repeat: no-repeat;
    background-size: 1em;
    padding: 10px 10px 10px 1.5em;
    line-height: 1.5em;
}
/*---arrow-menu---*/
ul.arrow-menu > li {
	list-style-type: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 8" ><polygon fill="%23534741" points="0,0 0,8 6,4" /></svg>');
    background-position: left 16px;
    background-repeat: no-repeat;
    background-size: 0.5em;
    padding: 10px 10px 10px 1em;
    line-height: 1.5em;
}
/*---circle-menu---*/
ul.circle-menu > li {
    padding: 10px 10px 10px 1em;
    margin: 0;
    line-height: 1.5em;
    position: relative;    
}
ul.circle-menu > li:before {
    content: '●';
    position: absolute;
    font-size: 0.7em;
    left: 0em;
    color: var(--color-main);
}
/*	共通　リンクメニュー
/*-------------------------------------------*/
/*---link-menu---*/
ul.link-menu {
	display: flex;
	flex-wrap: wrap;
	overflow:hidden;
}
ul.link-menu > li {
    display: flex;
    list-style-type: none;
    flex-direction: column;
    margin: 0;
    line-height: 1.3em;
    font-feature-settings: "palt";
}
ul.link-menu > li a,
ul.link-menu > li .listwrap {
    display: block;
	border: 1px solid var(--color-main-text);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 8px);
	height: 100%;
    padding: 18px 30px;
    margin: 4px;
    text-align: center;
    text-decoration: none;
}
ul.link-menu > li a {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" ><path fill="%23534741" d="M3.64,8.95c-.12,0-.25-.05-.34-.15-.18-.19-.17-.49.02-.67l3.28-3.13L3.31,1.87c-.19-.18-.2-.48-.02-.67.18-.19.48-.2.67-.02l3.64,3.48c.09.09.15.21.15.34s-.05.25-.15.34l-3.64,3.48c-.09.09-.21.13-.33.13Z" /></svg>');
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}
ul.link-menu > li a:hover {
	background-color: var(--color-main-text);
    color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" ><path fill="%23fff" d="M3.64,8.95c-.12,0-.25-.05-.34-.15-.18-.19-.17-.49.02-.67l3.28-3.13L3.31,1.87c-.19-.18-.2-.48-.02-.67.18-.19.48-.2.67-.02l3.64,3.48c.09.09.15.21.15.34s-.05.25-.15.34l-3.64,3.48c-.09.09-.21.13-.33.13Z" /></svg>');
}
ul.link-menu > li a:hover img {
filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity:1;
}
ul.link-menu > li h3 {
padding: 0;
margin: 0;
}
/*---pagelink-menu---*/
ul.pagelink-menu {
    display: flex;
	flex-wrap: wrap;
	overflow:hidden;  
}
ul.pagelink-menu > li {
    display: flex;
    list-style-type: none;
    flex-direction: column;
    margin: 0;
    line-height: 1.3em;
    font-feature-settings: "palt";
}
ul.pagelink-menu > li a {
	border: 1px solid var(--color-main-text);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 8px);
	height: 100%;
    padding: 18px 30px;
    margin: 4px;
    text-align: center;
	text-decoration: none;
	background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" ><path fill="%23000" d="M10,15.8c-0.3,0-0.7-0.1-1-0.4l-8-8C0.5,6.8,0.5,6,1,5.4s1.4-0.5,1.9,0l7,7l7-7c0.5-0.5,1.4-0.5,1.9,0s0.5,1.4,0,1.9l-8,8C10.7,15.6,10.3,15.8,10,15.8z" /></svg>');
	background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 0.5em 0.5em;
}
ul.pagelink-menu > li a:hover {
	color: #fff;
	border-color: var(--color-main);
	background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" ><path fill="%23fff" d="M10,15.8c-0.3,0-0.7-0.1-1-0.4l-8-8C0.5,6.8,0.5,6,1,5.4s1.4-0.5,1.9,0l7,7l7-7c0.5-0.5,1.4-0.5,1.9,0s0.5,1.4,0,1.9l-8,8C10.7,15.6,10.3,15.8,10,15.8z" /></svg>');
	background-position: right 10px center;
    background-repeat: no-repeat;
	background-size: 0.5em 0.5em;
	background-color: var(--color-main);
}

/*-------------------------------------------*/
/*	header
/*-------------------------------------------*/
header {
    position: relative;
    z-index: 9999;
    left: 0;
    right: 0;
}

header #header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    width: calc(100% - 150px);
    max-width: 1800px !important;
}

header #logo {
    width: 180px;
    align-self: center;
    padding-top: 5px;
}

header #logo a,
header #logo a img {
    display: block;
}

header nav#main-nav ul {
    display: flex;
}

header nav#main-nav ul li a {
    letter-spacing: 0.1em;
    position: relative;
    color: var(--color-main-text);
    padding: 8px;
    transition: initial;
}

header nav#main-nav ul li.current a,
header nav#main-nav ul li a:hover {
    color: var(--color-main-text);
}
.hamburger-menu {
    display: none;
}
/*----ヘッダー固定---*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.fixed header {
    background-color: rgba(255, 255, 255, 0.9);
}

.fixed header #header-inner {
    height: 70px;
}

.fixed header #logo {
    padding-top: 0;
}
/*-------------------------------------------*/
/*	グローバルナビ
/*-------------------------------------------*/
header nav#main-nav ul li.menu-item {
    font-size: 0.9375rem;
    position: relative; /*z-indexの指定や子要素の基準とするために指定*/
    z-index: 1; /*ドロップダウンしたメニューが隠れないように*/
    line-height: 1.3em;
 }
 header nav#main-nav ul li.menu-item a {
   display: block;    /*要素の幅いっぱいにするために指定*/
   position: relative;
 }
 header nav#main-nav > ul > li.menu-item > a:after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin: 0 auto;
   width: 86%;
   height: 2px;
   background: var(--color-accent-purple);
   transition: all .3s;
   transform: scale(0, 1);
   transform-origin: center top;
   border-radius: 5px;
 }
 header nav#main-nav > ul > li.menu-item > a:hover:after,
 header nav#main-nav > ul > li.current-menu-item:not(.menu-item-type-custom.current-menu-item) > a:after {
   transform: scale(0.3, 1);
 }
 /*マウスオーバー時等にメニューの色を変更*/
 header nav#main-nav ul li.menu-item a:hover,   /*マウスオーバー時*/
 header nav#main-nav ul li.current-menu-item a,     /*現在表示されているページのメニュー*/
 header nav#main-nav ul li.current-menu-parent a,  /*現在表示されているページの親のメニュー*/
 header nav#main-nav ul li.current-post-ancestor a {
   /*color: var(--color-accent-purple); */
 }
 header nav#main-nav ul li ul.sub-menu {
   display: none;  /*サブメニューは最初は非表示にしておく*/
   font-size: 0.9375rem;
   box-shadow: 0 2px 4px rgba(0,0,0,.1);
   transition: opacity .25s,visibility .25s;
 }
 header nav#main-nav ul li:hover ul.sub-menu {
   display: block;    /*マウスオーバー時にサブメニューを表示する*/
   position: absolute;
   z-index: 1000;
   border-top: 1px solid #ccc;
   width: 15em;
   left: 50%;
   transform: translateX(-50%);
   box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
 }
 header nav#main-nav ul li ul.sub-menu li{
   float: none;  /*サブメニューはフロートさせないので解除*/
   padding: 0;  /*親メニューのパディングを解除*/
 }
 header nav#main-nav ul li ul.sub-menu li a {  
   border: 1px solid #eee;  /*ボーダーの指定*/
   border-top: none;  /*ボーダートップは重なって太くなるので解除。一番上は ul 要素に指定*/
   padding: 10px 10px;
   background-color: #FFF;
   text-align: left;
    letter-spacing: 0;
 }
  header nav#main-nav ul li ul.sub-menu li a:hover {
  color: var(--color-accent-purple);
      background-color: var(--color-main10);
  }
 /*サブメニューで現在表示されているページのリンクの色を変更する*/
 header nav#main-nav ul li ul.sub-menu li.current-menu-item a {
   display: block;
   background-color: var(--color-main10); 
 }
/*-------------------------------------------*/
/*	innerなど、サイズ設定
/*-------------------------------------------*/
/*--共通inner--*/
.wp-block-column.top-inner,
.common-inner-setting,
body.archive #content-inner,
body.single #content-inner,
.common-inner {
    width: calc(100% - 200px);
    max-width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
}
/*--投稿のアーカイブ、シングル--*/
body.single #content,
body.archive #content,
body.post-type-archive-blog #content,
body.tax-blog_cat #content,
body.tax-blog_tag #content,
body.single-blog #content {
    background-color: #fff;
}
body.post-type-archive-blog #content-inner,
body.tax-blog_cat #content-inner,
body.tax-blog_tag #content-inner,
body.single-blog #content-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
body.single #content-inner main#main-content,
body.archive #content-inner main#main-content {
    background-color: #fff;
    /*padding: calc(0.5em + 4.2%);*/
}
body.post-type-archive-blog #content-inner main#main-content,
body.tax-blog_cat #content-inner main#main-content,
body.tax-blog_tag #content-inner main#main-content,
body.single-blog #content-inner main#main-content {
    width: calc(100% - 300px);
    margin: initial;
}

body.post-type-archive-blog aside#sidebarArea,
body.tax-blog_cat aside#sidebarArea,
body.tax-blog_tag aside#sidebarArea,
body.single-blog aside#sidebarArea {
    width: 290px;
    padding-left: 10px;
}

/*--フルサイズ(幅100%)--*/
.full,
body .is-layout-constrained .full {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    width: 100vw;
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
}

/*--100vwに対してwindowsスクロールバー対策--*/
#content-inner {
    position: relative;
    overflow: hidden;
}

/*-------------------------------------------*/
/*	flex設定
/*-------------------------------------------*/
.flex,
.flex-sb,
.flex-sa {
    display: flex;
    flex-wrap: wrap;
}

.flex-sb {
    justify-content: space-between;
}

.flex-sa {
    justify-content: space-around;
}

.flex50 {
    width: 50%;
}

.flex33 {
    width: 33.333%;
}
.flex25 {
    width: 25%;
}

/*	共通投稿設定
/*-------------------------------------------*/
/*イメージ付カード式*/
.posted-list-card ul.posted-list {
    display: flex;
    flex-wrap: wrap;
}

.posted-list-card ul.posted-list li {
    width: 50%;
    padding: 5px;
    margin-bottom: 30px;
}
.posted-list-card ul.posted-list li a:hover {
    color: var(--color-main-text);
}
body.home .posted-list-card ul.posted-list li {
    width: 33.333%;
}

.posted-list-card ul.posted-list li h3 {
    font-size: 16px;
    font-weight: 300;
}

.posted-list-card ul.posted-list li a img {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.posted-list-card ul.posted-list li a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

/*イメージ付カード式のカテゴリー欄*/
.posted-list-card ul.posted-list ul.term-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.posted-list-card ul.posted-list ul.term-list li {
    margin: 0;
    width: initial !important;
    text-align: center;
    padding: 0 3px;
    font-size: 11px;
}
.single-posted-cat-list ul li a,
.posted-list-card ul.posted-list ul.term-list li a {
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    border-radius: 3px;
    border: 1px solid rgba(62, 58, 57, 0.3);
    padding: 0 7px;
    margin-bottom: 3px;
}
.single-posted-cat-list ul li a:hover,
.posted-list-card ul.posted-list ul.term-list li a:hover {
    background-color: rgba(62, 58, 57, 0.8);
    border-color: rgba(62, 58, 57, 0.8);
    color: rgba(255, 255, 255, 0.8);
}

.posted-date .date,
.posted-date .modified-date {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1.3em;
    padding-left: 1.5em;
    font-size: 13px;
    display: inline-block;
}

.posted-date .date {
    background-image: url(/images/icon/icon-date.png);
}

.posted-date .modified-date {
    background-image: url(/images/icon/icon-modified-date.png);
    margin-left: 5px;
}

/*イメージなしリスト式*/
.posted-list-simple ul.posted-list li a {
    display: block;
    padding: 30px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.posted-list-simple ul.posted-list li a:hover {
    color: #9990bb;
}

.posted-list-simple ul.posted-list li a:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #9990bb;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left bottom;
}

.posted-list-simple ul.posted-list li a:hover:before {
    transform: scale(1, 1);
}

.posted-list-simple ul.posted-list li:first-of-type {
    padding-top: 0;
}

.posted-list-simple ul.posted-list li h3,
.posted-list-simple ul.posted-list li .posted-date {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3em;
}

.posted-list-simple ul.posted-list li .posted-date {
    width: 100px;
}

.posted-list-simple ul.posted-list li .posted-ttl {
    width: calc(100% - 100px);
}

.posted-list-simple ul.posted-list li a .posted-a-wrap {
    display: flex;
    background-image: url(/images/common/arrow-brown01.png);
    background-position: right top 0.75em;
    background-repeat: no-repeat;
    background-size: 10px 8px;
    padding: 0 1.5em 0 0;
}

.posted-list-simple ul.posted-list li a:hover .posted-a-wrap {
    background-image: url(/images/common/arrow-purple01.png);
}
/*	サイドバー
/*-------------------------------------------*/
/*---共通---*/
#sidebarArea .sidebar-block:first-of-type h2.mt30 {
margin-top: 0 !important;
}
#sidebarArea a:hover {
    color: var(--color-main80);
}
/*サイドバーのカード式*/
#sidebarArea .posted-list-card ul.posted-list li {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 5px;
}
#sidebarArea .sidebar-achievement {
    background-color: rgba(153, 144, 187, 0.1);
    padding: 10px 10px 30px;
}

#sidebarArea .sidebar-block ul[class$="_cat"] li a {
    background-image: url(/images/icon/icon-archive-folder.svg);
    background-position: left top 0.3em;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    padding-left: 1.5em;
}
#sidebarArea .sidebar-block ul[class$="_cat"] li ul.child li a {
    background-image: url(/images/common/arrow-brown01.png);
    background-position: left top 0.5em;
    background-repeat: no-repeat;
    background-size: 10px 7px;
    padding-left: 1em;
}
#sidebarArea .sidebar-block ul[class$="_tag"] li a {
    background-color: rgba(0, 0, 0, 0.05);
    display: block;
    border-radius: 3px;
    padding: 0 7px;
}
#sidebarArea .sidebar-block ul.posted-list li ul.child {
    margin-top: 5px;
}
#sidebarArea .sidebar-block ul.posted-list li ul.child li:last-of-type {
    border: none;
}
#sidebarArea .sidebar-block ul.posted-list li ul.child li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    font-size: 13px;
}
#sidebarArea .sidebar-block ul.posted-list li ul.child li:first-of-type {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}#sidebarArea .sidebar-block ul.posted-list li ul.child li a {
    background-image: url(/images/common/arrow-brown01.png);
    background-position: left top 0.5em;
    background-repeat: no-repeat;
    background-size: 10px 7px;
    padding-left: 1em;
}

#sidebarArea .sidebar-blog-tag ul {
    display: flex;
    flex-wrap: wrap;
}
#sidebarArea .sidebar-blog-tag ul li {
    text-align: center;
    padding: 0 3px;
    font-size: 12px;
}
#sidebarArea .sidebar-blog-tag ul li a {
    background-color: rgba(0, 0, 0, 0.05);
    display: block;
    border-radius: 3px;
    padding: 0 7px;
}
#sidebarArea .sidebar-blog-tag ul li a:hover {
    background-color: rgba(62, 58, 57, 0.8);
    color: rgba(255, 255, 255, 0.8);
}
/*-------------------------------------------*/
/*	TOP(ホーム)
/*-------------------------------------------*/
/*-------------------------------------------*/
/*	スライド
/*-------------------------------------------*/
[class*=swiper]:focus {
    outline: none;
  }
/*---スライドテキスト---*/
#top-mv {
    position: relative;
}
#top-mv .slide-text {
font-weight: normal;
line-height: 1.6;
position: absolute;
color: #fff;
left: 80px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}

#top-mv .slide-text h2 {
    font-size: 2.7rem;
    line-height: 1.85em;
font-family: "Klee One", cursive;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.25em;
	color: var(--color-main-text);
}
#top-mv .slide-text p {
    color: var(--color-accent-purple);
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  font-style: normal;
    font-size: 24px;
    letter-spacing: 0.1em;
}
/*--スライドページネーション--*/
#top-mv .swiper-pagination {
display: none;/*---スライドなしなので一旦非表示---*/
    width: 3px;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: initial;
    right: 3.2rem;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: auto;
  }
#top-mv .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.4);
    outline:none;  
    display: block;
    width: 3px;
    height: 4rem;
}
#top-mv .swiper-pagination-bullet-active {
    background-color: var(--color-main);
  }
#top-mv .swiper-pagination-bullet:not(:first-of-type) {
margin-top: 0.8rem;
}
/*--高さ--*/
#top-mv .slide-media {
    height: 800px;
    height: 54vw;/*ここでスライドの高さ調整可能*/
    position: relative;
    width: calc(100% - 150px);
    overflow: hidden;
    margin-left: auto;
  }
#top-mv .slide-media img {
width: 100%;
    height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
/*----------スライドアニメーション(スライドなしなのでコメントアウト)
#top-mv .slide-media img {
    -webkit-transition: 7s 1s ease-out;
    transition: 7s 1s ease-out;
  }
#top-mv .swiper-slide[class*=-active] .slide-media img {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
#top-mv .swiper-fade .swiper-slide {
-webkit-transition-property: opacity, -webkit-transform !important;
transition-property: opacity, -webkit-transform !important;
transition-property: opacity, transform !important;
transition-property: opacity, transform, -webkit-transform !important;
pointer-events: none;
}
#top-mv .swiper-fade .swiper-slide-active {
pointer-events: auto;
}
#top-mv .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#top-mv .swiper-slide[class*=-active] .slide-title {
  -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
          animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}

  @-webkit-keyframes mv01-fadeIn {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
      -webkit-filter: blur(300px);
              filter: blur(300px);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      -webkit-filter: blur(0);
              filter: blur(0);
    }
  }

  @keyframes mv01-fadeIn {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
      -webkit-filter: blur(300px);
              filter: blur(300px);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      -webkit-filter: blur(0);
              filter: blur(0);
    }
  }
------------*/
/*-------------------------------------------*/
/*	TOP(ホーム)コンテンツ
/*-------------------------------------------*/
body.home {
background-image: url(/images/top/top-bg04.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
body.home section {
padding: 80px 0;
}
body.home section h2 {
font-family: "Klee One", cursive;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    margin-bottom: 35px;
    background-image: url(/images/common/deco-star-purple.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 0.8em;
    padding-left: 1.25em;
}
body.home section h2.text-c {
    width: fit-content;
    margin: 0 auto 35px;
    padding: 0 1.5em;
    background-image: url(/images/common/deco-star-purple.png), url(/images/common/deco-star-purple.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: 0.8em, 0.8em;
}
/*---top-about---*/
section#top-about {
    background-image: url(/images/top/top-bg01.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
section#top-about .flex-sb {
align-items: center;
}
section#top-about .top-about-text {
    width: 42%;
}
section#top-about .top-about-text p {
margin-top: 20px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}
section#top-about .top-about-text p:first-of-type {
margin-top: 0px;
}
section#top-about .top-about-img {
    width: 53%;
}
/*---top-seminar---*/
section#top-seminar {
    background-color: #fff;
}
section#top-seminar .top-seminar-text {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    letter-spacing: 0.1em;	
}
section#top-seminar .top-seminar-text p {
    line-height: 1.8em;
}
section#top-seminar .top-seminar-text ul {
    margin: 60px auto 30px;
}
section#top-seminar .top-seminar-text ul li {
    width: 49%;
    border: 1px solid var(--color-accent-purple);
    text-align: center;
    color: var(--color-accent-purple);
    padding: 18px 10px;
    font-size: 18px;
    line-height: 1.3em;
}
/*---top-seminar-bnr--*/
section#top-seminar .top-seminar-bnr {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
section#top-seminar .top-seminar-bnr ul li {
    margin: 60px auto;
}
section#top-seminar .top-seminar-bnr ul li:last-of-type {
margin-bottom: 0;
}
section#top-seminar .top-seminar-bnr ul li a {
position: relative;
display: block;
    border: 1px solid;
}
section#top-seminar .top-seminar-bnr ul li a:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: -1;
}
section#top-seminar .top-seminar-bnr ul li a:hover {
    transform: translate(-3px, -3px);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
section#top-seminar .top-seminar-bnr ul li a:hover img {
    opacity: 0.9;
}
/*---デンタルカウンセラー--*/
section#top-seminar ul li.top-seminar-bnr-tc-basic a {
border-color: rgba(182,100,203,0.5);
}
section#top-seminar ul li.top-seminar-bnr-tc-basic a:after {
    background-color: #ad51c5;
}
/*---新人研修--*/
section#top-seminar ul li.top-seminar-bnr-new-training a {
border-color: rgba(109,195,0,0.5);
}
section#top-seminar ul li.top-seminar-bnr-new-training a:after {
    background-color: #a9db00;
}
/*---top-overview---*/
section#top-overview {
    background: linear-gradient(to bottom, #fff 0%, transparent 80%);
background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
}
section#top-overview h2 {
    letter-spacing: 0.1em;
}
section#top-overview table {
border-top: 1px solid var(--color-main);
    width: 100%;
	max-width: 700px;
	margin: 0 auto;
	}
section#top-overview table tr th,
section#top-overview table tr td {
border-bottom: 1px solid var(--color-main);
    padding: 30px 20px;
}
section#top-overview table tr th {
font-weight: bold;
    text-align: left;
    vertical-align: initial;
}
/*---top-contact---*/
section#top-contact {
position: relative;
}
section#top-contact h2 {
    font-size: 20px;
    padding: 0;
    margin-bottom: 25px;
}
/*
section#top-contact:after {
content: '';
position: absolute;
width: 100%;
height: 50%;
left: 0;
bottom: 0;
background-color: var(--color-main-text);
z-index: -1;
}
*/
section#top-contact .top-contact-inner {
text-align: center;
    border: 1px solid;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.5);
}

section#top-contact .top-contact-eng {
    font-size: 4rem;
	-webkit-font-smoothing: antialiased;
    line-height: 1em;
}


/*footer*/
footer {
    color: rgba(255, 255, 255, 0.8);
    background-color: var(--color-main-text);
    font-size: 0.9375rem;
	position: relative;
}
footer .foot-ttl {
    position: relative;
    font-size: 16px;
	padding-left: 1em;
}
footer .foot-ttl:before {
    content: '⚫︎';
    position: absolute;
    color: rgba(255, 255, 255, 0.8);
    font-size: .75em;
    left: 0;
    top: 0.05em;
}
footer a,
footer ul.footer-sub-list li a {
    color: rgba(255, 255, 255, 0.8);
}
footer a:hover,
footer ul.footer-sub-list li a:hover,
footer nav#foot-nav ul li a:hover {
    color: rgba(255, 255, 255, 0.8);
opacity: 0.7;
}
#footer-wrap {
    padding: 40px 0 25px;
}

footer nav#foot-nav ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
}

footer nav#foot-nav ul li a {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 0 1.25em;
    position: relative;
}
footer nav#foot-nav ul li a:before {
    content: '';
    position: absolute;
    width: 0.7em;
    top: 50%;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-l {
    width: 280px;
    padding-right: 50px;
}

.footer-r {
    width: calc(100% - 280px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 10px;
}

.footer-l ul {
    margin-top: 10px;
}

.footer-logo-list li {
    width: 49%;
    margin: 0 0.5%;
}

.footer-logo {
    width: 160px;
}

ul.footer-sub-list li {
    margin-right: 15px;
}

ul.footer-sub-list li:last-of-type {
    margin-right: 0px;
}

ul.footer-sub-list li a,
.footer-bottom .footer-bottom-nav ul li a {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" ><path fill="%23fff" d="M3.64,8.95c-.12,0-.25-.05-.34-.15-.18-.19-.17-.49.02-.67l3.28-3.13L3.31,1.87c-.19-.18-.2-.48-.02-.67.18-.19.48-.2.67-.02l3.64,3.48c.09.09.15.21.15.34s-.05.25-.15.34l-3.64,3.48c-.09.09-.21.13-.33.13Z" /></svg>');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 10px 8px;
    padding: 0 0 0 13px;
    color: rgba(255, 255, 255, 0.8);
}
ul.footer-sub-list li a:hover,
.footer-bottom .footer-bottom-nav ul li a:hover {
    opacity: 0.7;
}
.foot-sns ul {
    display: flex;
    flex-wrap:wrap;
    justify-content: flex-end;
}
.foot-sns ul li {
    width: 37px;
    padding: 0 4px;
}
.foot-sns ul li.foot-sns-youtube {
    display: none;
}
.foot-sns ul li a:hover,
.foot-sns ul li a:hover img {
    opacity: 0.7;
}
/*--footer-bottom--*/
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 20px;
    font-size: 13px;
}

.footer-bottom .footer-bottom-nav {
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}
.footer-bottom .footer-bottom-nav ul {
    justify-content: flex-end;
}
.footer-bottom .footer-bottom-nav ul li {
    padding-left: 15px;
}



/*-------------------------------------------*/
/*	下層
/*-------------------------------------------*/
/*--下層タイトル周り--*/
#page-ttl {
position: relative;
    padding: 100px 50px;
    background-image: url(/images/top/top-bg01.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
#page-ttl:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: var(--color-main20);
z-index: -2;
}
#page-ttl img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    left: 0;
    top: 0;
    z-index: -1;
}
.page-ttl-text {
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}
/*--ぱんくずリスト--*/
#breadcrumb {
    padding: 10px 0;
}
#breadcrumb .fbc-page .fbc-wrap .fbc-items {
    background-color: transparent;
    line-height: 1.3em;
}
#breadcrumb .fbc-page .fbc-wrap .fbc-items li {
    padding: 0px 2px;
}
#breadcrumb .fbc-page .fbc-wrap .fbc-items li:first-child {
    padding-left: 0;
}
/*--プライバシーポリシー--*/
#page-privacy dl {
    margin-top: 30px;
border: 3px solid var(--color-main40);
padding: calc(0.5em + 4.1%);
}
#page-privacy dl dt {
    position: relative;
    padding-left: 1em;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid var(--color-main40);
}
#page-privacy dl dt:first-of-type {
    margin-top: 0px;
}
#page-privacy dl dt:before {
    content: '⚫︎';
    position: absolute;
    color: var(--color-accent-purple);
    font-size: 1em;
    left: 0;
}
/*-------------------------------------------*/
/*	サイトマップ
/*-------------------------------------------*/
#sitemap {
    border: 3px solid rgba(0,0,0,0.1);
    padding: calc(0.5em + 4.1%);
}
.sitemap-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sitemap-l,
.sitemap-r {
    width: 48%;
}
ul.page-sitemap-list ul {
    margin-left: 0.5em;
}
#sitemap li a {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" ><path fill="%23666" d="M3.64,8.95c-.12,0-.25-.05-.34-.15-.18-.19-.17-.49.02-.67l3.28-3.13L3.31,1.87c-.19-.18-.2-.48-.02-.67.18-.19.48-.2.67-.02l3.64,3.48c.09.09.15.21.15.34s-.05.25-.15.34l-3.64,3.48c-.09.09-.21.13-.33.13Z" /></svg>');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 8px 8px;
    padding-left: 12px;
    color: #666;
}
#sitemap li a:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" ><path fill="%23999" d="M3.64,8.95c-.12,0-.25-.05-.34-.15-.18-.19-.17-.49.02-.67l3.28-3.13L3.31,1.87c-.19-.18-.2-.48-.02-.67.18-.19.48-.2.67-.02l3.64,3.48c.09.09.15.21.15.34s-.05.25-.15.34l-3.64,3.48c-.09.09-.21.13-.33.13Z" /></svg>');
    color: #999;
}
/*-------------------------------------------*/
/*	archive
/*-------------------------------------------*/
.page-menu {
    background-color: #e9e5e1;
    padding: 50px;
    margin: 50px auto;
}

.page-menu h3 {
    width: 300px;
}

.page-menu ul {
    width: calc(100% - 300px);
}

.page-menu ul li {
    width: 33%;
}

.works-list {
    margin-top: 60px;
    padding: 0 5%;
}

.works-list ul li {
    width: 46%;
    margin-bottom: 60px;
}

.works-list ul li h3 {
    font-size: 16px;
    margin: 10px 0;
}

.works-list ul li img {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.works-list .genre {
    display: inline-block;
    background-color: #e9e5e1;
    padding: 0 15px;
    border-radius: 2em;
}

/*-------------------------------------------*/
/*	archiveページネーション
/*-------------------------------------------*/
.nav-links {
    text-align: center;
    margin-top: 40px;
}

.nav-links span,
.nav-links a:not(.next, .prev) {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    line-height: 3em;
    display: inline-block;
    margin: 0 2px;
    background-color: rgba(62, 58, 57, 0.3);
}

.nav-links a:not(.next, .prev):hover,
.nav-links .current {
    background-color: rgba(62, 58, 57, 0.8);
    color: #fff;
}

/*-------------------------------------------*/
/*	single
/*-------------------------------------------*/
.single-wrap {
    width: 100%;
    max-width: 840px;
    margin: 60px auto 0;
}

.single-wrap h1 {
    font-size: 17px;
    border-bottom: 1px solid;
    margin: 0 0 25px;
    padding: 0px 0px 15px;
    line-height: 1.3em;
}

.detail_contents {
    margin: 30px auto 60px;
}

.detailBox {
    margin: 30px auto;
    border: 1px solid;
    padding: 20px;
}

.urlLink a {
    background-image: url(/images/port/common/arrowBrown_link.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 0.8em;
    padding-right: 1em;
}

/*-------------------------------------------*/
/*	singleページネーション
/*-------------------------------------------*/
.pager ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: rgba(0,0,0,0.05);
    padding: 10px 0;
    margin-top: 30px;
}

.pager ul li {
    text-align: center;
    padding: 0;
    width: 33.333%;
}
.pager ul li:nth-of-type(2) {
    border-left: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
}

/*-------------------------------------------*/
/*	ページトップ
/*-------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
}

#page-top a {
    text-decoration: none;
}

#page-top a:hover {
    background-color: rgba(182, 100, 203, 0.8);
}

#page-top a img {
    width: 50px;
    padding: 20px;
    display: block;
    line-height: 40px;
    background-color: rgba(62, 58, 57, 0.8);
    border-radius: 50%;
}

#page-top a:hover img {
    background-color: rgba(111, 98, 160, 0.8);
}
/*-------------------------------------------*/
/*	FAQ
/*-------------------------------------------*/
.faq-block summary {
    outline: none;
position: relative;
padding: 30px 65px 30px 70px;
border: 1px solid;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55" ><circle fill="%23000" cx="27.5" cy="27.5" r="27.5"/><path fill="%23fff" d="M34.5,39.1c-0.5-0.7-0.7-0.9-2.4-2.6c-1.5,0.8-2.8,1.2-4.7,1.2c-2.7,0-4.9-0.9-6.6-2.5C19,33.3,18,30.5,18,27.3c0-6.4,3.8-10.6,9.5-10.6c5.7,0,9.4,4.1,9.4,10.4c0,1.8-0.3,3.3-0.8,4.7c-0.5,1.1-0.9,1.8-1.9,3l0.7,0.7c0.6,0.6,1.1,1,1.6,1.4L34.5,39.1zM29.9,30.5c0.4,0.5,0.9,1,2,2.1c1.1-1.4,1.6-2.9,1.6-5.4c0-2.5-0.7-4.6-2-5.9c-1-1-2.4-1.5-3.9-1.5s-2.9,0.5-3.9,1.5c-1.3,1.3-2,3.4-2,6c0,4.6,2.4,7.6,6,7.6c0.9,0,1.6-0.2,2.3-0.5c-0.8-0.8-1.3-1.2-2-1.8L29.9,30.5z" /></svg>');
    background-position: 20px 25px;
    background-repeat: no-repeat;
    background-size: 37px;
}
.faq-block summary:before,
.faq-block summary:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -1px;
    height: 3px;
    width: 15px;
    background-color: var(--color-main-text);
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 1px; 
}
.faq-block summary:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.faq-block summary:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.faq-block[open] summary:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.faq-block summary::marker {
    content: none;
}
.faq-block-a-box {
    margin-top: 10px;
padding: 30px 30px 30px 70px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55" ><circle fill="%23000" cx="27.5" cy="27.5" r="27.5"/><path fill="%23fff" d="M32.9,36.2c-0.2-0.8-0.4-1.9-0.7-2.7l-1-2.8h-8.1l-1,2.8c-0.5,1.2-0.6,1.6-0.8,2.7h-4.2c0.4-0.7,0.9-1.8,1.3-3l5.6-14.6c0.5-1.3,0.7-1.9,0.8-2.6h4.4c0.1,0.6,0.3,1,0.9,2.6l5.6,14.6c0.6,1.6,0.9,2.3,1.3,3H32.9zM27.6,20.3c-0.1-0.3-0.2-0.6-0.5-1.4c-0.4,1.2-0.4,1.2-0.5,1.4L24,27.8h6.3L27.6,20.3z" /></svg>');
    background-position: 20px 25px;
    background-repeat: no-repeat;
	background-size: 37px;
	background-color: var(--color-maintrans10);
}
