@charset "utf-8";
/* CSS Document */

*, *:before, *:after {
	box-sizing: border-box;
}

/*　　WEBフォント
------------------------------------------------------------------------------------------------------------*/

.m-gothic {font-family: 'Kosugi Maru', sans-serif;}
.gothic {font-family: 'Noto Sans JP', sans-serif;}
.mincho {font-family: 'Noto Serif JP', serif;}



/*　　いろいろ見た目
------------------------------------------------------------------------------------------------------------*/

html, body{
	margin:0;
	padding:0;
	border:0;
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	color: #333;
}

@media screen and (max-width: 960px)
and (max-width: 480px){
html, body{
	font-size: 18px;
}
}


.highlight a:hover *{
	 filter: alpha(opacity=60);
	 -moz-opacity:0.6;
	 opacity:0.6;
	 -webkit-transition: all .3s;
	 transition: all .3s;
	 }
	 

img {
	border: none;
}


.img-max img{
	max-width: 100%;
}



#contents {
	max-width: 1200px;
	margin: 10px auto;
	padding: 0px 10px 10px 10px; 
}


@media screen and (max-width: 960px)
and (max-width: 480px){
	#contents {
	width: 100%;
}
}




a:link {color: #333;}
a:visited {color: #333;}
a:hover {color: #FF8B46;}
a:active {color: #C36;}





.cb{
	/* floatを解除 */
	clear: both;
}


.kasane {
	position: relative;
}



.tx-area {
	width: 95%;
	margin: 0px auto 30px;
	text-align: left;
}

@media screen and (max-width: 768px) {
.tx-area {
	width: 98%;
}	
}




.under-line {
background:linear-gradient(transparent 70%, #FFFF9E 0%);
}





/*　　ローディング
------------------------------------------------------------------------------------------------------------*/


#loader-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFFFFF;
  z-index: 99998;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #707070;
  z-index: 99999;
}











/*　　PCのみ表示、スマホのみ表示の切り替え
------------------------------------------------------------------------------------------------------------*/

.pc { display:inline !important; }
.sp { display:none !important; }

@media screen and (max-width: 768px) {
.pc { display:none !important; }
.sp { display:inline !important; }
	}







/*　　h
------------------------------------------------------------------------------------------------------------*/


h1 {
	position: absolute;
	z-index: 5;
	width:100%;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}





h2 {
  position: relative;/*相対位置*/
  padding-left: 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
    border-bottom: 3px #ADA396 solid;
	letter-spacing: 0.1em;
	font-weight: normal;
}


h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f030";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1.2em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: -0.1em;/*アイコンの位置*/
  color: #ADA396; /*アイコン色*/
}


h2 span {
  margin-left:20px;
  font-size:50%;
  color: #ccc;
  position: relative;
  top: -1px;
}






h3 {
  position: relative;
  padding: 1.5rem 1rem;
	font-size: 36px;
	letter-spacing: 0.1em;
}


h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}







h4 {
    position: relative;
	padding: 1.5rem 1rem;
	font-size: 36px;
	letter-spacing: 0.1em;
}
 
h4::after {
     position: absolute;
     content: '';
     left: 0;
     bottom: 0;
     width: 100%;
     height: 7px;
     box-sizing: border-box;
     border-top: 3px solid black;
     border-bottom: 1px solid black;
}



h5 {
	position: relative;
	margin-bottom: 2em;
	text-align: center;
	font-size: 26px;
}

h5:before {
	position: absolute;
	display: inline-block;
	content: '';
	bottom: -25px;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ff5a5f;
	border-radius: 2px;
}



@media screen and (min-width: 480px) {
	
h1 { font-size: 12px; line-height: -25px;}
	
h1 br{
	display: none;
	}
	
	
h2 br{
	display: none;
	}
	

h4 {
	font-size: 24px;
	}
}
	



@media screen and (max-width: 960px) {
h2 {
	font-size: 18px;
	}
	
	
h3 {
  padding: 1rem 1rem 1rem 0.5rem;
	font-size: 26px !important;
	letter-spacing: 0.1em;
}


h3:after {
  width: 97%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

	
	
h4 {
	font-size: 24px;
  padding: 1rem 1rem 1rem 0.5rem;
	}
	
	
h5 {
	font-size: 20px;
}
	
	
}







/*　　フォント
------------------------------------------------------------------------------------------------------------*/

.tx10 {font-size: 10px;}
.tx11 {font-size: 11px;}
.tx12 {font-size: 12px;}
.tx13 {font-size: 13px;}
.tx14 {font-size: 14px;}
.tx15 {font-size: 15px;}
.tx16 {font-size: 16px;}
.tx17 {font-size: 17px;}
.tx18 {font-size: 18px;}
.tx20 {font-size: 20px;}
.tx22 {font-size: 22px;}
.tx24 {font-size: 24px;}
.tx26 {font-size: 26px;}
.tx28 {font-size: 28px;}
.tx30 {font-size: 30px;}
.tx32 {font-size: 32px;}
.tx34 {font-size: 34px;}
.tx36 {font-size: 36px;}
.tx38 {font-size: 38px;}
.tx40 {font-size: 40px;}

.red {color: #C30;}
.blue {color: #336699;}
.green {color: #5EA65E;}
.orange {color: #F90;}
.pink {color:#FF6699;}
.brown {color: #624628;}
.violet {color: #9356CD;}
.gray {color: #999;}
.white {color: #FFF;}


.tx_ss {
	font-size: 65% !important;
}


.tx_s {
	font-size: 80% !important;
}


.tx_m {
	font-size: 90% !important;
}

.tx_l {
	font-size: 140% !important;
}

.tax {
	font-size: 50% !important;
}




/*　　クレヨン風アンダーライン 　*/

.crayon-orange {
  background: linear-gradient(transparent 30%,rgba(247,232,104,0.20) 30%,rgba(247,246,104,1.00) 65%,rgba(247,232,104,0.20));
  font-weight: bold;
}









/*　　レスポンシブボックス（PC均等配置）
------------------------------------------------------------------------------------------------------------*/





/*---　　5列　　　---*/


.col_5{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_5 > div{
	width: 20%;
	padding: 10px;
}
.col_5 > div > div{
	position: relative;
	overflow: hidden
}


.col_5 > div img{
	max-width: 100%;
}


.col_5 > div > div img{
	max-width: 100%;
}


@media screen and (max-width: 960px) {
	.col_5 > div{
		width: 25%;
	}
}
@media screen and (max-width: 480px) {
	.col_5 > div{
		width: 33.33333%;
	}
}








/*---　　4列　　　---*/


.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
	width: 25%;
	padding: 10px;
}


.col_4 > div img{
	max-width: 100%;
}


@media screen and (max-width: 960px) {
	.col_4 > div{
		width: 33.33333%;
	}
}
@media screen and (max-width: 480px) {
	.col_4 > div{
		width: 50%;
	padding: 5px;
	}
}








/*---　　3列　　　---*/

.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 33.33333%;
	padding: 10px;
}

.col_3 > div img{
	max-width: 100%;
}


@media screen and (max-width: 960px) {
	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
	}
}






/*---　　1列　　　---*/

.col_1{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_1 > div{
	width: 100%;
	padding: 10px;
}



/*---　　2列　　　---*/

.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
	width: 50%;
	padding: 10px;
}


.col_2 > div img{
	max-width: 100%;
}


@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_2 > div{
		width: 100%;
	}
}






.col_2_event {
  width: 100%;
  display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.col_2_event-left {
  width: 609px;
	padding: 10px;
}

.col_2_event-right {
  width: 100%;
	padding: 10px;
  flex: 1;
}



.col_2_event-left img, .col_2_event-right img{
	max-width: 100%;
}


@media screen and (max-width: 768px) {
	
.col_2_event-left, .col_2_event-right{
	width: 100%;
}
}







/*　　トップスライド
------------------------------------------------------------------------------------------------------------*/

#slide{
	position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 800px;
    background-color: #999;
		    vertical-align:bottom;
	
}


#slide .inner-content{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}




@media screen and (max-width: 768px){
	
#slide{
    min-height: 500px;
}


}



@media screen and (max-width: 768px){
	
#slide .inner-content img{
	width: 90%;
}
}


@media screen and (max-width: 415px){
	
#slide .inner-content img{
	width: 100%;
}
}








/*　　お店についての一言
------------------------------------------------------------------------------------------------------------*/


.slogan {
	text-align: center;
	font-size: 26px;
	color: #444444;
	line-height: 2em;
	letter-spacing: 0.1em;
	margin: 100px auto;
}

@media screen and (max-width: 768px){
	
.slogan {
	font-size: 18px;
	line-height: 2em;
	letter-spacing: 0.05em;
	margin: 70px auto;	
}
	
}











/*　　メニューバー
------------------------------------------------------------------------------------------------------------*/






.Nav {
	width: 100%;
	margin: 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	text-align: center;

}


.Nav ul {
	padding: 0;
}

.globalNav {
    list-style: none;
    overflow: hidden;
	text-align: center;
	display: flex;
	width: 100%;
}
 
.globalNav li {
	width: 12.5%;
    float: left;
    border-right: 1px solid #DDD;
	flex: 1 0 auto;
	font-size: 14px;
	color: #666;
	font-family: 'Noto Serif JP', serif;
}

 
.globalNav li:first-child {
    border-left: 1px solid #DDD;
	}
 
 
.globalNav li a {
    display: block;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
}



 
.globalNav li a div{
	font-size: 13px;
}
 
.globalNav li a span {
    display: block;
    margin: 0px;
    color: #AAA;
    text-transform: uppercase;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 80%;
    letter-spacing: .1em;
}
 
.globalNav li a:hover {
	color: rgba(255,139,70,1.00);
    background: rgba(255,139,70,0.1);
}








.globalNav li ul {
	position: absolute;
	z-index: 100;
    list-style: none;
	display: flex;
	flex-direction: column;
}

.globalNav li ul li {
  visibility: hidden;
  overflow: hidden;
  height: 0;
	width: 100%;
  background: rgba(255,255,255,0.9);; /*サブメニューの背景色*/
	border: none;
	border-bottom: 1px dotted #B5B5B5;
}


.globalNav li ul li:first-child {
	border: none;
	border-bottom: 1px dotted #B5B5B5;
}



.globalNav li ul li a{
	text-align: left;
}

	
.globalNav li ul li:hover, .globalNav li ul li a:hover {
	color: rgba(255,139,70,1.00);
}
	
.globalNav li:hover ul li, .globalNav li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height: 40px;  /*サブメニューの高さ*/
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.globalNav li:hover ul li:last-child, .globalNav li a:hover ul li:last-child{
  height: 47px;  /*サブメニューの高さ*/
}






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

















/*　　スマホ用メニュー
-------------------------------------------------------------------------------------------------------*/


sp-nav.globalMenuSp {display: none}


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

.hamburger {
  display : block;
  position: fixed;
  z-index : 9999;
  right : 7px;
  top   : 7px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
	background: rgba(173,163,150,0.8);
	border-radius: 5px;
}
	
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #FFFFFF;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
	
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

	
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 20px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

	

	

	
sp-nav.globalMenuSp {
	display: block;
  position: fixed;
  z-index : 9998;
  top  : 0;
  left : 0;
  color: #000;
  background: rgba(255,255,255,0.3);
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

sp-nav.globalMenuSp ul {
  background: rgba(173,163,150,0.8);
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

sp-nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
sp-nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
sp-nav.globalMenuSp ul li:hover{
  background :#ddd;
}

sp-nav.globalMenuSp ul li a {
  display: block;
  color: #FFFFFF;
  padding: .5em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
sp-nav.globalMenuSp.active {
  transform: translateX(0%);
}


}










/*　　　途中で出てくるヘッダナビゲーション
-------------------------------------------------------------------------------------------------------*/


header-nav {display: none;}

.clone-nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
	background: rgba(173,163,150,0.8);
}

.is-show {
  transform: translateY(0);
}


.fixed-header {
	width: 1100px;
	margin: 0 auto;
	height: 58px;
}


@media screen and (max-width: 768px) {
	
	.clone-nav img {
		height: 2.3rem;
		margin-top: 7px;
		margin-right: 1px;
	}

}










/*　　アコーディオン
------------------------------------------------------------------------------------------------------------*/


.oshirase-tx-area {
	width: 95%;
	margin: 0px auto 30px;
	text-align: left;
}

@media screen and (max-width: 768px) {
.oshirase-tx-area {
	width: 98%;
}	
}




panel {
  width: 100%;
}

#panel > dt {
  border-bottom: solid 1px white;
  background-color: #ffffff;
  cursor: pointer;
  padding: 10px;
	font-weight: bold;
}


#panel > dt img{
	max-width: 100%;
}


#panel > dt:hover{
	background-color: rgba(255,140,72,0.1);
}


.img:hover{
	background-color: #FFF !important;
}

.img img:hover{
	opacity: .6;
}


#panel > dd {
	margin: 0px;
	padding: 12px;
	font-size: .9rem;
	border-bottom: 1px dotted rgba(193,193,193,1.00);
	margin-bottom: 10px;
	 text-align: justify;
}

#panel > dd img{
	max-width: 100%;
}

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

#panel > dt {
	font-size: 16px;
}
	
#panel > dd img{
	max-width: 100%;
}
	
}
	


	







