@charset "UTF-8";

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}

/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 62.5%;
}

body {
    color: #000;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	padding-top: 33.3333333%;
	background-color: #ffffff;
	background-image: url("../img/sakura_bg.jpg");
	background-size: cover;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center bottom 0;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
  	overflow-x: hidden;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin:0;
	padding:0;
	 animation:fadein 3s;
}



/*桜ギャラリー神永ここから追記*/
@keyframes fadein{
  0%{opacity: 0;}
  100%{opacity: 1;}
}


/*スマホ用*/
#wrapper{
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
}
main{
	padding: 1.333%;
}
main article h2{
	color: #B99A47;
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 0.01em;
	text-align:center;
}
main article .lead{
	width:90%;
	margin:auto;
	color: #B99A47;
	font-size: 15px;
	font-family: 'M PLUS 1 Code', sans-serif;
	line-height: 1.8;
	text-align:center;
}
main section.top{
position: relative;
padding: 15px 0;
margin:15px;
}
main section p.top{
position: absolute;
z-index: 99;
display: block;
}
aside h3{
width: 100%;
position: absolute;
	 top: -60px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
color: #B99A47;
font-size: 32px;
font-family: 'M PLUS 1 Code', sans-serif;
font-weight: normal;
text-align:center;
letter-spacing: 0.1em;
z-index: 98;
}
.midashi{
width: 100%;
position: absolute;
	 top: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color: #B99A47;
	font-size: 18px;
	font-family: 'M PLUS 1 Code', sans-serif;
	font-weight: normal;
	letter-spacing: 0.06em;
	text-align:center;
	display: block;
	margin-bottom: 15px;
	z-index:97;
		
}
aside.moon{
	width: 100%;
	margin: 100px auto 200px;
	padding-bottom: 100px;
	position: relative;
}
aside.sakura{
	width: 100%;
	margin: 100px auto 15px;
	position: relative;
}
aside.koyo{
	width: 100%;
	margin: 100px auto;
	position: relative;
}

@media screen and (max-width: 599px) {
aside.moon{
	width: 100%;
	margin: 100px auto 50px;
	padding-bottom: 100px;
	position: relative;
}
}
.inner{
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
}

/*紅葉と桜のイラスト*/
.illustsakura_lead{
position: absolute;
top:-30px;
right: -500px;
width: 78%;
}
.illustsakura_l{
position: absolute;
top:-80px;
left: -5px;
width: 78%;
}
.illustsakura_r{
position: absolute;
top:-150px;
right: -5px;
width: 78%;
}
.illustmoon_l{
position: absolute;
top:-80px;
left: -5px;
width: 78%;
}
.illustmoon_r{
position: absolute;
top: 400px;
right: -50px;
width: 85%;
transform: rotate( -8deg );
}

.illustkoyo_l{
position: absolute;
top: 20px;
right: -100px;
width: 30%;
}

.illustkoyo_r{
position: absolute;
top:-20px;
right: -100px;
width: 50%;
}

@media screen and (max-width: 599px) {
.illustmoon_r{
position: absolute;
top: 160px;
right: -40px;
width: 105%;
transform: rotate( -10deg );
}
.illustkoyo_l{
position: absolute;
top: -50px;
left: 10px;
width: 30%;
}
.illustkoyo_r{
position: absolute;
top:-130px;
right: -140px;
width: 70%;
}
}

/*中秋の名月ボタン*/
.bo_moon a{
position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
width: 300px;
height: 60px;
line-height: 60px;
color:#000000;
font-size: 18px;
background: #FFF100;
text-align: center;
display: block;
border: #ffffff solid 1px;
border-radius:10px;
letter-spacing: 0.1em;
}
.bo_moon a:hover{
background: #faf7c5;
opacity: 0.9;
}
.bo_moon:last-child a{
position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	height: 60px;
line-height: 25px;

}
.bo_moon small{
font-size: 9px;
}

