@charset "utf-8";

h1,h2,h3,h4,h5{
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;
}


h1.sp_Font_Kanji{
	font-family: "ヒラギノ丸ゴ Pro" !important;
}

h2.sp_Font_Eigo{
	font-family: "游ゴシック" !important;
}

h3.sp_Font_Phrase{
	font-family: "游ゴシック" !important;
	font-weight: bold !important;
}

.sp_Font_HiranogiPro{
	font-family: "ヒラギノ丸ゴ Pro" !important;
	font-weight: bold !important;
}

.sp_Font_YouGothic{
	font-family: "游ゴシック" !important;
}

/* home：informationタイトル */
.su-post-title{
	font-family: "ヒラギノ丸ゴ Pro" !important;
	font-weight: bold !important;
}
.su-post-excerpt{
	font-family: "游ゴシック" !important;
}

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/
/* nav ul li.has-child::before{
	content:'';
	position: absolute;
	left:15px;
	top:25px;
	width:6px;
	height:6px;
    transform: rotate(135deg);
} */


/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
/*
nav li.has-child ul{
    display: block;
	position: absolute;
	left:0;
	top: 40px;
	z-index: 4;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	width: 200px;
}

nav li.has-child li{
    text-align: center;
	background:#f9f8f4;
	width: 200px;
    transition: all  0.3s ease;
}

/* 1024px以上 */
@media screen and (min-width:1024px){
	/* hoverしたら表示*/
	/*
	nav li.has-child:hover > ul,
	nav li.has-child ul li:hover > ul,
	nav li.has-child:active > ul,
	nav li.has-child ul li:active > ul{
		visibility: collapse;
		opacity: 1;
	}

	nav li.has-child ul,
	nav li.has-child ul ul{
		position: relative;
		left:0;
		top:0;
		width:100%;
		visibility:visible;
		opacity:1;
		display: none;
		transition:none;
	}
	*/
}

/*
nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
	color: #fff !important;
	background:#FFDBE1 !important;
}

/* 768px以下*/
@media screen and (max-width:768px){
	/*
	nav{
		padding: 0;
	}
	
	nav ul{
		display: block;
	}
	
	
	
	nav ul li a{
		border-bottom:1px solid #ccc;
	}

	/*矢印の位置と向き*/

	/* nav ul li.has-child::before{
		left:20px;	
	}

	nav ul ul li.has-child::before{
		transform: rotate(135deg);
		left:20px;
	} */
	/*
	nav ul li.has-child.active::before{
		transform: rotate(-45deg);
	}

	.main-navigation .has-chile{
		display: none;
	}
*/
}


/*========= レイアウトのためのCSS ===============*/

h1{
	font-size:2rem;
	text-align: center;
	text-transform: uppercase;
	padding: 20px;
}

h2{
	font-size:1.6rem;
	/* text-align: center; */
	margin: 0 0 30px 0;
}

p{
	margin-top:20px;	
}


section{
	padding:30px;
}

section:nth-child(2n){
	background:#f3f3f3;	
}

/*JSを使いfixedクラスが付与された際の設定*/
#primary-menu.fixed{
	position: fixed;/*fixedを設定して固定*/
	z-index: 999;/*最前面へ*/
	top:0;/*位置指定*/
	left:0;/*位置指定*/
	height: 50px;/*高さ指定*/
	width: 100%;
	margin-top: -5px;
	/*margin-top: 30px;*/
	/* background-color: #FFDBE1; */
	background-color: #f9f8f4;
}


/* footer menu */
.footer_menu {
	height: 5em;
	/* color: #808080; */
	background: #f9f8f4;
	padding-top: 2em;
}
.footer_menu a {
	color: #808080;
	text-decoration: none;
}


