@charset "utf-8";

/*各cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("keyframes.css");
@import url("slider-pro.css");

/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'ayame_font';
	src: url("https://www.kyoaikai.com/ayame/wp-content/themes/lightning/ayame_recruit/font/MPLUSRounded1c-Regular.ttf");
	src: url("https://www.kyoaikai.com/ayame/wp-content/themes/lightning/ayame_recruit/font/font.woff2");
	src: url("https://www.kyoaikai.com/ayame/wp-content/themes/lightning/ayame_recruit/font/font.woff");
}
/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;padding: 0px;
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 2;
	color: #666;
	background: #fff;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,textarea,input {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
video {max-width: 100%;}
iframe {width: 100%;}
a{ text-decoration:none;}

.c {
	text-align: center;
}

.b_green {
	border: solid 3px #88cc88;
}

.b_orenge {
	border: solid 3px #f5ba4a;
}

.b_pink {
	border: solid 3px #ffcccc;
}

#contents_common .col1 {
    max-width: 1000px;
    margin: 10px auto 50px auto;
    padding: 50px 0;
}
@media screen and (max-width:800px) {
    #contents_common .col1 {
        width: 95%;
    }
}

#contents_common .normal  {
	text-align: center;
}

#contents_common .normal h2 {
    display: inline-block;
    color: #777;
    border-bottom: 2px solid #EA9F99;
    letter-spacing: 0.5em;
    font-size: 2.0em;
    margin: 2em 0;
    font-weight: bold;
    text-align: center;
    padding: 0 0.5em 0 1em;
}
@media screen and (max-width:800px){
#contents_common .normal h2 {
    font-size: 1.4em;
}
}

#contents_common .normal h2 span {
    font-size: 0.6em;
	letter-spacing: 3px;
}

.no_pc {
	display: none;
}

@media screen and (max-width:963px){
.no_pc {
	display: inline;
}
}


.no_sp {
	display: inline;
}

@media screen and (max-width:963px){
.no_sp {
	display: none;
}
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;
	transition: 0.4s;
}
a:hover {
	color: #ed7500;
	text-decoration: none;
}


/*ヘッダーブロック（ロゴやメニューが入った最上段ブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	position: relative;
	z-index: 500;
	left: 0px;
	top: 0px;
	width: 100%;
	background: #ffffff;
	font-size: 13px;
	height: 100px;
	padding-top: 10px;
	line-height: 1.2;
}

/*ロゴ画像*/
header #logo img {
	float: left;
	height: 100px;
	padding: 8px 10px 0 30px; 
}

.header_h1 {
	display: inline-block;
	padding-top: 20px;
	font-size: 2.0em;
}

.header_h2 {
	font-size: 3.0em;
}

@media screen and (max-width:600px) {
header #logo img {
	padding: 8px 0 15px 0;
}

.header_h1 {
	padding-top: 40px;
	font-size: 1.4em;
}

.header_h2 {
	font-size: 1.8em;
}
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#menubar {
	float: right;
	margin-right: 5vw;
        cursor: default;
}
/*メニュー１個あたりの指定*/
#menubar li {
	float: left;
	letter-spacing: 0.1em;
}
#menubar li a, .ddmenu-title {
	display: block;
	text-decoration: none;
	color: #9b735e;
	padding: 0px 10px;
	line-height: 50px;
	font-size: 1.3em;
}
li.ddmenu-title:hover ul.ddmenu {
    display: block!important;
}
/*マウスオン時の背景色*/
#menubar li a:hover {
	color: #f5ba4a;
}
/*ドロップダウンメニューの親メニューへの追加指定。基本指定は上の.ddmenu-titleにあります。*/
.ddmenu-title {
	background: url(../images/list1.png) no-repeat 0px center / auto 35px;
}

/*小さい端末用メニューを非表示にする*/
#menubar-s,#menubar-s2 {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}


