body {
  font-family: Arial, Helvetica, sans-serif, 'ヒラギノ角ゴ Pro W3';
  margin: 0;
}

@media only screen and (max-width: 900px) {
	#body2 { 
		font-family: Arial, Helvetica, sans-serif, 'ヒラギノ角ゴ Pro W3';
		width: 100%;
		margin: 0;
	}
}

a {
  text-decoration: none; 
}

a:link{
  text-decoration: none;
}

a:visited{
  text-decoration: none; 
}


a:active{
  text-decoration: none; 
}

.clear {
	clear: both;
}

li {
margin-left: -40px;
list-style-type: none;
}

.txt_align_right{
    display: block;
    text-align: left;
    margin-right: 0px;
}

/*--- ローディング --- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #d51e01;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}


/*--- 写真のキャプション --- */
figure {
	position: relative;
	overflow: hidden;
	width: 100%;
    margin: 0;
}
figcaption {
	position: absolute;
	bottom: -60%;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 40%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
}
figure:hover figcaption {
	bottom: 4px;
}

figcaption h3{
    color: white;
    padding: 0 20px;
    text-align: justify;
    text-align-last: left;
    font-size: medium;
    font-weight: 400;
}

figcaption p{
    color: white;
    padding: 0 20px;
    text-align: justify;
    text-align-last: left;
    font-size: small;
    font-weight: 400;
}

@media only screen and (max-width: 900px) {
	figcaption { 
        display: none;
	}
}

@media only screen and (min-width: 900px) {
	.mb_caption { 
        display: none;
	}
}

.mb_caption h4{
    color: black;
    padding: 0 20px;
    text-align: center;
    font-size: medium;
    font-weight: 300;    
}

.mb_caption p{
    color: black;
    padding: 0 15px;
    text-align: justify;
    text-align-last: left;
    font-size: small;
    font-weight: 200;        
}

.caption_02 h5{
    color: black;
    margin: 10px;
    text-align: center;
    font-size: medium;
    font-family: serif;
    font-weight: 300;    
}

.caption_02 p{
    color: black;
    padding: 0 15px;
    text-align: justify;
    text-align-last: left;
    font-size: small;
    font-family: serif;
    font-weight: 200;        
}

/*--- header --- */


@media only screen and (max-width: 901px) {
    #header_nav_wrap{
        display: none;
    }
}


header{
  width: 100%;
  z-index: 200;
 margin: 0;
    padding: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}


.cb-header {
  position: fixed;
    z-index: 200;
  top: 0;
  left: 0;
  line-height: 50px;
  text-align: center;
}

header a {
    text-decoration: none;
    display: block;
    color: white;
    font-family: serif;
}
header a:hover {
    font-family: serif;
    color: white;
    border-bottom: 1px solid #e6b422;
}

.waku_900px{
    width: 750px;
    margin: 0 auto;
    padding: 0;
    color: white;
}

/*--- #sub_header --- */

@media only screen and (min-width: 900px) {
    #sub_header{
      width: 100%;
      z-index: 200;
     margin: 0;
        padding: 0;
        background-color: rgba(255,255,255,0.8);
    }
    #mobile_nav_wrap{
    display: none;
	}

}

@media only screen and (max-width: 900px) {
    #sub_header{
        display: none;
    }
	#mobile_nav_wrap{
		margin: 0 auto;
		width: 100%;
		background-color: #e6b422;
        z-index: 200;
	}
	#mobile_nav_wrap a{
		display: block;
		color: black;
		padding: 7px;
		text-align: center;
	}
}



.sub_cb-header {
  position: fixed;
    z-index: 200;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
}

#sub_header a {
    text-decoration: none;
    display: block;
    color: black;
    font-family: serif;
    border-bottom: 1px solid rgba(255,255,255,0.0);
}

#sub_header a:hover {
    font-family: serif;
    border-bottom: 1px solid #e6b422;
}



/*------- mobile_menu_waku design -------*/
.mobile_menu_waku{
	max-width: 100%;
	margin: 0 auto;
}
/*--
.mobile_menu_inner{
}
--*/

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