.footer_menu .wrap {
	width: 780px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer_menu .wrap h3 {
	margin: 0 0 10px 0;
	padding: 0;
}
.footer_menu .wrap p {
	margin: 0;
	padding: 0 0 1em 0;
}
/* .footer_menu .wrap .box {
	width: 14%;
}

.footer_menu .wrap .box ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
} */
.footer_menu .wrap .copyright {
	width: 100%;
	padding: 20px 0 0 0;
}

.footer_menu .wrap a:hover{
	color: #f5d4d4;
}

@media only screen and (max-width: 599px) {

	#primary-menu.fixed{
		display: none;
	}
	.child_fmenu{
		display: none;
	}
	.footer_menu .wrap {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.footer_menu .wrap h3 {
		border: none;
	}
	.footer_menu .wrap{
		width: 100%;
		border-top: 1px #c4c4c4 solid;
	}
	.footer_menu .wrap a {
		display: block;
		padding: 5px 5px;
		border-bottom: 1px #c4c4c4 solid;
	}
}
/********************************************/
/* フェードイン */
/* fadeUp */
.fadeUp{
	animation-name: fadeUpAnime;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger{
    opacity: 0;
}
/********************************************/
/* フェードイン左 */
/* fadeLeft */
.fadeLeft{
	animation-name: fadeLeftAnime;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}




.fadeLeftTrigger{
    opacity: 0;
}

/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#F78DA840;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: rgb(192, 178, 178);
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.1s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.1s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}
/*********************************************/
/* スライダー */

.wrapper .slider {
    position:relative;
	z-index: 1;
	height: 100vh;
	padding-top: -100px;
}
/*　背景画像設定　*/

.wrapper{
	position: relative;
}


.wrapper .slider01 {
	background:url(../img/24561904_l_1.jpg);
}

.wrapper .slider02 {
    background:url(../img/25168710_m_s1.jpg);
}

.wrapper .slider03 {
    background:url(../img/25202680_m_s1.jpg);
}

.wrapper .slider04 {
    background:url(../img/25146770_m_1.jpg);
}



.wrapper .sliderI {
    width: 100%;
    height:100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*
.wrapper h1{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size:6vw;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
*/

.wrapper h1{
	position: absolute;
	z-index: 2;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 80px;
	letter-spacing: 0.1em;/* 文字間調整 */
	text-transform: uppercase; /* すべての文字を大文字に変換させる */
	font-weight: 500;
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.wrapper h2{
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 48px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 500;
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.wrapper h3{
	position: absolute;
	z-index: 4;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 500;
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

/* 800px以下*/
@media screen and (max-width:768px){
	.wrapper h1{
		font-size:10vw;
	}
	.wrapper h2{
		font-size:4vw;
	}
	.wrapper h3{
		font-size:4vw;
	}
}
/*ドットナビゲーションの設定*/
.wrapper .slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin: -150px 0 0 0;
}

.wrapper .slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.wrapper .slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:8px;
    display:block;
    border-radius:50%;
	margin-top: 5px;
	margin-left:5px;
}

.wrapper .slick-dots .slick-active button{
    background:#333;
}
/*********************************************/
/* information */
.infoC{
	border: solid 1px;
	margin-bottom: 10px;
}
.infoC .photo {
	min-height: 100px;
	background-position: center;
	background-size: cover;
}

.infoC .text {
	padding: 1px;
}

@media (min-width: 768px){
	.infoC .container {
		display: flex;
		max-width: 980px;
		max-width: var(--large-width);
		/* margin-left: auto;
		margin-right: auto; */
	}
	.infoC .photo {
		flex: 2;
	}

	.infoC .text{
		flex: 3;
		padding: 70px;
		padding-left: 30px;
	}
}
/*********************************************/
#primary .home{
	min-height: 200px;
}

#primary .home h2{
	text-align: center;
	font-size: 1.8em;
}
#primary .home p {
	margin-bottom: 15px;
	line-height: 1.6em;
}
#primary .home figure {
	float: left;
	margin: 0 15px 15px 0;
	width: 30%;
}

#primary .home img {
	border-radius: 50%;
}

#primary .me figure img {
	max-width: 100%;
	border-radius: 50%;
	background-position: left top;
}


#primary .t_center{
	text-align: center;
	margin-bottom: 3em;
}
#primary .t_right{
	text-align: right;	
}
#primary .top_font_l{
	font-size: 1.5em;
}
#primary .top_font_m{
	font-size: 16px;
}

.media_h2 {
    border-left: 12px solid #333333;
    padding-left: 10px;
    padding-top: 10px;
}

.breadcrumb-area{
	margin-left: 1em;
}

/*********************************************/
/* Home : conC */
.conC{
	/* background-color: #5D9AB2; */
	/* background-color: var(--main-color); */
	color: #fff;
	color: var(--text-bright-color);
}

.conC text{
	display: block;
	padding: 20px;
}

.conC h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 3em;
	border-bottom: solid 1px #D86F7C;
}

.conC p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 1em;
	line-height: 1.8;
	/* opacity: 0.8; */
}

/* .conC a {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	border: solid 3px currentColor;
	border-radius: 6px;
	background-color: #8F6A7A;
	background-color: var(--accent-color);
	color: #fff;
	color: var(--text-bright-color);
	font-size: 1em;
	text-decoration: none;
}

.conC a:hover {
	background-image: linear-gradient(rgba(255.255.255.0.2),rgba(255.255.255.0.2));
} */

.conC img {
	text-align: center;
}
.conC figure {
	float: left;
	min-height: 200px;
	max-height: 500px;
	min-width: 50%;
}

