@charset "UTF-8";
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
.wpcf7-back{float:left;margin-top:5px;position:relative;width:70px}.cf7msm-ro{white-space:pre-wrap}

/*
Template:twentyseventeen
Theme Name:hoiku-tsubomi
*/

/**************************************************
 Reset
**************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
l,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
table,
input,
textarea,
select,
option,
button {
  font-size: 100%;
}

blockquote,
q {
  quotes: none;
}

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

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

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

:focus {
  outline: 0;
}

img,
a img {
  border: none;
}

a {
  outline: 0;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,h2,h3,h4{
	font-weight:300;
}

.sp{
	display: block;
}

.pc{
	display: none;
}


/**************************************************
 Base style
**************************************************/
body {
  color: #444;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 1em;
	margin: 0;
	background: #FFF;
	line-height:1.5;
}

body, a, a:hover, a:visited {
}






/*-------------------------------
common area
-------------------------------*/

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

header{
	position: fixed;
	width:100%;
	margin: 0;
	z-index: 1000;
}

header h1{
	line-height: 2.5;
	z-index: 1000;
	width:180px;
}

header h1 a{
	color: #FFF;
	font-size: 1.3em;
	display:block;
	width:180px;
}

.inner{
	width:90%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
}

header nav{
	display: none;
	position: absolute;
	top:0;
	padding-top: 50px;
	width: 100%;
	background: #FF7BAC;
	left: 0;
}
header nav ul{
	display: block;
	margin: 0 auto;
	width: 100%;
}
header nav ul li{
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #fff;
	width:250px;
}
header nav ul li:last-child{
	border: none;
}
header nav ul li a{
	display: block;
	line-height: 3;
	color: #FFF;
}

.pink_menu{
	background: #FF7BAC;
	transition: 0.3s;
}

/*---- button ----*/
#nav_toggle{
		display: block;
		width: 35px;
		height: 40px;
		position: relative;
		top: 12px;
		z-index: 100;
		margin: 0 0 0 auto;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		background: #fff;
		position:absolute;
		width: 100%;
		border-radius: 5px;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}


	  
/*----- footer -----*/


footer{
	background: #FF7BAC;
	padding: 30px 0;
}

.footer{
	width:80%;
	max-width: 1000px;
	margin: 0 auto;
}

.footer h4{
	width:100%;
	margin: 0 auto 5px;
	border-bottom: 1px solid #FFF;
}

.footer h4 a{
	color: #FFF;
	display: block;
}

.footer ul li{
	height: 25px;
}

.footer ul li a{
	display: block;
	color: #FFF;
	font-size: 0.9em;
}

.under_list{
	width:80%;
	margin: 30px auto 0px;
	text-align: right;
}

.under_list a{
	font-size: 0.8em;
	color: #FFF;
}


/*------common tablet------------*/


@media only screen and (min-width:600px) {

	.sp{
		display: none;
	}
	
	.pc{
		display: block;
	}
	


	/*---- footer ----*/
	
	footer{
		height: 250px;
		padding: 50px 0;
	}
	
	.footer h4{
		font-size: 1.4em;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	.footer ul{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: auto;
		height: 100px;
	}
	
	
	.footer ul li{
		width:150px;
		padding: 5px 0;
		font-size: 1.1em;
	}
	
	.under_list{
		font-size: 1.1em;
	}

}


		@media only screen and (min-width:1000px) {

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

		nav{
			display: block;
			position: static;
			background: none;
/* 			width:75%; */
			margin: 0 0 0 auto;
			z-index: 1000;
			padding-top: 0;
		}

		#nav_toggle{
			display: none;
		}

		header nav ul{
		display: flex;
		margin: 0 0 0 auto;
		width: auto;
		}
		header nav ul li{
			margin: 0 auto;
			text-align: center;
			border-bottom: none;
			width:140px;
		}

		header nav ul li a{
			color: #FFF;
			line-height: 3.5;
		}

		header nav ul li a:hover,header h1 a:hover{
			transition:0.3s;
			color: #F3E7EB;
		}

	}
	



/*---------common btn--------*/




/*---common end-------*/




/*-------fadein.js----

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1500ms;
}

.fadein-l {
    opacity : 0.0;
    transform : translate( -50px,0);
    transition : all 1500ms;
    }

.fadein-r {
    opacity : 0.0;
    transform : translate( 50px,0);
    transition : all 1500ms;
    }

.scroll-in {
    opacity : 1;
    transform : translate(0, 0);
    }

*/


/*----css parallax----*/

