@charset "utf-8";
/* CSS Document */

/** ------------------------
	google fonts impotr
------------------------ **/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

body {
	background: url("https://www.genkikousofuro-okayama.com/wp-content/themes/twentytwentyone-child/img/page-bg.jpg") repeat center / 100%;
	color: #000;
	line-height: 1.6;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'M PLUS Rounded 1c',"Yu Gothic", 'YuGothic', '游ゴシック', '游ゴシック体', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
}
img {
	vertical-align: bottom;
	font-size: 18px;
	max-width: 100%;
}
h1, h2, h3,figure, p {
	margin: 0;
}
a{
  text-decoration: none;
	color: inherit;
}
a:visited{
  color: inherit;
}
p {
	font-size: 20px;
	}
.pc {	display: inherit;}
.sp {	display: none;}

@media screen and (max-width: 890px) {
p {
	font-size: 15px;
	text-align: left;
	letter-spacing: normal;
	}
.pc {	display: none;}
.sp {	display: inherit;}
}
	
/** ----------------------
	header
---------------------- **/
header {
	position: relative;
    background: #6f3911;
}
header .main__image {
	overflow: hidden;
	position: relative;
	height: 780px;
}
header .bg {
	margin-top: -7em;
	width: 100%;
}
header .title {
	width: 800px;
	position: absolute;
	left: 50%;
	top: 10px;
	transform: translateX(-50%);
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	z-index: 10;
}
header .photo {
	position: absolute;
	bottom: 30px;
	right: 5vw;
    color:#fff;
    font-weight: bold;
}
	
@media screen and (max-width: 1250px) {
	header .bg {
	margin-top: 0;
}
	header .photo {
	display: none;
}
}

@media screen and (max-width: 890px) {
header .main__image {
	height: 160vw;
	max-height: 800px;
}
header .bg {
	margin-top: 0;
	margin-left: -50vw;
	width: calc(200% + 100px);
	max-width: inherit;
}
header .title {
	width: 100%;
	font-size: 16px;
	line-height: 1.4;
}
header .title .sp img{
    width:70%;
}
}
	
/** -- fv__con-- **/
	
header .fv__con {
	position: absolute;
	background: rgba(91,63,14,0.8);
	height: 220px;
	width: 650px;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 15px 40px;
	box-sizing: border-box;
	text-align: left;
}
header .fv__con::after {
	border-top: none;
    border-left: none;
    border-right: solid 100px transparent;
    border-bottom: solid 300px rgba(91,63,14,0.8);
    content: '';
    display: block;
    position: absolute;
    right: -100px;
    top: 0;
}
header p.tel-tt {
	font-weight: 800;
	font-size: 23px;
	}
header p.tel {
	color: #fffaab;
	font-weight: bold;
	font-size: 45px;
	font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	letter-spacing: 0;
	position: relative;
	left: 150px;
	line-height: 1;
	margin-bottom: 7px;
	}
header p.tel span {
	background-color:  #ce342d;
	color: #fff;
	font-size: 20px;
	padding: 8px 15px;
	border-radius: 5px;
	left: -150px;
	top:3px;
	position: absolute;
	}
header .eigyo {
	display: flex;
    box-sizing: border-box;
	margin-bottom: 7px;
}
header .eigyo .md {
	border: 1px #fff solid;
	padding: 2px;
	font-size: 18px;	
	margin-right: 20px;
	width: 100px;
	text-align: center;
	font-weight: 500;
	}
header .eigyo .tx {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.1;
	}
header .eigyo .tx span {
	font-size: 0.8em;
	}
header .eigyo .tx dl {
    margin: 0;
    padding: 0;
	display: flex;
    flex-wrap: wrap;
    width: 400px;
	}
header .eigyo .tx dt {
    width: 120px;
    text-align: center;
}
header .eigyo .tx dd {
    width: 270px;
    margin: 0 0 0 10px;
}
header .eigyo.note{
    font-size:12px;
    letter-spacing: 0;
}