/*桜ボタン*/
.bo_sakura a{
position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
width: 300px;
height: 60px;
line-height: 60px;
color:#ffffff;
font-size: 18px;
background: #EA8195;
text-align: center;
display: block;
border: #fff solid 1px;
border-radius:10px;
letter-spacing: 0.1em;
}
.bo_sakura a:hover{
background: #F6C9D1;
opacity: 0.9;
}
.bo_sakura:last-child a{
position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.bo_sakura small{
font-size: 9px;
}

/*紅葉ボタン*/
.bo_koyo a{
position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
width: 300px;
height: 60px;
line-height: 60px;
color:#ffffff;
font-size: 18px;
background: #F35E21;
text-align: center;
display: block;
border: #fff solid 1px;
border-radius:10px;
letter-spacing: 0.1em;
}
.bo_koyo a:hover{
background: #F09A77;
opacity: 0.9;
}
.bo_koyo:last-child a{
position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


/*GLAロゴ と 言語ナビ*/
header{
position: relative;
padding-top: 20px;
background-color: #fff;
background-image:url("../img/kv_top_sp.png");
background-repeat:no-repeat;
background-size: contain;
background-position: top center;
min-height: 700px;
}
header h1{
	width: 25%;
	margin: 15px;
}
header nav ul{
position:absolute;
right:10px;
top:25px;
}
header nav ul li a{
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	width: 120px;
	display: block;

}
/*桜ギャラリーロゴKV*/
picture{
	width: 100%;
	margin: 0 auto;
	display: block;
}





/*ハンバーガーメニュークリック前*/
/* クリックエリアと位置を指定 ---------------------- */
.btnHamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px; /* クリックエリアの横幅*/
  height: 20px; /* クリックエリアの高さ*/
  cursor: pointer;
  z-index: 1000;
}

/* 3本線の1本ごとに共通するスタイルを指定 ---------------------- */
.btnHamburger .line {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px; /* 横幅 */
  height: 3px; /* 1本辺りの高さ */
  background: #000; /* 線の色 */

  /* 適用するプロパティ、変化する時間、変化する速度 */
  transition: 0.3s;
 }

/* 3本線の各線の位置を指定 ---------------------- */
.btnHamburger .line_01 { top: 0; }
.btnHamburger .line_02 { top: 8px; }
.btnHamburger .line_03 { top: 16px; }

p.menu{
font-size:10px;
margin-top:  22px;
font-weight: bold;
}
/*#coverlayerクリック前*/
#coverlayer{
	width: 1px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: 0.5s;
}

/*navクリック前*/
nav{
	width: 180px;
	position: fixed;
	top: 60px;
	left: -180px;
	opacity: 0;
	transition: 0.5s;
}

/*ハンバーガーメニュークリック後*/
/* 最上部の線のスタイル ---------------------- */
.btnHamburger.is-active .line_01 {
  top: 8px; /* 上から2番目の線の位置に変更 */

  /* 線を45度回転 */
  transform: rotate(45deg);
	background: #000000;
}

/* 上から2番目の線のスタイル ---------------------- */
.btnHamburger.is-active .line_02 {
  opacity: 0; /* 不透明度を下げて線を消す */
}

/* 最下部の線のスタイル ---------------------- */
.btnHamburger.is-active .line_03 {
  top: 8px; /* 上から2番目の線の位置に変更 */

  /* 線を135度回転 */
  transform: rotate(135deg);
	background: #000000;
}

/*#coverlayerクリック後*/
#coverlayer.is-active{
	width: 100%;
	opacity: 0.9;
}

/*navクリック後*/
nav.is-active{
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	z-index: 100;
}


/*バーガーメニューのナビ*/
.white{
background:#ffffff;
width: 100%;
margin-top: -15px;
padding: 25px 0 20px 0;
}
nav ul li a{
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	text-align: center;
	display: block;
	border-bottom: solid 2px #ffffff;
	 
}

