/*
Theme Name:krm0730
*/
/* ---------- initialze ----------*/

/*
#page .site-content {
    margin-bottom: 0 !important;
}
.site-content > .container {
    width: 100%;
	background-color: #fff;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 0;
}
.hentry {
	border: none;
    padding: 0;
    margin: 0;
}
.home .entry-header,
#comments {
    display: none;
}
.content-area {
    margin-left:0;
}

#page {
    padding: 0;
}
.home .entry-content > div {
    margin-bottom: 0;
}
.entry-content > section { position: relative; }
.entry-footer { display: none; }

*/

body {
	box-sizing: border-box;
	background-color: #fff;
	font-family: serif;
	color: #1c2c4f;
	line-height: 1.75;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
ol,
ul,
li,
dl,
dt,
dd {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div,
a,
p,
ul,
ol,
li,
dl,
dt,
dd,
header,
footer  { box-sizing: border-box ;}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
	box-sizing: border-box;
	font-family: serif;
	color: #1c2c4f;
	line-height: 1.75;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
a,
a:hover {
	text-decoration: none;
	color: #d3a86b;
}
img {
    max-width: 100%;
    height: auto;
}

/* ----------common----------*/
.content-area {
	padding-top: 100px;
}
.entry-content h2 {
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 4px;
}
.entry-content h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 2%;
}
.entry-content p {
    font-size: 20px;
}
.entry-content {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.entry-content > div {
    margin-bottom: 6%;
}

.wrap {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1280px;
    padding: 0 4%;
    margin: 0 auto;
}
.fullwidth  { width: 100%; }
.bg-wh      { background-color: #fff     !important; }
.bg-bk      { background-color: #000     !important; }
.bg-ye      { background-color: #f4ee52  !important; }
.bg-gold    { background-color: #e2d2b1  !important; }
.bg-green   { background-color: #c4efce  !important; }
.bg-yellow  { background-color: #fbf9c6  !important; }
.bg-pink    { background-color: #fed5e9  !important; }
.bg-darkbl  { background-color: #dbdfe7  !important; }
.bg-blue    { background-color: #1c2c4f  !important; }

.text-left   { text-align: left;  }
.text-right  { text-align: right; }
.text-center { text-align: center; }
.text-just   { text-align: justify; }
.text-space-1p { letter-spacing: -1px !important; }
.bold          { font-weight: bold; }
.fw-normal     { font-weight: normal; }
.serif         { font-family: serif; }
.san-serif     { font-family: sans-serif; }

.fs-72 { font-size: 72px !important; }
.fs-48 { font-size: 48px !important; }
.fs-40 { font-size: 40px !important; }
.fs-36 { font-size: 36px !important; }
.fs-32 { font-size: 32px !important; }
.fs-30 { font-size: 30px !important; }
.fs-28 { font-size: 28px !important; }
.fs-26 { font-size: 26px !important; }
.fs-24 { font-size: 24px !important; }
.fs-22 { font-size: 22px !important; }
.fs-20 { font-size: 20px !important; }
.fs-18 { font-size: 18px !important; }
.fs-16 { font-size: 16px !important; }
.fs-14 { font-size: 14px !important; }
.fs-12 { font-size: 12px !important; }

.fc-bk    { color: #000    !important; }
.fc-wh    { color: #fff    !important; }

.pd-0   { padding: 0 !important; }
.pt-0   { padding-top: 0 !important; }
.pb-2p  { padding-bottom: 2% !important; }
.pb-4p  { padding-bottom: 4% !important; }
.mb-1em { margin-bottom: 1em !important; }
.mb-2em { margin-bottom: 2em !important; }
.mb-2p  { margin-bottom: 2% !important; } 
.mb-4p  { margin-bottom: 4% !important; }
.mb-0   { margin-bottom: 0 !important; }
.pr-2p  { padding-right: 2% !important; }
.pl-2p  { padding-left: 2% !important; }
.pt-2p  { padding-top: 2% !important; }
.mr-1em { margin-right: 1em !important; }
.ml-1em { margin-left: 1em !important; }
.mt-1em { margin-top: 1em !important; }

.position { position: absolute !important; }
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.btn {
    display: block;
    width: 200px;
    position: relative;
    text-align: center;
    text-decoration: none;
    background-color: #1c2c4f;
    border: 1px solid #1c2c4f;
    line-height: 1.2;
    border-radius: 0;
    color: #fff;
    font-family: serif;
    padding: 12px 0;
    margin: 0 auto;
    transition: all 0.5s
}
.col .width50 { width: 49.5%; }
.col .width66 { width: 66%; }
.col .width33 { width: 33%; }


div.bg-gold {
    padding: 2em 0;
    margin-bottom: 2%;
}
div.bg-gold > h2 {
    width: 100%;
    max-width: 1280px;
    padding: 0 4%;
	line-height: 1.1;
    margin: 0 auto;
}

/* list-tbl */
.list-tbl,
.list-tbl dt,
.list-tbl dd {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.list-tbl dt,
.list-tbl dd {
    align-items: center;
    border: 1px solid #aaa;
    padding: 1.5em 1em;
    margin: 0;
}
.list-tbl {
    border-bottom: 1px solid #aaa;
    font-family: serif;
    margin: 0;
}
.list-tbl dt {
    width: 20%;
    background-color: #1c2c4f;
    border-bottom: none;
    border-right: none;
    font-size: 20px;
    color: #fff;
    line-height: 1;
}
.list-tbl dd {
    width: 80%;
    border-bottom: none;
    border-left: none;
    font-size: 16px;
    color: #1c2c4f;
    line-height: 1.5;
}
.list-tbl dd.col {
    flex-direction: column;
    align-items: flex-start;
}
.list-tbl a.bg-gold {
    color: #1c2c4f;
    font-size: 20px;
    padding: 0 8px;
}
/* dl-list */
.dl-simplelist {
    width: 100%;
    font-family: serif;
    background-color: #f3f3f3;
    color: #1c2c4f;
    padding: 1em;
    margin: 0 0 2% 0;
}
.dl-simplelist dt {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}
.dl-simplelist dd {
    font-size: 20px;
    margin: 0;
}
/* ul-list */
.ul-simplelist {
    font-family: serif;
    font-size: 20px;
    color: #1c2c4f;
}
.ul-simplelist li {
    list-style-type: disc;
    list-style-position: inside;
}

/* ---------- common item ----------*/
.site-header {
	width: 100%;
	position: fixed;
	background-color: #fff;
	border-top: 16px solid #1c2c4f;
	padding: 0;
	margin: 0;
	z-index: 999;
	transition: all 0.5s;
}
.site-header.header-scrolled {
	border-top: none;
	border-bottom: none;
}
.site-header .container {
    width: 100%;
    max-width: 1280px;
	display: flex;
	align-items: center;
    padding: 0;
	margin: 0 auto;
}
.site-header .site-branding {
	width: 265px;
}
.site-header .site-branding img {
	display: block;
	width: 100%;
}
.main-navigation {
    float: none;
    padding: 0;
    margin: 0 0 0 auto;
}
.main-navigation ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
	padding: 0;
	margin: 0;
}
.main-navigation li {
	letter-spacing: 0;
	padding: 27px 1em;
}
.main-navigation li a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #1c2c4f;
    font-family: serif;
	font-size: 14px;
	padding: 3px 0;
	transition: color 0.3s;
	z-index: 11;
}
.main-navigation li a::before,
.main-navigation li a::after {
	width: 0;
	content: '';
	position: absolute;
	bottom: 0;
	z-index: -1;
	height: 100%;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}
.main-navigation li a::before {
	right: 0;
	border-top: 1px solid #d3a86b;
}
.main-navigation li a::after {
	left: 0;
	border-bottom: 1px solid #d3a86b;
}
.main-navigation li a:hover {
	color: #d3a86b;
}
.main-navigation li a:hover::before,
.main-navigation li a:hover::after {
	width: 100%;
}

/* ---------- top-page----------*/
/* top-page common */
#top-page h2 {
    font-family: serif;
    font-weight: normal;
    font-size: 48px;
    letter-spacing: 4px;
    margin: 0 0 4% 0;
}

/* top-slider */
.top-slider {
	width: 100%;
	padding: 0;
	margin: 0;
}
.top-slider .slick-slide img {
	width: 100%;
}

/* top-menu */
#top-menu {
    background-color: #f3f3f3;
    padding: 4% 0 2% 0;
    margin-bottom: 4%;
}
#top-menu .main-menu {
    justify-content: space-between;
    margin: 0;
}
#top-menu .main-menu li {
    width: 32.5%;
    text-align: center;
    margin-bottom: 2%;
}
#top-menu .main-menu li img {
    display: block;
    width: 100%;
    margin-bottom: 4%;
}
#top-menu .main-menu li a {
    color: #1c2c4f;
    font-size: 30px;
}
#top-menu .main-menu li a p {
    font-size: 18px;
    line-height: 1.3;
}
#top-menu .main-menu li a:hover img {
    opacity: 0.7;
}
#top-menu .main-menu li a:hover p {
    color: #e2d2b1;
}
#top-menu .top-video {
	display: block;
	width: 100%;
	height: calc(100vw * 0.51);
	max-height: 623px;
	margin: 0 auto;
}
 
/* our-service */
#our-service {
    background-color: #f3f3f3;
    margin-bottom: 6%;
}
#our-service .wrap {
    padding: 4% 4% 6% 4%;
}
.our-service {
    justify-content: space-between;
}
.our-service li {
    width: 32.5%;
    text-align: center;
    margin: 0 0 1.2% 0;
}
.our-service li a {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #1c2c4f;
    color: #fff;
    letter-spacing: 0;
    font-family: serif;
    font-size: 18px;
    padding: 1.5em 0;
}

