@charset "utf-8";
/*
Theme Name: kdcms
Theme URI:
Template: orbiter
Description:
Author: Studio Orbiter
Tags:
Version: 0.1.2
*/

@import url('../orbiter/style.css');


/* -----------------------------------------------------
	basic
----------------------------------------------------- */

body{
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
	"メイリオ", Meiryo, sans-serif;
	color:#444;
	letter-spacing: .12em;
	line-height: 1.6;
	font-size: 16px;
	font-weight: 600;
}

.shippori{
	font-family: 'Shippori Mincho', serif;
}
a:hover{
	text-decoration: none;
}
p{
	margin-bottom:10px;
}

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
	src: local('Material Icons'),
	  local('MaterialIcons-Regular'),
	  url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
	  url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
	  url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
  }
  .material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-flex;
	vertical-align: middle;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
  }

@media screen and (min-width:768px) {
	body{
		font-size: 18px;
	}
}
   
@media screen and (min-width: 768px) {
	.pconly {
	  display: inline;
	}
	.sponly {
	  display: none;
	}
  }
  @media screen and (max-width: 768px) {
	.pconly {
	  display: none;
	}
	.sponly {
	  display: inline;
	}
  }

/* -----------------------------------------------------
	headline
----------------------------------------------------- */

h2,h3,h4,h5{
	margin:10px 0 20px;
	font-family: 'Shippori Mincho', serif;
	color:#9D6E50;
}

h2{
	text-align: center;
	font-weight: 500;
}

/* -----------------------------------------------------
	button
----------------------------------------------------- */

.btnTell{
	display: inline-block;
	margin: 20px 0;
	padding:10px 20px;
	min-width: 250px;
	font-family: 'Shippori Mincho', serif;
	text-align: center;
	color:#fff;
	background: #03A3C9;
	font-size: 24px;
	border-radius: 5px;
	transition: 0.5s;
}
.btnTell:hover{
	color: #fff;
	background: #01809f;
}
.btnTell::before{
	content:"\e0cd";
	font-family: 'Material Icons';
	font-size: 20px;
}

/* -----------------------------------------------------
	table
----------------------------------------------------- */

table{
	width: 100%;
}
table.contact th{
	display: block;
	width:100%;
	border-bottom: none;
	padding: 20px 10px 5px;
}
table.contact td{
	display: block;
	width:100%;
	font-weight: 400;
	border-bottom: 3px soild #f2f2f2;
	padding: 5px 10px 20px;
  }

  table.price{
	  font-size: 16px;
  }
table.price th{
	display: table-cell;
	width:50%;
	border-bottom: 1px solid #cacaca;
	padding: 10px;
}
table.price td{
	display: table-cell;
	width:50%;
	border-bottom: 1px solid #cacaca;
	padding: 10px;
  }
  
@media screen and (min-width:768px){
	table.contact th{
	  display: table-cell;
	  width:20%;
	  border-bottom: 3px solid #f2f2f2;
	  padding: 20px;
	}
	table.contact td{
	  display: table-cell;
	  width:80%;
	  border-bottom: 1px solid #f2f2f2;
	  padding: 20px;
	  font-weight: 600;
	}

	table.price th{
		padding: 10px !important;
		border-bottom: 1px solid #cacaca;
	}
	table.price td{
		padding: 10px;
		border-bottom: 1px solid #cacaca;
	  }
}

/* -----------------------------------------------------
	header
----------------------------------------------------- */

.header.header--transparency.header--fixed--is_scrolled{
	background-color: transparent !important;
	box-shadow: none;
}

.site-branding{
	padding:10px 0;
}
.site-branding__logo{
	width:80px;
}

.fullscreen-responsive-btn{
	display: none;
}

ul.polylangList{
	position: absolute;
	display: inline-block;
	right:10px;
	top:10px;
}

ul.polylangList li {
	display: inline-block;
}

/* -----------------------------------------------------
	worry
----------------------------------------------------- */

#worry{
	padding:60px 0;
	background: linear-gradient(#062841 0%,#062841 40%,#ffffff 40%, #ffffff);
}

.worryWrap{
	max-width: 940px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
}
.worryWrap h3{
	font-size: 20px;
}
.solution,
.omoiWrap{
	text-align: left;
}
.worryL{
	width:100%;
}
.worryR{
	width:100%;
	max-height: 150px;
	text-align: right;
}
.worryR img{
	max-height: 150px;
}

.fukidashi {
	position: relative;
	padding: 20px;
	background-color: #092e48;
	color:#fff;
	border-radius: 15px;
	margin-right: 70px;
	box-shadow: 2px 4px 3px #9ba7b0;
}
.fukidashi::before {
	content: '';
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #092e48;
	right: -35px;
	bottom: 15px;
	width: 30px;
	height: 30px;
	box-shadow: 2px 4px 3px #9ba7b0;
}
.fukidashi::after {
	content: '';
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #092e48;
	right: -55px;
	bottom: 10px;
	width: 15px;
	height: 15px;
	box-shadow: 2px 4px 3px #9ba7b0;
}