.table_mobile_menu1 a{
	text-decoration: none;
	display: block;
	margin-top: 3px;
	margin-bottom: 0px;
}

.table_mobile_menu1 a:link{
	color: black;
}

.table_mobile_menu1 a:hover{
	color: white;	
}

.table_mobile_menu1 td:hover{
	background-color: #82ae46;
}

.teble_txt_center{
	text-align: center;
}

.tr1 td{
	border-bottom: dotted thin rgba(180,180,180,1);
}

.td2{
	border-right: dotted thin rgba(180,180,180,1);
}

.td3{
	border-right: dotted thin rgba(180,180,180,1);
	background-color: #d8e698;
}

.table01{
	text-align: left;
	margin-top: 5px;
	width: 100%;
	border:thin solid #82ae46;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-size: small;
	background-color: white;
}

.nenkanyotei_table_list li{
	margin-left: 13px;
	text-align: left;
	text-indent: -13px;
}

@media only screen and (max-width: 900px) {
#TopTitle{
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50px;
}
#TopTitle img{
    width: 90%;
    height: auto;
}
}

@media only screen and (min-width: 901px) {
#TopTitle{
	position: absolute;
	text-align: center;
	width: 100%;
	top: 100px;
}
#TopTitle img{
    width: 500px;
    height: auto;
}
}


/*--- SlideShow --- 
@media only screen and (max-width: 900px) {
	#SlideShow{
		display: none;
	}
	#mobileBG{
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
}
@media only screen and (min-width: 900px) {
	#SlideShow{
	}
	#mobileBG{
		display: none;
	}
}
*/

/*--- title --- 
@media only screen and (max-width: 900px) {
	#TopTitle { 
		display: none;	
	}
    .TopTitle_Wahupata01{
        position: absolute;
        text-align: center;
        top: 10px;
    }
    .TopTitle_Wahupata01 img{
        width: 100%;
    }
    .TopTitle_Wahupata02{
        position: absolute;
        text-align: center;
        top: 100px;
    }
    .TopTitle_Wahupata02 img{
        width: 100%;
    }
    .TopTitle_Wahupata03{
        position: absolute;
        text-align: center;
        top: 10px;
    }
    .TopTitle_Wahupata03 img{
        width: 100%;
    }
	#TopTitle2{
	position: relative;
	text-align: center;
	z-index: 200;
	height: auto;
    margin: 20px;
	}
    #TopTitle2 img{
        width: 100%;
    }
	#TopTitle3 { 
		display: none;	
	}
    .under_white{
        display: none;
    }
}

@media only screen and (min-width: 900px) {
	#TopTitle2 { 
		display: none;	
	}
	#TopTitle{
	position: absolute;
	text-align: center;
	width: 100%;
	top: 100px;
	}
    .TopTitle_Wahupata01{
        position: absolute;
        text-align: center;
        top: 200px;
    }
    .TopTitle_Wahupata01 img{
        width: 60%;
    }
    .TopTitle_Wahupata02{
        position: absolute;
        text-align: center;
        top: 0px;
    }
    .TopTitle_Wahupata02 img{
        width: 100%;
    }
    .TopTitle_Wahupata03{
        position: absolute;
        text-align: center;
        top: 10px;
    }
    .TopTitle_Wahupata03 img{
        width: 100%;
    }
}
*/

@media only screen and (max-width: 900px) {
.under_white{
	display: none;
}
}

@media only screen and (min-width: 901px) {
.under_white{
	margin: 0 auto;
	position: absolute;
	text-align: center;
    background-color: white;
	width: 100%;
	bottom: 0px;
	z-index: 200;
}

.under_white p{
    color: black;
    font-family: serif;
    font-size: small;
}

.under_white_50per{
	margin: 0 auto;
	position: absolute;
	text-align: center;
    background-color: white;
	width: 100%;
	bottom: 0px;
    height: auto;
	z-index: 200;
}
}


.btn_plan_waku{
    width: 320px;
    margin: 40px auto;
}