/*タブレット用*/
@media screen and (min-width:600px){
header{
width: 100%;
padding: 15px;
margin: auto;
background: #ffffff;
background-image:url("../img/kv_top_pc.png");
background-repeat:no-repeat;
background-size: contain;
background-position: top center;
min-height: 300px;
}
header h1{
	width: 120px;
	margin: 15px 0 0 100px;
}
/*桜と紅葉のイラスト*/
.illustsakura_lead{
position: absolute;
top:-300px;
right: -500px;
width: 78%;
}
.illustsakura_l{
position: absolute;
top:-150px;
left: -150px;
width: 78%;
}
.illustsakura_r{
position: absolute;
top:-130px;
right: -600px;
width: 78%;
}
.illustkoyo_l{
position: absolute;
top: -110px;
left: 80px;
width: 20%;
}
.illustkoyo_r{
position: absolute;
top:-100px;
right: -100px;
width: 40%;
}

/*中秋の名月ボタン*/
.bo_moon a{
position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	height: 100px;
	line-height: 100px;
}
.bo_moon:last-child a{
position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		height: 100px;
	line-height: 50px;
}

/*桜ボタン*/
.bo_sakura a{
position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	height: 100px;
	line-height: 100px;
}
.bo_sakura:last-child a{
position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*紅葉ボタン*/
.bo_koyo a{
position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	height: 100px;
	line-height: 100px;
}

.bo_koyo:last-child a{
position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
}

/*PC用*/
@media screen and (min-width:960px){
header{
max-width: 1300px;
min-height: 560px;
}
main{
	width: 750px;
	margin: 0 auto;
}
main section p{
padding: 15px;
}
nav{
		position: static;
		opacity: 1;
		width: 80%;
		margin: 10px auto;
	}
nav ul {
	display: flex;
	justify-content: space-between;
	}
	nav ul li a{
			color: #fff;
		display: block;
/*		border-right: 1px dotted #000;*/
	}
.btnHamburger{
		display: none;
	}
.sp{
	display: none;
	}
.white{
background:#ffffff;
width: 100%;
margin-top: -10px;
padding: 25px 0 50px 0;
}

/*桜と紅葉のイラスト*/
.illustsakura_lead{
position: absolute;
top:-200px;
right: -500px;
width: 78%;
z-index: 96;
}
.illustsakura_l{
position: absolute;
top:-250px;
left: -120px;
width: 78%;
}
.illustsakura_r{
position: absolute;
top:-550px;
right: -400px;
width: 78%;
z-index: 95;
}

.illustkoyo_l{
position: absolute;
top: -150px;
left: 250px;
width: 20%;
}
	
.illustkoyo_r{
position: absolute;
top:-200px;
right: -150px;
width: 40%;
}

/*中秋の名月ボタン*/
.bo_moon a{
width: 300px;
height:90px;
line-height: 90px;
position: absolute;
    top: 55%;
    left: 35%;
color:#000000;
font-size: 18px;
background: #FFF100;
text-align: center;
display: block;
border: #ffffff solid 1px;
border-radius:10px;
letter-spacing: 0.1em;
}
.bo_moon:last-child a{
width: 300px;
height:90px;
line-height: 40px;
position: absolute;
    top: 55%;
	left: 65%;

}

/*桜ボタン*/
.bo_sakura a{
width: 300px;
height:90px;
line-height: 90px;
position: absolute;
    top: 80%;
    left: 35%;
color:#ffffff;
font-size: 18px;
background: #EA8195;
text-align: center;
display: block;
border: #fff solid 1px;
border-radius:10px;
letter-spacing: 0.1em;
}
.bo_sakura:last-child a{
width: 300px;
height:90px;
line-height: 90px;
position: absolute;
    top: 80%;
	left: 65%;
}

/*紅葉ボタン*/
.bo_koyo a{
width: 300px;
height:90px;
line-height: 90px;
position: absolute;
    top: 47%;
    left: 35%;
color:#ffffff;
font-size: 18px;
background: #F35E21;
text-align: center;
display: block;
border: #fff solid 1px;
border-radius:10px;
letter-spacing: 0.1em;
}
.bo_koyo:last-child a{
width: 300px;
height:90px;
line-height: 90px;
position: absolute;
    top: 47%;
	left: 65%;
z-index: 1000;
}

}


/*高解像度モニターのときは宙にうく桜を削除*/
@media screen and (min-width:1900px){

/*桜と紅葉のイラスト*/
.illustsakura_lead{
display: none;
}
.illustsakura_r{
display: none;
}
}


/*桜ギャラリー神永追記END*/




/* グリッド
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
	margin-left: auto;
    max-width: 600px;
    padding: 0 1rem;
	position: relative;
	top:-20px;
}
/* ブロックを縦に表示 */
.row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}

.col {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}
/* 600px以上の表示 */
@media ( min-width : 600px ) {
.row {
    display: flex;
    flex-direction: row;
    padding: 0;
}
.col {
    margin-left: 4%;
}
	
.col:first-child { 
    margin-left: 0; 
}

.row .col.span-12 {
    flex: 0 0 100%;
    max-width: 100%;
}    
}


/* リスト
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }

/*ヘッダー
-------------------------------------*/
/*.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;
}*/

.contact-button {
	padding: 1rem;
	border: 2px solid #000;
}
.bookmark-solid.icon {
  color: #000;
  position: absolute;
  margin-top: 4px;
  width: 10px;
  height: 15px;
  border-radius: 1px 1px 0 0;
  border-top: solid 1px currentColor;
  border-left: solid 1px currentColor;
  border-right: solid 1px currentColor;
  background-color: currentColor;
}
.bookmark-solid.icon:before {
  content: '';
  position: absolute;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 0;
  border-top: solid 1px currentColor;
  border-left: solid 1px currentColor;
  background-color: #f7f5e6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top_btn_wrap {
  position: absolute;
  left: 70%;
  transform: translate(-30%, 0);
  width: 85%;
  max-width: 380px;
  z-index: 200;
}

.top_btn_about {
  display: block;
  cursor: pointer;
  transition: 0.3s;
  margin: -70px auto;
}

.top_btn_about:hover {
  animation: pulsation .7s alternate infinite;
  opacity: 0.8;
}

@keyframes pulsation {
  0% { transform: scale(1); }
  50% { transform: scale(0.9); }
  100% { transform: scale(1.1); }
}
.top_btn_about_image{
	width: 50%;
}
nav ul {
	/*display: flex;
    flex-direction: row;
    justify-content: space-around;*/
    list-style: none;
}
nav li {
	flex: 1 0 auto;
	margin: 0 0.2em;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
	background-color: #000000;
	color: #ffffff;
	padding: 0.5 0.8em;
}
nav a:hover {
    background-color: #f7f7f7;
	color: #000000;
}
nav a {
    padding: 0.5rem;
}



/*メインコンテンツ
-------------------------------------*/
section {
	margin: 5rem 0;
	padding: 3rem 0;
}


/*募集
-------------------------------------*/
.recruiting {
	position: relative;
	max-width: 75%;
	margin: 15em auto 2em;
}
.camicon {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;

}
.box19 {
    position: relative;
	max-width: 70%;
	margin: 0 auto;
    padding: 3em;
}
.box19:before,.box19:after{ 
    content:'';
    width: 100px;
    height: 100px;
    position: absolute;
    display: inline-block;
}
.box19:before{
    border-right: solid 3px #000000;
    border-top: solid 3px #000000;
    top: 0;
    right: 0;
}
.box19:after{
    border-left: solid 3px #000000;
    border-bottom: solid 3px #000000;
    bottom: 0;
    left: 0;
}
.box19 p {
    margin: 0; 
    padding: 0;
}

/*吹き出し
-------------------------------------*/
.arrow_box{
    position:relative;
	max-width: 500px;
	margin: 0 auto;
    background:#CEAB4A;
    padding:5px 10px;
    text-align:center;
    color:#FFFFFF;
    font-size:24px;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 0, 0, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    border-top-color:#CEAB4A;
    top:100%;
    left:50%;
}

.arrow_box2{
    position:relative;
	max-width: 500px;
	margin: 0 auto 0;
    background:#CEAB4A;
    padding:5px 10px;
    text-align:center;
    color:#FFFFFF;
    font-size:24px;
}
.arrow_box2:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 0, 0, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    border-top-color:#CEAB4A;
    top:100%;
    left:50%;
}