/*固定する背景*/
.parallax-base {
  box-sizing: border-box;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.parallax-bg {
  background-image: url(//tsubomi-higashiyama.com/d/wp-content/themes/hoiku-tsubomi/image/company/gold_back_sp.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.parallax-bg2 {
  background-image: url(//tsubomi-higashiyama.com/d/wp-content/themes/hoiku-tsubomi/image/company/torihikisaki.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
 
/*スクロールするコンテンツ*/
.scrollbox {
	width:100%;
	margin: 0 auto;
}





/*--------top-----------*/


/*--------mv------------*/

.mvarea,
.cb-slideshow,
.cb-slideshow:after { 
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 0; 
	background: rgba(255,255,255,0.8);
}



.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 18s linear infinite 0s;
    -moz-animation: imageAnimation 18s linear infinite 0s;
    -o-animation: imageAnimation 18s linear infinite 0s;
    -ms-animation: imageAnimation 18s linear infinite 0s;
    animation: imageAnimation 18s linear infinite 0s; 
	border-radius: 0 0 0 50px;
}
.cb-slideshow li div { 
    z-index: 2;
    position: absolute;
	top:0;
  	left: 0;
  	right: 0;
  	bottom: 0;
	margin: auto;
    width: 100%;
	height:100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 18s linear infinite 0s;
    -moz-animation: titleAnimation 18s linear infinite 0s;
    -o-animation: titleAnimation 18s linear infinite 0s;
    -ms-animation: titleAnimation 18s linear infinite 0s;
    animation: titleAnimation 18s linear infinite 0s; 
}
.cb-slideshow li div img { 
	position: absolute;
	top:0;
  	left: 0;
  	right: 0;
  	bottom: 0;
	margin: auto;
    width:150px;
	height:auto;
	text-align:center;
}


.cb-slideshow li div p{
	position: absolute;
	top:0;
  	left: 0;
  	right: 0;
  	bottom: 0;
	margin: auto;
    width:270px;
	height:50px;
	text-align:center;
	font-size:2em;
	display:flex;
	flex-wrap: wrap;
}

.cb-slideshow li div p small{
	width:100%;
	font-size: 0.5em;
}

.cb-slideshow li div h2 { 
	position: absolute;
	top:0;
  	left: 0;
  	right: 0;
  	bottom: 0;
	margin: auto;
    width:300px;
	height:auto;
	text-align:center;
	font-size:1.4em;
}

.cb-slideshow li:nth-child(1) span { 
   background: url(//tsubomi-higashiyama.com/d/wp-content/themes/hoiku-tsubomi/image/top/top_mv_1.jpg);
	background-size: cover;
   background-position: center;
}
.cb-slideshow li:nth-child(2) span {
    background-image: url(//tsubomi-higashiyama.com/d/wp-content/themes/hoiku-tsubomi/image/top/top_mv_2.jpg);
	background-size: cover;
   background-position: center;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(//tsubomi-higashiyama.com/d/wp-content/themes/hoiku-tsubomi/image/top/top_mv_3.jpg);
	background-size: cover;
   background-position: center;
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}



.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}


/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    35% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    35% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    35% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    35% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    35% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
	19%{opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}

.cb-slideshow a {
	position: absolute;
  	bottom: 20px;
  	left: 0;
	right:0;
	margin:auto;
  	z-index: 2;
  	display: inline-block;
  	-webkit-transform: translate(0, -50%);
  	transform: translate(0, -50%);
  	text-decoration: none;
  	padding-top: 50px;
	color: #FFF;
}

.cb-slideshow a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
	background: none;
}
.cb-slideshow a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}


/*----  area under  -----*/

.bg_white{
	background: #FFF;
}

.bg_pink{
	background: #F3E7EB;
}

.area_under{
	height: 50px;
	display: flex;
	position: absolute;
	z-index: -2000 !important;
	margin-top: -50px;
}

.area_under .left_fan{
	width:100px;
	border-radius: 0 0 0 50px;
}

.area_under .right_square{
	display: block;
	width: 100%;
	height: 100%;
}


.ball_back{
	width:100%;
	height: 100vh;
	z-index: -999;
	position: fixed;
}

.ball_back .ball{
	display: block;
	position: absolute;
	border-radius: 50%;
	z-index: -3;
	background: #F3E7EB;
}

.in_ball_back{
	position: relative;
	width:100%;
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}

.ball_back .ball:first-child{
	top:15%;
	left: 10%;
	width:30px;
	height: 30px;
}

.ball_back .ball:nth-child(2){
	top: 55%;
	left: 15%;
	width:40px;
	height: 40px;
}

.ball_back .ball:nth-child(3){
	top: 30%;
	left: 5%;
	width:15px;
	height: 15px;
}


.ball_back .ball:nth-child(4){
	top: 40%;
	left: 40%;
	width:35px;
	height: 35px;
}

.ball_back .ball:nth-child(5){
	top: 25%;
	left: 50%;
	width:15px;
	height: 15px;
}

.ball_back .ball:nth-child(6){
	top: 15%;
	left: 85%;
	width:35px;
	height: 35px;
}

.ball_back .ball:nth-child(7){
	top: 45%;
	left: 70%;
	width:25px;
	height:25px;
}

.ball_back .ball:nth-child(8){
	top: 75%;
	left: 60%;
	width:20px;
	height:20px;
}

.ball_back .ball:nth-child(9){
	top: 85%;
	left: 80%;
	width:30px;
	height:30px;
}

.ball_back .ball:nth-child(10){
	top: 80%;
	left: 20%;
	width:15px;
	height:15px;
}

.ball{
	animation: moving_1 6s ease 0s 1 alternate none running;
	animation-iteration-count: infinite; 
}


@keyframes moving_1{
	0%{
		transform: scale(1);
		transform: translateY(30px);
	}
	
	50%{
		transform: scale(.7);
	}
	
	100%{
		transform: scale(1);
		transform: translateY(-30px);
	}
}


@keyframes moving_2{
	0%{
		transform:rotateZ(0deg);
	}
	
	
	100%{
		transform:rotateZ(360deg);
	}
}


/*---- ball area -----*/

.ball_area{
	width:100%;
	height: 400px;
	position: relative;
	border-radius: 0 0 0 30px;
}

.in_ball_area{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:75%;
	max-width:500px;
	z-index: 5;
}

.ball_area img{
	position: absolute;
	display: block;
	animation: moving_2 6s 0s normal;
	animation-iteration-count: infinite; 
}

.ball_area .ball_img_1{
	width:40px;
	height: 40px;
	left: 12%;
	top: 70%;
}

.ball_area .ball_img_2{
	width:70px;
	height: 70px;
	left: 5%;
	top: 10%;
}

.ball_area .ball_img_3{
	width:50px;
	height: 50px;
	left: 75%;
	top:20%;
}

.ball_area .ball_img_4{
	width:65px;
	height: 65px;
	left: 70%;
	top:65%;
}


.in_ball_area h2{
	width:100%;
	text-align: center;
	font-size: 1.2em;
}

.in_ball_area p{
	width:100%;
  position: relative;
  color: #333;
  display: inline-block;
  margin: 20px 0 0;
	text-align: left;
	font-size: 0.85em;
}

.bt_sub{
	width:100%;
}

.bt_sub a{
	display: block;
	width:150px;
	margin: 30px auto 0;
	text-align: center;
	background: #FF7BAC;
	color: #FFF;
	padding: 5px 0;
	border-radius: 5px;
}



/*------ flex center 2 -------*/


.m20{
	margin-bottom: 50px;
}

.leftside,.rightside{
	width:100%;
}

.rightside{
	padding: 50px 0;
}


.rightside img{
	width:250px;
}

.leftside p{
	width:80%;
	margin: 0 auto;
}

/*------ flex center 3 -------*/

.flex_center_3{
	width:100%;
	margin: 0;
	padding: 50px 0 30px;
}

.bg_fc3{
	background: #F3E7EB;
	border-radius: 0 0 0 30px;
}

.in_fc3{
	width:80%;
	margin: 0 auto;
}

.in_fc3 .fc3_card{
	width:100%;
	margin: 0 auto 50px;
}

.in_fc3 .fc3_card .text{
	width:85%;
	margin: 0 auto;
	font-size: 0.9em;
}

.in_fc3 h2{
	width:100%;
	text-align: center;
	font-size: 1.4em;
	margin: 0 0 40px;
}

.in_fc3 h3{
	width:100%;
  	position: relative;
  	color: #333;
  	display: inline-block;
 	 margin: 47px 0;
	text-align: center;
	font-size: 1.2em;
	z-index: 5;
}
.in_fc3 h3:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}

.in_fc3 h4{
	width:100%;
	text-align: center;
	margin: 10px auto;
	font-size: 1.2em;
}

.in_fc3 img{
	width:200px;
	display: block;
	margin: 0 auto 15px;
}

.to_sub a{
	display: block;
	width:150px;
	margin: 30px auto;
	text-align: center;
	background: #FF7BAC;
	color: #FFF;
	padding: 5px 0;
	border-radius: 5px;
}

.to_blog{
	max-width: 250px;
}


.to_blog img,.circle{
	border-radius: 50%;
	width:200px;
	height: 200px;
	object-fit: cover;
}

.to_blog p{
	width:120px;
	background: #FFF;
	color: #FF7BAC;
	border-radius: 20px;
	padding: 5px 10px;
	border: 1px solid #FF7BAC;
	margin: 0 auto 10px 0;text-align: center;
}

.to_blog a{
	display: block;
	color: #FFF;
	background: #FF7BAC;
	border: 1px solid #FF7BAC;
	padding: 5px;
	width:180px;
	margin: 10px 0 0 auto;
	border-radius: 20px;
	text-align: center;
}

.to_list{
	width:100%;
}

.to_list a{
	display: block;
	color: #FFF;
	margin: 0 auto;
	width:200px;
	padding: 5px 0;
	text-align: center;
	background: #FF7BAC;
	border-radius: 5px;
}

/*------ singular -------*/

.singular{
	display: block;
	width:70%;
	margin: 0 auto;
	height: auto;
}

.singular img{
	width:100%;
	height: auto;
	border-radius: 30px;
}

/*-------sub mv---------*/

.about{
	background: url(//tsubomi-higashiyama.com/d/wp-content/themes/hoiku-tsubomi/image/about/about_mv.jpg);
}

.guide{
	background: url(//tsubomi-higashiyama.com/d/wp-content/themes/hoiku-tsubomi/image/guide/guide_mv.jpg);
}

.feature{
	background: url(//tsubomi-higashiyama.com/d/wp-content/themes/hoiku-tsubomi/image/feature/feature_mv.jpg);
}

.faq{
	background: url(//tsubomi-higashiyama.com/d/wp-content/themes/hoiku-tsubomi/image/faq/mv_faq.jpg);
}

.radius_sub_mv{
	width:100%;
	height: 300px;
	background-size: cover;
	background-position: center;
	border-radius: 0 0 0 50px;
}

.sub_mv_cover{
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: relative;
	border-radius: 0 0 0 50px;
}

.in_sub_mv{
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.in_sub_mv h1{
	text-align: center;
	color: #FFF;
	font-size: 1.4em;
}





/*----box white ------*/

.contents_area{
	padding: 50px 0;
	border-radius: 0 0 0 30px;
}


.box_white{
	width:85%;
	max-width: 800px;
	padding: 50px 0;
	margin: 0 auto;
	background: #FFF;
	border-radius: 0 30px;
}

.box_white h2{
	width:100%;
	margin: 0 0 30px;
	text-align: center;
	font-size: 1.4em;
}

.box_white ul{
	width:80%;
	margin: 0 auto;
}

.box_white ul li{
	font-size: 0.9em;
	border-bottom: 1px solid #ccc;
	width:95%;
	padding: 10px 2.5%;
}

.box_white ul li .left_list{
	font-size: 0.85em;
	margin-bottom: 3px;
}

.box_white ul li .right_list{
	font-size: 0.9em;
}

.box_white .cen_text{
	width:80%;
	font-size: 0.8em;
	margin: 0 auto;
	text-align: left;
}

.box_white img{
	width:80%;
	display: block;
	margin: 0 auto;
	border-radius: 0 30px;
}

.box_white .text_box{
	width: 100%;
}

.box_white .text_box h3{
	width:75%;
	margin: 40px auto 30px;
	position: relative;
	z-index: 0;
}

.box_white .text_box h3:before,.map_direction h4:before{
	content: "";
	display: block;
	position: absolute;
	top:-13px;
	left: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 0;
	border-color: #F3E7EB transparent transparent transparent;
	z-index: -1;
}

.box_white .text_box h3:after,.map_direction h4:after{
	content: "";
	display: block;
	position: absolute;
	top:-13px;
	left: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #F3D7DB transparent;
	z-index: -1;
}

.box_white .text_box p{
	width:80%;
	margin: 0 auto;
	font-size: 0.9em;
}

/*----- map -----*/

.map_area{
	width:100%;
	padding: 50px 0;
}

.map_area h3{
	width:100%;
	text-align: center;
	font-size: 1.4em;
	margin: 0 auto 30px;
}

.map_circle{
	width:280px;
	height: 280px;
	background: #F3E7EB;
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
}

.in_map_circle{
	width:250px;
	height: 250px;
	background: url(//tsubomi-higashiyama.com/d/wp-content/themes/hoiku-tsubomi/image/common/map.png);
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.map_direction{
	width:80%;
	margin: 0 auto;
}

.map_direction h4{
	margin: 20px 0;
	font-size: 1.2em;
	position: relative;
	z-index: 0;
}

.map_direction p{
	font-size: 0.8em;
}


.map_direction .map_contact a{
	display: block;
	color: #FFF;
	margin: 30px 0 0 auto;
	width:200px;
	padding: 5px 0;
	text-align: center;
	background: #FF7BAC;
	border-radius: 5px;
}


	/*----- adjustment ------*/
	
	.m20{
		margin-bottom: 50px !important;
	}


@media only screen and (min-width:600px) {

	
	/*----parallax------*/
	
	.parallax-bg {
  background-image: url(//tsubomi-higashiyama.com/d/wp-content/themes/hoiku-tsubomi/image/company/gold_back.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.parallax-bg2 {
  background-image: url(//tsubomi-higashiyama.com/d/wp-content/themes/hoiku-tsubomi/image/company/torihikisaki.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
	
	
	/*---------top-----------*/
	
.ball_back .ball:first-child{
	top:15%;
	left: 10%;
	width:80px;
	height: 80px;
}

.ball_back .ball:nth-child(2){
	top: 55%;
	left: 15%;
	width:90px;
	height: 90px;
}

.ball_back .ball:nth-child(3){
	top: 30%;
	left: 5%;
	width:65px;
	height: 65px;
}


.ball_back .ball:nth-child(4){
	top: 40%;
	left: 40%;
	width:85px;
	height: 85px;
}

.ball_back .ball:nth-child(5){
	top: 25%;
	left: 50%;
	width:65px;
	height: 65px;
}

.ball_back .ball:nth-child(6){
	top: 15%;
	left: 85%;
	width:85px;
	height: 85px;
}

.ball_back .ball:nth-child(7){
	top: 45%;
	left: 70%;
	width:75px;
	height:75px;
}

.ball_back .ball:nth-child(8){
	top: 75%;
	left: 60%;
	width:70px;
	height:70px;
}

.ball_back .ball:nth-child(9){
	top: 85%;
	left: 80%;
	width:80px;
	height:80px;
}

.ball_back .ball:nth-child(10){
	top: 80%;
	left: 20%;
	width:65px;
	height:65px;
}
	
	/*------ flex center 2 -------*/


	.in_fc2{
		width:90%;
		max-width: 1000px;
		display: flex;
		margin: 0 auto;
		padding: 50px 0;
	}


.leftside,.rightside{
	width:45%;
	margin: 0 auto;
	height: 100%;
}

.rightside img{
	width:250px;
}

.leftside p{
	width:80%;
	margin: 0 auto;
}
	
	.leftside{
		position: relative;
	}
	
	.in_leftside{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		margin: auto;
		width:80%;
	}
	
	.in_leftside h3{
		font-size: 1.4em;
	}

	/*------ flex center 3 -------*/

	.flex_center_3{
		padding: 100px 0 80px;
	}
	
	.flex_center_3 h2{
		margin-bottom: 100px;
		font-size: 1.6em;
	}
	
	.in_fc3{
	width:100%;
		max-width: 1000px;
		display: flex;
		flex-wrap: wrap;
	}

	.in_fc3 .fc3_card{
	width:33%;
		max-width: 300px;
	margin: 0 auto 50px;
	}
	
	/*-----sub------*/
	
	.radius_sub_mv{
		height: 400px;
	}

	.sub_mv_cover{
		width:100%;
		height: 100%;
		background: rgba(0,0,0,0.4);
		position: relative;
		border-radius: 0 0 0 50px;
	}


	.in_sub_mv h1{
		font-size: 2em;
	}

	/*---- ball area -----*/

	.ball_area{
		height: 450px;
	}
	
	.in_ball_area h2{
		font-size: 1.6em;
		margin-bottom: 20px;
	}

	.in_ball_area p{
		width:100%;
		font-size: 1em;
	}
	
	.ball_area .ball_img_1{
		width:80px;
		height: 80px;
		left: 27%;
		top: 70%;
	}

	.ball_area .ball_img_2{
		width:100px;
		height: 100px;
		left: 30%;
		top: 10%;
	}

	.ball_area .ball_img_3{
		width:110px;
		height: 110px;
		left: 70%;
		top:65%;
	}
	
	.ball_area .ball_img_4{
	width:85px;
	height: 85px;
	left: 65%;
	top:20%;
}
	

	/*----box white ------*/

	.contents_area{
		padding: 100px 0;
	}


	.box_white{
		width:85%;
		max-width: 800px;
		padding: 80px 0;
		margin: 0 auto;
		background: #FFF;
		border-radius: 0 30px;
	}

	.box_white h2{
		font-size: 1.6em;
		margin-bottom: 50px;
	}

	.box_white ul{
		width:80%;
		margin: 0 auto;
	}

	.box_white ul li{
		font-size: 0.9em;
		width:95%;
		padding: 10px 2.5%;
		display: flex;
	}

	.box_white ul li .left_list{
		font-size: 1em;
		margin-bottom: 3px;
		width:30%;
	}

	.box_white ul li .right_list{
		font-size: 1em;
		width:70%;
	}

	.box_white .cen_text{
		width:80%;
		font-size: 0.8em;
		margin: 0 auto;
	}

	.box_white img{
		width:80%;
		display: block;
		margin: 0 auto;
		border-radius: 0 30px;
	}

	.box_white .text_box{
		width: 100%;
	}

	.box_white .text_box h3{
		width:75%;
		margin: 40px auto 30px;
		position: relative;
		z-index: 0;
		font-size: 1.4em;
	}

	.box_white .text_box h3:before{
		top:-8px;
		left: -15px;
	}

	.box_white .text_box h3:after{
		top:-8px;
		left: -15px;
	}

	.box_white .text_box p{
		font-size: 1em;
	}
	
	.box_white img{
		height: 300px;
	}
	
	
	/*---- flex half ----- */
	
	.flex_half{
		display: flex;
		padding: 50px 5%;
		width:80%;
	}
	
	.flex_r{
		flex-direction: row-reverse;
	}
	
	.flex_half img{
		display: flex;
		width:45%;
		height: 200px;
		margin: 0 auto;
		object-fit: cover;
	}
	
	.flex_half .text_box{
		width:45%;
		margin: 0 auto;
	}
	
	.flex_half .text_box h3{
		margin-top: 30px;
	}
	
	
	/*----- map -----*/

	.map_area{
		max-width: 800px;
		margin: 0 auto;
		padding: 50px 0 100px;
		display: flex;
		flex-wrap: wrap;
	}

	.map_area h3{
		width:100%;
		font-size: 1.5em;
		margin: 0 auto 30px;
	}

	.map_circle{
		width:300px;
		height: 300px;
		background: #F3E7EB;
		margin: 0 auto;
		border-radius: 50%;
		position: relative;
	}

	.in_map_circle{
		width:280px;
		height: 280px;
		border-radius: 50%;
		position: absolute;
		top:0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.map_direction{
		width:30%;
		margin: 0 auto 0 5%;
		padding-top: 60px;
	}

	.map_direction h4{
		margin: 20px 0;
		font-size: 1.2em;
		position: relative;
		z-index: 0;
	}

	.map_direction p{
		font-size: 1em;
	}


	.map_direction .map_contact a{
		margin: 30px auto 0 0;
		width:200px;
	}
	
	
	/*---- button ----*/
	
	.to_blog a:hover{
		transition: 0.3s;
		color: #FFF;
		background: #EF5B9C;
		border: 1px solid #EF5B9C;
	}
	
	.to_list a:hover,.to_sub a:hover,.bt_sub a:hover{
		transition:0.3s;
		background: #EF5B9C;
	}
	
	
	/*--- privacy ------*/

	.privacy{
		width:80%;
		max-width: 1200px;
		margin: 0px auto ;
		padding:50px 0px 100px;
	}

	.privacy p,.privacy ul{
		text-align: left;
		font-size: 0.8em;
		padding: 0px 0 20px;
	}


	.privacy ul li{
		width:95%;
		list-style: square;
		margin-left: 5%;
	}

	.privacy h3{
		text-align: left;
		width:100%;
		border-bottom: 1px solid #ccc;
		margin: 5px 0;
	}
	
	
	
	/*----- adjustment ------*/
	
	.m20{
		margin-bottom: 50px;
	}
	
	
}

@media only screen and (min-width:850px) {



	
	
}


@media only screen and (min-width:1000px) {


}


/*------page---------------------------*/


#page_area{
	width:100%;
}

#page_area .page_mv{
	position: relative;
	display: block;
	width:100%;
	height: 200px;
	background-size: cover;
	background-position: center;
}

#page_area .page_mv_cover{
	background:rgba(0,0,0,0.7);
	height:100%;
	width:100%;
	position: absolute;
}

#page_area .page_mv img{
	position: absolute;
	display: block;
	object-fit: cover;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width:100%;
	height: 100%;
}


#page_area .page_mv h1{
	position: absolute;
	top: 90px;
	color: #FFF;
	font-size: 1.5em;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	width:100%;
	text-align: center;
}

#page_area .in_page_area{
	width:80%;
	padding: 20px 0 50px;
	margin: 0px auto;
}

#page_area .in_page_area h2{
	font-size: 1.3em;
	padding: 20px 0;
	text-align: center;
}

#page_area .in_page_area h3{
	font-size: 1.2em;
	padding: 20px 0;
	text-align: left;
}

#page_area .in_page_area h4{
	font-size: 1.1em;
	padding: 20px 0;
	text-align: left;
}

#page_area .in_page_area p{
	font-size: 1em;
	margin: 10px 0 20px;
}

#page_area .in_page_area ul{
	list-style: none;
	width:100%;
	margin: 15px auto;
}

#page_area .in_page_area ul li{
	width:85%;
	padding: 10px 7.5% 10px;
	word-wrap: break-word;
}


#page_area .in_page_area ul li:nth-child(odd){
	background: #fafafa;
}