/*ドロップダウンメニュー（ddmenu）
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#menubar ul.ddmenu {
	position:absolute;
	/* visibility:	hidden; */
        display: none;
	z-index: 100;
	width: auto;
	top: 100px;
	background: #ffffff;
	background: rgba(255,255,255,0.9);
	border: 1px solid rgba(155,115,94,0.8);
	border-radius: 10px;
}
/*メニュー１個あたりの指定*/
#menubar ul.ddmenu li {
	float: none;
	height: 61px;
	line-height: 60px;
	
}
#menubar ul.ddmenu li a {
	font-size: 0.8em;
	height: 61px;
	line-height: 60px;
	border-radius: 10px;
}
/*ドロップダウンのマウスオン事*/
li:hover ul.ddmenu {
	animation-name: opa1;
	animation-duration: 0.4S;
	animation-fill-mode: both;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*通常時のボタンは非表示*/
body .nav-fix-pos-pagetop a {display: none;}
/*fixmenu_pagetop.jsで設定している設定値になったら出現するボタンスタイル*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	z-index: 100;
	position: fixed;
	bottom: 20px;	/*下から20pxの場所に配置*/
	right: 1%;		/*右から3%の場所に配置*/
	background: #666;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事。0.6は60%色がついた状態。*/
	color: #fff;	/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: opa1;	/*keyframes.cssで使う@keyframesの指定*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	font-size: 90%;
	color: #9b735e;	
	font-family: ayame_font;
}
footer a {color: #fff;}
footer a:hover {color: #fff;}
footer .pr {display: block;}


/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footer {
	display: flex;
	overflow: hidden;
	height: 150px;
	padding: 20px 3%;
	background-color: #ffedbc;
	background-image: url(../images/mark.png);
	background-repeat: no-repeat;
	background-size: 230px;
	background-position: top 10px left -50px;
}

.footer_corp {
	display: flex;
	overflow: hidden;
	width: 66%;
	padding-left: 1%;
	text-align: left;
}

.footer_corp_img {
	width: 150px;
	height: 100%;
}

.footer_corp_img img {
	height: 100%;
}

.footer_corp_txt {
	width: calc(100% - 150px);
	line-height: 1.4;
}

.footer_corp_txt_add {
	font-size: 1.2em;
	letter-spacing: 3px;
}

.footer_corp_txt_name {
	font-size: 2.6em;
	line-height: 1.4em;

}

.footer_corp_txt_tel {
	font-size: 1.6em;
	line-height: 1.2em;
}

.footer_link {
	width: 32%;
	padding-right: 1%;
}

.footer_link img {
	height: 100%;
}

@media screen and (max-width:963px){
#footer {
	display: block;
	overflow: hidden;
	height: auto;
	padding: 20px 3%;
	background-color: #ffedbc;
	background-image: url(../images/mark.png);
	background-repeat: no-repeat;
	background-size: 230px;
	background-position: top 10px left -50px;
}

.footer_corp {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 0;
	text-align: center;
}

.footer_corp_img {
	width: 100%;
	height: 100%;
}

.footer_corp_img img {
	max-width: 200px;
}

.footer_corp_txt {
	width: 100%;
}

.footer_corp_txt_name {
	font-size: 2.0em;
}

.footer_link {
	width: 100%;
	padding: 20px 0 0 0;
}

.footer_link img {
	width: 80%;
	max-width: 400px;
	height: auto;
}

}


/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #f5ba4a;
	padding: 0.5em 0;
}
#copyright a {text-decoration: none;}
#copyright a:hover {color: #666;}


/*スライド 
---------------------------------------------------------------------------*/
.slider_contents {
	position: relative;
	z-index: 100;
	height: auto;
	aspect-ratio: 3 / 2;
}

.slider_top {
	position: absolute;
	top: 48px;
	z-index: 10;
	width: 100%;
	line-height: 0;
}
@media screen and (max-width:1046px) {
.slider_top {
	top: 5px;
}
}
@media screen and (max-width:600px) {
.slider_top {
	top: 22px;
}
}
.slider_bottom {
	position: absolute;
	z-index: 9;
	width: 100%;
	bottom: 0;
}