.arrow_box3{
    position:relative;
	max-width: 500px;
	margin: 0 auto;
    background:#CEAB4A;
    padding:5px 10px;
    text-align:center;
    color:#FFFFFF;
    font-size:24px;
}
.arrow_box3:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: #CEAB4A;
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    border-top-color:#000000;
    top:100%;
    left:50%;
}
.arrow_box4{
    position:relative;
	max-width: 600px;
	margin: 3em auto 0;
    background:#CEAB4A;
    padding:5px 10px;
    text-align:center;
    color:#FFFFFF;
    font-size:24px;
}
.arrow_box4:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 0, 0, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    border-top-color:#CEAB4A;
    top:100%;
    left:50%;
}

/*投稿フォーム
-------------------------------------*/
.sakura_r{
position: absolute;
right:-100px;
top:0px;
z-index: -100;
width: 60%;
margin-top: -200px;
}
.box15 {
	max-width: 1000px;
    padding: 50px;
    margin: 0 auto;
    color: #565656;
    background: rgba(255,255,255,0.8);
    box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.8);
    border-radius: 5px;
	z-index: 2;
}
.box15 p {
    margin: 0 auto;
	max-width: 700px;
    padding: 0;
}
.attention {
	margin-top:30px;
	margin-left: 35%;
	padding-bottom: 4px;
    max-width: 500px;
}
.attention img {
	max-width: 300px;
}
.box-title {
	width: 100%;
	background: #ffffff;
	padding: 40px 0;
}
.box-title2 {
	width: 100%;
	background: #ffffff;
	padding: 20px 0 50px;
}