/*　　　　トップページテーブル（2列）
-------------------------------------------------------------------------------------------------------*/



.tbl_top {width: 100%;}
.tbl_top th	{ width: 60%; text-align: justify; padding: 5px; font-weight: normal;}
.tbl_top td	{ width: 40%; text-align: justify; padding: 5px;}
.tbl_top img {  }

@media only screen and (max-width:640px){
	.tbl_top	{margin: 0 -10px 0 0; font-size: 18px; line-height: 1.2em;}
    .tbl_top th,
	.tbl_top td{
		width: 100%;
        display: block;
		border-top: none;
    }  
}





/*　　　　トップページ 求人 テーブル（2列）
-------------------------------------------------------------------------------------------------------*/



.tbl_recruit {width: 100%; margin: 10px auto; text-align: left; border-bottom: 1px solid #666666; border-top: 1px solid #666666;}
.tbl_recruit th	{ width: 15%; text-align: right; padding: 5px; border-bottom: 1px dotted #666666; font-weight: bold;}
.tbl_recruit td	{ width: 85%; text-align: justify; padding: 5px; border-bottom: 1px dotted #666666;}
.tbl_recruit img {  }

.noborder {
  border: 0px none !important;
}

@media only screen and (max-width:640px){
	.tbl_recruit	{margin: 0 -10px 15px 0; font-size: 18px; line-height: 1.2em;}
    .tbl_recruit th { width: 97%; display: block; border-bottom: none; text-align: justify;}
	.tbl_recruit td { width: 97%; display: block; text-align: justify;}
}








/*　　　　トップページ e-select テーブル（2列）
-------------------------------------------------------------------------------------------------------*/



.tbl_e-select {width: 70%; margin: 10px auto;}
.tbl_e-select th	{ width: 40%; text-align: right; padding: 5px; font-weight: normal;}
.tbl_e-select td	{ width: 60%; text-align: justify; padding: 5px;}
.tbl_e-select img {  }

@media only screen and (max-width:640px){
	.tbl_e-select	{margin: 0 -10px 0 0; font-size: 18px; line-height: 1.2em;}
    .tbl_e-select th,
	.tbl_e-select td{
		width: 97%;
        display: block;
		border-top: none;
    }  
}








/*　　トップページお知らせ強調
------------------------------------------------------------------------------------------------------------*/

 .top-info {
    position: relative;
	 width: 1000px;
    margin: 100px auto;
    padding: 0.5em 1em;
    border: solid 3px #ADA396;
    border-radius: 8px;
	 text-align: justify;
}

 .top-info img{
	 max-width: 100%;
}

.top-info .top-info-ttl {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 22px;
    background: #FFF;
    color: #ADA396;
    font-weight: bold;
}

.top-info p {
    margin: 10px 0 0 0; 
    padding: 0;
}


@media screen and (max-width: 768px) {
	
 .top-info {
	 width: 100%;
}
	
.top-info .top-info-ttl {
    font-size: 18px;
}
	
.top-info p {
    margin: 25px 0 0 0; 
    padding: 0;
	font-size: 16px;
}

	
	
}






/*　　おまかせ
------------------------------------------------------------------------------------------------------------*/



.omakase {
  position: relative;
  margin-top: 100px;
}


.omakase ul {
  border: solid 2px skyblue;
  border-radius: 5px;
  padding: 0.2em 1em 0.2em 1em;
  position: relative;
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.2em;
}

.omakase ul li {
  line-height: 1.5;
  padding: 0.7em 0 0.7em 1.7em;
  list-style-type: none!important;
  text-align: left;
  border-bottom: #CCC dotted 1px;
}

.omakase ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a4";/*アイコンの種類*/
  position: absolute;
  left : 1.2em;/*左端からのアイコンまでの距離*/
  color: skyblue;/*アイコン色*/
}


.omakase ul li:last-child{
	border: none;
}


.balloon {
  position: absolute; /* 三角の位置を固定するために設定 */
  left: 0;
  top: -60px;
  width: 315px; /* 幅 */
  margin: 0 auto 40px; /* 上 左右 下のマージン */
  padding: 10px 5px; /* ふきだし内の余白 */
  background: #e91e63; /* 背景色 */
  text-align: center; /* テキストの揃え */
  font-family: '游ゴシック', 'Yu Gothic', 'sans-serif';
  font-weight: bold;
  color: #fff;
  z-index: 5;
}

.balloon::after {
  content: '';
  border: 8px solid transparent;
  border-top-color: #e91e63;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
}

.jump {
  animation: 0.5s jump infinite alternate linear;
}

@keyframes jump {
  to { transform: transtateY(0); }
  from { transform: translateY(4px); }
}



@media screen and (max-width: 768px) {
.omakase {
	margin: 80px auto 0px;
	width: 70%;
}

.balloon {
  width: 100%;
  top: -50px;
}
}


@media screen and (max-width: 480px) {
.omakase {
	margin: 80px auto 0px;
	width: 100%;
}
}








/*　　GoogleMapレスポンシブ
------------------------------------------------------------------------------------------------------------*/



.GoogleMap{
    position: relative;
    width: 1000px;
	margin: 10px auto 50px;
    height: 0;
	padding-top: 30%;
	/*
    padding-top: 56.25%;　/*比率をお好みで*/
}

.GoogleMap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





.GoogleMap_small{
    position: relative;
    width: 500px;
	margin: 10px auto 50px;
    height: 0;
	padding-top: 60%;
	/*
    padding-top: 56.25%;　/*比率をお好みで*/
}

.GoogleMap_small iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





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

.GoogleMap{
    width: 97%;
	margin: 0 auto;
	padding-top: 65%;
	/*
    padding-top: 56.25%;　/*比率をお好みで*/
}
	
.GoogleMap_small{
    width: 97%;
	margin: 0 auto;
	padding-top: 65%;
	/*
    padding-top: 56.25%;　/*比率をお好みで*/
}
	
}








/*　Youtubeレスポンシブ
------------------------------------------------------------------------------------------------------------*/



.movie-width {
	width: 90%;
	margin: 5px auto;
}



.movie-width-tbl {
	width: 100%;
	margin: 5px auto;
}



.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: -1px;
	width: 100%;
	height: 100%;
}



