/*
Theme Name: ブログテンプレート
Description: ブログテンプレート
Author: ブログテンプレート
*/


@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
	background-repeat: no-repeat;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
				margin: 0;
				padding: 0;
				border: 0;
				outline: 0;
				font-size: 100%;
				vertical-align: baseline;
				background: transparent;
}

body {
				line-height: 1.3;
}

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

nav ul {
				list-style: none;
}

blockquote,
q {
				quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
				content: '';
				content: none;
}

a {
				margin: 0;
				padding: 0;
				font-size: 100%;
				vertical-align: baseline;
				background: transparent;
}
a:hover {
	opacity: .7;
}

/* change colours to suit your needs */
ins {
				background-color: #ff9;
				color: #000;
				text-decoration: none;
}

/* change colours to suit your needs */
mark {
				background-color: #ff9;
				color: #000;
				font-style: italic;
				font-weight: bold;
}

del {
				text-decoration: line-through;
}

abbr[title],
dfn[title] {
				border-bottom: 1px dotted;
				cursor: help;
}

table {
				border-collapse: collapse;
				border-spacing: 0;
}
.cf::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* change border colour to suit your needs */
hr {
				display: block;
				height: 1px;
				border: 0;
				border-top: 1px solid #cccccc;
				margin: 1em 0;
				padding: 0;
}

input,
select {
				vertical-align: middle;
}

*,
*::after,
*::before {
				box-sizing: border-box;
}

ul {
				list-style: none;
}

button {
				background-color: transparent;
				border: none;
				cursor: pointer;
				outline: none;
				padding: 0;
				-webkit-appearance: none;
				   -moz-appearance: none;
				        appearance: none;
}

html {
				font-size: 62.5%;
}

html body {
				font-size: 1.6em;
				font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
				color: #707070;
				letter-spacing: 0.2em;
				text-indent: 0.2em;
				min-width: 1200px;
}

.flex {
				display: -ms-flex;
				display: flex;
				align-items: center;
				justify-content: center;
}

.h1title, .topLogo {
				font-size: 4.8rem;
}
.titleStyle01 span{
	font-size: 2.3rem;
    letter-spacing: 5px;
}
.titleStyle01 {
				font-size: 4.5rem;
				font-weight: normal;
				color:#ad9123;
				letter-spacing: 0.8rem;
				text-align: center;
}


@media screen and (max-width: 768px) {
    html body {
        min-width: 100%;
    }
	html{ font-size: 35%;}

}

/*-----------------------------------------------
トップページ共通
-----------------------------------------------*/
.linkBtn{
	background: url(/img/common/btn_more.png) no-repeat right 10% bottom 47%;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	padding-left: 2em;
	width: 530px;
	height: 90px;
	background-color: #fff;
	border: solid 1px #ad9123;
	text-align: left;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing: 0.5rem;
	text-indent: 0.5rem;
	transition-duration:.8s;
}
.linkBtn:hover {
	background: url(/img/common/btn_more_hover.png) no-repeat right 10% bottom 47%;
	background-color: #ad9123;
	color: white;
}
.linkBtn:hover span {
	background:  #ad9123;
	color: white;
}

.linkBtn span {
	padding: 0 20px 10px 0;
	background: white;
	position: relative;
	top: 40%;
	font-size: 1.5rem;
	transition-duration:.8s;
	color: #ad9123;
}

.ttlIco{
	display: block;
    margin: 0 auto;
    padding: 0 0 26px 0;
}
.ttlTxt {
	display: block;
    padding-top: 15px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .linkBtn {
    	background-position: right 18% bottom 47%;
        padding: 4vw 0 4.8vw 4vw;
        width: 90%;
        height: auto;
		background-size: 70%;
    }

    .linkBtn span {
        font-size: 3.5vw;
		padding: 0 10px 10px 0;
    }
}

/*-----------------------------------------------
トップページヘッダー
-----------------------------------------------*/

header .navButton {
				position: absolute;
				top: 0;
				right: 0;
				width: 100px;
				height: 100px;
				background-color: #ad9124;
				color: #fff;
				z-index: 900;
}
header .navButton img {
	display: block;
    margin: 0 auto;
    padding-bottom: 7px;
}
#pageTop{
	position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    width: 100%;
}
#pageTop .close {
	position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    font-size: 60px;
    width: 100px;
    height: 100px;
    text-align: center;
    background: #ad9123;
}
#pageTop .close button {
	font-size: 70px;
	color: white;
	font-weight: 100;
}
#pageTop .close span {
	color: white;
	font-size: 6px;
	position: absolute;
	bottom: 18px;
	left: 0;
	width: 100%;
	text-align: center;
}
#pageTop li a {
    margin-bottom: 30px;
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 30px;
}
nav ul.topNav {
	position: absolute;
    height: 100vh;
    background: rgba(173, 145, 35, .9);
    width: 30vw;
    right: -30vw;
	top:0;
    padding: 20vh 0 0 3vw;
}
nav ul.topNav .jaSmall {
	display: block;
	font-size: 1.7rem;
}
.navOpenBg {
	width: 100%;
	height: 100vh;
	z-index: 100;
	display: none;
	position: fixed;
}
.headerLogo img {
	max-height: 100px;
	padding: 10px 20px;
}
@media screen and (max-width: 768px) {
    header .navButton {
    				width: 60px;
    				height: 60px;
    }
	header .navButton img{
		width: 50%;
		padding-bottom: 5px;
	}
	#pageTop .close {
		width: 60px;
		height: 60px;
	}
	#pageTop .close button{
		font-size: 40px;
		position: relative;
		top:-22px;
	}
	.headerLogo{
		position: absolute;
		top: 0;
		left: 0;
	}
	.headerLogo img {
		max-height: 60px;
		padding: 10px 10px;
	}
	.headerLogo.toplogo {
		display: none;
	}

    nav ul.topNav  {
    	position: absolute;
        height: 100vh;
        background: rgb(173, 145, 35, .9);
        width: 100%;
        right: -100vw;
        padding: 10vh 0 0 10vw;
    }
	#pageTop li a {
		font-size: 25px;
	}
	nav ul.topNav .jaSmall {
		font-size: 3rem;
	}
}
/*-----------------------------------------------
トップページMV
-----------------------------------------------*/
.topLogo {
				letter-spacing: 0.8em;
				text-indent: 0.8em;
				text-align: center;
				color: #fff;
				line-height: 1em;
				position: absolute;
				top: 25%;
				width: 100%;
}

.topLogo span {
				display: inline-block;
				letter-spacing: 0.5em;
				text-indent: 0.5em;
}
.topLogo span.txt01{ font-size: 1.8rem;}
.topLogo span.txt02{ font-size: 3.5rem;}
.topLogo span.txt03{ font-size: 2.3rem;}
.mv {
				height: 100vh;
				width: 100%;
				min-height: 0;
				position: relative;
}

.mv .topSlider img {
	width: 100%;
	height: 100vh;
}
span.scrollArrow {
    position: absolute;
    bottom: 4vw;
    left: 50%;
}
.slick-slide {
	height: 100vh;
}
.slick-slide img {
	height: 100vh;
	-o-object-fit: cover;
	   object-fit: cover;
}


@media screen and (max-width: 768px) {
    .topLogo {
        letter-spacing: 0.6em;
        text-indent: 0;
        text-align: center;
        color: #fff;
        line-height: 1.5em;
        max-width: 100%;
        position: absolute;
        top: 40%;
        left: 50vw;
        transform: translateY(-50%) translateX(-50%);
        margin: auto;
        font-size: 7vw;
    }

    .topLogo img {
        width: 65%;
    }

    .mv {
        height: 100vh;
        overflow: hidden;
    }

    .mv .topSlider img {
        height: 100vh;
    }

    span.scrollArrow {
        left: 45%;
		bottom: 20%;
    }
	span.scrollArrow img {
		width: 80%;
	}
}

/*-----------------------------------------------
トップページ INFORMATION
-----------------------------------------------*/

.infoBox {
				box-sizing: border-box;
				width: 100%;
				padding: 5em 0;
				background: #f7f7f7;
				background-repeat: no-repeat;
				background-position: top 10em left;
				display: block;
}

.infoBox .infoText {
	max-width: 1200px;
	/* min-width: 1200px; */
	margin: 0 auto;
}

.infoBox .infoText h2 {
	padding-bottom: 1em;
	text-align: center;
}

.infoBox .infoText .infoLeft {
	width: 46%;
    display: inline-block;
	float: left;
	position: relative;
	padding-right: 14px;
}