.box16 {
	max-width: 700px;
    padding: 15px;
    margin: 0 auto;
    color: #565656;
    background: #ffffff;
    border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0,0,0, .4) inset;

}
.box17 {
	max-width: 700px;
    padding: 30px;
    margin: 0 auto;
    color: #565656;
    background: #ffffff;
    border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0,0,0, .4) inset;

	background-image: url("../img/photoselect.png");
	background-size: cover;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top 50%;

}



/*ギャラリー
-------------------------------------*/
.gallery {
	max-width: 80%;
	margin: 0 auto;
}
table {
	width: 100%;
	margin-top: 3em;
}
table img {
	width: 100vw;
}
.gallery-more {
	color: #D8444C;
	text-align: center;
	font-size: 20px;
}
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.icon::before{
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #D8444C;
}
.icon::after{
    left: 10px;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
}
.icon2::before{
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000000;
}
.icon2::after{
    left: 10px;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
}
.box15-1 {
	max-width: 800px;
    padding: 15px;
    margin: 2em auto 0;
}
.box15-1 p {
    margin: 0; 
    padding: 0;
}
.honbu-select {
	max-width: 800px;
	height: auto;
    padding: 15px;
    margin: 2em auto 0;
	background-image: url("../img/honbu_select.png");
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
}
.honbu-select p {
    margin: 0; 
    padding: 0;
}
.honbu {
	width: 90%;
	margin: 5em auto 0;
	font-size: 20px;
}
.honbu td {
	padding: 1em;
}
.honbu-all{
width:70%;
background: #EA8195;
padding: 10px;
margin: 30px auto;
color: #ffffff;
text-align: center;
display: block;
border: #ffffff solid 1px;
border-radius:10px;
}
.honbu-all a{
	color: #ffffff;
}
.gallery-corner {
	max-width: 90%;
    padding: 15px;
    margin: 3em auto;
    color: #565656;
    background: rgba(255,255,255,0.8);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}
.gallery-corner p {
    margin: 0; 
    padding: 0;
}
.gallery-area {
	width: 100%;
	margin: 0 auto;
}
.gallery-area tr,td {
	padding: 10px;
}
.gallery-box1 {
	width: 100%;
    padding: 15px;
    color: #565656;
    background: #ffffff;
    box-shadow: 2px 2px 0px 1px rgba(0,0,0,0.2);
	border: solid 1px rgba(0,0,0,0.2);
}	
.gallery-box2 {
	width: 100%;
    padding: 15px;
    color: #565656;
    background: #ffffff;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	border: solid 1px rgba(0,0,0,0.1);
}	
.gallery-box {
	width: 100%;
	margin: 0 auto;
}
.gallery-box tr {
	padding: 5px;
}
.gallery-box td {
	padding: 2px;
}
.gallery-next {
	margin: 2em 0;
	text-align: center;
}
.gallery-next-bk{
	background: #000;
	color: #fff;
	padding: 5px 20px;
}
.gallery-next a{
	color: #000;
}

.img-container--table-cell {
 position: relative;
 width: auto;
 height: 450px;
 display: table-cell;
 vertical-align: top;
 text-align: center;
}
.img-container--table-cell img {
 max-width: 100%;
 max-height: 100%;
 width: auto;
 height: auto;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background: #000000;
	color: #ffffff;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
	z-index: 1;
}
#pagetop a {
    display: block;
    background: #000;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #666;
}