.btn_plan{
    margin: 0 auto;
    position: relative;
    z-index: 200;
}

.btn_plan a{
    display:block;
    font-family: serif;
    color: white;
    text-align: center;
    padding: 5px 10px;
    border: thin solid white;
    background-color:rgba(0,0,0,0.5);
}

.btn_plan a:hover{
    display:block;
    font-family: serif;
    color: black;
    text-align: center;
    padding: 5px 10px;
    border: thin solid black;
    background-color:rgba(255,255,255,1);
    transition: all 0.3s ease-out;
}


.btn_plan_waku_mb{
    width: 100%;
    margin: 0 auto;
}

.btn_plan_mb li{
    width: 94%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 200;
    margin-bottom: 5px;
}

.btn_plan_mb a{
    display:block;
    font-family: serif;
    color: white;
    text-align: center;
    padding: 5px 10px;
    text-decoration: none; /* 下線は消す */
    border-bottom: 1px solid white; /* 下線を赤に */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* 文字の影 */

}



.caution {
    margin: 2em 0;
    background: #fff;
    border: 1px solid #e6b422;
    border-radius: 5px;
}
.caution h2 {
    font-size: 1.2em;
    border-bottom: 1px solid #e6b422;
    text-align: center;
    color: black;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 40px;
    padding-bottom: 3px;
    margin: 5px;
}
.caution p {
    padding: 15px 20px;
    margin: 0;
    text-align: justify;
    text-align-last: left;
}

.caution_container{
    width: 90%;
    padding: 0;
    margin: 0 auto;
    position:relative;
    z-index: 200;
}

.caution_waku{
    width: 600px;
    margin: 0 auto;
}

.newsdays{
    display: inline-block;
    font-size: small;
    color: gray;
    margin-right: 7px;
}

@media only screen and (max-width: 900px) {
	.caution_waku{
        width: 90%;
        margin: 0 auto;
    }
}

/*
.caution{
    margin: 0 auto;
    position: relative;
    z-index: 200;
    margin-bottom: 50px;
    border: 5px solid #e6b422;
    border-radius: 5px;
}

.caution h2{
    display:block;
    font-family: serif;
    color: whi;
    text-align: center;
    background-color: #e6b422;
}

.caution p{
    display:block;
    font-family: serif;
    color: black;
    text-align: justify;
    text-align-last: left;
    padding: 10px;
}
*/



#scroll_arrow{
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 200px;
	z-index: 200;
	animation: scroll_arrow 1s ease -2s 30 alternate;
}

@keyframes scroll_arrow {
0% {}
100% {transform: translateY(20px);}
}

#scroll_arrow :hover{
	opacity: 0.7;
}

@media only screen and (max-width: 900px) {
	#scroll_arrow { 
		display: none;	
	}
}

#scroll_arrow2{
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 100%;
	bottom: 20px;
	z-index: 200;
	animation: scroll_arrow2 1s ease -2s 30 alternate;
}

@keyframes scroll_arrow2 {
0% {}
100% {transform: translateY(20px);}
}

#scroll_arrow2 :hover{
	opacity: 0.7;
}

@media only screen and (max-width: 900px) {
	#scroll_arrow2 { 
		display: none;	
	}
}


@media only screen and (min-width: 900px) {
    .top_caption{
        margin: 0 auto;
        position: absolute;
        text-decoration: none;
        text-align: center;
        font-family: serif;
        color: white;
        width: 100%;
        top: 550px;
        z-index: 200;
        text-shadow: 0 0 3px #4F4F4F;
    }
    .top_caption_mb{
        display: none;
    }
}


@media only screen and (max-width: 900px) {
    .top_caption{
        display: none;
    }
    .top_caption_mb{
        margin: 0 auto;
        position: relative;
        text-decoration: none;
        text-align: center;
        font-family: serif;
        color: white;
        width: 100%;
        z-index: 200;
        margin-top: -250px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* 文字の影 */
    }
    
    .caution_waku{
        width: 100%;
        margin: 0 auto;
    }
}



