@charset "UTF-8";
/* CSS Document */
#wrap {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 100%;
	overflow: hidden;
}
#head {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#headwrap {
	clear: both;
}
#logo {
	float: none;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 15px;
	padding-left: 5%;
	padding-right: 0;
	margin-top: 0;
	text-align: left;
	border-radius: 0;
}
#logo h1 img {
	width: 180px;
	height: auto;
}
#telwrap {
	text-align: center;
	float: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: none;
}
.telnum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
#navwrap {
	display: none;
}
#navwrap02 {
	clear: both;
	width: 100%;
	background-color: #8C6239;
	display: block;
	visibility: visible;
	min-width: 320px;
	margin-bottom: 10px;
}
#nav {
	position: relative;
	top: auto;
	left: auto;
	z-index: 3000;
	width: 100%;
	min-width: 320px;
	display: block;
}
#nav > a {
	width: 40px; /* 50 */
	height: 40px; /* 50 */
	text-align: left;
	text-indent: -9999px;
	position: relative;
	display: none;
	background-image: url(../img/menu_sp.png);
	background-size: 40px 40px;
	background-position: right;
	margin-right: 0px;
	margin-left: auto;
}
#nav > a:before, #nav > a:after {
	text-indent: -9999px;
}
#nav > a:after {
	text-indent: -9999px;
}
#nav:not( :target) > a:first-of-type, #nav:target > a:last-of-type {
	display: block;
	text-indent: -9999px;
}
/* first level */
#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
#nav:target > ul {
	display: block;
}
#nav > ul > li {
	width: 100%;
	float: none;
	background-color: #E2B885;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #42210B;
	min-width: 320px;
}
#nav > ul > li > a {
	height: auto;
	text-align: left; /* 20 (24) */
	color: #42210B;
	text-decoration: none;
	width: 150px;
	padding: 10px;
	display: block;
}
#nav > ul > li:not( :last-child) > a {
	border-right-style: none;
	width: 150px;
}
/* second level */
#nav li ul {
	position: static;
	padding: 1.25em; /* 20 */
	padding-top: 0;
}
#footwrap {
	clear: both;
	overflow: hidden;
}
#foot {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#foot h5 {
	float: none;
	padding-bottom: 10px;
}
#foot h5 img {
	width: 200px;
	height: auto;
}

#footmenu {
	float: none;
	width: auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 12px;
}
#footmenu a {
	font-size: 12px;
	padding-left: 10px;
}
.midashi {
	clear: both;
	width: auto;
	font-size: 22px;
	padding-bottom: 20px;
	line-height: 1.6em;
}
.midashi02 {
	background-repeat: no-repeat;
	clear: both;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 18px;
}
.komidashi {}
.txtbox {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.linebox {
	clear: both;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.centerphoto {
	text-align: center;
	clear: both;
	padding-bottom: 30px;
	width: 100%;
}
.centerphoto img {
	width: 100%;
	height: auto;
}
.centertxt {
	text-align: center;
	clear: both;
}
.tbl {
	width: 100%;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	clear: both;
}
.tbl td {
	text-align: left;
	vertical-align: top;
}
.tbl th {
	text-align: left;
	vertical-align: top;
}
.pagetop {
	text-align: right;
	clear: both;
	padding-bottom: 50px;
	font-size: 12px;
	line-height: 20px;
	color: #F15A24;
}
.pc-none {
	display: block;
}
.sp-none {
	display: none;
}
.pc-none02 {
	display: inline-block;
}
.sp-none02 {
	display: none;
}
form .tbl {
	width: 100%;
}
form th, form td {
	display: block;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
.form01, .form02 {
	width: 100%;
}
.telbox {
	width: auto;
}
.navToggle {
	display: block;
	position: fixed;
	width: 64px;
	height: 64px;
	cursor: pointer;
	z-index: 5000;
	background-color: #192E76;
	text-align: center;
	right: 0px;
	top: 0px;
	font-size: medium;
}
.navToggle span {
	display: block;
	position: absolute; /* .navToggleに対して */
	width: 20px;
	border-bottom: 2px solid #FFFFFF;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 22px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.navToggle span:nth-child(1) {
	top: 40px;
}
.navToggle span:nth-child(2) {
	top: 32px;
}
.navToggle span:nth-child(3) {
	top: 24px;
}
.navToggle span:nth-child(4) {
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: medium none;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	z-index: 0;
	bottom: 28px;
	height: auto;
	padding-left: 0px;
	padding-top: 0px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	top: 32px;
	left: 22px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
	top: 32px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	transform: translateX(0%) !important;
}
nav.globalMenuSp {
    position: fixed;
    z-index: 4000;
    top: 0;
    color: #fff;
    text-align: center;
    transform: translateX(120%);
    transition: all 0.6s;
    width: 100%;
    background-color: #192E76;
    height: 100%;
}
nav.globalMenuSp .naviblock {
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	margin-left: auto;
	margin-right: auto;
	font-size: 0;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.naviblockbox {
	vertical-align: middle;
	font-size: 15px;
	margin-top: 64px;
}
.naviblockbox .box {
	vertical-align: top;
	width: 100%;
}
.naviblockbox h4 {
	font-size: 22px;
	line-height: 1.6em;
	font-weight: bold;
	padding-bottom: 15px;
	color: #fff;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.naviblockbox a {
    color: #FFFFFF;
    text-decoration: none;
	font-weight: bold;
	position: relative;
}
.naviblockbox a span{
	position: relative;
	display: inline-block;
}
.naviblockbox a span:before{
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	background-image: url("../../img/arrow01.png");
	background-position: center top;
	background-size: 16px auto;
	right:-20px;
	top:5px;
}
.naviblockbox .box ul {
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.naviblockbox .box .headnav {
	padding-bottom: 90px;
}
.naviblockbox .box ul li {
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 18px;
}
#mainimgwrap {
	background-image: url(../../img/bg_main02.png);
	background-position: center top;
	background-size: 20px auto;
}
#mainimg {
	padding-top: 100px;
	text-align: center;
	position: relative;
	background-image: url(../../img/bg_main_sp.png);
	background-position: center top;
	background-size: 370px auto;
	background-repeat: no-repeat;
}
#mainimg .inner {
	position: relative;
	padding-top: 50px;
	color: #192E76;
	font-weight: bold;
	padding-bottom: 30px;
}
#mainimg .inner img{
	width: 100%;
	height: auto;
	max-width: 350px;
}
#mainimg .inner h2 {
	position: absolute;
	width: 100%;
	top: 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.6em;
}
#mainimg .inner h2 strong {
	font-size: 24px;
	line-height: 1em;
}
#message {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -110px;
}
#message h3 {
	font-size: 30px;
	line-height: 1.2em;
	font-weight: bold;
	color: #192E76;
	padding-bottom: 20px;
}
#message .box {
	background-color: #FFFFFF;
	padding: 20px 30px 10px;
	text-align: left;
	border: 5px solid #192E76;
	border-radius: 10px;
	color: #192E76;
	position: relative;
	font-size: 14px;
	line-height: 2.2em;
}
#message .box p {
	padding-bottom: 14px;
}
#message .box h4 {
	font-size: 20px;
	line-height: 1.6em;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}