/* top-system */
#top-system h2 {
    margin-bottom: 0;
}
#top-system .flex.cont {
    align-items: center;
}
#top-system .flex.cont > div {
    width: 70%;
}
#top-system .flex.cont > img {
    width: 30%;
    height: 100%;
}
#top-system .flex.text-area {
    align-items: center;
    margin: 3% 0 6% 0;
    justify-content: space-between;
}
#top-system .flex.text-area > img {
    width: 30%;
    height: 100%;
}
#top-system .flex.text-area > p {
    width: 65%;
}
#top-system .btn {
    width: 50%;
    font-size: 22px;
    padding: 1.5em 0;
    margin: 0 auto 0 0;
}

/* ---------- static page common ----------*/
#page .site-content {
    margin-top: 0;
    margin-bottom: 60px;
}
#main header {
    background-image: url(/wp-content/uploads/2019/11/h1-bg.png);
    width: 100%;
    max-width: 1920px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2% 0;
    margin: 0 auto;
}
#main header h1 {
    width: 100%;
    max-width: 1280px;
    line-height: 1.2;
    text-shadow: white 1px 1px 10px, white -1px 1px 10px, white 1px -1px 10px, white -1px -1px 10px;
    font-family: serif;
    font-size: 48px;
    color: #1c2c4f;
    padding: 0 4%;
    margin: 0 auto 0.5rem auto;
}
#main header .breadcrumlist {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    max-width: 1280px;
    font-family: serif;
    font-size: 14px;
    color: #1c2c4f;
    padding: 0 4%;
    margin: 0 auto;
}
#main header .breadcrumlist li a {
    font-size: 14px;
    color: #1c2c4f; 
}
#main header .breadcrumlist li::after {
    content: "＞";
}
#main header .breadcrumlist li:last-of-type::after {
    content: "";
}
.intro {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: 30vw;
    max-height: 400px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 4% 0;
}
.intro .intro-text {
    width: 100%;
    background-color: rgba(255,255,255,0.3);
    padding: 1.5em 0;
}
.intro .intro-text p {
    width: 100%;
    max-width: 1280px;
    text-align: center;
    text-shadow: white 1px 1px 10px, white -1px 1px 10px, white 1px -1px 10px, white -1px -1px 10px;
    font-size: 26px;
    padding: 0;
    margin: 0 auto;
}

/* ---------- static page : about ----------*/
#about > img {
    margin-bottom: 4%;
}

#about .intro {
    background-image: url(/wp-content/uploads/2019/12/about-top.jpg);
}
#about .about-list {
    counter-reset:list-num;
    width: 75%;
	padding: 0;
    margin: 0 auto;
}
#about .about-list li {
    background-color: #e2d2b1;
    font-family: serif;
    color: #1c2c4f;
    font-size: 24px;
    margin: 0 0 16px 0;
}
#about .about-list li:last-of-type {
    margin-bottom: 0;
}
#about .about-list li::before {
    counter-increment: list-num;
    content: counter(list-num);
    display: inline-block;
    width: 2em;
    text-align: center;
    background-color: #1c2c4f;
    color: #e2d2b1;
    margin: 0 1em 0 0;
}