.infoLeft.test {
	width:46%;
    height: 220px;
    display: inline-block;
	float: left;
	position: relative;
    background: url(/img/top/bg_bnr.png) no-repeat;
    background-size: cover;
    text-align: center;
    padding-right: 14px;
}
.infoLeft.test .personal{
	padding: 12px 10px 8px;
}

.infoLeft.test .inBox {
    background-color: #fff;
    width: 72%;
    margin: 2.4% 0 0 28%;
		letter-spacing: -0.1px;
}

.infoLeft.test h3 {
    font-size: 3.5rem;
    color: #ad9124;
	line-height: 2rem;
    margin: 5px 0;
	font-weight: normal;
}

.infoLeft.test h3 span {
    font-size: 1.6rem;
    color: #808080
}


.infoLeft.test .bnrTxt01 {
    color: #ad9124;
    font-size: 1.8rem;
	margin: 10px 0;
}

.infoLeft.test .bnrTxt01 .goldLabel {
    display: inline-block;
    background-color: #ad9124;
    color: #fff;
    font-size: 1.8rem;
    padding: 3px 20px 3px;
    margin-right: 20px;
}

.infoLeft.test .bnrTxt02,
.infoLeft.test .bnrTxt03 {
    font-size: 1.5rem;
	margin: 0 0 8px;
}
.infoLeft.test .bnrTxt03 span{
	font-size: 12px;
}
.infoLeft.test .first{
    width: 100%;
    background: white;
    color: #ad9122;
    padding: 5px 12px 5px 12px;
	position: absolute;
	bottom: -65px;
	border:solid 2px #d0b345;

}
.infoLeft.test .first .bnrAttention {
    color: #707070;
    font-size: 1.1rem;
    text-align: center;
    margin: 4px 0 0;
		letter-spacing: -0.1px;
}
.infoLeft.test .bnrTxt02 .redCross{position: relative;}
.infoLeft.test .bnrTxt02 .redCross::before{
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 60px;
	background: red;
	transform: rotate(-15deg);
	bottom: 7px;
	left: 5px;
}
.infoLeft.test .bnrTxt02 .bigGold {
    color: #ad9124;
    font-size: 3rem;
}

.infoLeft.test .bnrTxt04 {
    font-size: 18px;
}

.telBox .left .limit,
.infoBox .infoText .infoLeft .limit{
	position: absolute;
    right: 43px;
    font-size: 21px;
    letter-spacing: 0;
    top: 94px;
    font-weight: bold;
    color: #ad9123;
}
.infoBox .infoText .infoRight {
    padding-top: 60px;
    border-top: 1px solid #E7E7E7;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.infoBox .infoText img{
	width: 100%;
    padding: 0 5% 0 0;
}
.infoBox .infoText dl {
	display: -ms-flex;
	display: flex;
    padding-bottom: 1.3em;
    width: 48%;
}

.infoBox .infoText dl dt {
	padding-right: 2.5em;
}
.infoBox .infoText dl dd a{
	line-height: 1.4;
}

/* ーーーーーーーーーー20200603バナー追加ーーーーーーーーーーーーーーーー */
.bnrWrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.bnrWrap .bnrL{
    border: 2px solid #977800;
    width: 48%;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    height: auto;
}
.bnrWrap .bnrL .bnrTtl{
    background: #977800;
    color: white;
    font-size: 40px;
    padding-top: 20px;
    padding-bottom: 13px;
    line-height: 1.1;
    position: relative;
    padding-left: 40px;
    font-weight: normal;
}
.bnrWrap .bnrL .bnrTtl01{
    background: #977800;
    color: white;
    padding-top: 20px;
    padding-bottom: 13px;
    line-height: 1.3;
    position: relative;
    padding-left: 40px;
    font-weight: normal;
    font-size: 23px;
}
.bnrWrap .bnrL .bnrTtl01 span{
    font-size: 16px;
}
.bnrWrap .bnrL .bnrTtl:before,
.bnrWrap .bnrL .bnrTtl01:before{
    background: url(/img/top/img_bnr01.png)no-repeat;
    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 121px;
    height: 145px;
}
.bnrWrap .bnrL .bnrTtl span{
    font-size: 13px;
    display: block;
	font-weight: bold;
}
.bnrWrap .bnrL .detailWrap{
    text-align: center;
    padding: 14px 0;
}
.bnrWrap .bnrL .detailWrap .period{
    color: #977800;
    font-size: 18px;
    margin-bottom: 10px;
}
.bnrWrap .bnrL .detailWrap .period .type01{
    display: inline-block;
	margin-bottom: 4px;
	margin-right: 0;
}
.bnrWrap .bnrL .detailWrap .period span{
    background: #977800;
    font-size: 13px;
    color: white;
    padding: 2px 10px;
    margin-right: 10px;
    display: inline-block;
}
.bnrWrap .bnrL .detailWrap .price .times{
    font-size: 17px;
    color: black;
}
.bnrWrap .bnrL .detailWrap .price .normal{
    font-size: 35px;
    color: #977800;
}
.bnrWrap .bnrL .detailWrap .price .arrow{
    font-size: 30px;
    display: inline-block;
    margin-left: 10px;
	color: black;
}
.bnrWrap .bnrL .detailWrap .price .cPrice{
    font-size: 25px;
    color: #977800;
}
.bnrWrap .detailWrap p{
    font-size: 16px;
    color: black;
}
.bnrWrap .detailWrap .subTxt{
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 4px;
    color: black;
}

.bnrWrap .bnrR{
    border: 2px solid #977800 ;
    width: 48%;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    height: 242px;
    background: url(/img/top/bg_summer.png)no-repeat;
    background-size: cover;
}
.bnrWrap .bnrTtl{
    color: #977800;
    font-size: 40px;
    padding-top: 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid #977800;
    font-weight: normal;
}
.bnrWrap .bnrTtl span {
    display: block;
    font-size: 13px;
    line-height: 1.1;
	font-weight: bold;
}
.bnrWrap .bnrR .bnrTtl {
    text-shadow:
    1px 1px 4px #ffffff
    , 1px -1px 4px #ffffff
    , -1px 1px 4px #ffffff
    , -2px -2px 4px #ffffff
    , 2px 2px 4px #ffffff
    ;
}
.bnrR .detailWrap{
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translate(-50%,0);
    background: white;
    padding:15px 12px ;
    width: 90%;
}
.bnrR .free {
    color: #977800;
    font-size: 26px;
    margin-bottom: 8px;
    font-weight: normal;
}
.bnrR .free span {
    font-size: 26px;
    background: #977800;
    color: white;
    padding: 3px 3px;
    margin-left: 3px;
    display: inline-block;
    letter-spacing: 8px;
}
.bnrR .detailWrap .subTxt{
    font-size: 21px;
    color: black;
}

/*-----------------------------------------------
ページ下部のバナー、TEL調整　2020/06/09
-----------------------------------------------*/
.footerBnr {
    width: 1200px;
    margin: 60px auto 0;
    /* position: relative; */
}

.telBoxNew {
    color: #ad9123;
    text-align: center;
    margin: 0 auto 60px;
		width: 1200px;
    border: solid 2px;
    padding: 35px 0 40px;
}

.telBoxNew .txt {
    font-size: 2.5rem;
    font-weight: 100;
    /* padding-top: 40px; */
    line-height: 2em;
}

.footerBnr .bnrWrap .bnrR{
	position: relative;
}

.telBoxNew .tel a {
    text-decoration: none;
    vertical-align: sub;
    padding: 0 25px 0 0;
}

.telBoxNew .tel {
    font-size: 5.8rem;
    letter-spacing: 0px;
    padding-top: 4px;
}

.telBoxNew .tel span {
    font-size: 1.8rem;
    border: solid 1px;
    display: inline-block;
    line-height: 40px;
    padding: 0 25px;
		background: #ad9023;
    color: #fff;
}

.footerBnr .bnrWrap {
    margin-bottom: 80px;
}