.solutionBox{
	margin-bottom: 30px;
	border: 3px solid #961700;
	border-radius: 10px;
}
.solutionTit{
	padding: 10px 0;
	color:#fff;
	background: #961700;
	font-size: 18px;
	text-align: center;
	border-radius: 5px 5px 0 0;
}
.solution{
	padding:20px;
	background: #fff;
	border-radius: 0 0 5px 5px;
}
ul.solutionList{
	list-style: none;
	margin: 0 auto;
}
ul.solutionList li{
	position: relative;
  padding: 10px 10px 10px 40px;
	border-bottom: 1px solid #e3d3c9;
}
ul.solutionList li::before {
	content: '\ef76';
	font-family: 'Material Icons';
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 28px;
	color: #ff9a2d;
  }

#omoi{
	padding:60px 0;
	background: url(/kimonodress/wp-content/uploads/2022/05/bg_yellow.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.omoiWrap{
	margin:  0 auto;
	font-family: 'Shippori Mincho', serif;
}
.omoiWrap p{
	text-align: left;
	font-size: 16px;
}
.omoiTit{
	text-align: center!important;
	font-size: 24px!important;
}



@media screen and (min-width:768px) {
	.worryWrap h3{
		font-size: 24px;
	}
	.worryL{
		width:70%;
	}
	.worryR{
		width:30%;
		max-height: 300px;
	}
	.worryR img{
		max-height: 300px;
	}
	.solutionTit{
		font-size: 24px;
	}
	.omoiTit,
	.omoiWrap p{
	text-align: center;
	}
	.omoiWrap p{
		font-size: 20px;
	}
	.omoiTit{
		font-size: 24px;
	}
}

/* -----------------------------------------------------
	dress
----------------------------------------------------- */

#dress{
	padding:60px 0;
	background-image: url(/kimonodress/wp-content/uploads/2022/05/bg_green.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.infoWrap{
	display: flex;
	flex-wrap: wrap;
}
.textBox,
.imgBox{
	width: 100%;
	
}
.textBox{
	padding: 0 20px!important;
}



@media screen and (min-width:768px) {
	.textBox{
		width: 60%;
		padding: 0 60px!important;
	}
	.imgBox{
		width: 40%;
	}
}

@media screen and (min-width:960px) {
	.textBox,
	.imgBox{
		width: calc(100% / 2);
	}
}


/* -----------------------------------------------------
	onepiece
----------------------------------------------------- */

#onepiece{
	padding:60px 0;
	background-image: url(/kimonodress/wp-content/uploads/2022/05/bg_pink.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

#onepiece .infoWrap{
	display: flex;
	flex-wrap: wrap;
	flex-direction:row;
}
.textBox,
.imgBox{
	width: 100%;
}
.textBox{
	padding: 0 60px;
}


@media screen and (min-width:768px) {
	.textBox{
		width: 60%;
	}
	.imgBox{
		width: 40%;
	}
	#onepiece .infoWrap{
		flex-direction: row-reverse;
	}
}

@media screen and (min-width:960px) {
	.textBox,
	.imgBox{
		width: calc(100% / 2);
	}
}

/* -----------------------------------------------------
	point
----------------------------------------------------- */

#point{
	padding:60px 0;
	background-image: url(/kimonodress/wp-content/uploads/2022/05/bg_red.jpg);
}

ul.pointList{
	padding-inline-start: 0em;
	list-style: none;
	display: flex;
   justify-content: center;	
}
ul.pointList li{
	width:33.33%;
	padding:5px;
}

@media screen and (min-width:768px) {
	ul.pointList li{
		padding:20px;
	}
}



/* -----------------------------------------------------
	message
----------------------------------------------------- */

#message{
	position: relative;
	padding:60px 0;
	background-image: url(/kimonodress/wp-content/uploads/2022/04/deco03.png),url(/kimonodress/wp-content/uploads/2022/04/deco04.png),url(/kimonodress/wp-content/uploads/2022/04/bg_kon.jpg);
	background-position: top left,bottom right, center;
	background-size: contain,contain,cover;
	background-repeat: no-repeat;
	text-align: center;
}
#message p{
	text-align: left;
}

.mess_dress{
	position: absolute;
	width: 100px;
	top: 10px;
	left:0%;
}
.mess_onepiece{
	position: absolute;
	width: 100px;
	top: 60px;
	right:0%;
}