/*--- toppage_plan ---*/
#toppage_plan_wrap{
	width: 100%;
    position: relative;
    background-color: white;
    z-index: 200;
}

.toppage_inner{
	width: 1000px;
	height: auto;
	margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
	text-align:left;
	text-align:justify;
    position: relative;
    z-index: 200;
}

@media only screen and (max-width: 900px) {
	.toppage_inner{
		width: 96%;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
}

/*
.top_plan_title{
	padding: .55em 1em;
	border: 1px solid #ccc;
	border-top: 3px solid rgba(220,188,0,1);
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: serif;
}
*/

.top_plan_title{
    margin: 0 auto;
    text-align: center;
    font-family: serif;
    font-size: xx-large;
    width: 90%;
}

.top_plan_title_sub{
    margin: 0 auto;
    text-align: center;
    font-family: serif;
    font-size: small;
}

.plan_title{
	text-align: left;
	font-size: large;
    font-weight: 600;
    font-family: serif;
    margin-bottom: 15px;
}

.plan_title_open{
	text-align: left;
	font-size: large;
    font-weight: 600;
    font-family: serif;
    margin-bottom: -5px;
}

.plan_title_open:hover{
	text-align: left;
	font-size: large;
    font-weight: 600;
    font-family: serif;
    background-color: rgba(220,188,0,0.2);
}

.plice{
    display: inline;
	text-align: left;
	font-size: large;
    font-weight: 400;
    font-family: serif;
    margin-bottom: 15px;
}

.txt_small{
    display: inline;
    font-size: x-small;
}

.top_plan_card{
    position: relative;
	padding: 10px;
	margin: 5px;
	height: 180px;
    border-left: thin solid gray;
    padding-left: 20px;
}

.top_plan_card::after {
	position: absolute;
	left: -1px;
	top: 0;
	z-index: 2;
	content: '';
	height: 36%;
	width: 3px;
	background-color: rgba(220,188,0,1);
}

.top_plan_card_open{
    position: relative;
	padding: 10px;
	margin: 5px;
	height: auto;
    border-left: thin solid gray;
    padding-left: 20px;
}

.top_plan_card_open::after {
	position: absolute;
	left: -1px;
	top: 0;
	z-index: 2;
	content: '';
	height: 36%;
	width: 3px;
	background-color: rgba(220,188,0,1);
}

.plan_icon{
    display: inline-block;
    color: black;
    border: thin solid black;
    font-size: x-small;
    font-family: sans-serif;
    padding: 1px 3px 0px 3px;
    margin-left: 5px;
    vertical-align: 0.3em;
}

.plan_icon_red{
    display: inline-block;
    color: #d51e01;
    border: thin solid #d51e01;
    font-size: x-small;
    font-family: sans-serif;
    padding: 1px 3px 0px 3px;
    margin-left: 5px;
    vertical-align: 0.3em;
}

.kakomi_black{
    display: inline-block;
    color: black;
    border: thin solid black;
    font-size: small;
    font-family: sans-serif;
    padding: 2px 3px 0px 3px;
    margin-left: 5px;
    vertical-align: 0em;
}


@media only screen and (max-width: 900px) {
	.top_plan_card { 
		padding: 10px;
		margin: 10px;
		height: auto;
		border: thin solid gray;
	}
}


.plan_koumoku{
	font-size: small;
	line-height: 1.8em;
    text-align: justify;
    text-align-last: left;
    text-align: center;
}

.plan_koumoku_open{
	font-size: small;
	line-height: 1.8em;
    text-align: justify;
    text-align-last: left;
    height: auto;
	display: block;
}

.plan_koumoku_open p{
	display: block;
	width: 100%;
}


.plan_koumoku a:hover{
	color: white;
	background-color: #e6b422;
}

@media only screen and (max-width: 900px) {
	.plan_koumoku { 
		font-size: medium;
		line-height: 2em;
        text-align: justify;
    text-align-last: left;
	}
}

.plan_uni{
    background: url(../img/pixta_6567555_S_clip.png) no-repeat;
    background-position: 105% -5%;
    background-size: 35%;
    z-index: 220;
}

.plan_awabi{
    background: url(../img/pixta_13780159_S_clip.png) no-repeat;
    background-position: 105% -10%;
    background-size: 40%;
    z-index: 220;
}

.plan_ankou{
    background: url(../img/pixta_19744151_S_clip.png) no-repeat;
    background-position: 105% -10%;
    background-size: 35%;
    z-index: 220;
}


/*--- checkbox_accordion ---*/

 
input[type="checkbox"].bellows{
    display: none;/* チェックボックスの非表示 */
}
 
.ac_menu ul {
/* メニュー開閉時アニメーション */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 1;
    list-style: none;
    overflow: auto;
}
 
.ac_menu li {
    padding: 5px;
}
 
/* ▽▽アコーディオン開閉指定▽▽ */
input[type="checkbox"].bellows + ul{
    height: 0;/* チェックが入っていない時の高さ */
    overflow: hidden;
}
 
input[type="checkbox"].bellows:checked + ul{
    height: auto;/* チェックが入っているときの高さ */
}
/* △△アコーディオン開閉指定△△ */



/*--- subpage_plan ---*/
#subpage_wrap{
	width: 100%;
    position: relative;
    top:3em;
    margin-bottom: 20px;
}