#page_area .in_page_area ul li:nth-child(even){
	background: #F5DFEF;
	margin-bottom:40px;
}


#page_area .in_page_area .faq li{
	position: relative;
	font-size: 1em;
}

#page_area .in_page_area .faq li:nth-child(odd):before{
	background:url(//tsubomi-higashiyama.com/d/wp-content/themes/hoiku-tsubomi/image/faq/q_icon.png);
}

#page_area .in_page_area .faq li:nth-child(even):before{
	background: url(//tsubomi-higashiyama.com/d/wp-content/themes/hoiku-tsubomi/image/faq/a_icon.png);
}

#page_area .in_page_area .faq li:nth-child(odd):before,#page_area .in_page_area .faq li:nth-child(even):before{
	content: '';
	width: 30px;
	height: 30px;
	background-size: cover;
	position: absolute;
	left:-15px;
	top:-10px;
}

@media only screen and (min-width:650px) {


#page_area .page_mv h1{
	top: 75px;
	font-size: 3em;
}

#page_area .in_page_area{
	max-width: 1000px;
	padding:100px;
}

#page_area .in_page_area h2{
	font-size: 2em;
	padding: 40px 0;
}

#page_area .in_page_area h3{
	font-size: 1.7em;
	padding: 40px 0;
	text-align: left;
}