@media screen and (max-width: 890px) {
header .fv__con {
	width: 100%;
	padding: 3vw 5vw;
	text-align: center;
	max-height: 180px;
}
header p.tel-tt {
	font-size: 18px;
	text-align: center;
	}
header p.tel {
	font-size: 6vw;
	left: 28vw;
	padding: 3px 0;
	}
header p.tel span {
	font-size: 4vw;
	left: -28vw;
	top: 0;
	padding: 5px 10px;
	}
header .eigyo .md {
    font-size: 12px;
    width: 80px;
	margin-right: 10px;
}
/*	header .eigyo .tyo {
	padding-top: 12px;
}*/
header .eigyo .tx {
    font-size: 14px;
	text-align: left;
}
header .eigyo .tx dl {
    width: 240px;
	}
header .eigyo .tx dt {
    width: 80px;
}
header .eigyo .tx dd {
    width: 150px;
}
	}
	
/** ----------------------
	main
---------------------- **/
main {
	display: block;
	max-width: 1100px;
	margin: 0 auto;
}
main h2 {
	color: #5b3f0e;
	font-size: 40px;
	font-weight: 800;
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}
main h2:before {
	position: absolute;
	margin-left: -70px;
	left: 50%;
	bottom: -20px;
	width: 140px;
	height: 5px;
	background: #ce342d;
	content: "";
	}
main p {
	padding: 4vw 0;		
	}
.marker {
		background: #fffaab;
	}
.red {
	color: #ce342d;
	font-weight: 600;
	}
@media screen and (max-width: 890px) {
main h2 {
		font-size: 6vw;
	    margin-bottom: 50px;
}
main h2:before {
	position: absolute;
	margin-left: -40px;
	left: 50%;
	bottom: -20px;
	width: 80px;
	height: 5px;
	background: #ce342d;
	content: "";
	}
main p {
	padding: 4vw;		
	}
}
/** -- campaign -- **/
.campaign{
    margin-top: 120px;
}
@media screen and (max-width: 890px) {
.campaign {
	margin-top: 50px;
}
}
/** -- nayami -- **/
.nayami {
	margin-top: 120px;
	position: relative;
}
.nayami-wrap {
	overflow: hidden;
	position: relative;
	max-height: 550px;
	margin-top: 80px;
	border-radius: 30px;
	background-color: #f2f2f2;
	}
.nayami-wrap .bg {
	margin-left: -30vw;
	width: 85%;
}
.nayami ul {
	position: absolute;
	right: 70px;
	bottom: 80px;
	margin: 0;
    padding: 0;
	list-style-type: none;
	z-index: 10;
	}
.nayami ul li {
	margin: 0;
	padding-left: 60px;
    position: relative;
	font-size: 27px;
	font-weight: 500;
	text-align: left;
}
.nayami ul li:before {
	background-image: url(https://www.genkikousofuro-okayama.com/wp-content/themes/twentytwentyone-child/img/icon-check.png);
    background-size: 100%;
	content: '';
	position: absolute;
	top: 5px;
    left: 0;
    height: 30px;
    width: 30px;
}
@media screen and (max-width: 890px) {
.nayami {
	margin-top: 50px;
}
.nayami ul {
	position: relative;
	top: 0;
    right: 0;
    bottom: 0;
	margin: 0 auto 1em;
	display: inline-block;
	}
.nayami ul li {
	font-size: 18px;
	padding-left: 40px;
}
.nayami ul li:before {
	top: 0px;
    height: 25px;
    width: 25px;
}
.nayami-wrap {
	margin: 1em;
	max-height: 400px;
	}
.nayami-wrap .bg {
	margin-left: 0;
	width: 100%;
}
}
	
/** -- message -- **/
.message {
	margin-top: 5vw; 
	}
.message .ttl {
	position: relative;
	color: #ce342d;
	font-size: 50px;
	font-weight: 600;
	line-height: 1.4;
	display: inline-flex;
	}
.message .ttl:before,
.message .ttl:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #ce342d;
  width: 2px;
  height: 3em;
  margin: 0 1.5em;
  vertical-align: middle;
}
.message .ttl:before {
  transform: rotate(-35deg);
	margin-right:1.5em;
}
 
.message .ttl:after {
  transform: rotate(35deg);
	margin-left: 1.5em;
}
.message p {
	font-size: 30px;
	text-align: center;
	padding: 0.5vw;
	}
.bookBox .bookttl {
	background: #5b3f0e;
	color: #fff;
	font-size: 24px;
	width: 400px;
	margin: 30px auto 40px;
}
.bookBox p {
	font-size: 20px;
	margin-top: 20px;
}
@media screen and (max-width: 890px) {
.message {
	margin-top: 15vw; 
	}
.message .ttl {
	font-size: 6vw;
	background-size: 6vw;
	}
.message .ttl:before {
	margin-right:1em;
} 
.message .ttl:after {
	margin-left: 1em;
}
.message p {
	font-size: 15px;
	padding: 4vw;
	}
.bookBox .bookttl {
	margin: 10px auto 10px;
	width: 90%;
}
.bookBox p {
    margin-top: 0;
}
}
	
