body {
	font-size: 100%;
	font-family : "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;
	text-align : center;
	margin : 0;
	background-position: top center;
}


img{
	width:100%;
	height: auto;
}



#container{
	width: 100vw;
	max-width: 1920px;
	text-align : center;
	background-color: #AE815E;
	background-image: url("image/backtop.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 1.5em;
	line-height: 2.0;
	font-family: vdl-admin, sans-serif;
	font-style: normal;
	margin: 0px auto;
}

.header{
	position: relative;
  	height: 100vh; /* コンテナの高さ */
  	width: 100%; /* コンテナの横幅 */
  	overflow: hidden; /* コンテナからはみ出した要素を隠す */
}

.header　img{
	height: 100vh;
	object-fit: cover;
	object-position: top center;
}

.contents1{
	width: 100%;
	max-width: 1920px;
	padding-bottom: 0px;
	padding-top: 50px;
	margin: 0px auto;
}

h1{
	font-size: 1.8em;
	line-height: 1.8em;
	color: white;
	text-shadow: 0px 0px 10px #232323;
	margin: 0px auto;
}

p{
	margin: 30px;
}

.flex-top{
	width: 100%;
	max-width: 1260px;
	margin: 100px auto;
	display: flex;
}

.flex-item1{
	width: 40%;	
	background-color: rgba(64,75,45,0.70);
	box-shadow: 3px 3px 3px #232323;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	vertical-align: top;
	text-align: center;
	margin: 0px 30px;
	position: relative;
}

.flex-item1 img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
  	transform : translate(-50%,-50%);
}
.flex-item3{
	width: 60%;
	background-color: rgba(251,209,146,0.56);
	box-shadow: 3px 3px 3px #232323;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	text-align: left;
	padding: 30px;
	margin: 0px　30px;
}

.box{
	width: 100%;
	max-width: 900px;
	background-color: rgba(136,113,53,0.70);
	box-shadow: 3px 3px 3px #232323;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
	margin: 30px auto;
}

.box1{
	width: 100%;
	max-width: 900px;
	background-color: rgba(243,197,137,0.60);
	box-shadow: 3px 3px 3px #232323;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	text-align: center;
	color: #000000;
	padding: 30px;
	margin: 30px auto;
}

.box1-2{
	width: 60%;
	background-color: rgba(70,122,0,0.70);
	box-shadow: 3px 3px 3px #232323;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	color: white;
	padding: 30px;
	margin: 0px 30px;
}

.box1-2b{
	width: 40%;	
	background-color: rgba(249,230,216,0.70);
	background-image: url("image/smile.png");
	background-blend-mode: lighten;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 3px 3px 3px #232323;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	vertical-align: top;
	text-align: center;
	margin: 0px 30px;
	position: relative;

}

.box2-1{
	width: 100%;
	max-width: 900px;
	background-color: rgba(249,230,216,0.70);
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	text-align: center;
	box-shadow: 3px 3px 3px #232323;
	padding: 10px;
	margin: 30px auto;
}

.box2-2{
	width: 60%;
	background-color: rgba(70,122,0,0.70);
	box-shadow: 3px 3px 3px #232323;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	text-align: left;
	color: white;
	padding: 30px;
	margin: 0px　30px;
}