#page_area .in_page_area h4{
	font-size: 1.4em;
	padding: 40px 0;
	text-align: left;
}

#page_area .in_page_area p{
	font-size: 1.2em;
	margin: 10px 0 20px;
}



#page_area .in_page_area ul li{
	width:90%;
	padding: 15px 5%;
}



	#page_area .in_page_area .faq{
		width:100%;
	}

#page_area .in_page_area .faq li{
	position: relative;
}

#page_area .in_page_area .faq li:nth-child(odd):before{
	background:url(//tsubomi-higashiyama.com/d/wp-content/themes/hoiku-tsubomi/image/faq/q_icon.png);
}

#page_area .in_page_area .faq li:nth-child(even):before{
	background: url(//tsubomi-higashiyama.com/d/wp-content/themes/hoiku-tsubomi/image/faq/a_icon.png);
}

#page_area .in_page_area .faq li:nth-child(odd):before,#page_area .in_page_area .faq li:nth-child(even):before{
	content: '';
	width: 35px;
	height: 35px;
	background-size: cover;
	position: absolute;
	left:-17px;
	top:-15px;
}
	
}

/*------blog---------------------------*/


#blog_area{
	width:100%;
	background:#F3E7EB;;
	padding-bottom:50px;
}

#blog_area .blog_mv{
	position: relative;
	display: block;
	width:100%;
	height: 300px;
	background: url(//tsubomi-higashiyama.com/d/wp-content/themes/hoiku-tsubomi/image/top/mv_02.jpg);
	background-size: cover;
	background-position: center;
	border-radius:0 0 0 30px;
}