@media screen and (max-width: 768px) {

    .infoBox .infoText dl {
        width: unset;
    }
    .bnrWrap{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .bnrWrap .bnrR{
        width: 100%;
        height: auto;
    }
    .bnrWrap .bnrL{
        width: 100%;
        height: auto;
    }
    .bnrWrap .bnrL .bnrTtl{
        padding-left: 60px;
    }
    .bnrWrap .bnrL .bnrTtl {
        font-size: 22px;
    }
    .bnrWrap .bnrL .bnrTtl span {
        font-size: 12px;
    }
    .bnrWrap .bnrL .detailWrap .period {
        font-size: 16px;
    }
    .bnrWrap .bnrL .detailWrap .period span{
        font-size: 12px;
    }
    .bnrWrap .bnrL .detailWrap .price .times {
        font-size: 15px;
    }
    .bnrWrap .bnrL .detailWrap .price .normal {
        font-size: 25px;
    }
    .bnrWrap .bnrL .detailWrap .price .cPrice {
        font-size: 20px;
    }
    .bnrWrap .detailWrap p {
        font-size: 14px;
    }
    .bnrWrap .detailWrap .subTxt {
        font-size: 12px;
    }
    .bnrR .free {
        font-size: 18px;
    }
    .bnrR .free span {
        font-size: 18px;
        padding: 3px 3px;
    }
    .bnrWrap .bnrL .detailWrap .price .arrow {
        font-size: 20px;
    }
    .bnrR .detailWrap {
        position: unset;
        transform: unset;
        bottom: unset;
        left: unset;
        margin: 15px auto;
    }
    .bnrR .detailWrap .subTxt {
        font-size: 16px;
    }
    .bnrWrap .bnrTtl {
        font-size: 30px;
    }
    .bnrWrap hr{
        width: 100%;
        margin: 25px 0;
    }
    .infoBox .infoText .infoRight {
        padding-top: 30px;
    }

	.infoLeft.test .inBox {
	    width: 100%;
	    margin: 0;
		padding: 2%;
		border: solid 2px #d0b345;
	}
	.infoLeft.test .personal{
		padding: 12px 5px 8px;
	}

	.infoBox .infoText .infoLeft {
	    margin: 0 0 80px;
		padding: 0;
		background-image: url();
	}

	.infoLeft.test{
		height: 180px;
	}

    .infoBox {
        overflow: hidden;
        padding: 50px 0;
    }

    .infoBox .infoText {
        width: 96%;
        margin: auto;
        padding: 0;
        font-size: 3.2vw;
        line-height: 1.2;
		min-width: 0;
    }

		.infoLeft.test h3 {
    font-size: 4rem;
    font-weight: normal;
		margin: 2px 0 11px;
	}
	.infoLeft.test h3 span {
	    font-size: 2rem;
	}

	.infoLeft.test .bnrTxt01 {
	    font-size: 2.5rem;
			margin: 0 0 2px;
	}

	.infoLeft.test .bnrTxt01 .goldLabel {
	    margin: 3px 10px 3px;
	    /* font-size: 2rem; */
	}

	.infoLeft.test .bnrTxt02, .infoLeft.test .bnrTxt03 {
	    font-size: 2rem;
	}

	.infoLeft.test .bnrTxt02 span {
	    font-size: 3.8rem;
	}
	.infoLeft.test .bnrTxt03 span {
		font-size: 10px;
	}

	.infoLeft.test .bnrTxt04 {
	    font-size: 2.5rem;
	}
	.infoLeft.test .first{
		bottom: -40px;
	}

	.infoLeft.test .first .bnrAttention {
		font-size: 1rem;
		    color: #727272;
		    margin: 0;
			text-align: center;
	}

	.accessBox .bnrAttention {
	    width: 92%;
    margin: 4px auto 0;
}



	.accessBox .infoLeft.test {
    	width: 94%;
        margin: 0 auto;
        padding: 0;
	}
	.infoBox .infoText .infoLeft, .infoBox .infoText .infoRight {
		width: 100%;
	}
	.infoText .infoLeft img {
		padding: 0 0 10%;
	}

    .infoText h2 {
        margin-bottom: 20px;
    }

    .infoBox .infoText dl dt {
    padding-right: 2em;
    }
	.telBox .left .limit{
		right: 4vw;
		top:15vw;
		font-size: 3.5vw;
	}
	.infoBox .infoText .infoLeft .limit{
		right: 2vw;
		top:14vw;
		font-size: 3.2vw;
	}
	.bnrWrap .bnrL .detailWrap .price .arrow{
	    margin-left: 0;
	}

	/*-----------------------------------------------
	ページ下部のバナー、TEL調整　2020/06/09
	-----------------------------------------------*/

	.footerBnr {
		width: 94%;
	}

	.telBoxNew .tel {
		padding: 0;
		font-size: 5rem;
	}

	.telBoxNew .tel span {
		background: #fff;
		border: solid 1px #ad9023;
		color: #ad9023;
	}

	.telBoxNew .txt{
		font-size: 3.5rem;
	}

	.telBoxNew{
		margin: 0 auto 20px;
		width: 100%;
		padding: 0;
		border: none;
	}

	.footerBnr .bnrWrap {
		margin-bottom: 40px;
	}
}


/*-----------------------------------------------
トップページ 大切なお客様へ〜STUDIO
-----------------------------------------------*/

.messageBox {
				width: 100%;
				height: 30vw;
				min-height: 450px;
				justify-content: space-between;
				overflow: hidden;
}

.messageBox .messageText {
				width: 50%;
				text-align: center;
}

.messageBox .messageText p {
				line-height: 2em;
				padding: 30px 0 0 0;
}
.messageBox .messageText strong {
	font-size: 2.2rem;
	font-weight: bold;
}
.messageBox .imgBox {
				width: 50%;
				height: 100%;
				background-image: url("/img/top/pala_bg.jpg");
				background-repeat: no-repeat;
				background-size: cover;
				background-position: center;
                background-position-y: 0;
}

.studioBox {
				width: 100%;
				background-color: #f7f7f7;
				padding-bottom: 9em;
				position: relative;
}
.hideBox::before {
    padding-bottom: 40%;
    content: "";
    display: block;
}
.studioBox .flex {
				justify-content: space-between;
}

.studioBox h2 {
				margin: 0 auto;
}

.studioBox .textArea {
				background-color: #fff;
				width: 50%;
				padding-top: 4em;
				padding-right: 3vw;
				padding-bottom: 4em;
				padding-left: 3vw;
}

.studioBox .textArea h3 {
				font-size: 20px;
				color: #ad9122;
				font-weight:lighter;
}
.studioBox .textArea h3 span {
	font-size: 3rem;
	line-height: 5rem;
}
.studioBox .textArea p {
				padding-top: 1em;
				line-height: 2em;
}

.studioBox .flexArea {
    position: absolute;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 7em;
    top: 35%;
}
@media screen and (min-width: 1366px) {
	.studioBox .flexArea{ top:28%;}
}
@media screen and (min-width: 1600px) {
	.studioBox .flexArea{ top:28%;}
}
@media screen and (min-width: 1920px) {
	.studioBox .flexArea{ top:24%;}
}

.studioBox .flexArea li:nth-of-type(1),
.studioBox .flexArea li:nth-of-type(2),
.studioBox .flexArea li:nth-of-type(3),
.studioBox .flexArea li:nth-of-type(4),
.studioBox .flexArea li:nth-of-type(5){
			width: 19.5%;
			margin-right: 0.5%;
}
.studioBox .flexArea li:nth-of-type(5){
	margin-right: 0;
}
.studioBox .flexArea li {
				padding: 1em;
				width: 11%;
				padding: 0.5%;
				position: relative;

}
.studioBox .flexArea li span {
    color: white;
    position: absolute;
    bottom: 10%;
    left: 11%;
    letter-spacing: 2px;
    line-height: 1.4;
    font-size: 0.9vw;
    font-weight: bold;
}
.studioBox .flexArea li:nth-of-type(1) span,
.studioBox .flexArea li:nth-of-type(2) span,
.studioBox .flexArea li:nth-of-type(3) span,
.studioBox .flexArea li:nth-of-type(4) span,
.studioBox .flexArea li:nth-of-type(5) span{
	font-size: 1.2vw;
    letter-spacing: 0.7vw;
    line-height: 1.4;
    font-weight: normal;
    bottom: 7%;
}
.studioBox .flexArea li img {
				width: 100%;
}



/*.linkBtn::after {
				content: "";
				width: 70px;
				height: 2px;
				background: #000;
				position: absolute;
				bottom: 5px;
				left: 10px;
}
*/

@media screen and (max-width: 768px) {
    .messageBox {
        width: 100%;
        height: auto;
        margin: auto;
        display: flex;
        flex-flow: row wrap;
    }

    .messageBox .messageText {
        width: 100%;
        padding: 30px 0;
        order: 2;
    }

    .messageBox .imgBox {
        width: 100%;
        height: 200px;
        order: 1;
    }

    .messageBox .messageText p {
        width: 96%;
        margin: auto;
    }


    .studioBox {
        padding: 40px 0;
    }

    .studioBox h2 {
        text-align: center;
    }
	.studioBox .textArea h3 span{
		font-size: 4rem;
	}

    .studioBox .flex {
        display: block;
    }


    .studioBox .flex {
        display: flex;
        flex-flow: row wrap;
    }


    .studioBox .textArea {
        width: 100%;
        margin-bottom: 23px;
        padding: 26px 5%;
    }

    .studioBox .flexArea {
        position: relative;
        padding: 2em 2% 0;
    }

    .studioBox .flexArea li,
    .studioBox .flexArea li:nth-of-type(1),
    .studioBox .flexArea li:nth-of-type(2),
    .studioBox .flexArea li:nth-of-type(3),
    .studioBox .flexArea li:nth-of-type(4),
    .studioBox .flexArea li:nth-of-type(5) {
    width: 50%;
    margin-right: 0;
    }

    .hideBox::before {
        display: none;
    }

    .studioBox .flexArea li span {
        font-size: 2.5rem;
        line-height: 1.6;
        letter-spacing: 1px;
    }

    .studioBox .flexArea li:nth-of-type(1) span,
    .studioBox .flexArea li:nth-of-type(2) span,
    .studioBox .flexArea li:nth-of-type(3) span,
    .studioBox .flexArea li:nth-of-type(4) span,
    .studioBox .flexArea li:nth-of-type(5) span {
        font-size: 2.5rem;
        font-weight: bold;
        line-height: 1.6;
        letter-spacing: 1px;
    }

    .studioBox .textArea h3 {
    	font-size: 5vw;
        padding-top: 14px;
	}
}


/*-----------------------------------------------
トップページ PERSONAL TRAINING
-----------------------------------------------*/

.personalBox{
	background: url(/img/top/personal_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    z-index: 0;
}
.personalBox h2 {
	text-align: center;
    margin: 0 0 70px;
    font-size: 50px;
    font-weight: normal;
    letter-spacing: 36px;
}
.personalBox .outer {
	width: 75%;
	margin: 0 auto;
	background: white;
	padding: 1%;
	background-size: cover;
}
.personalBox .innnerPadding {
	    padding: 70px;
    border: solid 1px #c2c2c2;
}
.personalBox p {
	line-height: 2em;
	padding: 0 0 30px 0;
}
.personalBox p span {
	color: #ad9122;
}
.personalBox h3 {
	padding: 0 0 50px;
	text-align: center;
	font-size: 4.2rem;
	color: #ad9122;
	font-weight: normal;
	letter-spacing: 12px;
}
.personalBox h3 span {
	font-size: 2rem;
}
.pala {
	background: url(/img/top/pala_bg.jpg) no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;
    height: 285px;
}

@media screen and (max-width: 768px) {
    .personalBox{
        background: url(/img/top/personal_bg.png);
        padding: 40px 0;
    }

    .personalBox h3 {
        padding: 10px 0 30px;
    	font-size: 3.5rem;
        line-height: 1.6;
        letter-spacing: 4px;
    }

	.personalBox h3 span{
		font-size: 2.5rem;
		letter-spacing: 4px;
	}

    .personalBox p {
        padding-bottom: 20px;
		padding: 0 4% 30px;
    }

    .personalBox h2 {
        font-size: 6vw;
        letter-spacing: 0.8em;
        line-height: 1.6;
        margin: 0 0 30px;
    }

	.personalBox .innnerPadding{
		padding: 4% 0;
	}

    .personalBox .ttlIco {
        width: 10%;
    }

    .personalBox .ttlTxt {
        width: 30%;
    }

    .personalBox .outer {
        width: 100%;
    }

    .personalBox .linkBtn {
        width: 90%;
		margin: 0 auto;
		background: none;
    }
	.pala{
		background-attachment: inherit;
		background-position: center;
		height: 120px;
	}
}

/*-----------------------------------------------
トップページ Before & After
-----------------------------------------------*/
.bandaBox {
	margin: 120px auto;
}
.bandaBox h2 {
	color: #707070;
    font-size: 5rem;
    font-weight: 100;
    text-align: center;
    padding: 0 0 90px;
}
.bandaBox h2 .silver { color: #a6a6a6; }
.bandaBox h2 .gold { color: #ad9123; }

.bandaBox ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.bandaBox ul li {
	margin: 0 30px;
	width: 44%;
}

.bandaBox ul li:nth-child(n+3) {
	margin-top: 65px;
}

.bandaBox li img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.bandaBox{
		margin: 70px auto 50px;
	}
	.bandaBox h2 {
		padding: 0 0 40px;
	}
	.bandaBox ul {
		flex-wrap: wrap;
	}
	.bandaBox ul,.bandaBox ul li,.bandaBox ul img {
		width: 100%;
	}
	.bandaBox ul li{
		padding: 0 0 30px 0;
	}

	.bandaBox ul li:nth-child(n+3) {
		margin-top: 0;
	}
}
/*-----------------------------------------------
トップページ PLAN　料金
-----------------------------------------------*/

.planBox {
				width: 100%;
				height: 450px;
				background: #f7f7f7;
				justify-content: space-between;
				flex-direction: row-reverse;
				overflow: hidden;

}

.planBox .planText {
				width: 50%;
				text-align: center;
}


.planBox .planText p {
				line-height: 2em;
				padding: 30px 0 ;
}

.planBox .imgBox {
				width: 50%;
				height: 100%;
				background-image: url("/img/top/bg_plan.png");
				background-repeat: no-repeat;
				background-size: cover;
}

@media screen and (max-width: 768px) {
    .planBox {
        width: 100%;
        height: auto;
        display: flex;
        flex-flow: row wrap;
        padding-bottom: 30px;
    }

    .planBox .imgBox {
        width: 100%;
        height: 300px;
        order: 1;
    }

    .planBox .planText{
        width: 100%;
        order: 2;
    }

    .planBox .planText h2 {
        padding: 30px;
        font-size: 7vw;
    }

    .planBox .planText p {
        padding: 0 0 25px;
    }
}

/*-----------------------------------------------
トップページ スライダー部分
-----------------------------------------------*/

.bottomSlider {
				padding-top: 10em;
}

.bottomSlider li {
				display: inline-block;
				height: 350px;
}

.bottomSlider img {
				width: 100%;
				height: 350px;
				-o-object-fit: cover;
				   object-fit: cover;
}

@media screen and (max-width: 768px) {
    .bottomSlider {
    				padding-top: 1em;
    }

    .bottomSlider li {
    				display: inline-block;
    				height: 150px;
    }

    .bottomSlider img {
    				width: 100%;
    				height: 150px;
    				-o-object-fit: cover;
    				   object-fit: cover;
    }
}
/*-----------------------------------------------
トップページ 電話ボックス
-----------------------------------------------*/
.telBox {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 80px auto;
}
.telBox .left {
	text-align: left;
	width: 50%;
	position: relative;
}
.telBox .left img {
	width: 100%;
	padding: 0 40px 0 0;
}
.telBox .right {
	width: 50%;
	color: #ad9123;
	text-align: left;
	padding-left: 20px;
}
.telBox .txt {
		font-size: 2.5rem;
    font-weight: 100;
    padding-top: 40px;
    line-height: 2em;
}
.telBox .tel{
	font-size: 5rem;
	letter-spacing: 0px;
	padding-top: 30px;
}
.telBox .tel a {
	text-decoration: none;
	vertical-align: sub;
	padding: 0 25px 0 0;
}
.telBox .tel span {
	font-size: 1.8rem;
    border: solid 1px;
    display: inline-block;
    line-height: 40px;
    padding: 0 25px;
}
@media screen and (max-width: 768px) {
	.telBox{
		width: 100%;
		flex-wrap: wrap;
		margin: 50px 0 20px;
		overflow: hidden;
	}
	.telBox .left,.telBox .right{
		width: 100%;
	}
	.telBox .txt{
		font-size: 3.5rem;
		padding: 25px 0 0 0;
	}
	.telBox .tel {
		padding: 0;
	}
	.telBox .left img {
		width: 100%;
		padding: 0 4%;
	}
	.telBox .right {
		padding: 0;
        text-align: center;
        margin-top: 40px;
	}
}
/*-----------------------------------------------
トップページ アクセス
-----------------------------------------------*/

.accessBox {
				padding-top: 120px;
				width: 100%;
				text-align: center;
}
.accessBox.under {
	padding-top: 0;
	margin: 100px 0 0 0;
}
/* .accessBox p {
				padding-top: 40px;
				font-size: 1.8rem;
				line-height: 2em;
} */

.accessBox .iframe-wrap {
				width: 100%;
				padding-top: 80px;
				overflow: hidden;
}

.accessBox .iframe-wrap iframe {
				width: 100%;
				height: 450px;
}

.accessBox .cv {
				width: 100%;
				height: 350px;
				min-width: 1200px;
}



.accessBox .cv img {
	width: 35vw;
	min-width: 550px;
}
.accessBox .cv .cvBox, .accessBox .cv .contact, .accessBox .cv .reservation {
				width: 50%;
				height: 100%;
				position: relative;
}

.accessBox .cv .cvBox h3, .accessBox .cv .contact h3, .accessBox .cv .reservation h3 {
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				display: inline-block;
				font-size: 35px;
				color: #fff;
				text-align: left;
				margin: auto;
				letter-spacing: .8em;
}

.accessBox .cv .cvBox h3 small, .accessBox .cv .contact h3 small, .accessBox .cv .reservation h3 small {
				font-size: 1.4rem;
				letter-spacing: 0.5em;
				text-indent: 0.5em;
}

.accessBox .cv > a,
.accessBox .cv > a img{
	transition-duration: .3s;
	cursor: pointer;

}
.accessBox .cv > a:hover {
    opacity: .8;
}
.accessBox .cv > a:hover img {
	width: 40vw;
	min-width: 600px;
}

.accessBox .cv .contact {
				background: #ad9124;
				border-right: 1px solid #fff;
}

.accessBox .cv .reservation {
				background: #cfc28f;
}

@media screen and (max-width: 768px) {
    .accessBox {
    	padding-top: 0;
    }
	.accessBox .accessHead {
		margin: 50px auto 30px;
	}

    .accessBox p {
        /* font-size: 2.5rem; */
        /* padding-top: 3em; */
    }

    .accessBox .iframe-wrap {
        padding-top: 2.5em;
    }

    .accessBox .cv .cvBox h3,
    .accessBox .cv .contact h3,
    .accessBox .cv .reservation h3 {
        width: 100%;
		padding: 0 4%;
    }

    .accessBox .cv .cvBox h3 small,
    .accessBox .cv .contact h3 small,
    .accessBox .cv .reservation h3 small {
        font-size: 2.5vw;
    }

    .accessBox .cv {
        height: 90px;
		min-width: unset;
    }
	.accessBox .cv > a,
	.accessBox .cv > a img{
		min-width: unset;
		width: 25vw;
		transition-duration: 0.8s;
	}
	.accessBox .cv > a:hover img{
		min-width: unset;
		opacity: .8;
	}

    .accessBox .cv .sp {
        display: block;
        margin: auto;
    }
    .accessBox .cv .contact,
    .accessBox .cv .reservation {
        padding: 5%;
    }
	.contact h3 img, .reservation h3 img{
		width: 100%;
	}
}

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

footer {
				width: 100%;
				height: 18vw;
				position: relative;
}
footer .footerLeft {
}
footer .footerLeft img {
	float: left;
	width: 110px;
	margin: 0 20px 0 0;
}
footer address {
    display: inline-block;
    float: left;
    font-style: normal;
	line-height: 1.5;
}
address .tel {
	color: #ad9123;
    font-size: 2rem;
}
address .add {
	font-size: 1.5rem;
}
address .tel span {
	font-size: 1.5rem;
	padding: 0 0 0 20px;
}
footer .footerBox {
				justify-content: space-between;
				padding: 6em 3em;
				min-width: 1200px;
}

footer .footerBox li:nth-of-type(1){
	padding-left: 0;
}
footer .footerBox li {
				padding-left: 2em;
}
footer .footerBox li a,
footer .footerBox li a:visited,
footer .footerBox li a:hover,
footer .footerBox li a:active{
	color:#707070;
	text-decoration: none;
}
footer .footerBox .copyright {
				text-align: right;
				font-size: 1.2rem;
				letter-spacing: 0.1em;
				text-indent: 0.1em;
				padding-top: 4em;
				color: #000;
}

footer .pageTop {
				position: fixed;
				right: -2em;
				bottom: 100px;
				width: 10em;
				transform: rotate(90deg);
}

footer .pageTop a {
				color: #ad9124;
				text-decoration: none;
}

footer .pageTop:before {
				margin-right: .8em;
				display: block;
				content: "";
				width: 1.5em;
				height: 1px;
				background: #ad9124;
}

@media screen and (max-width: 768px) {
    footer .pageTop {
        display: none;
    }
	footer address {
		width: 100%;
	}

    footer .footerBox {
        padding: 0;
        display: block;
		min-width: unset;
    }

    footer .footerBox img {
        width: 30%;
        height: auto;
        margin: 40px auto 20px;
        display: block;
		float: inherit;
    }
	footer .footerLeft {
		text-align: center;
		margin: 0 0 20px 0;
	}
	address .tel,address .add{
		font-size: 2.5rem;
	}

    .footerRight ul {
        display: block;
    }

    footer .footerBox li {
        margin: 0 5%;
        padding:0;
        border-bottom: 1px solid #e6e6e6;
    }

    footer .footerBox li:nth-child(1) {
        border-top: 1px solid #e6e6e6;
    }

    footer .footerBox li a {
        display: inline-block;
		width: 100%;
		padding: 24px 0;
    }

    footer .footerBox li a:after {
        content: "";
            width: 21px;
            height: 10px;
            background: url(/img/common/arrow_03.png) no-repeat center right 4%;
            color: #575757;
            line-height: 1;
            position: relative;
            display: inline-block;
            float: right;
            top: -0.7vw;
            right: 20px;
    }

    footer .footerBox .copyright {
    font-size: 2vw;
    padding: 4em 5% 2em;
    }


}






/* 191101〜1107　料金ページ　千葉追記分 */

/*-----------------------------------------------
header
-----------------------------------------------*/
.pageHeader {
    background: #fff;
    min-width: 1200px;
    position: fixed;
    z-index: 9000;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
}
.pageHeader a {
    text-decoration: none;
}
.pageHeader .comLogo01 {
    float: left;
    padding: 17px 0 0 18px;
}
.pageHeader .comLogo01 a {
    display: table-cell;
}
.pageHeader .comLogo01 img {
    display: block;
}
.pageHeader .comMenu01 {
    float: right;
    margin: 0 40px 0 0;
}
.pageHeader .comMenu01 li {
    float: left;
    padding-left: 20px;
	max-height: 100px;
}

.pageHeader .comMenu01 a:hover {
    border-bottom: 5px solid #cfc28f;
}

.pageHeader .comMenu01 a {
    color: #000;
    letter-spacing: 0.4em;
    display: block;
    position: relative;
    font-size: 16px;
    padding: 41px 10px 39px;
    font-weight: normal;
	min-height: 100px;
	max-height: 100px
}
.pageHeader .comMenu01 a:hover {
    background: rgba(255,255,255,.1);
}
.comIco02 { background: #ad9124; }
.comIco04 {
	background: #cfc38f;
	margin-left: 1px;
}
.comIco02:hover,
.comIco04:hover {
    opacity: .8;
}
.comIco02,
.comIco04 {
	float: right;
    line-height: 1;
    color: #fff;
    position: relative;
    padding: 41px 30px 41px;
    font-size: 18px;
    display: block;
}

@media screen and (max-width: 1400px) {
    .pageHeader .comMenu01 a {
		font-size: 1vw;
    }
}
/*
@media screen and (max-width: 1400px) {
    .pageHeader .comMenu01 a {
        padding: 28px 8px;
    }
}
@media screen and (max-width: 1380px) {
    .pageHeader .comMenu01 a {
        font-size: 16px;
        padding: 28px 7px;
    }
}
@media screen and (max-width: 1300px) {
    .pageHeader .comMenu01 a {
        font-size: 14px;
    }
}
@media screen and (max-width: 1240px) {
    .pageHeader .comLogo01 img {
        width: 200px;
    }
}
*/
@media screen and (max-width: 768px) {
    .pageHeader {
        min-width: auto;
    }
    .pageHeader .comLogo01 {
        padding: 14px 0 0 8px;
    }
    .pageHeader .comLogo01 img {
        width: 170px;
    }
    .comIco01,
    .comIco02,
    .comIco03,
    .comIco04 {
        width: 45px;
        float: right;
        text-align: center;
        padding: 10px 0;
        margin: 0 0 0 1px;
    }
    .comIco01,
    .comIco03 {
        background: rgba(255,255,255,.1);
    }
    .comIco02 {
        background: #f08300;
    }
    .comIco04 {
        background: #00B19A;
    }
    .comIco01 img,
    .comIco02 img,
    .comIco03 img,
    .comIco04 img {
        width: 40px;
    }
    .pageHeader .comMenu01 {
        display: none;
        position: fixed;
        color: #fff;
        margin: 0;
        float: none;
        width: 100%;
        top: 59px;
        border-top: rgba(255,255,255,.2) 1px solid;
    }
    .pageHeader .comMenu01 li {
        width: 100%;
        background: url(/img/common/arrow_01.png) no-repeat center right 4% rgba(0,0,0,.8);
        float: none;
    }
    .pageHeader .comMenu01 a {
        display: block;
        font-size: 18px;
        color: #fff;
        padding: 4% 8%;
        border-bottom: rgba(255,255,255,.2) 1px solid;
    }
}
@media screen and (max-width: 374px) {
    .pageHeader .comLogo01 {
        padding: 15px 0 0 3px;
    }
    .pageHeader .comLogo01 img {
        width: 130px;
    }
}

/*-----------------------------------------------
共通
-----------------------------------------------*/

.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }

    p {
        font-size: 2.5rem;
        letter-spacing: 0px;
    }
}

a {
    color:inherit;
}

.inner {
    width: 1200px;
    margin: auto;
}
@media screen and (max-width: 768px) {
	.inner {
		max-width: 100%;
		padding: 0 2%;
	}
}
/*-----------------------------------------------
mvArea
-----------------------------------------------*/
.mvArea {
    background: url(/img/common/mv_bg.png) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 190px 0 208px;
    margin-top: 100px;
}
.mvArea.blogMv{
	background: url(/img/renew/mv_blog.jpg?2021) no-repeat center;
	background-size: cover;
}
.mvArea.planMv{
	background: url(/img/common/plan_mv.png) no-repeat center;
	background-size: cover;
}
.mvArea.contactMv{
	background: url(/img/common/contact_mv.png) no-repeat center;
	background-size: cover;
}
.mvArea.infoMv{
	background: url(/img/common/info_mv.png) no-repeat center;
	background-size: cover;
}
.breadcrumb.page {
    padding: 5px 0;
    /* margin-bottom: 70px; */
    /* text-align: left; */
    margin: 0 auto 40px;
    width: 1200px;
}
ul#breadCrumbs {
    margin: 30px 0;
}

@media screen and (max-width: 768px) {
    .mvArea {
        padding: 12% 3%;
		margin: 60px 0 0 0;
		letter-spacing: 2rem;
    }
    .mvArea img {
        width: 100%;
        height: auto;
    }
	.breadcrumb.page {
		max-width: 100%;
		margin: 0 0 20px;
	}
	ul#breadCrumbs {
		margin: 15px;
	}
}