/* ---------- static page : feature ----------*/
#feature .intro {
    background-image: url(/wp-content/uploads/2019/11/feature-top.jpg);
}
#feature .intro .intro-text {
    font-size: 36px;
}
#feature .feature-list li {
    margin: 0 0 6% 0;
}
#feature .feature-list li:last-of-type {
    margin-bottom: 0;
}
#feature .feature-list li:nth-of-type(odd)  { flex-direction: row; }
#feature .feature-list li:nth-of-type(even) { flex-direction: row-reverse;}
#feature .feature-list li > div {
    width: 70%;
    background-repeat: no-repeat;
    background-size: contain;
}
#feature .feature-list li:nth-of-type(odd)  > div { background-position: top left;  text-align: left; }
#feature .feature-list li:nth-of-type(even) > div { background-position: top right; text-align: right; }
#feature .feature-list li:nth-of-type(1) > div { background-image: url(/wp-content/uploads/2019/11/num01.png); }
#feature .feature-list li:nth-of-type(2) > div { background-image: url(/wp-content/uploads/2019/11/num02.png); }
#feature .feature-list li:nth-of-type(3) > div { background-image: url(/wp-content/uploads/2019/11/num03.png); }
#feature .feature-list li:nth-of-type(4) > div { background-image: url(/wp-content/uploads/2019/11/num04.png); }
#feature .feature-list li:nth-of-type(5) > div { background-image: url(/wp-content/uploads/2019/11/num05.png); }
#feature .feature-list li:nth-of-type(6) > div { background-image: url(/wp-content/uploads/2019/11/num06.png); }
#feature .feature-list li:nth-of-type(7) > div { background-image: url(/wp-content/uploads/2019/11/num07.png); }
#feature .feature-list li:nth-of-type(8) > div { background-image: url(/wp-content/uploads/2019/11/num08.png); }
#feature .feature-list li:nth-of-type(9) > div { background-image: url(/wp-content/uploads/2019/11/num09.png); }
#feature .feature-list li:nth-of-type(10)> div { background-image: url(/wp-content/uploads/2019/11/num10.png); }
#feature .feature-list li > div h2 {
    line-height: 1.5;
    font-size: 36px;
    font-weight: bold;
}
#feature .feature-list li > div p {
    font-size: 24px;
}
#feature .feature-list li > div a {
    display: block;
    width: 11em;
    text-align: center;
    background-color: #1c2c4f;
    font-family: serif;
    font-size: 14px;
    padding: 0.2em 1.5em;
}
#feature .feature-list li:nth-of-type(even) > div a {
    margin: 0 0 0 auto;
}
#feature .feature-list li > img {
    display: block;
    width: 30%;
    height: 100%;
}

/* ---------- static page : flow ----------*/
.flow-list .wrap.flex {
    justify-content: space-between;
    margin-bottom: 2%;
}
.flow-list .wrap.flex > img {
    display: block;
    width: 20%;
    height: 100%;
}
.flow-list .wrap.flex > p,
.flow-list .wrap.flex > div {
    width: 75%;
}
.flow-list {
	padding: 0;
	margin: 0;
}
.flow-list li {
    margin-bottom: 4%;
}
.flow-list li:last-of-type,
.flow-list li:last-of-type .wrap.flex {
    margin-bottom: 0;
}
.flow-list .col3 {
    margin-top: 2%;
}
.flow-list .wrap.flex.col3 > img {
    display: block;
    width: 33.3%;
    height: 100%;
}

/* ---------- static page : menupage ----------*/
#menupage .wrap {
    margin-bottom: 4%;
}
#menupage .wrap:last-of-type {
    margin-bottom: 0;
}

/* ---------- static page : price ----------*/
#price .price-list {
    width: 80%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto 4% auto;
}
#price .price-list:last-of-type {
    margin-bottom: 0;
}
#price .price-list dt,
#price .price-list dd  {
    width: 50%;
    font-family: serif;
    font-size: 24px;
    padding: 0;
    margin: 0;
}
#price .price-list dt {
    background-color: #1c2c4f;
    color: #e2d2b1;
}
#price .price-list dd {
    background-color: #f3f3f3;
    color: #1c2c4f;
}

/* ---------- static page : staff ----------*/
#staff {
    margin-bottom: 2%;
}
#staff #inchou .cont.flex {
    align-items: flex-end;
}
#staff #inchou .cont.flex > div {
    width: 70%;
}
#staff #inchou .flex.cont > img {
    width: 30%;
}
#staff #inchou .flex.text-area {
    align-items: center;
    justify-content: space-between;
    margin: 0 0 6% 0;
}
#staff #inchou .flex.text-area > img {
    width: 30%;
    height: 100%;
}
#staff #inchou .flex.text-area > p {
    width: 65%;
}
#staff #inchou dl.flex {
    width: 75%;
    padding: 0;
    margin: 0;
}
#staff #inchou dl.flex dt,
#staff #inchou dl.flex dd {
    width: 50%;
    font-family: serif;
    color: #1c2c4f;
    font-size: 18px;
    margin: 0 0 0.25em 0;
    padding: 0.25em 1em;
}
#staff #inchou dl.flex dt {
    background-color: #f3f3f3;
}
#staff #inchou dl.flex dd {
    background-color: rgba(255,255,255,0.5);
}
#staff #message {
    margin: 0 0 4% 0;
}
#staff #message .wrap .bg-blue {
    padding: 4%;
}
#staff #message .wrap .bg-blue h3 {
    color: #e2d2b1;
}
#staff-list ul.flex {
    justify-content: space-between;
}
#staff-list ul li {
    width: 32%;
    text-align: center;
    font-family: serif;
    font-size: 18px;
    color: #1c2c4f;
    margin: 0 0 4% 0;
}
#staff-list ul li img {
	display: block;
	width: 100%;
}

/* ---------- static page : salon ----------*/
#salon .flex {
    justify-content: flex-start;
}
#salon .flex a {
    display: block;
    width: 33%;
    margin-bottom: 0.5%;
    margin-right: 0.5%;
}
#salon .flex a img {
	display: block;
	width: 100%;
}
#salon .flex a:nth-of-type(3n){
	margin-right: 0;
}

/* ---------- static page : map ----------*/
#map section {
    margin-bottom: 6%;
}
#map section:last-of-type {
    margin-bottom: 0;
}
#map section > div.bg-gold {
    margin-bottom: 0;
}
#map section > iframe {
    width: 100%;
    margin: 0 0 2% 0;
}

/* ---------- static page : recruit ----------*/
#recruit section {
    margin-bottom: 6%;
}
#recruit #recruit-tsuyomi,
#recruit #shop {
    margin-bottom: 0%;
}
#recruit-tsuyomi > img {
	display: block;
}
#recruit-tsuyomi .wrap p {
    margin-bottom: 2%;
}
#recruit #shop ul li {
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #aaa;
    padding: 2% 6%;
}
#recruit #shop ul li > div {
    width: 10%;
}
#recruit #shop ul li > dl {
    width: 84%;
    margin: 0;
}
#recruit #shop ul li > dl dt,
#recruit #shop ul li > dl dd {
    font-family: serif;
    color: #1c2c4f;
    padding: 0;
    margin: 0;
}
#recruit #shop ul li > dl dt {
    font-size: 30px;
    line-height: 2;
}
#recruit #shop ul li > dl dd {
    font-size: 20px;
    line-height: 1.5;
}

/* ---------- static page : vital ----------*/
#vital .intro {
    background-image: url(/wp-content/uploads/2019/11/vital-top.jpg);
}
#vital .intro .intro-text .bg-gold {
    font-size: 40px;
    letter-spacing: 4px;
    padding: 0.25em;
}
#vital-about,
#vital-effect {
    margin: 0 0 4% 0;
}
#vital-about .wrap > .flex {
    align-items: center;
	padding: 0;
    margin: 0 0 4% 0;
}
#vital-about .wrap > .flex > div {
    width: 74%;
}
#vital-about .wrap > .flex > div > p,
#vital-about .feature-list li {
    color: #444;
    font-family: serif;
    font-size: 20px;
}
#vital-about .wrap > .flex > div > p,
#vital-about .feature-list {
    margin: 0 0 4% 0;
}
#vital-about .feature-list {
	padding: 0;
}
#vital-about .wrap > .flex > img {
    width: 26%;
    height: 100%;
    display: block;
}
#vital-about .feature-list li {
    list-style-type: square;
    list-style-position: inside;
}
#vital-about .effective-list {
    justify-content: space-between;
    margin: 0;
}
#vital-about .effective-list li {
    width: 24%;
    margin: 0;
}