#blog_area .blog_mv_cover{
	background:rgba(0,0,0,0.3);
	height:100%;
	width:100%;
	position: absolute;
	border-radius:0 0 0 30px;
}

#blog_area .blog_mv img{
	position: absolute;
	display: block;
	width:100%;
    height:100%;
	object-fit: cover;
	border-radius:0 0 0 30px;
}

#blog_area .blog_mv h1{
	position: absolute;
	top: 140px;
	left: 15%;
	color: #FFF;
	font-size: 1.4em;
	width:70%;
}


#blog_area .blog_mv p{
	position: absolute;
	bottom: 160px;
	left: 15%;
	color: #FFF;
	font-size:1.2em;
}




#blog_area .blog_flex{
	width:85%;
	margin: 30px auto;
	background: #FFF;
	border-radius:30px;
}

#blog_area img{
	width:100%;
	height: auto;
	object-fit: contain;
}

#blog_area .in_blog_left{
	width:85%;
	padding: 30px 0;
	margin: 0 auto;
	word-break: break-all;
}

#blog_area .in_blog_right{
	width:100%;
	border-radius:30px;
}

#blog_area .in_blog_left h2{
	font-size: 1.6em;
	margin-bottom: 20px;
}



#blog_area .in_blog_left h3 {
	font-size: 1.4em;
	margin: 20px 0;
}
 