.breadcrumb.page ul {
    text-align: left;
}

.breadcrumb li {
    letter-spacing: 0;
    display: inline-block;
}

.breadCrumb a {
    letter-spacing: 0;
    display: inline-block;
    color: inherit;
}

.ttlArea {
    margin-bottom: 80px;
}

.ttl01 {
    font-size: 45px;
    color: #ad9123;
    font-weight: lighter;
    display: inline-block;
    letter-spacing: 0.3em;
    margin-right: 10px;
}

.ttl02 {
    color: #707070;
    font-size: 26px;
    font-weight: normal;
    display: inline-block;
}


.planTxt {
	padding: 0 0 15px 0;
}
.planTable tr{
    border-right: 1px solid #bfbfbf !important;
}

.planTable,
.planTable td,
.planTable th {
    border: 1px solid #bfbfbf;
    border-collapse: collapse;
    vertical-align: middle;
    background: #FFF;
}

.planTable td,
.planTable th {
    padding: 20px 5px;

}

.planTable {
    width: 100%;
    table-layout: fixed;
}

.planTable.table01 tbody td span {
    font-size: 24px;
}

.planTable.table01 tbody td span.gold {
    font-size: 16px;
    font-weight: bold;
    color: #ad9124;
}

.planTable {
    margin: 10px 0;
}