.topMessage,
.message01,
.message02,
.message03{
	display: block;
	margin: 10px auto 20px;
	max-width: 550px;
	color:#fff;
}
.topMessage{
	margin-bottom: 30px;
}
.message03{
	margin-bottom: 60px;
}
.topMessage::before{
	content: '';
	display: inline-block;
	width: 200px;
	height: 50px;
	background-image: url(/kimonodress/wp-content/uploads/2022/04/deco01.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.topMessage::after{
	content: '';
	display: inline-block;
	width: 200px;
	height: 50px;
	background-image: url(/kimonodress/wp-content/uploads/2022/04/deco02.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.topMessage h3{
	color:#fff;
}
.topMessage p{
	text-align: center!important;
}


ul.sceneList{
	display: block;
	margin: 0 auto;
	max-width: 550px;
	list-style-type: none;
	padding-inline-start: 0px;
}
ul.sceneList li{
	margin: 10px;
	padding: 10px;
	display: inline-block;
	width:150px;
	background: #9D6E50;
	color: #fff;
	font-family: 'Shippori Mincho', serif;
}

@media screen and (min-width:768px){
	.mess_dress{
		width: 150px;
		left:0%;
	}
	.mess_onepiece{
		width: 150px;
		right:0%;
	}
}

@media screen and (min-width:960px){
	.mess_dress{
		width: 250px;
		top: 300px;
		left:0%;
	}
	.mess_onepiece{
		width: 250px;
		top: 600px;
		right:0%;
	}
}
@media screen and (min-width:1240px){
	.mess_dress{
		width: 300px;
		top: 300px;
		left:10%;
	}
	.mess_onepiece{
		width: 300px;
		top: 600px;
		right:10%;
	}
}
@media screen and (min-width:1530px){
	.mess_dress{
		width: 300px;
		top: 300px;
		left:20%;
	}
	.mess_onepiece{
		width: 300px;
		top: 600px;
		right:20%;
	}
}

/* -----------------------------------------------------
	remake
----------------------------------------------------- */

#remake{
	padding:60px 0;
	background-image: url(/kimonodress/wp-content/uploads/2022/04/bg_kin.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.remakeWrap{
	display: flex;
	flex-wrap: wrap;
}
.remakeBox{
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
	padding:20px;
	background: #FFFAF7;
	border: 1px solid #9D6E50;
	border-radius: 5px;
}
.baWrap{
	display: flex;
	flex-wrap: wrap;
}
.remakePhotoB,
.remakePhotoA{
	width: calc(100% / 2 - 10px);
	text-align: center;
	font-family: 'Shippori Mincho', serif;
}
.remakePhotoB{
	margin-right: 20px;
}

@media screen and (min-width:768px) {
	.remakeBox{
		width: calc(100% / 2 - 20px);
		margin-right: 20px;
		margin-bottom: 20px；
	}
}


/* -----------------------------------------------------
	aboutus
----------------------------------------------------- */

#aboutus{
	padding:60px 0;
	background-image: url(/kimonodress/wp-content/uploads/2022/04/bg_washikin.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}


/* -----------------------------------------------------
	flow
----------------------------------------------------- */

#flow{
	padding:60px 0;
	background:#F8F5F0;
}

.flowBox{
	margin-bottom: 20px;
	display: table;
	width: 100%;
}
.number,
.flexInner{
	padding:20px;
	display: table-cell;
	vertical-align: middle;
}
.number{
	font-family: 'Shippori Mincho', serif;
	font-size: 20px;
	color:#fff;
	background: #9D6E50;
	border-radius: 5px 0 0 5px;
}
.flexInner{
	background: #fff;
	border-radius: 0 5px 5px 0;
}

.message{
	font-family: 'Shippori Mincho', serif;
	color:#95360B;
	text-align: center;
}


/* -----------------------------------------------------
	contact
----------------------------------------------------- */

#contact{
	padding:60px 0;
	background-image: url(/kimonodress/wp-content/uploads/2022/04/bg_satinwhite.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.contactWrap{
	padding:30px;
	background: #fff;
	border-radius: 5px;
}

/* -----------------------------------------------------
	contactform
----------------------------------------------------- */

.wpcf7-textarea,
.wpcf7-text{
	width:100%;
}
span.wpcf7-list-item{
	display: block;
}
.contact value{
	color:#f2f2f2;
}
.required{
	font-size: 1.4rem;
	color: #d50000;
	padding: 0 .5em;
	border-radius: 3px;
	font-weight: 600;
}
.wpcf7-form-control.wpcf7-submit{
	display: block;
	margin:0 auto;
	box-sizing: border-box;
  justify-content: center;
	border:none;
	width:100%;
  max-width: 250px;
	margin: 1em auto;
  padding: 20px 10px;
  text-decoration: none;
	border-radius: 5px;
	font-weight: 600;
	font-size: 2rem;
}
.wpcf7-form-control.wpcf7-submit{
	color:#fff;
	background: #ff8401;
	transition: 0.5s;
}
.wpcf7-form-control.wpcf7-submit:hover{
	color:#fff;
	background: #e07300;
}



@media screen and (min-width: 768px) {
	.wpcf7-text{
		width:60%;
	}
}