@media screen and (max-width: 960px){
.movie-width {
	width: 100%;
	margin: 5px auto;
}

.movie-width-tbl {
	width: 100%;
	margin: 5px auto;
}
}







/*　　フッター
------------------------------------------------------------------------------------------------------------*/


.background {
	background: rgb(255, 255, 255);
	margin: 0;
	margin-bottom: 300px; /* footerの高さ */
	padding: 0 0 0 0;
	min-height: 100vh;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
}


footer {
	position: fixed;
	z-index: -99999;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 4em 0 1em 0;
	background:  #ADA396;
}

footer p {
	color: #FFF;
	text-align: center;
}


footer .tel {
	font-size: 26px;
	font-weight: bold;
	margin: 5px auto;
	text-align: center;
	color: #FFF;
	letter-spacing: 0.1em;
}


footer .tel a:link{
	color: #FFF;
}

footer .tx {
	color: #FFF;
	text-align: center;
}



@media screen and (max-width: 960px)
and (max-width: 480px){
	
footer img{
		width: 90%;
}


footer .tx {
	font-size: 14px;
	letter-spacing: 0.05em;
}
}












/*　ページトップに戻るボタン
------------------------------------------------------------------------------------------------------------*/



#page_top {
  width: 90px;
  height: 140px;
  position: fixed;
  right: 10px;
  bottom: 0;
}

#page_top img {
	position: relative;
	z-index: 999;
	max-width: 100%;
	height: auto;
	margin-bottom: -15px;
	
}


#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
  background: #FF8C48;
  opacity: 0.6;
  border-radius: 50%;
}


#page_top a:hover{
  opacity: 1.0;
}

#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #ffffff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


@media screen and (max-width: 768px){
	
#page_top{
  width: 50px;
  height: 80px;
  right: 5px;
}
	
#page_top img {
	margin-bottom: -15px;
}

	
#page_top a{
  width: 50px;
  height: 50px;
}
	
	
#page_top a::before{
  font-size: 18px;
  width: 20px;
  height: 20px;
  top: -18px;
}
	
#page_top a::after{
  content: 'TOP';
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 23px;

}

}





/*　　トップページ　チャリティー
------------------------------------------------------------------------------------------------------------*/

.eventbox {width: 90%; margin: 50px auto;}
.eventbox img {max-width: 100%;}

@media screen and (max-width: 768px){
.eventbox {width: 98%; margin: 50px auto;}
}


.eventbox2 {width: 98%; margin: 50px auto;}
.eventbox2 img {max-width: 100%;}

@media screen and (max-width: 768px){
.eventbox2 {width: 98%; margin: 50px auto;}
}