/*トップページ
---------------------------------------------------------------------------*/
section.toppage div.about {
    background-color: #fff;
    padding-bottom: 110px;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (max-width:963px) {
    section.toppage div.about {
        margin-top: 50px;
        padding-bottom: 50px;
    }
}

section.toppage div.about .col3 {
    background-color: #FCF7ED;
    width: 85%;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media screen and (max-width:963px) {
    section.toppage div.about .col3 {
        width: 95%;
    }
}

section.toppage div.about .col3 img {
    width: 90%;
    border-radius: 7px;
    border: 2px solid #fff;
}
section.toppage div.about .col3 .provide img {
    box-shadow: 6px 6px #FFD4D1;
}
section.toppage div.about .col3 .facility img {
    box-shadow: 6px 6px #FFE8D1;
}
section.toppage div.about .col3 .staff img {
    box-shadow: 6px 6px #E9FCCF;
}

section.toppage div.about .col3 p.title {
    color: #9B735E;
    font-weight: bold;
    margin-top: 0.8em;
}
section.toppage div.about .col3 p.desc {
    color: #9B735E;
    margin: 1em 0;
    font-size: 14px;
}
section.toppage div.about .col3 div.provide,
section.toppage div.about .col3 div.facility,
section.toppage div.about .col3 div.staff {
    width: 33%;
    text-align: center;
}
@media screen and (max-width:800px) {
    section.toppage div.about .col3 div.provide,
    section.toppage div.about .col3 div.facility,
    section.toppage div.about .col3 div.staff {
        width: 95%;
    }
    section.toppage div.about .col3 div.provide,
    section.toppage div.about .col3 div.facility {
        margin-bottom: 6em;
    }
}

section.toppage div.about .col3 .detail_btn {
    padding: 5px 0;
    border-radius: 20px;
    border: 2px solid #fff;
    width: 90%;
    margin: 0 auto;
}
section.toppage div.about .col3 .provide .detail_btn {
    background-color: #FFD4D1;
}
section.toppage div.about .col3 .facility .detail_btn {
    background-color: #FFE8D1;
}
section.toppage div.about .col3 .staff .detail_btn {
    background-color: #E9FCCF;
}


section.toppage div.about_title {
	text-align: center;
	margin: 50px 0 30px;
}

section.toppage div.about_title img {
	width: 98%;
	max-width: 750px;
}

section.toppage div.about_txt1 {
	text-align: center;
}

section.toppage div.about_txt2 {
	text-align: center;
	margin-bottom: 50px;
}

section.toppage .top_2col {
	padding-bottom: 80px!important;
}

section.toppage .top_2col div.right .makanainsta {
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 20px;
    background-color: #fff;
    width: 90%;
    margin: 0 auto 20px auto;
    padding: 0 0 15px 0;
    /* border: 3px dashed #FFBF48; */
    border-radius: 30px;
    /* background-color: #ffedbc; */
}
section.toppage .top_2col div.right  .makanainsta img {
    width: 100%;
    max-width: 525px;
}

section.toppage a {
    text-decoration: none;
}

section.toppage .top_2col {

    background-image: url("../images/top_backimage.png");

    background-color: #fff;
    padding-bottom: 245px;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;

}
section.toppage .top_2col .box_padding {
    width: 90%;
    margin: 0 auto;
}
section.toppage .top_2col div.left {
    float: left;
    width: 50%;
}
section.toppage .top_2col div.right {
    float: left;
    width: 50%;
    /* padding-top: 60px; */
}
@media screen and (max-width:963px) {
    section.toppage .top_2col div.left {
        float: none;
        width: 100%;
    }
    section.toppage .top_2col div.right {
        float: none;
        width: 100%;
        padding-top: 60px;
    }
}

section.toppage .top_2col div.left .news {
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 15px 25px;
    border: 3px solid #FFBF48;
    border-radius: 20px;
}
section.toppage .top_2col div.left .news .title {
    color: #9B735E;
    border-bottom: 2px solid #FFBF48;
    font-weight: bold;
    padding-left: 1em;
}
section.toppage .top_2col div.left .news li {
    line-height: 2.5;
    padding-left: 1em;
    padding-top: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
section.toppage .top_2col div.left .news li .date {
    color: #9B735E;
}
section.toppage .top_2col div.left .news li .topics_title {
    padding-left: 2.5em;
}

section.toppage .top_2col div.left .news .more {
    float: right;
    color: #fff;
    background-color: #FFBF48;
    border-radius: 30px;
    padding: 5px 30px;
    margin: 40px 0 20px 0;
}

section.toppage .top_2col div.right .notice {
    text-align: center;
    color: #333;
    background-color: #EA9995;
    border: 2px solid #EA9995;
     width: 90%;
    margin:0 auto;
    padding: 4px 0;
    border-radius: 20px;
}
section.toppage .top_2col div.right .notice .title {
    font-weight: bold;
    font-size: 18px;
    /* margin-bottom: 10px; */
}

section.toppage .top_2col div.right .empty_bed {
    border: 2px solid #FFBF48;
    border-radius: 20px;
    text-align: center;
    width: 90%;
    margin: 20px auto 0 auto;
    padding: 4px 0;
    font-size: 16px;
    letter-spacing: 0.1em;
}
section.toppage .top_2col div.insta_banner {
    text-align: center;
    padding-top: 150px;
    width: 95%;
    margin: 0 auto;
}
@media screen and (max-width:963px) {
    section.toppage .top_2col div.insta_banner {
        padding-top: 30px;
    }
}


/*企業理念
---------------------------------------------------------------------------*/
section#rinen .normal h3 {
    display: inline-block;
    color: #ffaaaa;
    letter-spacing: 0.3em;
    font-size: 26px;
    margin: 0 0 2em;
    font-weight: bold;
    text-align: center;
    padding: 0 0.5em 0 1em;
}
@media screen and (max-width:600px) {
section#rinen .normal h3 {
    font-size: 1.3em;
    letter-spacing: 0em;
}
}
.rinen_txt {
	width: 100%;
	max-width: 722px;
	margin: 0 auto 30px;
	padding: 20px 0 50px;
	font-size: 1.4em;
	border: solid 3px #f5ba4a;
	border-radius: 20px;
}

.rinen_txt p {
	padding: 30px 30px 0;
	text-align: center;
	line-height: 1.6em;
}

.rinen_txt ul {
	padding: 30px 20px 0 50px;
	font-size: 0.8em;
	line-height: 1.6em;
}

.rinen_txt li {
	list-style-type: "◎";
}


/*会社案内
---------------------------------------------------------------------------*/
.access {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	width: 100%;
	max-width: 320px;
	margin: 30px auto 30px;
	line-height: 80px;
}

.access_icon {
	width: 20%;
	height: 80px;
}

.access_icon img {
	width: 80px;
}

.access_txt {
	width: calc(80% - 20px);
	padding-left: 20px;
	font-size: 1.2em;
}

@media screen and (max-width:600px) {
.access_txt {
	font-size: 1.0em;
}
}

.tel {
	text-align: center;
}


/*１日の流れ
---------------------------------------------------------------------------*/
.schedule_area {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	font-size: 1.4em;
}

.schedule_arrow {
	width: 100%;
	text-align: center;
}

.schedule_arrow img {
	width: 50px;
	padding: 20px 0;
}

.schedule_time {
	width: 16%;
	padding: 20px 2%;
	text-align: right;
	color: #ffffff;
	background-color: #f5ba4a;
}

.schedule_txt {
	width: 76%;
	padding: 20px 2% 0;
	text-align: center;
}

.schedule_txt img {
	width: 50px;
	padding: 20px 0;
}

@media screen and (max-width:800px) {
.schedule_area {
	font-size: 1.2em;
}
}

@media screen and (max-width:600px) {
.schedule_area {
	font-size: 1.0em;
}

.schedule_time {
	width: 19%;
	padding: 20px 1% 20px 0;
	text-align: right;
	color: #ffffff;
	background-color: #f5ba4a;
}

.schedule_txt {
	width: 80%;
	padding: 20px 0 0 0;
	text-align: center;
}

.schedule_txt span {
	font-size: 0.9em;
}

}


/*施設案内
---------------------------------------------------------------------------*/
.shisetsu {
	width: 98%;
	max-width: 934px;
	margin: 0 auto;
	padding: 50px 0 20px 2%;
	font-size: 1.2em;
	border-radius: 30px;
	background-color: #fcf7ed;
}
	
.shisetsu_col3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
	
.shisetsu_col3 div {
	Width: calc(31% - 3px);
	margin: 0 2% 30px 0; 
	padding: 20px 0;
	background-color: #ffffff;
    border: 3px solid #FFBF48;
	border-radius: 30px;
}
	
.shisetsu_col3 div p {
	text-align: center;
}
.shisetsu_col3 div p img {
	margin-bottom: 10px;
	
}

.shisetsu_mitori {
	width: 100%;
	max-width: 964px;
}
	
.shisetsu_txt {
	padding: 0 10px;
	text-align: left!important;
	font-size: 0.8em;
	line-height: 1.2em;
}

@media screen and (max-width:800px){
.shisetsu_col3 {
	width: 98%;
	margin: 0 auto;
}

.shisetsu_col3 div {
	Width: 98%;
	margin: 0 2% 30px 0; 
	padding: 20px 0;
	background-color: #ffffff;
    border: 3px solid #ffbf48;
	border-radius: 30px;
}

}


/*情報公開
---------------------------------------------------------------------------*/
.kokai_txt {
	width: 100%;
	max-width: 722px;
	margin: 0 auto 50px;
	padding: 20px 0;
	font-size: 1.4em;
	border-radius: 20px;
}

.kokai_txt a {
	padding:0 30px;;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: left;
}
.kokai_txt p {
	padding: 10px 30px 0;
	line-height: 1.6em;
	text-align: center;
}




/*画面幅1279px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1407px){
#menubar {
	margin-right: 10px;
}
#menubar li a, .ddmenu-title {
	padding: 0px 8px;	/*上下、左右へのメニュー内の余白*/
	font-size: 1.3em;
}
}