.subpage_inner{
	width: 100%;
	margin: 0 auto;
	text-align:justify;
}

.subpage_contents{
    padding: 0 15px 30px 15px;    
}


@media only screen and (max-width: 900px) {
	.subpage_inner{
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
    #subpage_wrap{
        top:0em;
    }
}

.yumeguri_goods{
    position: relative;
    top:-50px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 900px) {
    .yumeguri_goods{
        position: relative;
        top:-30px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}


/*--- billboard ---*/
@media only screen and (min-width: 900px) {
    .billboard img{
        position: relative;
        margin: 0 auto;
        width: 100%;
        top:56px;
    }
    .billboard_mb{
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    .billboard_mb img{
        position: relative;
        margin: 0 auto;
        width: 100%;
        top:0px;
    }
    .billboard{
        display: none;
    }
}

/*--- black_wall ---*/
.black_wall{
    position: relative;
    z-index: 200;
    background-color: rgba(0,0,0,0.8);
    top:-100%;
    
}

.black_wall p{
    color: white;
}



/*--- calendar ---*/
@media only screen and (max-width: 900px) {
	#calendar_wrap{
		display: none;
	}
	
	#calendar_sp_wrap{
		width: 100%;
		margin-bottom: 50px;
		margin-top: 10px;
        position: relative;
        z-index: 200;
	}
}

@media only screen and (min-width: 900px) {
	#calendar_wrap{
		width: 100%;
		margin-bottom: 50px;
        position: relative;
        z-index: 200;
	}
	
	#calendar_sp_wrap{
		display: none;
	}
}

#calendar {
	width: 100%;
	margin: 0 auto;
	text-align: center;
    position: relative;
}

#calendar_sp a{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
	width: 96%;
	height: auto;
	border:thin solid black;
	color: black;
	font-size: medium;
}


/* ------------------------------------------------------------
   予約フォーム
   ------------------------------------------------------------ */

.reserve_waku{
    padding: 7px;
	border: solid thin rgba(0,0,0,0.2);
    background-color: white;
}

.reserve_title{
	margin-bottom: 20px;
	border-bottom: dotted thin rgba(180,180,180,1);
}

.reserve_title:before{
	margin-left: 3px;
	content: url(../img/item_Double_Arrow.fw.png);
}

#toiawaseForm{
	position: relative;
	margin: 0 10% 50px 10%;
}

.form1{
	position: relative;
}

/*---
input[type="text"] {
	width: 40%;
}
 ---*/

/*---
textarea{
	width: 80%;
}
 ---*/


submit, reset {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #000000;
  font-size: 20px;
  background: #ffffff;
  padding: 5px 30px;
  border: solid #000000 1px;
  text-decoration: none;
    -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
}