#vital-effect .wrap > .flex {
    justify-content: space-between;
    margin: 0 0 4% 0;
}
#vital-effect .wrap > .flex > .vital-effect-list,
#vital-effect .wrap > .flex > img {
    width: 48%;
}
#vital-effect .wrap > .flex > img {
    height: 100%;
    display: block;
}
#vital-effect .wrap > .flex > .vital-effect-list li {
    display: inline-block;
    line-height: 2;
    font-family: serif;
    font-size: 18px;
    color: #1c2c4f;
    padding: 0 1em 0 0;
    margin: 0;
}
#vital-effect .wrap .text-center.bg-blue {
    padding: 4%;
}

/* ---------- static page : attention ----------*/
#attention .intro {
    background-image: url(/wp-content/uploads/2019/11/attention-top.jpg);
    height: 65vw;
    max-height: 640px;
}
#attention .intro .intro-text p {
    width: 80%;
    font-size: 18px;
}
#attention .wrap ol li {
    list-style-position: inside;
    list-style-type: decimal;
    background-color: #1c2c4f;
    font-family: serif;
    font-size: 20px;
    color: #e2d2b1;
    padding: 2%;
    margin: 0 0 4% 0;
}

/* ---------- static page : child ----------*/
#child1 {
    margin: 0 0 4% 0;
}
#child .wrap .flex.col2,
#child .wrap .flex.child-list {
    justify-content: space-between;
    margin: 0 0 4% 0;
}
#child .wrap .flex.col2 > p {
    width: 60%;
}
#child .wrap .flex.col2 > img {
    display: block;
    width: 33.3%;
    height: 100%;
}
#child .wrap .flex.child-list > div {
    width: 33.3%;
    text-align: center;
    padding: 1.5em;
    margin: 0;
}
#child .wrap .flex.child-list > div > h3 {
    line-height: 1;
    margin: 0 0 1em 0;
    padding: 0 2em;
}
#child .wrap .flex.child-list > div > h3 > hr {
    border-top: 1px solid #1c2c4f;
    margin: 0.25em 0;
}
#child .wrap .flex.child-list > div > p {
    font-size: 16px;
}
#child .wrap  .shogai-list {
    padding: 4%;
}
#child .wrap  .shogai-list ul {
    justify-content: space-between;
}
#child .wrap  .shogai-list ul li{
    width: 48%;
    font-family: serif;
    font-size: 18px;
    color: #1c2c4f;
}

#child #child2 .undou-list {
    padding: 4%;
}
#child #child2 .undou-list ul {
    justify-content: space-between;
}
#child #child2 .undou-list ul li {
    justify-content: space-between;
    width: 48%;
    font-family: serif;
    color: #1c2c4f;
    font-size: 18px;
    margin: 0 0 0.25em 0;
}
#child #child2 .undou-list ul li .chk {
    font-size: 14px;
    line-height: 2.5em;
}
#child #child2 .bg-darkbl {
    padding: 4%;
}
/* ---------- static page : intestinal_florap,covid19pcr ----------*/
#intestinal_florap, #covid19pcr {
    margin-bottom: 4%;
}
#intestinal_florap, #covid19pcr .bg-darkbl {
    padding: 4%;
}
#intestinal_florap, #covid19pcr h3{
	font-weight: bold;
    text-decoration: underline;
    line-height: 1.5;
}
#intestinal_florap, #covid19pcr ol {
    counter-reset:list-num;
    width: 75%;
    margin: 0 auto;
}
#intestinal_florap, #covid19pcr ol li {
    background-color: #e2d2b1;
    font-family: serif;
    color: #1c2c4f;
    font-size: 24px;
    margin: 0 0 16px 0;
}
#intestinal_florap, #covid19pcr ol li:last-of-type {
    margin-bottom: 0;
}
#intestinal_florap, #covid19pcr ol li:before {
    counter-increment: list-num;
    content: counter(list-num);
    display: inline-block;
    width: 2em;
    text-align: center;
    background-color: #1c2c4f;
    color: #e2d2b1;
    margin: 0 1em 0 0;
}

/* ---------- static page : traffic ----------*/
#traffic p {
    margin-bottom: 4%;
}
#traffic section:last-of-type .wrap,
#traffic section:last-of-type p {
    margin-bottom: 0;
}
#traffic .intro {
    background-image: url(/wp-content/uploads/2019/11/traffic-top.jpg);
    margin-bottom: 0;
}
#traffic .intro .intro-text p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
}
#traffic .intro .intro-text .bg-gold {
    text-shadow: none;
    font-size: 36px;
    letter-spacing: 4px;
    padding: 4px 8px;
}
#traffic .intro p {
    margin-bottom: 0;
}
#traffic .wrap {
    margin-bottom: 4%;
}
#traffic .wrap.flex {
    justify-content: space-between;
}
#traffic .wrap.flex > div {
    width: 65%;
}
#traffic .wrap.flex > img {
    display: block;
    width: 30%;
    height: 100%;
}

/* ---------- static page : oxyrium ----------*/
#oxyrium .wrap.flex {
    justify-content: space-between;
}
#oxyrium .wrap.flex > div {
    width: 48%;
    padding: 4% 0 0 0;
}
#oxyrium .wrap.flex > img {
    display: block;
    width: 48%;
    height: 100%;
}
#oxyrium .effective {
    text-align: center;
    padding: 0 6%;
    margin: 0.5em 0 1em 0;
}
#oxyrium .effective h4 {
    width: 10em;
    background-color: #1c2c4f;
    font-family: serif;
    font-size: 22px;   
    color: #e2d2b1;
    line-height: 1.7;
    margin: 0 auto;
}
#oxyrium .effective p {
    background-color: #f3f3f3;
    padding: 0.5em;
}

/* ---------- static page : yoga ----------*/
#yoga .price-list {
    width: 100%;
    justify-content: space-between;
    margin: 0 0 4% 0;
}
#yoga .price-list > p {
    width: 48%;
}
#yoga .price-list dl {
    flex-wrap: wrap;
    font-family: serif;
    font-size: 22px;
    margin: 0;
}
#yoga .price-list dl dt {
    width: 30%;
    text-align: center;
    background-color: #1c2c4f;
    color: #e2d2b1;
    margin: 0 0 4px 0;
}
#yoga .price-list dl dd {
    width: 70%;
    padding: 0 0 0 1em;
    margin: 0 0 4px 0;
}
#yoga .img-list {
    justify-content: space-between;
}
#yoga .img-list img {
    display: block;
    width: 48%;
    height: 100%;
}