#blog_area .in_blog_left h4{
	font-size: 1.2em;
	margin: 20px 0;
}


#blog_area .in_blog_left p{
	width:100%;
	font-size: 0.9em;
	margin-bottom:15px;
}

#blog_area .in_blog_left p a{
	color:#3fa9f5;
}

#blog_area .in_blog_left ul,#blog_area .in_blog_left ol,.in_blog_right ul{
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  background: #f8f8f8;
	width:auto;
}

#blog_area .in_blog_left ul li,#blog_area .in_blog_left ol li,#blog_area .in_blog_right ul li{
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

#blog_area .in_blog_left ul li:before,#blog_area .in_blog_left ol li:before,#blog_area .in_blog_right ul li:before{
  	font-family: "Font Awesome 5 Free";
	content: '\f042';
	font-weight:900;
	position: absolute;
	left : 1em; /*左端からのアイコンまで*/
	color: #333; /*アイコン色*/
}



#blog_area .in_blog_right{
	background: #fff;
	padding: 0 0;
	max-height:1000px;
}

#blog_area .widget{
	width:100%;
	margin: 0 auto;
}

#blog_area .widget_archive,#blog_area .widget_categories{
	padding: 10px 0;
}

#blog_area .widget h2{
	font-size: 1.1em;
	position: relative;
     color: white;
     padding:5px 5%;
     background: #FF7BAC;
	width:75%;
	margin: 0 auto;
	border-radius:15px 15px 0 0;
}

#blog_area .widget ul{
	width:85%;
	padding: 5px 5%;
	margin: 0 auto;
	background: #F5DFEF;
	border-radius: 0 0 15px 15px;
}

#blog_area .widget ul li{
	padding-left: 1.3em;
}

#blog_area .widget ul li a{
	display:block;
	color:#333;
}



.blog_card_area{
	width:85%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.blog_card{
	width:45%;
	min-width: 280px;
	height: 200px;
	position: relative;
	display: block;
	margin: 30px auto;
}

.blog_card img{
	width:100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.blog_card .b_cover{
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	position: absolute;
}

.blog_card .in_blogcard{
	position: absolute;
	width:80%;
	height: auto;
	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%); /* Safari用 */
  	transform: translate(-50%, -50%);
	color: #FFF;
}

.blog_card .date{
	font-size: 0.9em;
}

.blog_card h3{
	font-size: 1em;
	padding: 5px 0;
}

.blog_card .disc{
	font-size: 0.8em;
}

.to_list{
	width:100%;
	height: 50px;
	position: relative;
}

.to_list .container{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}




@media only screen and (min-width:650px) {

	
	#blog_area .blog_mv h1{
	position: absolute;
		top:180px;
	left: 10%;
	color: #FFF;
	font-size: 2em;
}
	

	

	
}


@media only screen and (min-width:800px) {
	
	#blog_area .blog_mv{
		height: 550px;
	}
	
	#blog_area .blog_mv h1{
		left: 15%;
		top:280px;
		color: #FFF;
		font-size: 2em;
	}
	



	#blog_area .blog_mv p{
		bottom: 280px;
		left: 15%;
		color: #FFF;
		font-size: 1.4em;
	}
	
	#blog_area .blog_flex{
		display: flex;
		max-width:1200px;
	}
	
	#blog_area .in_blog_left{
		width:55%;
		margin: 0 auto;
	}
	
	#blog_area .in_blog_right{
		width:30%;
		margin: 30px auto;
	}
	
	#blog_area .widget{
	width:80%;
}

	#blog_area .in_blog_left h2{
		font-size:1.5em;
	}
	

	#blog_area .in_blog_left h3{
		font-size:1.3em;
	}
	
	#blog_area .in_blog_left h4{
		font-size:1.3em;
	}
	
	#blog_area .in_blog_left p{
		font-size:1.1em;
	}
	
}
	

/*------card---------------------------*/

.mv_archive{
	height:200px;
	background: url(//tsubomi-higashiyama.com/d/wp-content/themes/hoiku-tsubomi/image/sub/list_mv.jpg);
	background-size: cover;
	background-position: center;
	color: #FFF;
	border-radius: 0 0 0 30px;
}

.mv_archive h1{
	padding-top:55px;
	font-size:1.3em;
	text-align:center;
}

.mv_archive h2{
	font-size:0.8em;
	text-align:center;
}

.in_mv_arch{
	margin:0 auto;
	width:200px;
	text-align:left;
	font-size:0.8em;
}

#card_area{
	width:100%;
	padding: 30px 0;
}

#card_area .news_list{
	width:85%;
	max-width: 800px;
	margin:0 auto;
}

#card_area .news_list .in_news_list{
	width:100%;
}

#card_area .news_list a{
	display:block;
	color:#333;
	width:95%;
	padding: 5px 2.5%;
	margin-bottom: 10px;
}

#card_area .news_list li:nth-child(even){
	background: #fafafa;
}


#card_area .news_list li:nth-child(odd){
	background: #F5DFEF;
}

@media only screen and (min-width:650px) {
	
	.mv_archive{
		height:250px;
	}

	.mv_archive h1{
		padding-top:70px;
		font-size:1.5em;
		text-align:center;
		margin-bottom: 20px;
	}

	.mv_archive h2{
		font-size:1em;
		text-align:center;
	}

	.in_mv_arch{
		margin:0 auto;
		width:250px;
		text-align:center;
		font-size:1em;
	}

	#card_area{
		width:100%;
		padding: 30px 0;
	}

	#card_area .news_list{
		width:85%;
		margin:0 auto;
	}

	#card_area .news_list .in_news_list{
		width:100%;
	}

	#card_area .news_list a{
		display:flex;
		width:90%;
		padding: 10px 5%;
	}

	#card_area .news_list li:nth-child(even){
		background: #fafafa;
	}


	#card_area .news_list li:nth-child(odd){
		background: #F5DFEF;
	}
	
	#card_area .news_list a .date{
		width:30%;
		margin: 0 auto;
	}
	
	#card_area .news_list a .title{
		width:70%;
		margin: 0 auto;
	}
	
}



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