/* スマホ */
@media screen and (max-width: 599px) {
body {
    background-image: url("../img/sakura_bg_sp.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center bottom 0;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
	animation:fadein 3s;
}
.top_btn_wrap {
    left: 70%;
  }
.top_btn_about {
  display: block;
  cursor: pointer;
  transition: 0.3s;
  margin: -5px auto;
}
.arrow_box{
	max-width: 350px;
    font-size:20px;
}
.arrow_box2{
	max-width: 350px;
    font-size:20px;
}
.arrow_box3{
	max-width: 450px;
    font-size:20px;
}
.arrow_box4{
	max-width: 350px;
    font-size:20px;
}
.recruiting {
	max-width: 90%;
	margin: 6em auto 2em;
}
.camicon {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 15px;
}
.box19 {
	max-width: 80%;
    padding: 2em;
}
.attention {
	margin: 2em auto 0;
    max-width: 200px;
}
.attention img {
	max-width: 200px;
}
.box-title2 {
	width: 100%;
	background: #ffffff;
	padding: 7px 0 30px;
}
.gallery {
	max-width: 95%;
}
.honbu-select {
	width: 95%;
    padding: 15px;
    margin: 2em auto 0;
	background-image: url("../img/honbu_select_sp.png");
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
}
.honbu {
	width: 100%;
	font-size: 15px;
}
.honbu td {
	padding: 1.5em 0;
}
.gallery-area {
	width: 100%;
	display: block;
}
.gallery-area td {
	width: 100%;
	display: block;
}
.gallery-box {
	width: 100%;
	margin: 0 auto;
}
.img-container--table-cell {
 height: auto;
}
.box15{
position: relative;
width: 80%;
padding: 20px;
z-index: 3;
}
.sakura_r{
position:absolute;
right:-80px;
top:120px;
z-index: -300;
width: 70%;
margin-top: -200px;
opacity: 0.9;
}
}

/* フォーム*/
.title-red {
	color:#D00003;
}
.form-area {
    background: #ffffff;
    display: block;
    border-radius: 10px;
    padding: 10px;
    resize: none;
    margin-top: 10px;
    width: 100%;
    height: 45px;
}

.manual{
    display: block;
    background: #FFF100;
	border: 0px solid #c4ba04;
	padding:10px;
    max-width: 430px;
    height: auto;
    border-radius: 3px;
    color: #000000;
    letter-spacing: 0rem;
    text-align: center;
    font-size: 18px;
    margin: 50px auto 0;
    transition: 0.3s;
    z-index: 30;
	cursor: pointer;
}
	
.manual:hover {
    background:#faf7c5;
}

.manual a {
 text-decoration: none;
 color: #000000;
}

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

.form-area {
        background: #ffffff;
        display: block;
        border-radius: 10px;
        padding: 10px;
        resize: none;
        margin-top: 10px;
        width: 70%;
        height: 45px;
			box-shadow: 0 1px 2px rgba(0,0,0, .4) inset;

    }
}

.form-area-float {
    float: left;
}

.form-title {
    display: block;
    letter-spacing: 0.1rem;
    margin: 20px auto 0px;
}

.form-title-img {
    display: block;
    width: 15%;
    max-width: 30px;
    margin-right: 2%;
    float: left;
    line-height: 30px;
}
.form-title-img_point {
    display: block;
    width: 40%;
    max-width: 50px;
    margin-right: 5px;
    float: left;
    line-height: 30px;
	margin-bottom: 8px;

}

.form-item-name {
    margin: 50px auto 50px;
    max-width: 700px;
}
.form-item-honbu {
    margin: 50px auto 50px;
    max-width: 700px;
	}

@media screen and (max-width: 599px) {
.form-item-honbu {
    margin-top: 50px;
    width: 100%;
    margin-bottom: 50px;
}
.form-title-img {
	margin-top: 0;
}
.form-title-img_point {
	margin-top: 7%;
}
}	


input::placeholder {
  color:#A8A8A8;
}


.form-item-koyo {
    margin-top: 50px;
    width: 100%;
    margin-bottom: 50px;
}