/* ---------- static page : hydrogen ----------*/
#hydrogen p {
    margin-bottom: 4%;
}
#hydrogen section:last-of-type .wrap,
#hydrogen section:last-of-type p {
    margin-bottom: 0;
}
#hydrogen .intro {
    background-image: url(/wp-content/uploads/2020/11/hydrogen-top.jpg);
    margin-bottom: 0;
}
#hydrogen .intro .intro-text {
    max-width: 1280px;
    background: none;
    padding: 0 4%;
    margin: 0 auto;
}
#hydrogen .intro .intro-text p {
    width: 50%;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    margin: 0 auto 0 0;
}
#hydrogen .intro .intro-text .bg-gold {
    text-shadow: none;
    font-size: 28px;
    letter-spacing: 1px;
    padding: 4px 8px;
}
#hydrogen .intro p {
    margin-bottom: 0;
}
#hydrogen .wrap {
    margin-bottom: 4%;
}
#hydrogen .wrap.flex,
#hydrogen .gold-3col,
#hydrogen .flow-2col {
    justify-content: space-between;
}
#hydrogen .gold-3col > div {
    width: 32%;
    background-color: #e2d2b1;
    padding: 2em;
}
#hydrogen .gold-3col > div > p {
    margin: 0;
}
#hydrogen .gold-3col > div ul li {
    font-family: serif;
    font-size: 18px;
    color: #1c2c4f;
    list-style-type: disc;
    list-style-position: inside;
}
#hydrogen .flow-2col > div {
    width: 40%;
}
#hydrogen .list-tbl2 {
    width: 32em;
    display: block;
    font-family: serif;
    font-size: 20px;
    border: none;
    margin: 0 auto;
}
#hydrogen .list-tbl2 th { 
    width: 8em;
    text-align: left;   
    background-color: #1c2c4f;
    color: #fff;
}
#hydrogen .list-tbl2 td {
    width: 12em;
    color: #1c2c4f;
}
#hydrogen .width50 img {
	display: block;
}

/* ---------- static page : trafficaccident_therapy ----------*/
#trafficaccident_therapy .wrap.flex {
    justify-content: space-between;
}
#trafficaccident_therapy .wrap.flex > div {
    width: 48%;
    padding: 4% 0 0 0;
}

#trafficaccident_therapy .effective {
    margin: 0.5em 0 0 0;
}
#trafficaccident_therapy .effective h3 {
    text-align: center;
	width: 100%;
    background-color: #1c2c4f;
    font-family: serif;
    font-size: 22px;   
    color: #e2d2b1;
    line-height: 1.7;
    margin: 0 auto;
}
#trafficaccident_therapy .effective p {
    background-color: #f3f3f3;
    padding: 0.5em;
}

/* ---------- interview ----------*/
#interview section:last-of-type .wrap {
    margin-bottom: 0;
}
#interview .wrap {
    margin-bottom: 4%;
}
#interview .wrap.flex {
    justify-content: space-between;
}
#interview .wrap.flex > h3 {
    width: 100%;
}
#interview .wrap.flex > p {
    width: 70%;
}
#interview .wrap.flex > img {
    width: 28%;
    height: 100%;
}

/* ---------- reserve ----------*/
#reserve .wrap {
    margin-top: 2em;
}
#reserve .wrap h3 {
    font-weight: bold;
    text-decoration: underline;
    line-height: 1.5;
}
#reserve .wrap p {
    margin: 0 0 1em 0;
}

/* ---------- member-only ----------*/
#post-661 .post-password-form {
    padding: 4%;
}

/* ---------- footer ----------*/
.footer-wrapper .site-footer {
    background-color: #fff;
    padding: 0;
}
.footer-wrapper .footer-contact {
    display: block;
    width: 100%;
    max-width: 1920px;
    border-left: none;
    background-color: #f3f3f3;
    padding: 4% 0;
    margin: 0 auto 6% auto;
}
.site-footer .container {
    width: 100%;
    padding: 0;
}
.footer-contact h2 {
    font-family: serif;
    font-size: 48px;
    font-weight: normal;
    letter-spacing: 4px;
    margin: 0 0 4% 0;
}
.footer-contact .address {
    justify-content: center;
    margin: 0 0 4% 0;
}
.footer-contact .address > a {
	display: block;
	width: fit-content;
    color: #fff;
    background-color: #1c2c4f;
	border: 1px solid #1c2c4f;
    font-family: serif;
	padding: 0.2em 1em;
	margin: 0 auto 1em auto;
}
.footer-contact .address > a:hover {
	background-color: #fff;
	color: #1c2c4f;
}
.footer-contact .address > p {
    padding: 0.2em 1em;
}
.footer-contact .bn-menu {
	padding: 0;
	margin: 0;
}
.footer-contact .bn-menu li {
    width: 50%;
}
.footer-contact .bn-menu li a img {
	display: block;
	width: 100%;
}
.site-footer .bn-menu2 {
    width: 100%;
    justify-content: space-between;
    margin: 0 auto 3em auto;
}
.site-footer .bn-menu2 li {
    width: 32%;
    margin-bottom: 1em;
}
.site-footer .bn-menu2 li img {
	display: block;
    width: 100%;
}
.site-footer .bn-sns {
    justify-content: space-between;
    width: 112px;
	padding: 0;
    margin: 0 auto 2em auto;
}
.site-footer .bn-sns li {
    width: 48px;
}
.site-footer .bn-sns li img {
	display: block;
	width: 100%;
}