.contact{
	padding:80px 0 30px;
}

.contact h1{
	width:100%;
	text-align:center;
	font-size:1.8em;
}
.contact h2{
	width:100%;
	text-align:center;
	font-size:1em;
}

.comp{
	width:80%;
	max-width:600px;
	text-align:left;
	margin:0 auto;
}

.comp p{
	width:100%;
	font-size:0.9em;
}

.mw_wp_form{
	width: 80%;
	max-width:700px;
	color: #666;
	margin:0 auto 100px;
	font-weight:300;
}
 
.mw_wp_form table.mailform-tbl{
	width: 100%;
	margin-bottom: 40px;
}
 
.mw_wp_form table tr{
	width: 100%;
	padding: 30px 0;
}
 
 
.mw_wp_form table th{
	font-size:0.9em;
	padding: 25px 0;
	text-align: left;
	vertical-align: top;
	width: 30%;
	float: left;
	font-weight:300;
}
 
.mw_wp_form table th .attention{
	font-size: 80%;
	margin-left: 5px;
	color: red;
	padding-bottom:10px;
}
 
.mw_wp_form table td{
	padding: 20px 0;
	width: 70%;
	float: left;
	font-size:0.9em;
}
 
.mw_wp_form table td.w50 input,.mw_wp_form table td.w50 select{
	width: 50%;
	box-sizing: border-box;
	padding:5px;
	color:#666;
	background:none;
	border-right:none;
	border-left:none;
	border-top:none;
	border-bottom:1px solid #ccc;
    -webkit-appearance: none;
	border-radius:0;
}
 
.mw_wp_form table td.w80 input,.mw_wp_form table td.w80 select{
	width: 80%;
	box-sizing: border-box;
	padding:5px;
	background:none;
	border-right:none;
	border-left:none;
	border-top:none;
	border-bottom:1px solid #ccc;
    -webkit-appearance: none;
	border-radius:0;
}


.mw_wp_form table td.w80 textarea{
	width: 80%;
	box-sizing: border-box;
	padding:5px;
    -webkit-appearance: none;
	border-radius:0;
}
 
.mw_wp_form #submit-button input {
   margin: 0 auto;
    display: block;
    padding:5px 30px;
	background:none;
    border: 1px solid #ccc;
    color: #666;
    box-sizing: border-box;
    height: 40px;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 90%;
}

.mw_wp_form #submit-button input:hover{
	background:#ccc;
	color:#666;
	transition:0.8s;
}

 
@media screen and (min-width: 300px) and (max-device-width: 999px) {
/* small devices */
	
	.mw_wp_form table th{
	font-size:0.7em;
	padding: 5px 0;
	width: 100%;
	float: left;
	margin:0 auto;
}
	
	.mw_wp_form table td{
	width: 100%;
	float: left;
	font-size:0.8em;
}
	
 
.mw_wp_form table td.w50 input,.mw_wp_form table td.w50 select{
	width: 100%;
	box-sizing: border-box;
}
 
.mw_wp_form table td.w80 input,.mw_wp_form table td.w80 select{
	width: 100%;
	box-sizing: border-box;
}
 
.mw_wp_form table td.w80 textarea{
	width: 100%;
	box-sizing: border-box;
}
 
.mw_wp_form #submit-button input {
   margin: 0 auto;
    display: block;
    padding:5px 30px;
    color: #666;
	background:none;
    box-sizing: border-box;
    height: 40px;
    -webkit-appearance: none;
    font-size: 90%;
}
 
}/*
Theme Name: Twenty Seventeen
Description: Used to style blocks.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General Block Styles
2.0 Blocks - Common Blocks
3.0 Blocks - Formatting
4.0 Blocks - Layout Elements
5.0 Blocks - Widgets
6.0 Blocks - Colors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 General Block Styles
--------------------------------------------------------------*/

/* Captions */

[class^="wp-block-"]:not(.wp-block-gallery) > figcaption {
	font-style: italic;
	margin-bottom: 1.5em;
	text-align: left;
}

.rtl [class^="wp-block-"]:not(.wp-block-gallery) > figcaption {
	text-align: right;
}

/*--------------------------------------------------------------
2.0 Blocks - Common Blocks
--------------------------------------------------------------*/

/* Paragraph */

p.has-drop-cap:not(:focus)::first-letter {
	font-size: 5em;
	margin-top: 0.075em;
}

/* Image */

.wp-block-image {
	margin-bottom: 1.5em;
}

.wp-block-image figure {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-image figure.alignleft {
	margin-top: 0;
	margin-right: 1.5em;
}

.wp-block-image figure.alignright {
	margin-top: 0;
	margin-left: 1.5em;
}

.wp-block-image a,
.wp-block-image a:hover,
.wp-block-image a:focus,
.widget-area .wp-block-image a,
.widget-area .wp-block-image a:hover,
.widget-area .wp-block-image a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.entry-content > .wp-block-image:first-child figure.alignleft,
.entry-content > .wp-block-image:first-child figure.alignright {
	margin-top: 1.5em;
}

/* Gallery */

.wp-block-gallery {
	margin-bottom: 1.5em;
}

.wp-block-gallery figcaption {
	font-style: italic;
}

.wp-block-gallery.aligncenter {
	display: flex;
	margin: 0 -8px;
}

/* Quote */

.wp-block-quote:not(.is-large):not(.is-style-large) {
	border: 0;
	padding: 0;
}

.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
	margin-bottom: 0;
}

.wp-block-quote cite {
	color: inherit;
	font-size: inherit;
}

/* Audio */

.wp-block-audio audio {
	display: block;
	width: 100%;
}

/* Cover */

.wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
	display: flex;
}

/* File */