.planTable.table01 thead td {
    font-weight: bold;
    padding: 28px 5px;
    text-align: center;
    color: white;
    font-size: 16px;
    background-color: #cfc28f;
    width: 30%;
}

.planTable.table01 thead td span {
    font-weight: normal;
    font-size: 14px;
}

.planTable tbody td {
    font-weight: normal;
    padding: 20px 5px;
    text-align: center;
    font-size: 14px;
}

.planTable tbody td span {
    font-size: 24px;
}

.planTable.table02 thead td {
    font-weight: bold;
    padding: 28px 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #ad9122;
}

.planTable .text {
	line-height: 2;
	text-align: left;
}

#test .planTable.table01 thead td {
    background-color: #c8b35e;
}


#test .planTable, #test .planTable th, #test .planTable td {
    border: solid 1px #c8b35e;
}

#test .planTable thead td {
    border-right: solid 1px #fff;
    font-size: 1.9rem;
}

#test .planTable thead td:last-child {
    border-right: solid 1px #bfbfbf;
}

#test .planTable tbody td {
    color: #353535;
    font-size: 1.6rem;
    letter-spacing: .1em;
    position: relative;
}

#test .planTable .text {
    padding-left: 20px;
}

/* 20250626 sneaz */
#test .planTable .td-content-wrapper {
    width: 800px;
    display: block;
    margin: 0 auto;
}
.td-article-title {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 2.5;
}
.td-list-title {
    font-weight: bold;
    line-height: 2;
}