.footer-navigation {
    width: 100%;
    max-width: 1280px;
    float: none;
    margin: 0 auto 2em auto;
}
.footer-navigation #menu-footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 0 1em;
}
.footer-navigation #menu-footer li {
	display: inline-block;
	padding: 0 15px;
}
.footer-navigation #menu-footer li a {
    font-family: serif;
	color: #a3aaaa;
}
.site-copyright {
    width: 100%;
    text-align: center;
    max-width: 1920px;
    background-color: #888;
    float: none;
    margin: 0 auto;
}
.site-copyright small {
    text-align: center;
    font-family: sans-serif;
    color: #fff;
    font-size: 12px;
    padding: 0;
}
.footer-floating {
	display: block;
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: rgba(33, 33, 33, 0.7);
	padding: 8px 0;
	z-index: 1000;
}
.footer-floating .btn-contact,
.footer-floating .btn-line {
	display: inline-block;
	width: 240px;
	text-align: center;
	font-family: sans-serif;
	font-size: 18px;
	color: #fff;
	padding: 7px 0.5em;
	border-radius: 1.25em;
}
.footer-floating .btn-contact {
	background: linear-gradient(to bottom, #ea6004 0%, #fc7c24 100%);
	margin: 0 1em 0 0;
}
.footer-floating .btn-line {
	background: linear-gradient(to bottom, #009e08 0%, #00d109 100%);
	margin: 0;
}
.footer-floating > a > svg {
	margin: 0 0 0 0.25em;
}
.footer-floating .btn-contact:hover {
	background: linear-gradient(to bottom, #b84c03 0%, #fc7c24 100%);
}
.footer-floating .btn-line:hover {
	background: linear-gradient(to bottom, #006f05 0%, #00d109 100%);
}

/* ------------------- header  : -------------------*/
@media only screen and (max-width: 1024px) {
    .site-header .container {
		justify-content: center;
        height: 64px;
    }
    .site-branding {
        padding: 15px 0;
    }
    .site-header .btn-menu {
        position: absolute;
        width: 64px;
        height: 64px;
        right: 0;
        top: 0;
		background-image: url(/wp-content/themes/krm0730/img/icon-menu-open.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 32px;
        color: #1c2c4f;
        padding: 15px;
        margin: auto;
		z-index: 1000;
		cursor: pointer;
    }
	.site-header .btn-menu.btn-menu-close {
		background-image: url(/wp-content/themes/krm0730/img/icon-menu-close.svg);
	}
    .site-branding {
        margin: 0;
    }
    .main-navigation {
		display: none;
		width: 100%;
		position: absolute;
		top: 64px;
        background-color: rgba(255,255,255,0.8);
    }
    .main-navigation ul {
        flex-direction: column;
        border-top: 1px solid #1c2c4f;
    }
    .main-navigation li {
		text-align: center;
        padding: 0;
        border-bottom: 0;
    }
    .main-navigation li a {
        display: block;
        width: 100%;
        border-bottom: 1px solid #888;
        padding: 1em 0;
    }
	.main-navigation li a::before,
	.main-navigation li a::after,
	.main-navigation li a:hover::before,
	.main-navigation li a:hover::after {
		border: none;
	}
    .main-navigation li a:hover {
        background-color: #1c2c4f;
        color: #fff;
    }
	.content-area {
		padding-top: 80px;
	}
}
/* ---------- mokuji ----------*/
#ez-toc-container .ez-toc-title-container, #ez-toc-container{
  background: #1c2c4f;
  margin:0;
  padding: 0;
}	
div#ez-toc-container .ez-toc-title {
  display:block;
  line-height:3;
  color:#fff!important;
}

/* ---------- Contact Form7 ----------*/
.contact .wpcf7 label {
	display: block;
	width: 100%;
}
.contact .wpcf7 input[type="text"],
.contact .wpcf7 input[type="email"],
.contact .wpcf7 textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #aaa;
	font-family: serif;
	font-size: 16px;
	color: #1c2c4f;
	line-height: 1;
	padding: 4px 0.5em;
}
.contact .wpcf7 textarea {
	line-height: 1.5;
}
.contact .wpcf7 input[type="submit"] {
	display: block;
	background-color: #e2d2b1;
	border: 1px solid #e2d2b1;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	font-family: serif;
	font-weight: bold;
	font-size: 20px;
	color: #1c2c4f;
	padding: 8px 0.5em;
	margin: 1em auto 0 auto;
}

/* ---------- SP / PC Chenge Class ----------*/
@media only screen and (min-width: 768px) {
    .pc_item  { display: block; }
    .sp_item { display: none;  }
}
@media only screen and (max-width: 768px) {
    .pc_item  { display: none; }
    .sp_item { display: block;  }
}

/* ------------------- SP : -------------------*/
@media only screen and (max-width: 768px) {
    /* ----------top page (initialize) ----------*/
    .entry-content h2 {
        font-size: 24px;
        letter-spacing: 0;
    }
    .entry-content h3 {
        font-size: 20px;
    }
    .entry-content p {
        font-size: 16px;
    }
    /* ---------- SP : common items  ----------*/
    
/*
    .fs-72 { font-size: 8vw   !important; }
    .fs-48 { font-size: 4.8vw !important; }
    .fs-36 { font-size: 4.5vw !important; }
    .fs-30 { font-size: 4.3vw !important; }
    .fs-28 { font-size: 4.0vw !important; }
    .fs-26 { font-size: 3.8vw !important; }
    .fs-24 { font-size: 3.1vw !important; }
    .fs-22 { font-size: 2.8vw !important; }
    .fs-20 { font-size: 2.6vw !important; }
    .fs-18 { font-size: 2.4vw !important; }
    .fs-16 { font-size: 2.2vw !important; }
    .fs-14 { font-size: 2vw   !important; }
    .fs-12 { font-size: 1.8vw !important; }
*/

	.col .width50,
	.col .width66,
	.col .width33 { width: 100%; }

	/* sp : dl-list */
	.dl-simplelist dt {
	    font-size: 18px;
	}
	.dl-simplelist dd {
	    font-size: 16px;
	}
	/* sp : ul-list */
	.ul-simplelist {
	    font-size: 16px;
	}

	/* ---------- SP : top-page----------*/
	/* top-page common */
	#top-page h2 {
	    font-size: 28px;
	    letter-spacing: 1px;
	}
	/* top-menu */
	#top-menu {
	    padding: 6% 0 4% 0;
	    margin-bottom: 6%;
	}
	#top-menu .main-menu {
	    justify-content: space-around;
		padding: 0;
		margin: 0;
	}
	#top-menu .main-menu li {
	    width: 48%;
	}
	#top-menu .main-menu li img {
	    margin-bottom: 4%;
	}

	/* our-service */
	.our-service li {
	    width: 100%;
	}
	/* top-system */
	#top-system h2 {
	    margin: 0 0 4% 0;
	}
	#top-system .flex.cont > div,
	#top-system .flex.text-area > p,
	#top-system .btn,
	#top-system .flex.cont > img {
	    width: 100%;
	}
	#top-system .flex.text-area > img {
	    width: 80%;
	    margin: 0 auto 4% auto;
	}
	#top-system .btn {
	    margin: 0 0 6% 0;
	}
	/* sp:  list-tbl */
	.list-tbl {
	    border: none;
	}
	.list-tbl dt,
	.list-tbl dd  {
	    width: 100%;
	    border: none;
	    font-size: 16px;
	}

	/* ---------- SP : static page common ----------*/
	#main header h1 {
	    font-size: 32px;
	}
	#main header .breadcrumlist,
	#main header .breadcrumlist li a {
	    font-size: 10px;
	}
	.intro {
	    height: 60vw;
	}
	.intro .intro-text {
	    padding: 2%;
	}
	.intro .intro-text p {
	    font-size: 18px;
	    line-height: 1.5;
	}
	div.bg-gold {
	    padding: 4% 0;
	    margin-bottom: 4%;
	}

	/* ---------- sp : static page : about ----------*/
	#about .about-list {
	    width: 100%;
	}
	#about .about-list li {
	    text-align: center;
	    line-height: 1.5;
	    font-size: 14px;
	    padding: 0 0 0.2em 0;
	}
	#about .about-list li::before {
	    display: block;
	    width: 100%;
	    margin: 0 0 0.2em 0;
	}

	/* ---------- sp : static page : feature ----------*/
	#feature .wrap {
	    padding: 0;
	}
	#feature .feature-list li:nth-of-type(odd)  > div { background-position: top right;  }
	#feature .feature-list li:nth-of-type(even) > div { background-position: top left; }
	#feature .feature-list li > div {
	    width: 96%;
	    height: 27vw;
	    max-height: 180px;
	    margin: 0 auto 4% auto;
	}
	#feature .feature-list li > img { 
	    width: 100%;
	}
	#feature .feature-list li > div h2 {
	    font-size: 24px;
	    letter-spacing: 0;
	}
	#feature .feature-list li > div p {
	    font-size: 18px;
	}

	/* ---------- sp : static page : flow ----------*/
	#flow h3 {
	    font-weight: bold;
	    text-align: center;
	}
	.flow-list .wrap.flex > img {
	    margin: 0 auto 4% auto;
	}
	.flow-list .wrap.flex > p,
	.flow-list .wrap.flex > div {
	    width: 100%;
	}
	.flow-list .wrap.flex.col3 > img {
	    width: 100%;
	    margin-bottom: 0;
	}

	/* ---------- sp : static page : menupage ----------*/
	#menupage .wrap .fs-26 {
	    font-size: 18px !important;
	    font-weight: bold;
	}

	/* ---------- sp : static page : price ----------*/
	#price .price-list {
	    width: 100%;
	    margin-bottom: 6%;
	}
	#price .price-list dt,
	#price .price-list dd  {
	    font-size: 16px;
	}

	/* ---------- sp : static page : staff ----------*/
	#staff #inchou {
	    margin-bottom: 6%;
	}
	#staff #inchou .cont.flex > div,
	#staff #inchou .flex.cont > img,
	#staff #inchou .flex.text-area > p,
	#staff #inchou dl.flex {
	    width: 100%;
	}
	#staff #inchou .cont.flex > div {
	    margin-bottom: 6%;
	}
	#staff #inchou .flex.text-area > img {
	    width: 80%;
	    margin: 0 auto 6% auto;
	}
	#staff #inchou dl.flex dt,
	#staff #inchou dl.flex dd {
	    width: 100%;
	    text-align: center;
	    font-size: 16px;
	}
	#staff #message,
	#staff #message .bg-gold {
	    margin-bottom: 0;
	}
	#staff #message .wrap {
	    padding: 0;
	}
	#staff #message .wrap .bg-blue {
	    padding: 6% 4%;
	}
	#staff #message .wrap h3 {
	    margin-bottom: 4%;
	}
	#staff-list ul li {
	    width: 48%;
	    font-size: 16px;
	    margin-bottom: 0;
	}

	/* ---------- sp : static page : salon ----------*/
	#salon .flex {
	    padding-top: 4%;
	}
	#salon .flex a {
	    width: 49%;
	    margin-bottom: 2%;
	    margin-right: 1%!important;
	}
	#salon .flex a:nth-of-type(2n){
	    margin-right: 0;
	}

	/* ---------- sp : static page : recruit ----------*/
	#recruit #shop ul li {
	    padding: 4% 0;
	}
	#recruit #shop ul li:last-of-type {
	    border: none;
	}
	#recruit #shop ul li > div {
	    width: 25%;
	    text-align: center;
	    margin: 0 auto 4% auto;
	}
	#recruit #shop ul li > dl {
	    width: 100%;
	}
	#recruit #shop ul li > dl dt {
	    font-size: 18px;
	    font-weight: bold;
	}
	#recruit #shop ul li > dl dd {
	    font-size: 14px;
	}

	/* ---------- static page : vital ----------*/
	#vital .intro .intro-text {
	    padding: 4% 2%;
	}
	#vital .intro .intro-text p {
	    line-height: 2;
	}
	#vital .intro .intro-text .bg-gold {
	    font-size: 26px;
	}
	#vital-about,
	#vital-about .wrap > .flex,
	#vital-effect,
	#vital-effect .wrap > .flex {
	    margin-bottom: 0;
	}
	#vital-about .wrap > .flex > div,
	#vital-effect .wrap > .flex > .vital-effect-list,
	#vital-effect .wrap > .flex > img {
	    width: 100%;
	}
	#vital-about .wrap > .flex > img.pc_item {
	    display: none;
	}
	#vital-about .wrap > .flex > div > h2 {
	    margin-bottom: 2%;
	}
	#vital-about .wrap > .flex > div > p,
	#vital-about .feature-list li {
	    font-size: 16px;
	}
	#vital-about .wrap > .flex > div > p,
	#vital-about .feature-list {
	    margin-bottom: 6%;
	}
	#vital-about .wrap > .flex.effective-list {
	    margin-bottom: 4%;
	}
	#vital-about .effective-list li {
	    width: 49%;
	    margin-bottom: 2%;
	}
	#vital-effect .wrap {
	    padding: 0;
	}
	#vital-effect .wrap > .flex > .vital-effect-list {
	    padding: 0 4% 4% 4%;
	}
	#vital-effect .wrap > .flex > .vital-effect-list li {
	    font-size: 16px;
	}
	#vital-effect .wrap .text-center.bg-blue {
	    font-size: 18px;
	}

	/* ---------- sp : static page : attention ----------*/
	#attention .intro {
	    height: 135vw;
	    max-height: 480px;
	}
	#attention .intro .intro-text .fs-26 {
	    font-size: 20px !important;
	}
	#attention .intro .intro-text p {
	    width: 100%;
	    font-size: 16px;
	}
	#attention .wrap ol li {
	    font-size: 16px;
	    line-height: 1.4;
	    letter-spacing: 0;
	    padding: 4%;
	}

	/* ---------- sp : static page : child ----------*/
	#child #child1 {
	    margin-bottom: 0;
	}
	#child .wrap {
	    padding: 0;
	}
	#child .wrap .flex.col2,
	#child .wrap .flex.child-list {
	    margin-bottom: 0;
	}
	#child .wrap .flex.col2 > p {
	    width: 100%;
	    padding: 0 4%;
	    margin-bottom: 4%;
	}
	#child .wrap .flex.col2 > img,
	#child .wrap .flex.child-list > div,
	#child .wrap .shogai-list ul li,
	#child #child2 .undou-list ul li {
	    width: 100%;
	}
	#child .wrap .shogai-list ul li {
	    list-style-type: square;
	    list-style-position: inside;
	}
	#child #child2 .undou-list {
	    margin-bottom: 0;
	}
	#child #child2 .undou-list ul li {
	    font-size: 16px;
	    margin: 0 0 2% 0;
	}
	#child #child2 .undou-list ul li > span {
	    display: block;
	    width: 100%;
	    text-align: center;
	}
	#child #child2 .undou-list ul li .chk {
	    font-size: 12px;
	    line-height: 1.3;
	}

	/* ---------- sp : static page : traffic ----------*/
	#traffic .intro {
	    height: 75vw;
	    max-height: 270px;
	}
	#traffic .intro .intro-text p {
	    font-size: 18px;
	    line-height: 1.5;
	}
	#traffic .intro .intro-text .bg-gold {
	    font-size: 24px;
	}
	#traffic .wrap {
	    padding: 0;
	}
	#traffic .wrap.flex {
	    margin-bottom: 0;
	}
	#traffic .wrap.flex > div {
	    width: 100%;
	    padding: 0 4%;
	}
	#traffic .wrap.flex > img {
	    width: 100%;
	}
	#traffic .wrap > p {
	    padding: 0 4%;
	}

	/* ---------- sp : static page : oxyrium ----------*/
	#oxyrium .wrap.flex > div,
	#oxyrium .wrap.flex > img {
	    width: 100%;
	    margin-bottom: 4%;
	}
	#oxyrium .wrap.flex > div > h2 {
	    margin-bottom: 4%;
	}
	#oxyrium .effective {
	    padding: 0;
	}
	#oxyrium .effective h4 {
	    font-size: 18px;
	}

	/* ---------- sp : static page : yoga ----------*/
	#yoga .price-list {
	    flex-direction: column-reverse;
	}
	#yoga .price-list > p {
	    width: 100%;
	    margin-bottom: 4%;
	}
	#yoga .price-list dl {
	    font-size: 16px;
	}

	/* ---------- SP : static page : hydrogen ----------*/
	#hydrogen .intro .intro-text p {
	    width: 100%;
	    text-align: center;
	    margin: 0 auto;
	}
	#hydrogen .gold-3col > div {
	    width: 100%;
	    padding: 1em;
	    margin: 0 0 1em 0;
	}
	#hydrogen .gold-3col > div ul li {
	    font-size: 14px;
	}
	#hydrogen .flow-2col > div {
	    width: 100%;
	}
	#hydrogen .list-tbl2 {
	    width: 100%;
	    font-size: 16px;
	}

	/* ---------- interview ----------*/
	#interview .wrap.flex > h3,
	#interview .wrap.flex > p,
	#interview .wrap.flex > img {
	    width: 100%;
	}
	#interview .wrap.flex > img {
	    margin-bottom: 4%;
	}

	/* ---------- sp : footer ----------*/
	.footer-wrapper .footer-contact {
	    padding: 8% 0;
	}
	.footer-contact h2 {
	    font-size: 28px;
	}
	.footer-contact .address {
	    margin: 0 0 8% 0;
	}
	/*
	.footer-contact .bn-menu {
	    padding: 0;
	}*/
	.footer-contact .bn-menu li {
	    width: 100%;
	    text-align: center;
	    margin: 0 0 4% 0;
	}
	.footer-contact .bn-menu li a img {
	    width: 100%;
	}
	.footer-contact .bn-menu {
	    width: 100%;
	    padding: 0 4%;
	}
	.footer-contact .bn-menu li a img {
	    width: 100%;
	}
	.site-footer .bn-menu2 {
	    max-width: 200px;
	}
	.site-footer .bn-menu2 li {
	    width: 100%;
	}
	.footer-floating {
		height: auto;
	}
	.footer-floating .btn-contact,
	.footer-floating .btn-line {
		width: 45%;
		font-size: min(3vw ,18px);
		border-radius: 2rem;
	}
	.footer-floating .btn-contact {
		margin: 0 0.1em 0 0;
	}
	.footer-floating > a > svg {
		width: 0.75em;
		height: 0.75em;
		overflow-x: visible;
		overflow-y: visible;
		margin: 0 0 0 0.1em;
	}
}