.btn:hover {
  background: #e6b422;
    color: #000;
  border: solid #e6b422 1px;
  text-decoration: none;
}


.center{
    text-align: center;
}


/*--- kannaisetubi_txt ---*/
.kannaisetubi_txt ul{
    position: relative;
}

.kannaisetubi_txt li{
    display: block;
    font-size: small;
    text-align: justify;
    text-align-last: left;
    margin: 3px 5px 3px -25px;
}

.kannaisetubi_txt li a{
    color: blue;
	border-bottom: thin solid #e6b422;
    padding: 3px;
}

.kannaisetubi_txt li a:hover{
    color: white;
    background-color: #e6b422;
    padding: 3px;
    text-decoration: none;
}


/* Google icons サイズの調整 */
.material-icons.md-10 {
    font-size: 10px;
}


/*--- table レスポンシブ ---*/
table {
    border-collapse: collapse;
    width: 100%;
    border-spacing:0;
    text-align: left;
    font-size: small;
}

.table_font_xsmall{
    font-size: x-small;
    display: inline;
}

table th,
table td {
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #999;
}

.tb_bottom{
    border-bottom: 1px solid #999;
}

.tb_bottom:first-child{
    border-top: 1px solid #999;
}

.tb_right{
    border-right: 1px solid #999;   
}

.tb_bottom_right{
	border-bottom: 1px solid #999;
    border-right: 1px solid #999; 
}

table th {
  background-color: #eee;
  text-align: center;
  width: 30%;
}

tbody tr:first-child{
    border-top: 1px solid #999;
}


@media screen and (max-width: 400px) {
  table {
    border-top: 1px solid #999;
  }
  table td {
    display: block;
    text-align: center;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 94.5%;
  }
}



/*--- Google Map レスポンシブ ---*/
.ggmap {
position: relative;
padding-bottom: 85%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*--- footer ---*/
@media only screen and (min-width: 900px) {
    #footer_wrap{
        position:relative;
        width: 100%;
        z-index: 220;
        background-color: rgba(0,0,0,0.8);
        border-top: 3px solid #e6b422;
        top:0px;
    }
    #footer_wrap_mb{
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    #footer_wrap{
        display: none;
    }
    #footer_wrap_mb{
        position:relative;
        width: 100%;
        z-index: 220;
        background-color: rgba(0,0,0,0.8);
        border-top: 3px solid #e6b422;
        top:0px;
    }
}
    
footer{
	width: 900px;
	height: auto;
	margin: 0 auto;
    padding-top: 20px;
	text-align: justify;
    text-align-last: left;
}

.footer_txt{
	font-size: small;
	line-height: 1.8em;
    text-align: justify;
    text-align-last: left;
    font-family: serif;
    color: white;
    position: relative;
}

.footer_txt p{
	display: block;
	width: 100%;
	padding: 1px 4px;
    color: white;
    font-weight: 300;
}

.footer_txt a{
	display: block;
	width: 100%;
    color: white;
	border-bottom: thin solid rgba(0,0,0,0.0);
}

.footer_txt a:visited{
    color: white;
}


.footer_txt a:hover{
	color: rgba(255,255,255,0.7);
	border-bottom: thin solid #e6b422;
}


@media only screen and (max-width: 900px) {
    #footer_wrap{
        top:10px;
    }

	footer{
		width: 96%;
        height: auto;
		margin: 0 auto;
		padding-top: 20px;
		text-align: center;
	}
    .footer_txt{
        padding: 0 10px;
        z-index: 10;
    }
}

/*--- SASAKI DEIGN ---*/
.sasaki_mark a{
    color: rgba(255,255,255,0.3);
    font-size: small;
}

.sasaki_mark a:hover{
    color: rgba(255,255,255,0.7);
}


/*------- pagetop -------*/
@media only screen and (min-width: 900px) {
    #pagetop{
        position: fixed;
        right: 50px;
        bottom: 50px;
        opacity: 0;
        -ms-filter: "alpha( opacity=0 )";
        filter:alpha(opacity=0);
        zoom:1;
        z-index: 200;
    }
}