.CheckboxInput {
padding: 0px 8px;
display: inline-block;
align-items: center;
cursor: pointer;
}
.CheckboxInput-Input {
margin: 0;
width: 0;
opacity: 0;
}
.CheckboxInput:hover > .CheckboxInput-DummyInput{
background: #ffffff;
}
.CheckboxInput-Input:focus + .CheckboxInput-DummyInput{
background: #000000;
}
.CheckboxInput-Input:checked + .CheckboxInput-DummyInput {
background:#FFF100;
}
.CheckboxInput-Input:checked + .CheckboxInput-DummyInput::before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 35%;
height: 2px;
transform: translate(-5px, 6px) rotateZ(-135deg);
transform-origin: 1px 1px;
background: #000000;
}
.CheckboxInput-Input:checked + .CheckboxInput-DummyInput::after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 70%;
height: 2px;
transform: translate(-5px, 6px) rotateZ(-45deg);
transform-origin: 1px 1px;
background: #000000;
}
.CheckboxInput-DummyInput {
position: relative;
top: 0;
left: 0;
display: block;
width: 30px;
height: 30px;
background: #ffffff;
box-shadow: 0 1px 2px rgba(0,0,0, .4) inset;
}
.CheckboxInput-LabelText {
margin-left: 5px;
width: 100px;
}



.form-item-agree {
    margin: 50px auto 10px;
    max-width: 700px;
}

.small {
margin-top: 30px;
font-size: 12px;
}

.manual{
    width: 90%;
}

.photo label{
    display: block;
    background: #FFF100;
	padding:5px 10px;
    width: 90%;
    height: auto;
    border-radius: 3px;
    color: #000000;
    letter-spacing: 0.1rem;
    text-align: center;
    font-size: 20px;
    margin: 0 auto 0;
    transition: 0.3s;
    z-index: 30;
	cursor: pointer;
}
	
.photo label:hover {
    background:#faf7c5;
}
.submit a{
    display: block;
}
.submit label{
    display: block;
    background: #FFF100;
	padding:5px 10px;
    width: 95%;
    max-width: 600px;
    height: 45px;
    border-radius: 3px;
    color: #000000;
    letter-spacing: 0.1rem;
    text-align: center;
    font-size: 20px;
    margin: 50px auto 0;
    transition: 0.3s;
    z-index: 30;
	cursor: pointer;
}

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

.submit label{
	display: block;
    background: #FFF100;
	border: 1px solid #c4ba04;
	padding:5px 10px;
    width: 95%;
    max-width: 600px;
    height: 45px;
    border-radius: 3px;
    color: #000000;
    letter-spacing: 0.1rem;
    text-align: center;
    font-size: 20px;
    margin: 80px auto 0;
   transition: 0.3s;
    z-index: 30;
	cursor: pointer;
    }
	}
.submit label:hover {
    background: #faf7c5;
}

.return {
    display: block;
    background: #FFF100;
	border: 1px solid #FFF100;
	padding:5px 10px;
    width: 70%;
    height: auto;
    border-radius: 3px;
    color: #000000;
    letter-spacing: 0.1rem;
    text-align: center;
    font-size: 20px;
    margin: 50px auto 0;
    transition: 0.3s;
    z-index: 30;
	cursor: pointer;
}
.return a {
    display:block;
    color: #000000;
    text-decoration-line: none;
}
.return:hover {
    background: #faf7c5;
}

.small {
margin-top: 30px;
font-size: 12px;
}





/* 確認画面*/

.confirmation_form {
    margin: 10px auto 0;
    overflow: hidden;
    z-index: 20;
    max-width: 430px;
}

.koyo_form-confirmation {
    border: 1px solid #555555;
    display: block;
    border-radius: 10px;
    padding: 5px 14px;
    resize: none;
    margin-top: 10px;
    width: 100%;
    height: 45px;
    color: #555555;
	background-color: #ffffff;
}

.confirmation_form-item {
    margin: 20px auto;
}
.confirm button{
    display: block;
    background:#FFF100;
	border: 1px solid #c4ba04;
    width: 95%;
    max-width: 600px;
    height: 45px;
    border-radius: 3px;
    color: #000000;
    letter-spacing: 0.1rem;
    text-align: center;
    font-size: 20px;
    margin: 50px auto 0;
    transition: 0.3s;
    z-index: 30;
}
@media screen and (min-width: 600px){
    .sconfirm button{
        margin: 80px auto 0;
    }
	}
.confirm button:hover {
    background:#faf7c5;
}