/** -- about -- **/
.about {
	padding-top: 4vw; 
	}
.about p span.up {
	font-size: 1.5em;
	}
	
/** -- feature -- **/
.feature {
	margin-top: 7vw; 
	}
.feature .box {
	clear: both;
	margin-bottom: 8vw;
	}
.feature .box .photo {
	width: 50%;
	max-width: 500px;
	}
.feature .box .txt {
	text-align: left;
	align-items: center;
	width: 45%;
	max-width: 500px;
	display: inline-block;
	margin-top: 1vw;
	}
.feature .box .txt h3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.6;
	}
.feature .box .txt p {
	padding: 1vw 0;
	font-size: 18px;
	}
.photo3 img {
		max-width: 420px;
	}
.left {float: left;}
.right {float: right;}
	
@media screen and (max-width: 890px) {
.feature .box .photo {
	padding: 0 10vw;
	margin: auto;
	width: 70%;
	}
.photo3 img {
	width: 100%;
	}
	.feature .box .txt {
		width: 100%;
		margin-top: 5vw;
	}
.feature .box .txt h3 {
	font-size: 22px;
	text-align: center;
}
.feature .box .txt p {
	    padding: 4vw;
	font-size:15px;
	}
.left { float: none; }
.right { float: none; }
}
/** -- howto -- **/
.howto .box {
	display: flex;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.howto .box .txt {
	text-align: left;
	margin-right: 50px;
	font-size: 18px;
}
.howto .box .txt p {
	color:#ce342d;
	font-size: 30px;
	font-weight: 700;
	padding: 10px 0;
}
.howto .box .photo {
	min-width: 500px;
}
.about-photo {	
		margin-top: 100px;
display: flex;
	}
.about-photo div {	
	max-width: 500px;
	text-align: left;
	margin: 0 30px;
	}
.about-photo p {
	padding: 20px 0;
	}
@media screen and (max-width: 890px) {
.howto .box {
	display: block;
	margin: 0 20px;
}
.howto .box .txt {
	margin-right: 0;
	font-size: 15px;
}
.howto .box .photo {
    min-width: inherit;
	margin: 30px auto;
}
.about-photo {
display: block;
	}
.about-photo div {
    margin: 0 20px;
}
	}
	
/** -- price -- **/
.price {
	margin-top: 7vw; 
	}
.price h3 {
		font-size: 40px;
		color: #5b3f0e;
		font-weight: 500;
	}
.price .clm2 {
	max-width: 930px;
	box-sizing: border-box;
	display: flex;
	align-items: stretch;
	margin: 1vw auto 0;
	}
.price .clm2 div, .price .clm3 div, .price .clm div {
	border: #5b3f0e 3px solid;
	background-color: #fff;
	padding: 1vw 3vw;
	font-weight: 500;
	}
.price .clm2 div {
	margin: 0 30px 2vw;
	padding: 0.5vw 2vw;
	width: calc(100% / 2 - 30px);
	}
.price .clm3 {
	max-width: 890px;
	display: flex;
	align-items: stretch;
	margin: 1vw auto;
	}
.price .clm3 div {
	margin: 0 10px 1vw;
	padding: 1vw 1vw;
	    width: calc(100% / 3 - 30px);
	}
.price .clm div {
	max-width: 760px;
	margin: 2vw auto 3vw;
	width: calc(100% / 1 - 120px);
	}
.price .clm div dl {
	border-bottom: #5b3f0e 1px solid;
	margin: 0;
	align-items: stretch;
}
.price .clm div dl:last-child {
		border: none;
	}
.price .clm div dl dt {
	float: left;
	width: 20vw;
	font-size: 30px;
	padding-top: 20px;
	    display: block;
	}
.price .clm div dl dt p,.price .kas div dl dt p {
	margin-top: -15px;
	}
.price .kas div {
	max-width: 760px;
	margin: 2vw auto 0;
	width: calc(100% / 1 - 120px);
	padding: 1vw 3vw;
	font-weight: 500;
	}
.price .kas div dl {
	margin: 0;
	align-items: stretch;
}
.price .kas div dl dt {
    float: left;
    width: 30vw;
    font-size: 30px;
	padding-top: 20px;
    display: block;
}
.price .kas div dl dt.dan2 {
	margin-top: -15px;
	}
.price .clm div dl dt.kas {
	width: 30vw;
	}
.price .clm div dl dd, .price .kas div dl dd {
	text-align: left;
	box-sizing: border-box;
	display: block;
	color: #ce342d;
	font-size: 50px;
	}
.price .clm div dl dd p {
	text-align: left;
	margin-top: -1.4vw;
	}
.price div p {
	text-align: center;
	padding: 0;
	}
.price div p.tt {
	border-bottom: #5b3f0e 1px solid;
	font-size: 30px;
	}
.price div p.pr {
	color: #ce342d;
	font-size: 50px;
	margin: 0;
	}
.price .clm3 .sml {
	font-size: 42px;
	}
.price span {
		font-size: 0.6em;
	}
@media screen and (max-width: 890px) {
.price h3 {
		    font-size: 6vw;
	}
	.price .clm2 div,
	.price .clm3 div,
	.price .clm div {
	border: #5b3f0e 2px solid;
	}
.price .clm2 div {
	margin: 0 10px 2vw;
	width: calc(100% / 2 - 10px);
	}
.price .clm3 div {
    margin:  1vw 10px 2vw;
}
.price div p.tt {
	font-size: 5vw;
	}
.price div p.pr {
	font-size: 6vw;
	}
.price .clm div, .price .kas div {
	width: 94%;
	margin: 1vw auto;
	box-sizing: border-box;
	}
.price .clm div dl {
	padding: 10px 0;
	}
.price .clm div dl dt, .price .kas div dl dt{
		font-size: 5vw;
		padding-top: 5px;
		width: 40%;
	}
.price .clm div dl dd, .price .kas div dl dd {
	font-size: 6vw;
		padding-top: -10px;
	}
.price .clm div dl dd p {
	font-size: 16px;
}
.price .clm div dl dt p {
		font-size: 12px;
	margin-top: -10px;
	}
.price .kas div dl dt.dan2 {
	margin-top: -10px;
	}
.price .kas div dl dt {
	width: 50vw;
	}
.price .clm3 p.tt {
    font-size: 4vw;
}
.price .clm3 .sml {
    font-size: 5vw;
}
}

/** -- gaiyo-- **/
.gaiyo {
	margin-top: 7vw; 
	}
.gaiyo p {
		font-size: 40px;
		font-weight: 500;
	padding: 0;
	text-align: center;
	}
.gaiyo p.day {
		font-size: 30px;
	margin-bottom: 10px;
	}
.gaiyo p.day span {
	background-color: #ce342d;
	color: #fff;
	padding: 5px 50px;
	margin-right: 20px;
	}
.gaiyo p.day-2 {
		font-size: 30px;
	margin-bottom: 10px;
	}
.gaiyo .note {
	font-size:20px;
	margin-bottom: 20px;
}
.gaiyo .ho-tx {
	font-size:20px;
	margin-bottom: 20px;
}
.gaiyo dl.eigyo {
    margin: 0 auto;
    padding: 0;
	display: flex;
    flex-wrap: wrap;
    width: 560px;
    font-size: 40px;
	font-weight: 500;
	padding: 0;
	text-align: center;
	}
.gaiyo .eigyo dt {
    width: 230px;
    text-align: center;
}
.gaiyo .eigyo dd {
    width: 320px;
    margin: 0 0 0 10px;
}
.tyui {
	text-align: left;
	max-width: 700px;
	margin: auto;
	padding: 0 6vw;
	}
.hyo ul {
	max-width: 760px;
	border: #5b3f0e 3px solid;
    background-color: #fff;
	padding: 1vw 3vw;
	margin: 2vw auto 3vw;
	width: calc(100% / 1 - 120px);
	list-style-type: none;
	font-weight: 500;
}
.hyo ul li {
	border-bottom: #5b3f0e 1px solid;
    background-color: #fff;
	font-size: 30px;
	padding: 0.5em;
	line-height: 1;
}
.hyo ul li:last-child {
    border: none;
}
.hyo ul li span {
	font-size: 0.6em;
}
@media screen and (max-width: 890px) {
.gaiyo p {
		font-size: 6vw;
	    margin-top: -3vw;
}
.gaiyo p.day {
		font-size: 6vw;
	margin-top: 4vw;
}
    .gaiyo p.day-2 {
		font-size: 4vw;
	margin-top: 4vw;
}
    .gaiyo .note {
	font-size: 3vw;
		line-height: 1.5;
}
	.gaiyo .ho-tx {
	font-size: 3vw;
		line-height: 4;
}
.gaiyo dl.eigyo {
    width: 360px;
    font-size: 6vw;
	}
.gaiyo .eigyo dt {
    width: 150px;
}
.gaiyo .eigyo dd {
    width: 200px;
}
.tyui {
	padding: 6vw;
	}
.hyo ul {
	width: 94%;
    margin: 1vw auto;
    box-sizing: border-box;
	border: #5b3f0e 2px solid;
	font-size: 4vw;
}
.hyo ul li {
	font-size: 5vw;
}
}

/** -- qa-- **/
.qa  {
	margin-top: 5vw;
}
.qa ul {
	    list-style: none;
}
.qa ul li {
	        margin-bottom: 40px;
    padding: 30px 120px 40px 120px;
	background: #fff;
	text-align: left;
}
.qa ul li p {
	padding: 0;
	font-size: 18px;
}
.qa ul li h4 {
	    margin: 0 0 10px;
    padding: 0 0 5px 60px;
    position: relative;
    border-bottom: 2px solid #e7dbd3;
	font-size: 30px;
	color: #5b3f0e;
	text-align: left;
	font-weight: 500;
	line-height: 1.4;
}
.qa ul li h4::before {	
    width: 34px;
    height: 28px;
    position: absolute;
    top: 8px;
    left: 0;
    background: url(https://www.genkikousofuro-okayama.com/wp-content/themes/twentytwentyone-child/img/icon-qa.png) no-repeat left top / 100% 100%;
    content: "";
}
@media screen and (max-width: 890px) {
	.qa ul {
		margin: 0 20px;
		padding: 0;
}
	.qa ul li {
    margin-bottom: 20px;
    padding: 20px 20px 20px;
}
	.qa ul li h4 {
		font-size: 5vw;
		    padding: 0 0 5px 50px;
}
	.qa ul li p {
		font-size:15px;
}
}

	
/** ----------------------
	foooter
---------------------- **/
.access {
	background-color: #e7dbd3;
	margin-top: 15vw;
	}
.access .inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 6vw 0 8vw;
	}
.access .map {
	width: 40%;
	}
.access .box {
	text-align: left;
	width: 53%;
	margin: 1vw 0 0 4vw;
    display: inline-block;
	font-weight: 500;
	}
	.access .box p {
		margin: 1vw 0 ;
	}
.access .box .tel-tt {
	font-weight: 700;
	font-size: 26px;
	}
.access .box .tel {
	color: #ce342d;
	font-weight: bold;
	font-size: 45px;
	font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	letter-spacing: 0;
	position: relative;
	left: 150px;
	margin-top: -20px;
	}
.access .box .tel span {
	background-color:  #ce342d;
	color: #fff;
	font-size: 22px;
	padding: 3px 15px;
	border-radius: 5px;
	top: 15px;
	left: -150px;
	position: absolute;
	}
.access .box img {
		margin-top: 1.5vw;
	}
footer .logo {
		padding: 5vw 0;
	}	
#copyright{
	background-color: #5b3f0e;
    color: #fff;
    font-size: 14px;
    padding: 3vw 0;
	}
@media screen and (max-width: 890px) {
.access .inner {
    padding-top: 10vw ;
	}
.access .map {
    width: 80%;
		margin: auto;
}
.access .box  {
	width: 90%;
	padding: 2vw 0;
	text-align: center;
	margin: 4vw 0;
	}
.access .box p {
		text-align: center;
	}
.access .box .tel-tt {
	font-size: 4vw;
	padding-bottom: 5px;
	}
.access .box .tel {
	font-size: 6vw;
	left: 14vw;
	padding: 10px 0;
	width: 90%;
	}
.access .box .tel span {
	font-size: 4vw;
	padding: 2px 8px;
	top: 15px;
	left: -14vw;
	}
footer .logo {
		padding: 5vw 20vw 8vw 20vw;
	}
#copyright {
    font-size: 12px;
	letter-spacing: normal;
	}
}