@media only screen and (max-width: 900px) {
    #pagetop{
        position: fixed;
        left: 50px;
        bottom: 50px;
        opacity: 0;
        -ms-filter: "alpha( opacity=0 )";
        filter:alpha(opacity=0);
        zoom:1;
        z-index: 200;
    }
}

    

/*------- Facebook -------*/
@media only screen and (min-width: 900px) {
    .fb_mb{
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    .fb_pc{
        display: none;
    }
}

.fb_mb a{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
	width: 96%;
	height: auto;
	border:thin solid black;
	color: black;
	font-size: medium;
}



/*------- mobile_menu_waku design -------*/
.mobile_menu_waku{
	max-width: 100%;
	margin: 0 auto;
}
/*--
.mobile_menu_inner{
}
--*/

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

.table_mobile_menu1 a{
	text-decoration: none;
	display: block;
	margin: 10px 0 10px 0;
}

.table_mobile_menu1 a:link{
	color: black;
}

.table_mobile_menu1 a:hover{
	color: black;	
}

.table_mobile_menu1 td:hover{
	background-color: #e6b422;
}

.teble_txt_center{
	text-align: center;
}

.tr1 td{
	border-bottom: dotted thin rgba(180,180,180,1);
}

.td2{
	border-right: dotted thin rgba(180,180,180,1);
}

.td3{
	border-right: dotted thin rgba(180,180,180,1);
	background-color: #e6b422;
}

.table01{
	text-align: left;
	margin-top: 5px;
	width: 100%;
	border:thin solid #e6b422;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-size: small;
	background-color: white;
}

.nenkanyotei_table_list li{
	margin-left: 13px;
	text-align: left;
	text-indent: -13px;
}

/*--- 240502 追記 ---*/
.kanko_txtbox{
    text-align: justify;
    text-align-last: left;
    margin: 0 auto;
    width: 700px;
    letter-spacing: 0.3rem;
    line-height: 1.7rem;
}
@media only screen and (max-width: 900px) {
    .kanko_txtbox{
        width: 90%;
    }
}

.corner_title{
    margin: 100px 0 50px 0;
}


/*-- 240509追記 --*/

/*バナーを追従させる*/
.fixed_banner {
    position: fixed; /* 追従させる為にfixedの値を記述します */
    z-index: 999; /* 他の要素の下に隠れないように全面配置させます */
    bottom: 30px; /* 上から150pxのところにバナーを配置します */
    right: 30px; /* 右から40pxのところにバナーを配置します */
    width: 300px;
    }

    .fixed_banner:hover{
        opacity: 0.7;
        transition: all 0.3s ease-out;
    }
    
    @media only screen and (max-width: 900px) {
        .fixed_banner{
            width: 85%;
        }
    }

.endspace{
    height: 100px;
}

/*-- 240510追記 --*/
.outbox_miyano_subpage{
    width: 80%;
    margin: 0 auto;
}
@media only screen and (max-width: 540px) {
    .outbox_miyano_subpage{
        display: none;
    }
}

/*-- 丸がボタンに変形する --*/

.btntransform{
    /*丸の基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/  
    display: inline-block;
  padding:0 0 0 15px;
  line-height: 50px;
    color: #000;
    text-decoration: none;
    outline: none;
    font-size: small;
    font-family: sans-serif;
}

/* 丸が動く */
.btntransform::before{
  content:'';
    /*絶対配置で丸の位置を決める*/
  position:absolute;
  left:0;
  z-index: -1;
    /*丸の形状*/
  width:50px;
  height:50px;
  background:#e6b422;
  border-radius:25px;
    /*アニメーションの指定*/
    transition:.3s ease-out;
}

/*hoverした際の形状*/
.btntransform:hover::before{
  width:212px;
}

/* 矢印の形状 */
.btntransform::after{
  position: absolute;
    content: '';
    top: 1.7em;
    right: -15px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}
/*-- 丸がボタンに変形する　ここまで --*/

/*--- 240526 追記 ---*/
.tel_txtbox{
    text-align: justify;
    text-align-last: left;
    margin: 0 auto;
    width: 700px;
    letter-spacing: 0.3rem;
    line-height: 1.7rem;
}
@media only screen and (max-width: 900px) {
    .tel_txtbox{
        width: 90%;
    }
}
.tel_notes{
    border: 1px solid #e6b422;
    padding: 10px;
}

.tel{
margin: 0 auto;
text-align: center;
font-family: serif;
font-size: xx-large;
letter-spacing: 0.1rem;
}
@media (min-width: 900px) {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
    }

/*--- 250819 追記 ---*/
.point_catch{
  font-size:250%;
  text-align: center;
  border-bottom: 1px solid #e6b422;
  padding-top: 10px;
  padding-bottom: 10px; /* アンダーラインとテキストの間に少し余白を持たせます */
  padding-left: 5px;   /* 左側の余白 */
  padding-right: 5px;  /* 右側の余白 */
}

.point_honbun{
    padding-left: 5px;   /* 左側の余白 */
  padding-right: 5px;  /* 右側の余白 */
  padding-top: 10px;
  letter-spacing: 0rem;
  font-family:"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
}

.set_title{
    font-family:"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    font-size: large;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0rem;
    border-bottom: 1px solid #e6b422;
    padding-bottom: 10px;
}

.set_honbun{
    text-align: justify;
    text-align-last: left;
    letter-spacing: 0rem;
    padding-top: 10px;
    font-family:"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
}

body {
  /* 背景画像のURLを指定します。 */
  background-image: url("画像のURL.jpg");

  /* 背景画像を繰り返さないようにします。 */
  background-repeat: no-repeat;

  /* 背景画像を画面全体に広げ、アスペクト比を維持します。 */
  background-size: cover;

  /* スクロール時に背景画像を固定します。 */
  background-attachment: fixed;

  /* アニメーションを適用します。 */
  animation: slide-background 5s linear infinite alternate;
}

/* 背景画像を左右に動かすアニメーションを定義します。 */
@keyframes slide-background {
  from {
    /* 開始位置を左に10%ずらした下端に設定 */
    background-position: 40% 100%;
  }
  to {
    /* 終了位置を右に10%ずらした下端に設定 */
    background-position: 60% 100%;
  }
}

/*--- 250820 追記 ---*/
.news_txtbox{
    text-align: justify;
    text-align-last: left;
    margin: 0 auto;
    width: 700px;
    letter-spacing: 0.3rem;
    line-height: 1.5rem;
}
@media only screen and (max-width: 900px) {
    .news_txtbox{
        width: 90%;
    }
}

/*--- newspage_plan ---*/
#newspage_wrap{
	width: 100%;
    position: relative;
    margin-bottom: 20px;
    top:70px;
}
@media only screen and (max-width: 900px) {
    #newspage_wrap{
        top:0px;
    }
}

.pager{
    text-align: left;
}


.pager_txt{
    font-size: small;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
}

.about_txtbox{
    text-align: justify;
    text-align-last: left;
    margin: 0 auto;
    width: 700px;
    letter-spacing: 0.3rem;
    line-height: 1.7rem;
}
@media only screen and (max-width: 900px) {
    .about_txtbox{
        width: 90%;
    }
}

/*--- 250822 追記 ---*/
.eyecatch{
    width: 90px;
	height: 8px;
	background-image: repeating-linear-gradient(45deg, #e6b422 0px, #e6b422 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
    margin: 0 auto;
    margin-top: 100px;
}

.button22 a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #e6b422;
  transition: 0.3s;
}

.button22 a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background-color: #333333;
  transition: 0.3s;
}

.button22 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(2em - 2px);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #333333;
  transition: 0.3s;
}

.button22 a:hover {
  text-decoration: none;
  background-color: #b4a983;
}

.button22 a:hover::before,
.button22 a:hover::after {
  right: 1.7em;
}

.fixed_banner img {
  filter: drop-shadow(5px 5px 8px rgba(0,0,0,0.4));
}