/* ---------- iphone ----------*/
@media only screen and (max-width: 414px) {
    .site-header .site-branding {
        width: 200px;
    }
/* ---------- SP : static page : hydrogen ----------*/
    #hydrogen .intro {
        height: 80vw;
    }
    #hydrogen .intro .intro-text p {
        font-size: 14px;
    }
    #hydrogen .intro .intro-text .fs-16 {
        font-size: 12px !important;
    }
    #hydrogen .intro .intro-text .bg-gold {
        font-size: 24px;
        letter-spacing: 0;
    }
}

/* ---------- Single ----------*/
.single .page-top {
	margin: 0 0 32px 0;
}
.single .page-top .bg-gold {
	margin: 0;
}
.single .list-category {
	display: flex;
	padding: 8px 0;
}
.single .list-category .data {
	display: block;
	border: 1px solid #1c2c4f;
	background-color: #1c2c4f;
	color: #fff;
	font-size: 14px;
	padding: 0 0.5em;
	margin: 0 1em 0 0;
}
.single .list-category .data:hover {
	background-color: #fff;
	color: #1c2c4f;
}
.single .post-thum {
	text-align: center;
	margin: 0 auto 32px auto;
}
.single .post-thum > img {
	max-width: 1000px;
}

.list-post .data {
	position: relative;
	display: block;
	min-height: 187px;
	margin: 0 auto 48px auto;
}
.list-post .img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 280px;
	height: 187px;
	overflow: hidden;
	margin: 0 32px 0 0;
}
.list-post .img > img {
	display: block;
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
}
.list-post .text,
.list-post .detail {
	width: calc(100% - 312px);
}
.list-post .text {
	margin: 0 0 8px auto;
}
.list-post .detail {
	margin: 0 0 0 auto;
}
.list-post .text .date {
	font-size: 18px;
	margin: 0 0 1em 0;
}
.list-post .text .title {
	line-height: 1.25;
	font-weight: bold;
	font-size: 38px;
	color: #1E41B2;
	background-color: #F7F5F0;
	padding: 8px;
}
.list-post .text .excerpt {
	font-size: 20px;
	margin: 0;
}