.conC figure img {
	max-height: 500px;
	min-height: auto;
	min-width: auto;
}

.conC .container {
	max-width: 1280px;
	width: 100%;
}

@media (max-width: 1024px){
	.conC .container {
		max-width: 980px;
		max-width: var(--large-width);
		margin-left: auto;
		margin-right: auto;
	}

	.conC figure {
		float: none;
	}

	.conC figure img {
		margin:auto;
	}

	.conC .text {
		padding: 10%;
		max-width: 980px;
	}
}

@media (max-width: 700px){
	.conC figure {
		margin: 10%;
	}
}

/* footer */
footer{
	background: #f9f8f4;
    margin-top: 50px;
}

footer .copyright{
	text-align: center;
	color: #D86F7C;
	letter-spacing: 0.3em;
}

.footA {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
}

.footA h2 {
	color: #D86F7C;
	font-family: "游ゴシック" !important;
	font-weight: bold !important;
}
.footB {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.footB h3 {
	font-size: 14px;
	color: #D86F7C;
	margin-top: 0;
	margin-bottom: 10px;
}

.footB ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.footB a {
	display: block;
	color: inherit;
	font-size: 14px;
	text-decoration: none;
	font-weight: none;
	padding-right: 5px;
}

.footB a:hover {
	color: #D86F7C;
	border-bottom: solid 1px currentColor;
	opacity: 0.8;
}

.footB .fnav {
	margin-top: 1em;
	margin-bottom: 1em;
}
.footB .foot-child {
	color: #D86F7C;
	margin-left: 10px;
	margin-bottom: 1em;
}

@media (min-width: 1180px) {
	.footB{
		display: flex;
	}

	.footB div {
		flex: 1;
	}
	.footB div:not(:first-child) {
		margin-left: 40px;
	}

	.footB .fnav {
		margin-top: 0;
		margin-bottom: 0;
	}
	.footB .foot-child {
		margin-left: 0;
		margin-bottom: 0;
	}
}

.bk-color-width {
	width: 100%;
}


.item_line {
	border-bottom: solid 1px #D86F7C;
}

.sns_btn {
	justify-content: center;
}

.home_blog {
	margin-top: 20px;
	margin-left: 30px;
}

/********/

.title_container {
    position: relative;
    padding: 35px 0 30px;
    margin-bottom: 50px;
	margin-right: -100%;
	display: block;
}

.bg_brown {
    background-color: #D3B7A6 !important;
}

.bg_pink {
	background-color: #f0dbdb !important;
}

.bg_pink2 {
	border-bottom: solid 1px #f5b3ea !important;
}

.pp-container {
    position: relative;
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
    margin-right: auto;
    margin-left: auto;
}

.section_title h2 {
    position: relative;
	font-size: 2.5em;
    font-weight: bold;
    letter-spacing: -0.06em;
    line-height: 1.2;
    text-align: left;
    color: #D86F7C;
    margin: 0;
	z-index: 3;
}
.section_title p {
    margin-left: 10px;
}
@media (max-width: 780px) {
	.pp-container {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.section_title h2 {
		font-size: 2em;
		font-weight: bold;
		z-index: 3;
	}
	.section_title p {
		margin-left: 10px;
		z-index: 2;
	}

	.main-navigation {
		text-align: left;
	}
	
}


/* Default */
@media screen and (max-width: 979px) {
  #logo img {
    width: 100%;
  }
  main {
    width: 100%;
    overflow: hidden;
  }
}

/* ヘッダー画像 */
#header_image .image {
    width: 100%;
}
#header_image .image img {
    width: 100%;
    height: auto;
    display: block;
}

#header_image .caption {
    width: 1150px;
    margin: 0 auto;
}

#header_image .caption .title {
    position: absolute;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
}
.rich_font {
    font-weight: 500;
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media screen and (max-width: 770px) {
	#header_image .caption {
		width: auto;
		padding: 0 20px;
		box-sizing: border-box;
	}

	#header_image .caption .title {
		font-size: 32px !important;
		line-height: 160%;
		top: 50%;
		top: -webkit-calc(50%);
		top: -moz-calc(50%);
		top: calc(50%);
	}
}




/* program */

/* .inner-wrap {
    width: 90%;
    margin: 20px auto;
    max-width: 1040px;
}

.top-program-list {
    width: 80%;
    margin: 20px 0 0 100px;
}

body .is-layout-flex {
    display: flex;
}

.wp-block-image img {
    height: auto;
    display: block;
} */

hr {
	background-color:#D86F7C;
	width: 90%;
}
h2.su-post-title {
	font-family: "ヒラギノ丸ゴ Pro" !important;
}

.style_op{
	opacity: 0.8;
}