#test .planTable .list-td {
    text-align: left;
    padding: 20px 10px;
}
#test .planTable .dot-list,
#test .planTable .num-list,
#test .planTable .checkbox-list {
    padding: 0;
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
}

#test .planTable .dot-list li,
#test .planTable .num-list li,
#test .planTable .checkbox-list li {
    line-height: 1.8;
    margin-bottom: 5px;
    padding-left: 3em;
    text-indent: -3.2em;
}
#test .planTable .indent-list li{
    padding-left: 25px;
    text-indent: unset;
}

#test .planTable .dot-list {
    list-style: none;
}
#test .planTable .num-list {
    list-style: none;
}
.checkbox-list li {
    position: relative;
    padding-left: 1.8em !important;
    text-indent: -1.5em !important;
}
/* .checkbox-list li::before {
    content: "☑";     
    position: absolute;
    top: 0;
    font-size: 1.2em;
    line-height: 1;
    color: #333;
  } */

/*  */


@media screen and (max-width: 768px) {
	.ttl01 {
		font-size: 6rem;
		margin: 0;
	}
	.ttl02{
		font-size: 3rem;
	}
    .planTable.table01 tbody td span.gold {
        font-size: 12px;
    }
    /* 20250626 sneaz */
    #test .planTable .td-content-wrapper {
        width: 100%;
        display: block;
        margin: unset;
    }
    .td-article-title {
        font-size: 13px;
        
    }
    .td-list-title {
        font-size: 13px;
    }
}
/* 191101〜1107 料金ページ　千葉追記分ここまで */

/* 201230 料金ページ　千葉追記分 */
.ttl05 {
    font-size: 36px;
    border-left: solid #ad9123 5px;
    padding: 0 0 0 8px;
    margin: 100px 0 40px;
    display: block;
}

.ttl06 {
    font-size: 24px;
    margin: 30px 0 15px;
    display: block;
    font-weight: bold;
}

.planTable tbody td span.cmnt {
    font-size: 14px;
    position: absolute;
    display: block;
    bottom: 5px;
    right: 5px;
}

.planTable tbody td.cmnt_space {
    padding: 40px 0;
}

.planTable .text {
    margin: 15px 0;
}

.tableWrapp01 {
    margin: 15px 0 78px 0;
}

.ttlArea.planttl {
    margin: 0 0 20px 0;
}



@media screen and (max-width: 768px) {
    #test .planTable tbody td {
        font-size: 12px;
    }

    .ttl05 {
        border-left: solid #ad9123 3px;
        font-size: 20px;
        margin: 0 0 10px;
    }

    .ttl06 {
        font-size: 16px;
    }

    .planTable tbody td span.cmnt {
        font-size: 10px;
    }

    .tableWrapp01 p {
        font-size: 10px;
    }

    .tableWrapp01 {
        margin: 15px 0 48px 0;
    }

    #test .planTable thead td {
        font-size: 14px;
    }

    .ttlArea.planttl {
        margin: 0 0 10px 0;
    }

    .planTxt {
        padding: 0 0 20px 0;
    }

    .planTable.table01 thead td {
        padding: 20px 5px;
    }
}

/* 201230 料金ページ　千葉追記分ここまで */
/*-----------------------------------------------
トップ　アニメーション
-----------------------------------------------*/
.slideUp {
	position: relative;
	bottom: -100px;
	opacity: .2;
	transition-duration: 0.8s;
}
.slideUpAfter {
	bottom: 0;
	opacity: 1;
}
.slideRight{
	position: relative;
	right:200px;
	opacity: .2;
	transition-duration: 0.8s;
}
.slideRightAfter {
	right: 0;
	opacity: 1;
}
.slideLeft{
	position: relative;
	left:200px;
	opacity: .2;
	transition-duration: 0.8s;
}
.slideLeftAfter {
	left: 0;
	opacity: 1;
}

/*-----------------------------------------------
下層ページ共通
-----------------------------------------------*/
.txtBox {
  width: 35%;
  padding: 36px 3em;
	background-color: #fff;
  border: solid 1px #c2c2c2;
  box-shadow: 5px 5px #cfc28f;
	z-index: 100;
}