.wp-block-file .wp-block-file__button {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: pre-line;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
	background-color: #767676;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*--------------------------------------------------------------
3.0 Blocks - Formatting
--------------------------------------------------------------*/

/* Code */

.wp-block-code {
	background: transparent;
	border: 0;
	padding: 0;
}

.wp-block-code code {
	font-size: inherit;
}

/* Pullquote */

.wp-block-pullquote {
	border: 0 solid;
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite {
	font-size: inherit;
	text-transform: none;
}

/* Table */

.wp-block-table thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

.wp-block-table tr {
	border-bottom: 1px solid #eee;
}

.wp-block-table th,
.wp-block-table td {
	border: 0;
}

.rtl .wp-block-table th,
.rtl .wp-block-table td {
	text-align: right;
}

/* Calendar */

.wp-block-calendar th {
	text-align: center;
}

.wp-block-buttons[style*="font-weight"] .wp-block-button__link,
.wp-block-button[style*="font-weight"] .wp-block-button__link {
	font-weight: inherit;
}

/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/

/* Buttons */

.wp-block-button .wp-block-button__link {
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.66;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: pre-line;
}

.entry-content .wp-block-button__link {
	background-color: #222;
	color: #fff;
}

.entry-content .is-style-outline .wp-block-button__link:not(.has-background) {
	background-color: transparent;
}

.entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: #222;
}

.colors-dark .wp-block-button__link {
	background-color: #fff;
	color: #000;
}

.entry-content .wp-block-button__link:hover,
.entry-content .wp-block-button__link:focus,
.entry-content .is-style-outline .wp-block-button__link:not(.has-background):hover,
.entry-content .is-style-outline .wp-block-button__link:not(.has-background):focus {
	background-color: #767676;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

.colors-dark .entry-content .wp-block-button__link:hover,
.colors-dark .entry-content .wp-block-button__link:focus,
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-background):hover,
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-background):focus {
	background-color: #bbb;
	color: #000;
}

.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: #fff;
}

.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):focus {
	color: #222;
}

.colors-custom .entry-content .wp-block-button__link,
.colors-custom .entry-content .wp-block-button__link:hover,
.colors-custom .entry-content .wp-block-button__link:focus,
.colors-dark .entry-content .wp-block-button__link,
.colors-dark .entry-content .wp-block-button__link:hover,
.colors-dark .entry-content .wp-block-button__link:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.colors-custom .entry-content .wp-block-button__link:hover,
.colors-custom .entry-content .wp-block-button__link:focus {
	color: #fff;
}

/* Separator */

.wp-block-separator {
	border: 0;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

/* Media & Text */

.wp-block-media-text {
	margin-bottom: 1.5em;
}

.wp-block-media-text *:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
5.0 Blocks - Widgets
--------------------------------------------------------------*/

/* Archives, Categories & Latest Posts */

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
	list-style-position: inside;
	text-align: center;
}

/* Comments */

.wp-block-latest-comments article {
	margin-bottom: 4rem;
}

.widget-area .wp-block-latest-comments article {
	margin-bottom: 1em;
}

.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
	float: none;
	width: 100%;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	border-radius: 0;
}

.wp-block-latest-comments a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
	border-top: none;
}

.wp-block-latest-comments__comment-meta {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-latest-comments__comment-date {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	margin-top: 0.4em;
	text-transform: uppercase;
}

/* Query Loop & Post Template */

.wp-block-query .wp-block-post-template > li {
	border-top: none;
}

/* Site Logo */

:root .entry-content .wp-block-site-logo a.custom-logo-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.entry-content .wp-block-site-logo img {
	max-height: none;
}

/*--------------------------------------------------------------
6.0 Blocks - Colors
--------------------------------------------------------------*/

.entry-content .has-pale-pink-color {
	color: #f78da7;
}

.entry-content .has-pale-pink-background-color,
.wp-block-button.is-style-outline .has-pale-pink-background-color:link {
	background-color: #f78da7;
}

.entry-content .has-vivid-red-color {
	color: #cf2e2e;
}

.entry-content .has-vivid-red-background-color,
.wp-block-button.is-style-outline .has-vivid-red-background-color:link {
	background-color: #cf2e2e;
}

.entry-content .has-luminous-vivid-orange-color {
	color: #ff6900;
}

.entry-content .has-luminous-vivid-orange-background-color,
.wp-block-button.is-style-outline .has-luminous-vivid-orange-background-color:link {
	background-color: #ff6900;
}

.entry-content .has-luminous-vivid-amber-color {
	color: #fcb900;
}

.entry-content .has-luminous-vivid-amber-background-color,
.wp-block-button.is-style-outline .has-luminous-vivid-amber-background-color:link {
	background-color: #fcb900;
}

.entry-content .has-light-green-cyan-color {
	color: #7bdcb5;
}

.entry-content .has-light-green-cyan-background-color,
.wp-block-button.is-style-outline .has-light-green-cyan-background-color:link {
	background-color: #7bdcb5;
}

.entry-content .has-vivid-green-cyan-color {
	color: #00d084;
}

.entry-content .has-vivid-green-cyan-background-color,
.wp-block-button.is-style-outline .has-vivid-green-cyan-background-color:link {
	background-color: #00d084;
}

.entry-content .has-pale-cyan-blue-color {
	color: #8ed1fc;
}

.entry-content .has-pale-cyan-blue-background-color,
.wp-block-button.is-style-outline .has-pale-cyan-blue-background-color:link {
	background-color: #8ed1fc;
}

.entry-content .has-vivid-cyan-blue-color {
	color: #0693e3;
}

.entry-content .has-vivid-cyan-blue-background-color,
.wp-block-button.is-style-outline .has-vivid-cyan-blue-background-color:link {
	background-color: #0693e3;
}

.entry-content .has-very-light-gray-color {
	color: #eee;
}

.entry-content .has-very-light-gray-background-color,
.wp-block-button.is-style-outline .has-very-light-gray-background-color:link {
	background-color: #eee;
}

.entry-content .has-cyan-bluish-gray-color {
	color: #abb8c3;
}

.entry-content .has-cyan-bluish-gray-background-color,
.wp-block-button.is-style-outline .has-cyan-bluish-gray-background-color:link {
	background-color: #abb8c3;
}

.entry-content .has-very-dark-gray-color {
	color: #313131;
}

.entry-content .has-very-dark-gray-background-color,
.wp-block-button.is-style-outline .has-very-dark-gray-background-color:link {
	background-color: #313131;
}