/* ---------- Single SP----------*/
@media only screen and (max-width: 768px) {
	.single .page-top {
		margin: 0 0 6% 0;
	}
	.single .list-category .data {
		font-size: 2.75vw;
	}
	.single .post-thum {
		margin: 0 auto 4% auto;
	}
	.single .post-thum > img {
		max-width: 750px;
	}
	.list-post .data {
		min-height: auto;
		margin: 0 auto 6% auto;
	}
	.list-post .img {
		width: 33%;
		height: 20.5vw;
		margin: 0 2% 0 0;
	}
	.list-post .text {
		width: 65%;
		min-height: 20.5vw;
	}
	.list-post .text .date {
		line-height: 1;
		font-size: 2.5vw;
	}
	.list-post .text .title {
		line-height: 1.2;
		font-size: 3.8vw;
		padding: 6px;
	}
	.list-post .text .excerpt {
		font-size: 3vw;
	}
	.list-post .detail {
		width: 100%;
		margin: 0;
	}
	.list-post .detail > p {
		margin: 0;
	}
}

.pagination .nav-links {
	text-align: center;
	margin-bottom: 32px;
}
.pagination .nav-links .page,
.pagination .nav-links .page-numbers {
	font-size: 16px;
}
.pagination .nav-links .next,
.pagination .nav-links .prev {
	background-color: #1c2c4f;
	padding: 4px;
	color: #fff;
	margin: 0 0.5em 0 0;
}
.pagination .nav-links .next {
	margin: 0 0 0 0.5em;
}


/*popup*/
.popup {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 1000;
}
.popup-banner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.popup-close {
	position: absolute;
	top: -20px;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 16px;
	font-size: 20px;
	border-radius: 50%;
	text-align: center;
	color: #FFFFFF;
	background-color: #F5A623;
	cursor: pointer;
	z-index: 1001;
}
.popup-img {
	display: block;
	width: 100%;
	max-width: 400px;
	height: auto;
}
@media only screen and (max-width: 768px) {
	.popup-img {
		width: 80vw;
	}
}