.txtBox p {
	padding-top: 1em;
  line-height: 1.8em;
	text-align: justify;
}

.txtBox p span {
    font-size: 13px;
    line-height: 1.4;
    display: block;
    margin: 5px 0 0 0;
    letter-spacing: 1px;
}

.ttl03 {
  font-size: 1.9rem;
  color: #4f4f4f;
}

.ttl03 .num {
	color: #ad9124;
    font-weight: lighter;
    float: left;
    width: 10%;
    line-height: 65px;
	font-size: 2.5rem;
}

.ttl03 .ttl {
    width: 85%;
    display: inline-block;
    font-weight: lighter;
    line-height: 36px;
    float: right;
}
.ttl03 .ttl small {
	font-size: 1.5rem;
}

.arrowIcon {
	display: block;
	width: 41px;
	height: 75px;
	position: absolute;
	bottom: -17%;
	right: 14.25%;
	transform: translate(-50%, 0);
	background: no-repeat url("/img/common/icn_arrow.png");
}
.arrowIcon.long {
	background: no-repeat url("/img/common/icn_long_arrow.png");
	height: 250px;
	bottom: -255px;
	z-index: 0;
}
.mvArea h2{
	font-size: 5rem;
	color: white;
	letter-spacing: 20px;
	font-weight: lighter;
}
.mvArea h2 span {
	display: inline-block;
	font-size: 1.7rem;
	letter-spacing: 15px;
	letter-spacing: 1rem;
}

.ttlArea {
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.mvArea h2{
		font-size: 3rem;
		line-height: 2rem;
	}

    .txtBox {
        order: 2;
        width: 100%;
    }

    .ttl03 .ttl {
        line-height: 1.5;
        font-size: 5vw;
    }
	.ttl03 .num {
		font-size: 4.5rem;
	}
}
/* 191111三ツ橋追記分 */
/*-----------------------------------------------
STUDIO
-----------------------------------------------*/
.mvArea.studio{
	background: url(/img/studio/studio_mv.png);
	background-size: cover;
}

.studioIntroBox {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
	height: 400px;
	position: relative;
	margin: 0 0 40px 0;
}

.studioIntroBox:nth-of-type(even) {
	flex-direction:  row-reverse;
}

.studioIntroBox .studioImg {
	position: absolute;
	right: 0;
}

.studioIntroBox:nth-of-type(even) .studioImg {
	left: 0;
}

.studioIntroBox .studioImg img {
  max-width: 100%;
}



.studioIntroBox:nth-of-type(even) .arrowIcon {
	left: 17.25%;
}
/* 191111三ツ橋追記分ここまで */

@media screen and (max-width: 768px) {
    .studioIntroBox {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 97px 0;
        height: auto;
    }

    .studioIntroBox:nth-of-type(even) {
        flex-direction: row-reverse;
    }

    .studioIntroBox .studioImg {
        position: relative;
        right: 0;
        order: 1;
        left: -2px;
    }

    .studioIntroBox:nth-of-type(even) .studioImg {
        left: -2px;
    }

    .studioIntroBox .studioImg img {
        max-width: 100%;
    }

    .studioIntroBox:nth-of-type(even) .arrowIcon {
        left: 17.25%;
    }
}

/*-----------------------------------------------
PERSONAL TRAINING
-----------------------------------------------*/
.personalTxt {
	height:450px;
	background: #f7f7f7;
	min-width: 1200px;
}
.personalTxt .left {
	width: 49%;
    padding: 60px 40px 0 0;
    float: left;
}
.personalTxt .leftInner{
	width: 550px;
	float: right;
}
.personalTxt .left h3 {
	font-size: 2.5rem;
    font-weight: lighter;
    letter-spacing: 1.1rem;
    line-height: 1.5;
}
.personalTxt .left p {
	padding: 40px 0;
	line-height: 2;
}
.personalTxt .left a {
	color: #ad9122;
	display: block;
	text-align: right;
}
.personalTxt .right {
	background: url(/img/personal/personal_img01.png) no-repeat;
    background-size: cover;
	background-position: center;
	width: 50%;
	float: right;
	height: 100%;
}
.personalTtl {
	margin: 70px 0 30px;
	background: #d0b345;
	padding: 10px 0;
	text-align: center;
	color: white;
	font-size: 4rem;
	position: relative;
	z-index: 1;
}
.trainerArea {
    margin: 150px 0;
}

.trainerArea .comInner {
    width: 100%;
    margin: 100px 0 0;
    padding: 0;
    box-sizing: initial;
}
.trainerArea .comInner.trainer_02 {
    background: url(/img/personal/trainer_02.png) no-repeat;
}
.trainerArea .comInner .ttl01 {
	color: #707070;
}
.trainerAreaSub {
    margin: 70px 0 50px;
	display: flex;
}
.trainerMini {
    display: flex;
    width: 50%;
    justify-content: space-between;
    background-color: white;
}
.stafTxt {
    padding: 0 30px 0 20px;
    line-height: 1.8;
}
.trainerMini .name {
    padding: 20px 0;
    font-size: 2.5rem;
}
.trainerMini .name  span {
    font-size: 2rem;
}
.trainerMini p {
    font-size: 1.5rem;
}

.trainerArea .ttl03 {
    padding: 30px 0 0;
}
.trainerArea .ttl04 {
    font-size: 24px;
    padding: 23px 0 0;
    font-weight: normal;
}
.trainerArea .txt01 {
    padding: 40px 0 100px;
    line-height: 2;
}

.trainerArea .comInner01 {
    width: 100%;
    margin: 90px 0 0;
    padding: 50px 0 0 0;
    box-sizing: initial;
}

.name01 {
    font-size: 24px;
    margin-top: 30px;
}

.name02 {
    font-size: 18px;
}

.voiceList {
    margin-bottom: 50px;
}

.voiceList {
    margin-bottom: 50px;
}

.voiceList ul {
    font-size: 0;
}

.voiceList li {
    width: 390px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}

.voiceList li:nth-child(3n) {
    margin-right: 0;
}

.voiceList li img {
    width: 100% !important;
    height: 215px;
    -o-object-fit: cover;
       object-fit: cover;
}

.vioceName {
    background: #feefb2;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 5px;
    margin-bottom: 18px;
}

.vioceTtl {
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    padding: 0 10px;
}

.voiceList p {
    text-align: left;
    font-size: 15px;
    margin-top: 38px;
}