#message .box .img {
	display: none;
}
#message .box .img02 {
	display: none;
}
#about {
	padding-top: 150px;
	background-image: url(../../img/bg_about.png);
	background-position: center top;
	background-size: 31px auto;
}
#about .inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	padding-bottom: 40px;
}
#about .inner .midashi {
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
#interview .inner {
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	padding-bottom: 100px;
}
#interview .inner .interview {
	position: relative;
	min-height: auto;
}
#interview .inner .interview:nth-of-type(2n) {
	position: relative;
	min-height: auto;
	margin-bottom: 30px;
}
.inner .interview .photo {
	position: relative;
	top: auto;
	left: a;
}
.inner .interview:nth-of-type(2n) .photo {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
}
.inner .interview .photo img{
	width: 100%;
	height: auto;
}
.interview .box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	position: relative;
	padding-top: 20px;
}
.interview:nth-of-type(2n) .box {
	width: 100%;
	margin-right: auto;
	margin-left: 0;
	padding-right: 0px;
	position: relative;
	padding-top: 0px;
}
.interview .box .ques {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
}
.interview .box .ques:before {
	content: "Q";
	font-family: "Poppins", serif;
	font-size: 30px;
	line-height: 1em;
	color: #EECC53;
	font-weight: 600;
	padding-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.baloon {
	padding: 20px 20px 10px;
	border-radius: 10px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	color: #192E76;
	position: relative;
	font-size: 14px;
}
.baloon h5 {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
	padding-bottom: 4px;
}
.baloon::after {
	display: none;
}
.baloon:nth-of-type(2n)::after {
	display: none;
}
.interview:nth-of-type(2n) .baloon::after {
	display: none;
}
#interview .inner .intimg {
	position: relative;
	text-align: center;
	z-index: 10;
}
#interview .inner .intimg img{
	width: 100%;
	height: auto;
}
#interview .inner .intimg:after {
	position: absolute;
	z-index: -1;
	content: " ";
	visibility: visible;
	background-image: url(../../img/bg_people_sp.png);
	background-size: 100% auto;
	width: 100vw;
	height: 101vw;
	background-repeat: no-repeat;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}