/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1046px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*スマホ用メニューブロック全体*/
#menubar-s {
	display: block;overflow: auto;height: 100%;
	text-align: left;
	position: fixed;z-index: 100;
	top: 0px;
	width: 100%;
	background: rgba(0,0,0,0.8);	/*背景色*/
	border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
	animation-name: opa1;		/*keyframes.cssで使う@keyframesの指定*/
	animation-duration: 0.5s;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*待機中は最初のキーフレームを、完了後は最後のキーフレームを維持*/
	font-size: 16px;	/*文字サイズ*/
}
/*メニュー１個あたりの設定と、子メニューの見出し。*/
#menubar-s ul li a,#menubar_hdr2 {
	display: block;text-decoration: none;
	padding: 10px 15px;	/*上下、左右へのメニュー内の余白*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	color: #fff;		/*文字色*/
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*子メニュー
---------------------------------------------------------------------------*/
/*子メニューの見出しの追加。基本は上のブロックで設定しています。*/
#menubar_hdr2 {
	padding-left: 35px;
}
/*子メニューメニューブロック全体*/
#menubar-s2 {
	display: block;
	margin-top: 10px;
	background: rgba(0,0,0,0.5);	/*背景色*/
	border: 1px solid #666;		/*上の線の幅、線種、色*/
	border-bottom: none;		/*下の線のみ消す*/
}
/*「＞」アイコン設定*/
#menubar_hdr2.close {
	background: url(../images/arrow2.png) no-repeat 10px 18px / 18px;
}
/*「＾」アイコン設定*/
#menubar_hdr2.open {
	background: url(../images/arrow3.png) no-repeat 10px 18px / auto 18px;
}
/*子メニュー１個あたりの設定*/
#menubar-s2 li a {
	color: #fff !important;	/*文字色*/
	padding: 5px;	/*余白*/
	border-bottom: 1px solid #666 !important;		/*下の線の幅、線種、色*/
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;z-index: 1000;
	top: 0px;		/*上からの配置場所*/
	right: 10px;	/*右からの配置場所*/
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: url(../images/icon_menu.png) no-repeat center top/50px;	/*背景画像の読み込み、画像の上半分（３本マーク）を表示。幅は50px。*/
	background-color: #f5ba4a;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: url(../images/icon_menu.png) no-repeat center bottom/50px;	/*背景画像の読み込み、画像の下半分（×マーク）を表示。幅は50px。*/
}
}


