#index .voiceList {
    margin: 80px 0 0px 0;
}
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop,
    .trainerAreaSub .comInner {
        width: 1200px;
        padding: 50px 0 0 570px;
    }
}
@media screen and (max-width: 768px) {
    .trainerArea {
        padding: 0 5% 5%;
        margin: 0 0 30px 0;
        background: url(/img/top/trainer_01_sp.png) no-repeat;
        background-size: contain;
    }
    .trainerArea .comInner {
        width: 100%;
        padding: 0;
    }
    .trainerArea .ttl01 img {
        width: 108px;
    }

    .trainerArea .ttl03 {
        padding: 5% 0 0;
    }
    .trainerArea .ttl03 img {
        width: 168px;
    }
    .trainerArea .ttl04 {
        padding: 1% 0 20px;
        font-size: 22px;
    }
    .trainerArea .txt01 {
        padding: 0;
        text-align: justify;
        font-size: 15px;
        line-height: 1.5;
    }
	.personalTxt {
		min-width: 0;
		display: flex;
		flex-wrap: wrap;
		height: auto;
	}
	.personalTxt .left{
		width: 100%;
		order: 2;
		padding: 20px 0 20px;
	}
	.personalTxt .leftInner {
		width: 100%;
		padding: 0 4%;
	}
	.personalTxt .left p {
		padding: 25px 0;
	}
	.personalTxt .right {
		width: 100%;
		order: 1;
		height: 200px;
	}
    .trainerArea .comInner,
    .trainerArea .comInner.trainer_02 {
		padding: 0;
		background-size: 100% auto, auto;
		line-height: 1.5;
		margin: 30px 0 0 0;
	}
	.trainerAreaSub {
		flex-wrap: wrap;
		    padding: 0 4%;
	}
	.trainerMini {
		width: 100%;
		flex-wrap: wrap;
		padding: 0 0 40px;
		font-size: 2.2rem;
	}
	.trainerMini p {
		font-size: 2rem;
	}
	.trainerMini .name {
		font-size: 3.5rem;
	}
	.trainerMini figure {
		width: 100%;
	}
	.trainerMini figure img {
		width: 100%;
	}

}
/*-----------------------------------------------
CONTACT　お問い合わせフォオーム
-----------------------------------------------*/
.contactTxt {
    text-align: center;
    line-height: 2;
    padding: 0 0 40px 0;
    border-bottom: solid 1px #cdcdcd;
    margin: 70px;
}
.contactTxt .ttl {
	text-align: center;
    padding: 0 0 70px;
    font-size: 2.5rem;
}
.contactTxt span {
	color:#AD9127;
	font-size: 3rem;
}
.tableWrapp table {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.tableWrapp tr {
    border-bottom: solid 1px #cdcdcd;
}
.tableWrapp th {
	width: 30%;
}
.tableWrapp tr td {
    padding: 14px;
	line-height: 2;
}

.tableWrapp input,
.tableWrapp select,
.tableWrapp textarea{
	padding: 10px;
	border-width: 1px;
	border-radius: 5px;
	font-size: 16px;
}
.tableWrapp select{
	color: rgb(112, 112, 112);
	-webkit-appearance: none;
  -moz-appearance: none;
	     appearance: none;
}
input.inputLong {
    width: 100%;
}
textarea.contactBox {
    width: 100%;
    height: 200px;
    border-color: #cbcbcb;
}
p.discription {
    padding: 15px 0 0;
}
.required {
    background: #ad9122;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    color: white;
    font-size: 13px;
    margin-right: 10px;
}
.tableWrapp .VATop {
	vertical-align: top;
	padding: 10px 0 10px 10px;
}

.privacyBox .ttl{
	text-align: center;
	padding: 150px 0 70px;
	font-size: 2.5rem;
}

.privacyTxt {
    line-height: 2;
    font-size: 1.4rem;
    height: 250px;
    overflow: scroll;
    padding: 20px;
    border: inset;
    border-width: 1px;
    border-radius: 9px;
    margin: 0 0 60px 0;
}

.privacyTxt li {
    list-style-type: none;
}

p.btnBox {
	text-align: center;
	width: 550px;
	padding: 20px;
	margin: 0 auto;
	border: solid 1px #ad9122;
}
.btnSubmit {
    text-align: center;
    margin: 70px 0 0 0;
}
.inputShort, .inputShort2{
	margin: 0 10px;
}
h3.title02 {
	font-size: 1.7rem;
}
input[type="submit"] {
    border: none;
    padding: 25px 60px;
    background: #ad9123;
    color: white;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    display: inline-block;
    font-size: 1.8rem;
    box-shadow: 5px 5px #9E9E9E;
	-webkit-appearance: none;
}
input[type="submit"]:active{
	outline: none;
    position: relative;
    top: 5px;
    right: -5px;
    box-shadow: none;
}
input[type="submit"]:focus{
	outline: none;
}
.ttl02.error {
	color:#B70000;
}

@media screen and (max-width: 768px) {
	.contactTxt {
		margin: 70px 2% 20px;
	}
	.tableWrapp{
		width: 100%;
	}
	.tableWrapp .VATop,
	.tableWrapp tr th{
		display: block;
		width: 100%;
		padding: 14px 0 0 20px;
		font-size: 3rem;
	}
	.tableWrapp tr th label {
		vertical-align: middle;
	}
	.tableWrapp tr td{
		display: block;
	}
	.tableWrapp input {
		font-size: 16px;
	}
	input.inputLong {
		width: 90%;
	}
	.tableWrapp .inputShort,
	.tableWrapp .inputShort2{
		width: 37%;
		margin: 0 5px 10px;
	}
	.tableWrapp input, .tableWrapp select, .tableWrapp textarea {
		width: 100%;
	}
	.privacyBox .ttl{
		padding: 50px 0;
		font-size: 3.5rem;
	}
	h3.title02 {
		font-size: 2.7rem;
	}
	p.btnBox {
		width: auto;
	}
	input[type="submit"] {
		margin-bottom: 100px;
		font-size: 2.5rem;
	}
	.ttl02.error {
		font-size: 3.5rem;
	}

}
/*-----------------------------------------------
CONTACT　お問い合わせ完了ページ
-----------------------------------------------*/
.complete {
    width: 1200px;
    margin: auto;
    text-align: center;
}

.mainCatch {
    padding: 30px 0;
}

.complete p {
    line-height: 1.6;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

h3.titleCompany {
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.complete {
	    width: 100%;
	}
	.complete p {
		padding: 0 4%;
	}

    .mainCatch {
        font-size: 5vw;
        padding: 0 0 30px;
    }

}
/* ーーーーーーーーーーコロナ注意書きーーーーーーーーーーーーーーーー */
.inner02{
    background-color: initial;
    padding: 0;
    color: #565656;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
}
.contacts_cortion {
    background: #fdf2d8 ;
    padding: 12px 30px;
    margin: 10px 0;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.contacts_cortion h4 {
    color: #AB1F20;
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
    margin-right: 2%;
    font-size: 20px;
}
.inner .contacts_cortion p {
    text-align: left;
    display: inline-block;
    width: 63%;
}
.contacts_cortion h4 .beforeImg{
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translate(0,-52%);
    width: 20px;
    height: 20px;
    padding: 0;
}
.contacts_cortion h4 .afterImg{
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translate(0,-52%);
    width: 20px;
    height: 20px;
    padding: 0;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .inner02{
        padding: 0;
    }
    .contacts_cortion{
        flex-wrap: wrap;
    }
    .contacts_cortion h4 .beforeImg {
        left: -22px;
    }
    .contacts_cortion h4 .afterImg {
        right: -22px;
    }
    .contacts_cortion h4 {
        padding-left: 0;
        margin-right: 0;
        padding-right: 0;
        display: block;
        width: 286px;
        margin: 0 auto 13px;
    }
    .inner .contacts_cortion p {
        width: 100%;
        text-align: center;
    }
}
/* コロナステッカー追加 */
.addSticker .contacts_cortion {
    align-items: center;
}
.addSticker .imgBox{
	width: 15%;
	height: auto;
	display: block;
}
.addSticker .imgBox img{
	width: 100%;
	height: auto;
}
.addSticker .txtBox{
	width: 82%;
	padding: 0;
	border:none;
	box-shadow: none;
	background: initial;
}
.addSticker .txtBox p{
	display: block;
	width: 100%;
}
@media screen and (max-width:768px){
	.addSticker .contacts_cortion {
	    flex-wrap: wrap;
	}
	.addSticker .imgBox{
		width: 100%;
		margin-bottom: 10px;
	}
	.addSticker .imgBox img{
		width: 150px;
		display: block;
		margin: 0 auto;
	}
	.addSticker .txtBox{
		width: 100%;
		text-align: center;
	}
	.addSticker .txtBox h4{
		text-align: center;
	}
	.addSticker .txtBox p{
		padding-top: 0;
		text-align: center;
	}
}
/* トップニュース調整20210726 */
.topNewsWrap .ttl03 .ttl {
    width: 100%;
}
.topNewsWrap .studioIntroBox {
	margin: 20px 0;
}
.topNewsWrap .txtBox {
	background: url(/img/top/bg_news01.png) white no-repeat;
    background-size: 40%;
    background-position: 113% 117%;
}

@media screen and (max-width:768px){
	.infoBox .infoText .topNewsWrap img {
		padding: 0;
	}
	.topNewsWrap .ttl03 .ttl {
	    font-size: 15px;
	}
	.topNewsWrap .txtBox {
	    padding: 20px 2em;
	}
	.topNewsWrap .studioIntroBox {
	    margin: 25px 0 35px 0;
	}
	.topNewsWrap .txtBox {
	    background-size: 100px;
		background-position: 100% 100%;
	}
}

/* パーソナルトレーニングスタッフ調整 */
.imgBox01{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 50px;
}
.imgBox01 img{
	width: 400px;
	margin-right: 15px;
}
@media screen and (max-width:768px){
	.imgBox01{
		margin-bottom: 25px;
		justify-content: space-between;
	}
	.imgBox01 img{
		width: 49%;
		margin-right: 0;
	}
	/* デイトピッカー */
	#ui-datepicker-div{
		width: 230px;
	}
}

/* LINEバナー追加20220407 */
.lineArea{
	background: white;
	padding: 50px 0;
	margin: 40px 0px 50px;
}
.lineArea a{
	display: block;
	width: 95%;
	margin: 14px auto 0;
}
.lineArea a img{
	width: 100%;
}
.ttl07{
	font-size: 25px;
	text-align: center;
    color:#ad9123;
    letter-spacing: 0.8rem;
}

.footerBnr .lineArea{
    padding: 0;
    margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
	.lineArea{
		/* padding: 30px 2%; */
        padding: 30px 0;
		margin: 0px 0px 36px;
	}
	.lineArea a{
		width: 100%;
		max-width: 500px;
		margin: 9px auto 0;
	}
	.ttl07{
		font-size: 18px;
	}
}