#step {
	background-color: #D8F1FF;
	position: relative;
	z-index: 1;
}
#step .inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	padding-top: 80px;
}
#step:before {
	content: " ";
	width: 100%;
	height: 40%;
	background-color: #F1A3B5;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
}
#step:after {
	content: " ";
	width: 100%;
	height: 6%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	clip-path: polygon(0 0, 50% 58%, 100% 0, 100% 100%, 0 100%);
	background-image: url(../../img/bg_kensyu.png);
	background-size: 10px auto;
}
#step .img {
	position: relative;
	text-align: center;
	z-index: 10;
	padding-bottom: 80px;
}
#step .img:after {
	content: " ";
	position: absolute;
	bottom: 0px;
	background-image: url(../../img/img_kansyu04_sp.png);
	width: 377px;
	height: 138px;
	background-size: 377px auto;
	visibility: visible;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
}
#step .img .come {
	background-image: url(../../img/img_kemsyu05.png);
	width: 300px;
	height: 114px;
	background-position: center top;
	background-size: 300px auto;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	font-size: 18px;
	line-height: 1.6em;
	color: #192E76;
	font-weight: bold;
	padding-top: 20px;
}
#reccome {
	text-align: center;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: bold;
	color: #192E76;
	padding-top: 60px;
	padding-bottom: 60px;
}
.box1line {
	position: relative;
	z-index: 100;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 5px solid #192E76;
	margin-bottom: 10px;
	letter-spacing: -1em;
}
.box1line .photo {
	padding-bottom: 10px;
	display: block;
	width: 100%;
	vertical-align: middle;
}
.box1line .photo img {
	width: 100%;
	height: auto;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
}
.box1line .box {
	width: 90%;
	padding: 0 5% 10px;
	letter-spacing: 0;
	display: block;
	vertical-align: middle;
	color: #192E76;
	line-height: 2em;
	font-size: 14px;
}
.box1line .box h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6em;
	text-align: center;
}
.box1line02 {
	position: relative;
	z-index: 100;
	padding: 30px 5%;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 5px solid #192E76;
	margin-bottom: 30px;
	letter-spacing: -1em;
	color: #192E76;
}
.box1line02 .link {
	display: block;
	width: 100%;
}
.box1line02 h4 {
	letter-spacing: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6em;
	text-align: center;
	display: block;
	vertical-align: middle;
	padding-bottom: 20px;
	width: 100%;
	text-decoration: underline;
}
.box1line02 .box {
	width: 100%;
	padding-right: 0%;
	display: block;
	vertical-align: middle;
	letter-spacing: 0px;
}
.box3line {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0px;
}
#step .box3line {
	padding-bottom: 60px;
}
.box3line .box {
	width: calc(48% - 10px);
	margin-right: 1%;
	margin-left: 1%;
	padding: 20px 0 10px;
	margin-bottom: 10px;
}
.box3line .box h4 {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
	padding-bottom: 10px;
}
.box3line .box .photo img{
	width: 80%;
	height: auto;
}
.box3line02 {
	display: block;
	padding-bottom: 60px;
}
.box3line02 .box {
	width: calc(100% - 10px);
	margin-right: 0%;
	text-align: center;
	padding: 20px 0 10px;
	margin-bottom: 10px;
}
.box3line02 .box:nth-of-type(3n) {
	margin-right: 0px;
	width: calc(100% - 10px);
}
.box3line02 .box h4 {
	font-size: 18px;
	line-height: 1.6em;
	padding-bottom: 10px;
}
.num {
	color: #E91D25;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: bold;
}
.num strong {
	font-size: 40px;
	line-height: 0.8em;
	font-family: "Poppins", serif;
	font-weight: 600;
}
.kurisage {
	padding-top: 0px;
	padding-bottom: 10px;
}
.price {
	color: #E91D25;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
}
.price strong {
	font-size: 40px;
	line-height: 0.8em;
	font-family: "Poppins", serif;
	font-weight: 600;
}
.age {
	color: #E91D25;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
}
.age strong {
	font-size: 40px;
	line-height: 0.8em;
	font-family: "Poppins", serif;
	font-weight: 600;
}
.submenu {
	text-align: center;
	border-radius: 10px;
	background-color: #192E76;
	margin-bottom: 40px;
}
.submenu li {
	display: inline-block;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.submenu li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.6em;
	background-image: url(../../img/arrow02.png);
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: center bottom;
}
.mojilist li {
	background-repeat: no-repeat;
	margin-left: 20px;
	text-indent: -20px;
	padding-bottom: 10px;
	color: #192E76;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
}
.mojilist li:before {
	content: "●";
	color: #E91D25;
	padding-right: 5px;
	font-size: 14px;
}
.caption{
	font-size: 12px;
}
.link a{
	font-size: 16px;
}
.contact-telbox {
    background-color: #D8F1FF;
    border: 5px solid #192E76;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5%;
	border-radius: 10px;
}
.contact-telbox .cbt-ttl{
	font-size:18px;
}
.contact-telbox .cbt{
	display: block;
	width: 100%;
	margin: 0%;
	vertical-align: middle;
	font-size:12px;
	font-weight: 500;
}
.contact-telbox .cbt .baso{
	display: block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.contact-telbox .cbt .tel{
	display: block;
	width: 100%;
	vertical-align: top;
	color:#E91D25;
	font-weight: bold;
	font-size:32px;
	text-align: center;
	margin-bottom: 20px;
}
.contact-telbox .cbt .tel a{
	color:#E91D25;
	text-decoration: none;
}