.box2-2b{
	width: 40%;	
	background-color: rgba(249,230,216,0.70);
	background-image: url("image/smile2.png");
	background-blend-mode: lighten;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 3px 3px 3px #232323;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	vertical-align: top;
	text-align: center;
	margin: 0px 30px;
	position: relative;

}
.box2-3{
	width: 100%;
	max-width: 900px;
	background-color: rgba(249,230,216,0.70);
	background-image: url("image/back2.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-blend-mode: soft-light;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	text-align: center;
	box-shadow: 3px 3px 3px #232323;
	padding: 20px 10px;
	margin: 100px auto;
}

.pop1{
	animation: pop1 2s ease-out infinite;
  	opacity: 1;
	background-color: rgba(34,111,0,0.80);
	width: 80%;
	text-align: center;
	color: #FFFFFF;
	border-radius: 20px; /* ボックスの四つ角を丸くする */ 
	padding: 5px;
	margin: 10px auto;
	box-shadow: 3px 3px 3px #232323;
}

@keyframes pop1 {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

.pop2{
	animation: pop2 2s ease-out infinite;
  	opacity: 1;
	background-color: burlywood;
	width: 80%;
	text-align: center;
	color: saddlebrown;
	border-radius: 20px; /* ボックスの四つ角を丸くする */ 
	padding: 5px;
	margin: 10px auto;
	box-shadow: 3px 3px 3px #232323;
}

@keyframes pop2 {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

.review{
	width: 100%;
	max-width: 1260px;
	margin: 100px auto;
	display: flex;
}

.box3-1{
	width: 80%;
	max-width: 900px;
	text-align: left;
	text-shadow: 0 0 3px #000;
	background-color: rgba(139,142,0,0.70);
	background-image: url("image/review1.png");
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: bottom right;
	background-blend-mode:soft-light;
	box-shadow: 3px 3px 3px #232323;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	border: solid 4px white;
	color: #FFFFFF;
	padding: 5px 10px 5px;
	margin: 20px 20px 0px;
}

.box3-2{
	width: 80%;
	max-width: 900px;
	text-align: left;
	text-shadow: 0 0 3px #000;
	background-color: rgba(70,122,0,0.80);
	background-image: url("image/review2.png");
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: bottom right;
	background-blend-mode:soft-light;
	box-shadow: 3px 3px 3px #232323;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	border: solid 4px white;
	color: #FFFFFF;
	padding: 5px 10px 5px;
	margin: 20px 20px 0px;
}

.box3-3{
	width: 80%;
	max-width: 900px;
	text-align: left;
	text-shadow: 0 0 3px #000;
	background-color: rgba(71,175,0,0.60);
	background-image: url("image/review3.png");
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: bottom right;
	background-blend-mode:soft-light;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	border: solid 4px white;
	color: #FFFFFF;
	padding: 5px 10px 5px;
	margin: 20px;
}

.box3-4{
	width: 80%;
	max-width: 900px;
	text-align: left;
	text-shadow: 0 0 3px #000;
	background-color: rgba(110,120,10,0.70);
	background-image: url("image/review4.png");
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: bottom right;
	background-blend-mode:soft-light;
	box-shadow: 3px 3px 3px #232323;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	border: solid 4px white;
	color: #FFFFFF;
	padding: 5px 10px 5px;
	margin: 20px;
}

.box3-5{
	width: 80%;
	max-width: 900px;
	text-align: left;
	text-shadow: 0 0 3px #000;
	background-color: rgba(70,122,0,0.60);
	background-image: url("image/review5.png");
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: bottom right;
	background-blend-mode:soft-light;
	box-shadow: 3px 3px 3px #232323;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	border: solid 4px white;
	color: #FFFFFF;
	padding: 5px 10px 5px;
	margin: 20px;
}


.prof{
	width: 100%;
	max-width: 900px;
	text-align: center;
	margin: 100px auto;
}

.flexbox1{
	display: flex;
	justify-content: center;
}

.flex-item{
	width: 50%;
	background-color: rgba(255,255,255,0.70);
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	box-shadow: 3px 3px 3px #232323;
	text-align: left;
	vertical-align: middle;
	font-size: 0.8em;
	padding: 10px;
	margin: 10px;
}

table.about{
	border-collapse: collapse;
	width: 100%;
	max-width: 900px;
	margin: 0px auto 50px;
	border: 4px solid rgba(56,123,13,0.100);
	background-color: rgba(253,241,175,0.67);
	color:#000000;
}

table.about th {
	width: 30%;
	font-size: .8em;
	font-weight: normal;
	text-align: center;
	line-height: 1.3em;
	vertical-align: middle;
	margin: 0 0 10px 0;
	padding: 10px 20px;
	border: 4px solid rgba(56,123,13,0.100);
}
table.about td {
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3em;
	margin: 0;
	padding: 10px 20px;
	border: 4px solid rgba(56,123,13,0.100);
}




.contents2{
	width: 100%;
	max-width: 1920px;
	background-color: antiquewhite;
	background-image: url("image/top2.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	box-shadow: -10px 0px 20px #232323;
	padding: 50px 0px;
	margin: 50px auto;
	z-index: 10;
}

.box4{
	width: 100%;
	max-width: 900px;
	background-color: rgba(32,99,1,0.60);
	background-image: url("image/womanback.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-blend-mode: lighten;
	background-size: 50%;
	box-shadow: 3px 3px 3px #232323;
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
	margin: 0px auto;
	clip-path: polygon(50% 0%, 100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
}

.flex{
	width: 100%;
	max-width: 900px;
	margin: 20px auto;
	display: flex;
}

.pop3{
	animation: pop3 2s ease-out infinite;
  	opacity: 1;
	background-color: burlywood;
	width: 80%;
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: bold;
	color: saddlebrown;
	border-radius: 20px; /* ボックスの四つ角を丸くする */ 
	padding: 10px;
	margin: 20px auto;
}



@keyframes pop3 {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

h2{
	font-size: 1.6em;
	line-height: 1.3em;
	text-align: center;
	color: #FFFFFF;
	margin: 50px auto;
}


.box5{
	width: 100%;
	max-width: 900px;
	background-color: rgba(255,254,254,0.60);
	background-image: url("image/back1.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: screen;
	box-shadow: 3px 3px 3px #232323;
	text-align: left;
	color: saddlebrown;
	padding: 10px 10px 50px;
	margin: 0px auto 50px;
	clip-path: polygon(50% 5%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
}

.box5 h2{
	font-size: 1.6em;
	line-height: 1.3em;
	text-align: center;
	color: saddlebrown;
	margin: 150px auto 50px;
}

.box6{
	width: 100%;
	max-width: 900px;
	margin: 50px auto;
}

.box4-2{
	width: 100%;
	max-width: 900px;
	background-color: rgba(245,220,171,0.70);
	background-image: url("image/back3.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-blend-mode: lighten;
	background-size: contain;
	box-shadow: 3px 3px 3px #232323;
	text-align: center;
	color: saddlebrown;
	padding: 10px;
	margin: 0px auto;
	clip-path: polygon(50% 0%, 100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
}
.pop4{
	animation: pop4 2s ease-out infinite;
  	opacity: 1;
	background-color: burlywood;
	width: 80%;
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: saddlebrown;
	border-radius: 20px; /* ボックスの四つ角を丸くする */ 
	padding: 5px;
	margin: 10px auto;
}

@keyframes pop4 {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}


.sbox1{
	width: 80%;
	box-shadow: 3px 3px 3px #232323;
	background-color: antiquewhite;
	color: saddlebrown;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	padding: 10px;
	margin: 20px auto;
}

.sbox2{
	width: 80%;
	box-shadow: 3px 3px 3px #232323;
	background-color: darkolivegreen;
	color: white;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	padding: 10px;
	margin: 20px auto;
}

table.menu{
	border-collapse: collapse;
	width: 100%;
	max-width: 900px;
	margin: 10px auto 50px;
	border: 1px solid #CCC;
	background-color:#FFFCFC;
	color:#000000;
}

table.menu th {
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3em;
	margin: 10px auto;
	padding: 30px 20px;
	border: 1px solid green;
	background-color: burlywood;
}

table.menu td {
	font-size: 1.2rem;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	line-height: 1.3em;
	margin: 10px auto;
	padding: 30px 20px;
	border: 1px solid green;
	background-color: burlywood;
}

.offer{
	width: 100%;
	max-width: 900px;
	margin: 100px auto;
}

.popof{
	animation: popof 2s ease-out infinite;
  	opacity: 1;
	width: 80%;
	padding: 10px;
	margin: 20px auto;
}



@keyframes popof {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

.contents3{
	width: 100%;
	max-width: 1920px;
	background-color: antiquewhite;
	background-image: url("image/top3.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	box-shadow: -10px 0px 20px #232323;
	padding: 50px 0px;
	margin: 50px auto;
	z-index: 10;
}

.box7{
	width: 100%;
	max-width: 900px;
	background-color:rgba(210,152,0,0.60);
	background-image: url("image/beauty2.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-blend-mode: lighten;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	color: #000000;
	font-size: 0.9em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: left;
	padding: 50px 10px;
	margin: 0px auto;
	
}

h3{
	font-size: 1.3em;
	line-height: 2.0em;
	display: inline-block;
	color: #FFFFFF;
	text-shadow: 0 0 3px #232323;
	margin: 30px;
}

.sbox3{
	width: 80%;
	box-shadow: 3px 3px 3px #232323;
	background-color: antiquewhite;
	color: saddlebrown;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: bold;
	padding: 10px;
	margin: 10px auto;
}

.contact{
	width: 50%;
	max-width: 920px;
	margin: 100px auto;
}


.map{
	width: 100%;
	max-width: 920px;
	margin: 0px auto;
}

table.online{
	border-collapse: collapse;
	width: 100%;
	max-width: 900px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 1.0rem;
	margin: 0px auto 50px;
	border: 1px solid #CCC;
	background-color:#FFFCFC;
	color:#000000;
}

table.online th {
	width: 30%;
	font-size: .8em;
	font-weight: normal;
	text-align: center;
	line-height: 1.3em;
	vertical-align: middle;
	margin: 0 0 10px 0;
	padding: 10px 20px;
	border: 1px solid #232323;
	background-color:#FFFCFC;
}
table.online td {
	font-size: .8em;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3em;
	margin: 0;
	padding: 10px 20px;
	border: 1px solid #232323;
	background-color:#FFFCFC;
}



@media print{
body {
        -webkit-print-color-adjust: exact;
    }
    header {
        background-color: #fff!important;
    }

  li {
        position: relative;
    }
    li a:after {
        content: url(../images/sample.jpg);
        position: absolute;
        top: 0;
        left: 0;
    }
	
body{
	font-size:50%;
	color: #000000;
	}
}

@page{
	size:A4
}

.po {
	white-space: normal;
	width: 100%;
	height: 200px;
	overflow: auto;
	text-align: left;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 1.0rem;
	margin: 10px auto 30px;
	max-width: 920px;
	border: 1px solid #232323;
	background-color:#FFFCFC;
}

.po p{
	font-size: 0.8em;
	text-align: left;
	color:#000000;
}

@media (min-width : 768px ){
  .sp {
    display: none!important
  }
	.notesp{
		display: none!important
	}
}

/*レスポンシブデザイン
--------------------------------------------------------*/
@media screen and (max-width:767px) {
#container{
	width: 100%;
	text-align : center;
	background-color: #AE815E;
	background-image: url("image/backtopsp.jpg");
	background-repeat: repeat;
	background-size: contain;
	font-size: 1.1em;
	line-height: 1.5em;
	font-family: vdl-admin, sans-serif;
	font-style: normal;
	margin: 0px auto;
}

p{
	margin: 10px;
}

.header{
	position: relative;
  	height: 100vh; /* コンテナの高さ */
  	width: 100%; /* コンテナの横幅 */
  	overflow: visible; /* コンテナからはみ出した要素を隠す */
}
	
.contents1{
	width: 100%;
	max-width: 767px;
	padding-top: 10px;
	margin: 10px auto;
}
	
h1{
	font-size: 1.1em;
	line-height: 1.5em;
	color: white;
	text-shadow: 0px 0px 10px #232323;
	margin: 10px auto;
}

.item1{
	width: 80%;	
	background-color: rgba(64,75,45,0.70);
	box-shadow: 3px 3px 3px #232323;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	text-align: center;
	margin: 30px auto;
}

	
.item3{
	width: 80%;
	background-color: rgba(251,209,146,0.56);
	box-shadow: 3px 3px 3px #232323;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	text-align: left;
	padding: 10px;
	margin: 30px auto;
}

.box{
	width: 80%;
	background-color: rgba(136,113,53,0.70);
	box-shadow: 3px 3px 3px #232323;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
	margin: 30px auto;
}

.box1{
	width: 80%;
	background-color: rgba(243,197,137,0.60);
	box-shadow: 3px 3px 3px #232323;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	text-align: center;
	color: #000000;
	padding: 10px;
	margin: 30px auto;
}

.pop1{
	width: 90%;	
	}	

.pop2{
	width: 90%;	
	}

.pop3{
	width: 90%;	
	}

.pop4{
	width: 90%;	
	}
	
.review{
	width: 100%;
	max-width: 767px;
	margin: 100px auto;
	display: block;
}

.flexbox1{
	justify-content: center;
	display: block;
}

.b2{
	width: 80%;
	background-color: rgba(70,122,0,0.70);
	box-shadow: 3px 3px 3px #232323;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	color: white;
	padding: 10px;
	margin: 0px 30px;
}

.b2b{
	width: 80%;	
	height: 300px;
	background-color: rgba(249,230,216,0.70);
	background-image: url("image/smile.png");
	background-blend-mode: lighten;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90%;
	box-shadow: 3px 3px 3px #232323;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	vertical-align: top;
	text-align: center;
	margin: 30px 30px;
}

.b22b{
	width: 80%;	
	height: 300px;
	background-color: rgba(249,230,216,0.70);
	background-image: url("image/smile2.png");
	background-blend-mode: lighten;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	box-shadow: 3px 3px 3px #232323;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	vertical-align: top;
	text-align: center;
	margin: 30px 30px;
}
	
.box2-1{
	width: 80%;
	background-color: rgba(249,230,216,0.70);
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	text-align: center;
	box-shadow: 3px 3px 3px #232323;
	padding: 10px;
	margin: 30px auto;
}

.flex-top{
	width: 100%;
	margin: 100px auto;
	display: block;
}

.box2-3{
	width: 80%;
	background-color: rgba(249,230,216,0.70);
	background-image: url("image/back2.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-blend-mode: soft-light;
	background-size: contain;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	text-align: center;
	box-shadow: 3px 3px 3px #232323;
	padding: 20px 10px;
	margin: 100px auto;
}

.review{
	width: 100%;
	margin: 30px auto;
}	

.prof{
	width: 100%;
	text-align: center;
	margin: 50px auto;
}
.contents2{
	width: 100%;
	background-color: antiquewhite;
	background-image: url("image/top2sp.jpg");
	background-size: contain;
	background-repeat: repeat;
	box-shadow: -10px 0px 20px #232323;
	padding: 50px 0px;
	margin: 50px auto;
	z-index: 10;
}
	
.flex-item{
	width: 80%;
	background-color: rgba(255,255,255,0.70);
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	box-shadow: 3px 3px 3px #232323;
	text-align: left;
	vertical-align: middle;
	font-size: 0.8em;
	padding: 10px;
	margin: 10px auto;
}

.box4{
	width: 90%;
	background-color: rgba(32,99,1,0.60);
	background-image: url("image/womanback.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-blend-mode: lighten;
	background-size: 50%;
	box-shadow: 3px 3px 3px #232323;
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
	margin: 0px auto;
	clip-path: polygon(50% 0%, 100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
}

h2{
	font-size: 1.3em;
	line-height: 1.3em;
	text-align: center;
	color: #FFFFFF;
	margin: 10px auto;
}

.box5 h2{
	font-size: 1.3em;	
	}
	
.box5{
	width: 90%;
	background-color: rgba(255,254,254,0.60);
	background-image: url("image/back1.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: screen;
	box-shadow: 3px 3px 3px #232323;
	text-align: left;
	color: saddlebrown;
	padding: 10px 10px 50px;
	margin: 0px auto 50px;
	clip-path: polygon(50% 5%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
}

.box4-2{
	width: 90%;
	background-color: rgba(245,220,171,0.70);
	background-image: url("image/back3.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-blend-mode: lighten;
	background-size: contain;
	box-shadow: 3px 3px 3px #232323;
	text-align: center;
	color: saddlebrown;
	padding: 10px;
	margin: 0px auto;
	clip-path: polygon(50% 0%, 100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
}

.box6{
	width: 100%;
	padding: 50px 0;
	margin: 50px auto;
	background-color: rgba(251,237,214,0.60);
}
	
.box7{
	width: 90%;
	background-color:rgba(210,152,0,0.60);
	background-image: url("image/beauty2.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-blend-mode: lighten;
	background-size: 50%;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	color: #000000;
	font-size: 0.9em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: left;
	padding: 50px 10px;
	margin: 0px auto;
	
}

.contents3{
	width: 100%;
	background-color: antiquewhite;
	background-image: url("image/top3sp.jpg");
	background-repeat: repeat;
	background-size: contain;
	box-shadow: -10px 0px 20px #232323;
	padding: 50px 0px;
	margin: 50px auto;
	z-index: 10;
}
	
.map{
	width: 90%;
	max-width: 767px;
}	
	
table.about{
	border-collapse: collapse;
	width: 95%;
	max-width: 767px;
	margin: 0px auto;
	border: 1px solid #CCC;
	background-color:#FFFCFC;
	color:#000000;
}

table.about th {
	width: 30%;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	line-height: 1.3em;
	vertical-align: middle;
	margin: 0 0 10px 0;
	padding: 10px 20px;
	border: 1px solid red;
	background-color:#F7B477;
}
table.about td {
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3em;
	margin: 0;
	padding: 10px 20px;
	border: 1px solid red;
	background-color:#F7B477;
}

table.online{
	border-collapse: collapse;
	width: 90%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 1.0rem;
	margin: 0px auto 50px;
	border: 1px solid #CCC;
	background-color:#FFFCFC;
	color:#000000;
}
	
.po{
	width: 90%;
	box-sizing: border-box;
	}

.po p{
	font-size: 0.8rem;
	text-align: left;
	color:#000000;
}
	
.footer{
	width: 100%;
	text-align: center;
	}	


.pagetop {
	visibility:hidden;
}

}


@media (max-width:767px) {
  .pc {
    display: none!important
  }
	.note{
		display: none!important
	}
}
