@charset "utf-8";

/*********************************************************************
 * 共通スタイル
 * dependences: reset.css
 ********************************************************************/
 
/* iPhone・WindowsPhone用のフォント指定。Androidはデバイスフォントが様々なため指定しない(sans-serif) */
* {
	/*font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;*/
	margin:0;
	padding:0;
}

.pc{ display: inherit !important;}
.smp{ display: none !important; }
.tab_f{ display: none !important; }

/* フォーカス枠の削除 */
*:focus {
outline: none;
}

/* iPhone/iPadの自動サイズ調整機能をOFF */
html, body { height:100%; margin:0; }
html { 
	font-family:"Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-size: 62.5% ;*/
	font-size: 16px;
	-webkit-text-size-adjust: none;
}

/* iPhone UIガイドラインの推奨サイズに設定 */

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
/*
a[href^="tel:"] {
	pointer-events: none;
}
*/
/* ウィンドウ幅が0～479pxの場合に適用するCSS */
@media screen and ( max-width:479px ){

a[href^="tel:"] {
	pointer-events: auto;
}

}/* ウィンドウ幅が0～479pxの場合に適用するCSS */
/*
body, textarea { font-family: "Yu Gothic",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Helvetica,Arial,sans-serif; }
input, select { font-family: "Yu Gothic",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Helvetica,Arial,sans-serif; }
*/
body, textarea { font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif; }
input, select { font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif; }

/* IEハック */
@media all and (-ms-high-contrast:none) {
* {
	/*font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
}

input, select { /*font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/ }

.midashi_box .icon_box {
	padding: 6px 25px 3px !important;
}

.midashi_box h3 {
	margin: 15px 0 0 !important;
}

}/* IEハック */

body {
	/*font-size: 2em;*/
	/*line-height: 30px !important;*/
	color: #292929;
	/*padding-bottom: 120px;*/
	/*background: url(../img/top/bg.png) no-repeat;*/
	/*background-size: cover;*/
}

div{
	/*font-size: 16px;*/
	/*line-height: 30px;*/
}

p{
	/*font-size: 1.3rem ;*/
	/*font-size: 16px;*/
	/*line-height: 30px;*/
}

#map div{
	line-height: normal !important;
	font-size: 11px;
}

#map p{
	line-height: normal !important;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #110b93;
	outline: none;
}

a img {
	-webkit-transition: 0.1s ease-in-out;
	   -moz-transition: 0.1s ease-in-out;
		 -o-transition: 0.1s ease-in-out;
			transition: 0.1s ease-in-out;
}

a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}


div.anchor{
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}

td {
	color: #333;
	padding: 5px 0 5px 10px;
}

th {
	color: #333;
	padding: 5px 0 5px 10px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

button {
	background: transparent;
	padding: 0;
	border: none;
}

p,div {
	text-align: left;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*--------------------------------*/

#bgCrossFade {
	position: relative;
	height: 140vw;
/*
	background: url(../img/main01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
*/
}

#bgCrossFade #slides {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;  
}

#bgCrossFade #slides:not(:first-child) {
	display: none;
}

.main_box{
	position: absolute;
	width: 100%;
}

.logo{
	margin: 26vw 0 30px -30px;
	text-align: center;
}

.logo img{
	width: 50%;
}

.logo_b{
	margin: 10px 0 10px -30px;
	text-align: center;
}

.logo_b img{
	width: 50%;
}


.catch{
	font-family: yu-mincho-pr6, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	color: #fff;
	font-size: 27px;
	line-height: 35px;
	text-align: center;
}

.catch strong{
	color: #eae600;
}

.catch span{
	letter-spacing: -0.5em;
}

.catch_e{
	font-family: yu-mincho-pr6, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin: 20px 0 20px;
}

.catch_border{
	text-align: center;
}

.catch_text{
	color: #fff;
	font-size: 15px;
	text-align: center;
	margin: 20px 20px 50px;
	line-height: 25px;
	float: left;
}


.bg-slider {
	width: 100vw;
	height: 80vh;
	background-position:center center;
	background-size: cover;
	/*display: flex;*/
	align-items: center;
	justify-content: center;
}

.bg-slider__title{
	color: #fff;
	font-size: 48px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}

/*--------------------------------*/

/* --- 全体のBOX定義 ---------------------------------------- */
#bg-slider {
	position   : relative;
	max-width  : 100%;
	/*height     : 80vw;*/
	margin     : auto;
	overflow   : hidden;
}

/* --- 背景の指定 ------------------------------------------- */

#bg-slider .bgImg {
	position   : absolute;
	top        : 0;
	left       : 0;
	bottom     : 0;
	right      : 0;
	opacity    : 0;
	animation  : bgAnime 25s infinite;   /* 5画像 × 各5s = 25s */
	z-index: -1;
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */
#bg-slider .src1 {
  background-image : url(../img/main01.jpg);   /* 背景の画像を指定 */
  background-size: cover;
  background-position: center;
}
#bg-slider .src2 {
  background-image : url(../img/main02.jpg);   /* 背景の画像を指定 */
  animation-delay  : 5s;
  background-size: cover;
  background-position: center;
}
#bg-slider .src3 {
  background-image : url(../img/main03.jpg);   /* 背景の画像を指定 */
  animation-delay  : 10s;
  background-size: cover;
  background-position: center;
}
#bg-slider .src4 {
  background-image : url(../img/main04.jpg);   /* 背景の画像を指定 */
  animation-delay  : 15s;
  background-size: cover;
  background-position: center;
}
#bg-slider .src5 {
  background-image : url(../img/main05.jpg);   /* 背景の画像を指定 */
  animation-delay  : 20s;
  background-size: cover;
  background-position: center;
}

@keyframes bgAnime {
   0% { opacity: 0; }
   5% { opacity: 1; }
  25% { opacity: 1; }
  30% { opacity: 0; }
 100% { opacity: 0; }
}

/*--------------------------------*/


.head{
	width: 100%;
	background: #43392b;
	float: left;
}

h1{
	background: rgba(36, 166, 119, 0.7);
	text-align: center;
	font-family: yu-mincho-pr6, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	color: #fff;
	font-size: 27px;
	padding: 10px 0 5px;
	line-height: 30px;
}

h1 span{
	font-size: 18px;
}


/*--------------------------------*/
/* 240131 小雪追加 */

.fv img {
	width: 100%;
	margin-bottom: -7px;
}



/*---------------------*/

.contact_banner{
	width: 100%;
	height: 80vw;
	background: url(../img/contact_line.png);
	background-repeat: repeat;
	/* margin: -25vw 0 16vw; */
	float: left;
}

.contact_banner_contact{
	width: 100%;
	height: 80vw;
	background: url(../img/contact_line.png) repeat-x 0;
	background-size: auto;
	margin: -25vw 0 16vw;
	float: left;
	margin-top: -50px;
	}

.sub{
	margin-top: 20vw !important;
	margin-bottom: 30vw !important;
}

.contact_banner .box{
	width: 100%;
		background-size: 47vw;
	float: left;
	display: flex;
	align-items: center;

	}

.contact_banner .tel{
	float: left;
	/* margin: 10vw 0 0; */
	font-size: 0;
	text-align: center;
padding: 25px 0 15px;
}

.contact_banner_contact .tel{
	float: left;
	margin: 22vw 0 0;
	font-size: 0;
	text-align: center;
}

.contact_banner .tel img{
	width: 90%;
}

.contact_banner_contact .tel img{
	width: 90%;
}

/* ウィンドウ幅が0～320pxの場合に適用するCSS */
@media screen and ( max-width: 320px ){

.contact_banner .tel{ margin: 18vw 0 0; }
.contact_banner .tel img{ width: 90%; }

.contact_banner_contact .tel{ margin: 18vw 0 0; }
.contact_banner_contact .tel img{ width: 90%; }

.contact_banner .box {
	height: 53vw;
}

.contact_banner_contact .box {
	height: 53vw;
}

.contact_banner {
	height: 80vw;
	background: url(../img/contact_line.png) repeat-x 0;
	margin: -22vw 0 18vw;
}

.contact_banner_contact {
	height: 80vw;
	background: url(../img/contact_line.png) repeat-x 0;
	margin: -22vw 0 18vw;
}

.youtube .box iframe{
	margin: 9vw 0 5vw !important;
}

}/* ウィンドウ幅が0～320pxの場合に適用するCSS */


.contact_banner .bt{
	float: left;
	padding: 25px 0 10px;
	width: 100%;
	text-align: center;
	background: #d1c4ab;
}

.contact_banner_contact .bt{
	float: left;
	padding: 15px 0 15px;
	width: 100%;
	text-align: center;
	background: #d1c4ab;
}

.contact_banner .bt img{
	width: 60%;
margin-bottom: -6px;
}

.contact_banner_contact .bt img{
	width: 70%;
}

.contact_banner .bt a img{
	width: 86%;
}

.contact_banner_contact .bt a img{
	width: 86%;
}

.bt_inner{
	width: 67%;
	text-align: center;
	margin-left: auto;
}
.contact_banner.sub .bt{
	position: relative;
}
.contact_banner.sub{

}
.contact_banner.sub p{
	position: relative;
	font-size: 11px;
	color: #645235;
	display: inline-block;
	left: 10px;
	top: 8px;
}

.contact_banner.sub .bt::before{
	content: '';
	background-image: url(../img/contact_model_2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	display: inline-block;
	width: 36%;
	height: 95%;
	position: absolute;
	bottom: 0;
	left: 2%;
}

.title{
	width: 100%;
	/*height: 370px;*/
	float: left;
	margin-bottom: 60px;
}

.title .box{
	width: 100%;
	/*height: 370px;*/
	margin: 0 auto;
}

.title h2{
	font-size: 30px;
	font-family: yu-mincho-pr6, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #323232;
	font-weight: normal;
	line-height: 45px;
	margin: 50vw 0 0;
	text-align: center;
}

.title h2 img{
	margin: 0 0 0 0;
}

.title h2 span{
	font-size: 13px;
	color: #9a7d54;
	line-height: 20px;
	margin: 0 0 0 0;
	float: left;
	text-align: center;
	width: 100%;
}

.title h2 div{
	/*float: left;*/
	text-align: center;
}

.title .text{
	clear: both;
	color: #323232;
	line-height: 30px;
	margin: 35px 5%;
	float: left;
	text-align: center;
	width: 90%;
}

#title01{	background: url(../img/title01_bg.jpg) no-repeat right top #fff9dd; background-size: 100%; }
#title02{	background: url(../img/title02_bg.jpg) no-repeat right top #fff9dd; background-size: 100%; }
#title03{	background: url(../img/title03_bg.jpg) no-repeat right top #fff9dd; background-size: 100%; }
#title04{	background: url(../img/title04_bg.jpg) no-repeat right top #fff9dd; background-size: 100%; }
#title05{	background: url(../img/title05_bg.jpg) no-repeat right top #fff9dd; background-size: 100%; }

#title03 h2 div{ margin: 15px 0 0; }
#title04 h2 div{ margin: 15px 0 0; }


.contents{
	width: 100%;
	float: left;
	margin-bottom: 0;
}

.contents .box{
	width: 90%;
	margin: 0 5%;
}

.contents .box h3{
	font-family: yu-mincho-pr6, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
}

.contents .box h3 p{
	text-align: center;
	font-size: 15px;
	color: #9a7d54;
	border-top: 1px solid #dcdcdc;
	padding-top: 15px;
}

/*------------------------*/

.youtube{
	background: #1a775f;
	width: 100%;
	float: left;
}

.youtube .box{
	width: 100%;
	margin: 0 auto;
	text-align: center;

}

.youtube .box iframe{
	margin: 12vw 0 5vw;
}

/*------------------------*/

.facility_box{
	float: left;
	width: 100%;
	margin: 0 0 50px;
}

.facility_box.end{
	margin: 0;
}

.facility_box .image{

}

.facility_box .image img{
	width: 100%;
}

.facility_box h4{
	font-family: yu-mincho-pr6, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 30px;
	font-weight: normal;
	border-bottom: 1px solid #a9a9a9;
	padding-bottom: 20px;
	width: 100%;
	margin: 20px 0 20px;
	float: left;
	line-height: 25px;
	text-align: center;
}

.facility_box h4 span{
	font-size: 16px;
}


.facility_box h5{
	font-family: yu-mincho-pr6, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 30px;
	font-weight: normal;
	border-bottom: 1px solid #a9a9a9;
	padding-bottom: 20px;
	width: 100%;
	margin: 20px auto 20px;
	line-height: 25px;
	text-align: center;
}

.facility_box p{
	margin: 0 20px;
	line-height: 25px;
}

.facility_box .text_left{
	background: #fff;
	width: 100%;
	float: left;
}

.facility_box .text_right{
	background: #fff;
	width: 100%;
	float: right;
}

.facility_box .facility_list{
	width: 100%;
	float: left;
}

.facility_box .facility_list img{
	width: 100%;
}

.facility_box .facility_list li:nth-child(odd){
	width: 48%;
	float: left;
	margin-bottom: 10px;
}

.facility_box .facility_list li:nth-child(even){
	width: 48%;
	float: right;
	margin-bottom: 10px;
}

/*------------------------*/

.plan58{
	width: 100%;
}

.plan58 img{
	width: 100%;
	margin-bottom: 20px;
}

.plan_list{
	width: 100%;
	float: left;
	margin: 0 0 0px;
}

.plan_list li{
	width: 100%;
	float: left;
}

.plan_list li img{
	width: 100%;
}

.plan_list li:nth-child(1){ margin: 0 0 20px;}
.plan_list li:nth-child(2){ margin: 0 0 0;}

.option_title{
	width: 100%;
	margin: 0 0 0;
	float: left;

}

.option_title img{
	width: 100%;
	margin-top: -20px;
}

.option_list{
	width: 100%;
	margin: 0 0 70px;
	float: left;
}

.option_list li{
	float: left;
	line-height: 0;
	width: 25%;
}

.option_list li img{
	width: 100%;
}

.option_list p{
	text-align: left;
	margin: 10px 0 0;
	float: left;
	font-size: 12px;
}
/*------------------------*/

.support_list{
	width: 100%;
	margin-bottom: 100px;
	float: left;
}

.support_list li{
	width: 100%;
	background: #fff9dd;
	float: left;
	margin-bottom: 5px;
}

.support_list .mini{
	width: 100%;
	background: #fff9dd;
	float: left;
	margin-bottom: 5px;
}


.support_list div{
	text-align: center;
	margin: 18px 0 10px;
	width: 100%;
	float: left;
}

.support_list p{
	margin: 0 17px 17px;
	font-size: 15px;
}

.support_list h4{
	font-family: yu-mincho-pr6, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: normal;
}

.support_list .mini h4{
	font-size: 18px;
	margin: 10px 0;
}

.support_list p{
}

.support_box{
	width: 100%;
	float: left;
	margin: 0 0 0;
}

.support_box .text_left{
	width: 100%;
	float: left;
	margin: 0 0 50px 0;
}

.support_box h4{
	font-family: yu-mincho-pr6, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 25px;
	font-weight: normal;
	border-bottom: 1px solid #a9a9a9;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.support_box .text_left p, .support_box .text_right p{
	line-height: 30px;
}

.support_box .img_right{
	width: 100%;
	float: right;
	margin: 0 0 0;
}

.support_box .img_right img{
	width: 100%;
}

.support_box .img_left{
	float: left;
}

.support_box .img_left img{
	width: 100%;
}

.support_box .text_right{
	width: 100%;
	float: right;
}


/*------------------------*/

.footer_area{
	width: 100%;
	float: left;
	height: 25vw;
}

.footer{
	width: 100%;
	float: left;
	background: #9a7d54;
	color: #fff;
	text-align: center;
	line-height: 20px;
	padding: 4vw;
	margin-top: 5vw;
}

.footer span{
	color: #9a7d54;
}

/*------------------------*/

.reason{
	font-size: 30px;
	font-family: yu-mincho-pr6, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #323232;
	font-weight: normal;
	line-height: 40px;
	margin: 45px 0 20px;
	text-align: center;
}

.reason strong{
	font-size: 50px;
	font-weight: normal;
	color: #de601c;
}

.reason span{
	font-size: 13px;
	color: #9a7d54;
	line-height: 20px;
	margin: 0 0 0 0;
	/*float: left;*/
}

/*------------------------*/

.flow_bt_line{
	width: 100%;
	text-align: center;
	float :left;
	margin: 0px 0 35px;
}

.flow_bt_line img{
	width: 100%;
}

.resson_bt{
	width: 100%;
	float: left;
	margin: 0 0 10vw;
}

.resson_bt li{
	width: 33.33333%;
	float: left;
	text-align: center;
}

.resson_bt li img{
	width: 95%;
}

/*------------------------*/

.hall_list{
	width: 100%;
	float: left;
}

.hall_list .hall_li{
	width: 100%;
	float: left;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15vw;
}

.hall_list li:nth-child(odd){
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.hall_list li:nth-child(even){
	width: 100%;
	float: right;
	margin-bottom: 50px;
}
.contents .box .hall_list li h3{
	font-family: yu-mincho-pr6, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
}

.hall_list .rote{
	background: rgba(154,125,84,1);
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}

.hall_list .rote-min{
	background: rgba(154,125,84,1);
	height: auto;
	line-height: 1.3em;
	text-align: center;
	color: #fff;
	padding: .25em;
	font-size:15px;
}

.hall_list .image{
	margin-bottom: 5px;
}

.hall_list .image img{
	width: 100%;
}

.hall_list .name{
	width: 100%;
	float: left;
}

.hall_list .name h3{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 30px;
	margin-bottom: 0;
}

.hall_list h3 rt{
	display: none;
}

.hall_list .name ul{
	width: 100%;
	float: right;
}

.hall_list .name li{
	border: 1px solid #9a7d54;
	color: #9a7d54; 
	text-align: center;
	width: 48%;
	font-size: 13px;
	margin: 2px 1% 3px;
	padding: 3px 0 1px;
}

.hall_list .data{
	width: 100%;
	float: left;
}

.hall_list .data li:nth-child(1){
	float: left;
	width: auto;
	margin: 10px 0;
	width: 100%;
	text-align: center;
}

.hall_list .data li:nth-child(2){
	float: left;
	width: auto;
	margin-bottom: 0px;
}

.hall_list .data li:nth-child(3){
	float: right;
	width: auto;
	margin-right: 0px;
	margin-bottom: 0px;
}

.hall_list .map_bt{
	width: 100%;
	margin-top: 10px;
	float: left;
	text-align: center;
}

.hall_list .map_bt img{
	width: 75%;
}

#map {
	line-height:normal !important;
	font-size: 11px;
	width: 100%;
	height: 250px;
	margin: 0 0;
}

/*------------------------*/

.image_s{
	width: 100%;
	float: left;
}

.hall_list .image_s li{
	width: 25%;
	float: left;
	margin: 1.25% 0 0;
}

.hall_list .image_s li:nth-child(1){ text-align: left; padding-right:0.25%;}
.hall_list .image_s li:nth-child(2){ text-align: center; padding-right:0.25%;}
.hall_list .image_s li:nth-child(3){ text-align: center; padding-left:0.25%;}
.hall_list .image_s li:nth-child(4){ text-align: right; padding-left:0.25%;}

.hall_list .image_s li img{
	width: 97%;
	font-size: 0px;
}

.hall_list .image {
	margin-bottom: 0px;
	font-size: 0px;
}

/*------------------------*/


.advice_box01 .text{
	width: 100%;
	padding: 0 0;
	background: #fff;
}

.advice_box01 .text h3{
	font-size: 25px;
	margin-bottom: 20px;
}

.advice_box01 .text h4{
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 1px solid #a9a9a9;
}

.advice_box01 .text .image{
	margin-bottom: 10px;
}

.advice_box01 .text .image img{
	width: 100%;
}

.advice_box01 .text p{
	line-height: 26px;
}

/*--------------------------*/


.advice_box02 .text{
	width: 100%;
	padding: 60px 0;
	float: right;
	background: #fff;
}

.advice_box02 .text h3{
	font-size: 25px;
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 1px solid #a9a9a9;
}

.advice_box02 .text .image{
	margin-bottom: 10px;
}

.advice_box02 .text .image img{
	width: 100%;
}

.advice_box02 .text p{
	line-height: 26px;
}


.footer_tel_box{
	width: 100%;
	background: rgba(26, 119, 95, 0.8);
	height: 25vw;
	position: fixed;
	bottom: 0;
}

/*--------------------------*/

.f_catch{
	background: url(../img/f_catch.jpg) no-repeat center;
	width: 100%;
	float: left;
	text-align: center;
	font-family: yu-mincho-pr6, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	color: #fff;
	font-size: 40px;
	margin-bottom: 2vw;
}

.f_catch h3{
	font-size: 25px;
	font-weight: normal;
	text-shadow:1px 1px 1px rgba(100,100,100,0.76);
	margin: 50px 0 80px;
}

.f_catch h3 span{
	font-size: 50px;
	color: #ffdf00;
}

/*--------------------------*/

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

.footer_tel li{
	/* float: left; */
}

.footer_tel li img{
	width: 100%;
	line-height: 0;
}

.footer_tel li:nth-child(1){
	width: 96%;
	margin: 1.8vw 2% 0;
	font-size: 0;
}

.footer_tel li:nth-child(2){
	width: 48%;
	margin: 1vw auto 1.5%;

}

.footer_tel li:nth-child(2) img{
	width: 97%;
}

.page_top{
	margin: -25px 0 0;
	position: fixed;
	bottom: 28vw;
	right: 0;
	z-index: 80;
}

.page_top a{
	background: rgba(192,164,33, 0.7);
	float: left;
	color: #fff;
	width: 50px;
	padding: 5px;
	text-align: center;
	border-radius: 5px 0 0 5px;
	
}

/*--------------------------*/

.note_box{
	margin-bottom: 30px;
}

.note_box img{
	width: 100%;
}

.contact_rule{
	border: 2px solid #8b7555;
	border-radius: 5px;
	text-align: center;
	padding: 20px;
	width: 100%;
	margin: 0 auto;
	color: #8b7555;
}

.form_box{
	width: 100%;
	margin: 5% 0 2%;
	float: left;
	border-top: 1px dotted #ccc;
}

.form_box th span{
	border-radius: 3px;
	background: #de601c;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	padding: 2px 10px 0;
	margin: 0 0 0 5px;
	float: right;
	width: 30%;
	text-align: center;
}

.form_box th .nini{
	background: #cdcdcd;
}

.form_box th{
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding-right: 15px !important;
	font-weight: normal;
	width: 240px;
	
	display: inline-block;
	width: 100%;
	border-right: none;
	padding-right: 0 !important;
	background: #eee;
}


.form_box th p{
	color: #b21111;
}

.form_box td{
	border-bottom: 1px dotted #ccc;
	padding: 15px;
	vertical-align: middle;
	text-align: left;
	float: left;

	display: inline-block;
	width: 100%;
}

.form_box td div{
	margin: 15px 0;
}

.form_box td .mlt{
	float: left;
	margin: 0 25px 10px 0;
}

.form_box td .mlt p{
	font-weight: bold;
	margin: 0 0 3px;
	color: #3159b8;
}

.form_box td .mlt select{
	width: 200px;
}

.form_box td .mlc{
	clear: both;
	margin: 10px 0 0;
}

.form_box td .cc{
	font-size: 13px;
	line-height: 18px;
}

.form_box td .ee{
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 0 10px;
}

#privacy{
	width: 90%;
	height:150px;
	margin: 20px auto 28vw;
	padding:15px 4%;
	background-color:#fff;
	border:#ccc solid 1px;
	overflow:auto;
}

/*---*/

input{
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 4px;
	font-size: 16px;
}

input::placeholder{
	color: #ccc;
}

input[type="button"]:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: pointer;
	cursor: hand;
}

.sss{ width: 45%; }
.ss { width: 100%; }
.mm { width: 100%; }
.ll { width: 100%; }

/*---*/

.submit_box{
	text-align: center;
}

.submit-button {
	background: url(../img/form_bt.png) no-repeat;
	    background-size: contain;
	width: 100%;
	height: 19vw;
	padding: 0;
	font-weight: bold;
	border: 0;
	margin: 40px 0;
}

.submit-button.soushin {
	background: url(../img/soushin_bt.png) no-repeat;
	background-size: contain;
}

.submit-button span{
	display: none;
}

/*
.submit-button {
	font-family:"Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #de601c;
	border-radius: 5px;
	height: 80px;
	color: #fff;
	padding: 0 0 5px;
	font-size: 20px;
	width: 100%;
	font-weight: normal;
	border: 0;
	margin: 40px auto;
	line-height: 22px;
	position: relative;
}
*/

.submit-button::before {
	content: "";
	bottom: 42%;
	right: 20px;
	position: absolute;
	z-index: 100;
	display: block;
	width: 15px;
	height: 15px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.submit-button span{
	font-size: 12px;
}

.submit-button:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: pointer;
	cursor: hand;
}

.err_box{
	text-align: center;
	margin: 0 0 80px;
}

.err_box h4{
	text-align: center;
	margin: 0 0 50px;
}

.error_messe{
	width: 100%;
	margin: 0 auto 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #ccc;
	color: #ec0000;
}

.err_box .form_page_top{
	text-align: center;
	margin: 0 0 100px;
}

.mail_check_bt{
	width: 100%;
	margin: 0 0 100px;
	float: left;
	text-align: center;
}

h3.thanks_t{
	font-size: 20px !important;
	font-weight: bold !important;
}


/*
    ==========================
    checkboxes & radio buttons
    ==========================
*/
.ex-checkbox,
.ex-radio {
	position: relative;
	margin: 12px 0;
	font-size: 14px;
}

.ex-checkbox label,
.ex-radio label {
	padding-left: 32px;
	line-height: 140%;
	font-weight: normal;
	display: inline-block;
	position: relative;
}

.ex-checkbox input[type=checkbox],
.ex-radio input[type=radio] {
	margin: 0;
	opacity: 0;
	cursor: pointer;
	width: 20px;
	height: 20px;
	z-index: 10;
	position: absolute;
}

/*
    ==========================
    checkboxes
    ==========================
*/
.ex-checkbox input[type=checkbox] + label::before {
	border: 1px solid #9f9f9f;
	width: 20px;
	height: 20px;
	content: '';
	position: absolute;
	left: 0;
	background-color: #fff;
}

.ex-checkbox input[type=checkbox]:hover + label::before {
	border: 2px solid #0288d1;
}

.ex-checkbox input[type=checkbox]:focus + label::before {
	box-shadow: 0 0 1px #0288d1;
	outline: none;
}

.ex-checkbox input[type=checkbox]:checked + label::before {
	border: 1px solid transparent;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBmaWxsPSIjMDI4OGQxIiBkPSJNMTguOSA4LjhsLTguNyA4LjdjLS4xLjEtLjIuMS0uMyAwbC00LjktNC45Yy0uMS0uMS0uMS0uMiAwLS4zbDEuMi0xLjJjLjEtLjEuMi0uMS4zIDBsMy42IDMuNiA3LjMtNy4zYy4xLS4xLjItLjEuMyAwbDEuMiAxLjJjLjEgMCAuMS4xIDAgLjJ6IiAvPjwvc3ZnPg==') no-repeat center center;
	background-size: 24px 24px;
}

.ex-checkbox input[type=checkbox]:checked:hover + label::before {
	background-size: 30px 30px;
}

.ex-checkbox input[type=checkbox]:disabled {
	cursor: not-allowed;
}

.ex-checkbox input[type=checkbox]:disabled + label {
	color: #bcbcbc;
	cursor: not-allowed;
}

.ex-checkbox input[type=checkbox]:disabled:checked + label::before {
	border: 1px solid transparent;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBmaWxsPSIjYmNiY2JjIiBkPSJNMTguOSA4LjhsLTguNyA4LjdjLS4xLjEtLjIuMS0uMyAwbC00LjktNC45Yy0uMS0uMS0uMS0uMiAwLS4zbDEuMi0xLjJjLjEtLjEuMi0uMS4zIDBsMy42IDMuNiA3LjMtNy4zYy4xLS4xLjItLjEuMyAwbDEuMiAxLjJjLjEgMCAuMS4xIDAgLjJ6IiAvPjwvc3ZnPg==') no-repeat center center;
}

.ex-checkbox input[type=checkbox]:disabled + label::before {
	border: 1px solid #bcbcbc;
}

.ex-checkbox li{
	margin: 0 0 10px;
}

/* スマホ横用 */
@media screen and (orientation:landscape){

.logo {
	margin: 4vw 0 20px -30px;
}

.logo img {
	width: 30%;
}

.catch_e {
	margin: 10px 0 10px;
}

.contact_banner .tel {
	margin: 24vw 0 0;
}

.contact_banner_contact .tel {
	margin: 24vw 0 0;
}

.contact_banner .tel img {
	width: 60%;
}

.contact_banner_contact .tel img {
	width: 60%;
}

.contact_banner {
	width: 100%;
	height: 69vw;
	background: url(../img/contact_line.png) repeat-x 0;
	background-size: auto;
	margin: -25vw 0 16vw;
	float: left;
}

.contact_banner .box {
	width: 100%;
	background: url(../img/contact_bg.png) no-repeat right bottom;
	height: 44vw;
	margin: 0 auto 0;
	background-size: 25vw;
}

.contact_banner_contact {
	width: 100%;
	height: 69vw;
	background: url(../img/contact_line.png) repeat-x 0;
	background-size: auto;
	margin: -25vw 0 16vw;
	float: left;
}

.contact_banner .bt img {
	width: 55%;
}

.contact_banner_contact .bt img {
	width: 55%;
}

.hall_list .map_bt img {
	width: 40%;
}

.footer_tel_box{
	width: 100%;
	background: rgba(26, 119, 95, 0.8);
	height: 7.5vw;
	position: fixed;
	bottom: 0;
}

.footer_tel li:nth-child(1){
	width: 55%;
	margin: 1.8vw 0 0 2%;
	font-size: 0;
}

.footer_tel li:nth-child(2){
	width: 20%;
	margin: 1vw 0 0 0;
	text-align: center;
}

.footer_tel li:nth-child(3){
	width: 20%;
	margin: 1vw 0 0 0;
	text-align: center;
}

.page_top{
	margin: -25px 0 0;
	position: fixed;
	bottom: 9vw;
	right: 0;
	z-index: 80;
}

.footer {
	height: 140px;
}

}/* スマホ横用 */


/*------------------------*/
.new_plan img{width: 100%}
.new_plan {margin: 15px 0 0;}

.covid img{width: 100%}
.covid {margin: 45px 0 20px;}
/*------------------------*/
/*プラン説明テキスト*/
.flat_rate_text{
    color: #006888;
    font-size: 120%;
    text-align: center;
    display: inline-block;
    clear: both;
    width: 100%;
	margin-bottom: 25px;
}



/*プラン詳細追加　2024/3/4*/

.bl_pointPlan_detail {
	width: 100%;
	margin: 0vw auto 7vw;
}

.bl_pointPlan_detail img{
	width: 100%;
}

.bl_pointPlan_detailTtl {
	width: 100%;
}

.bl_pointPlan_detailConts {
	display: none;
	text-align: center;
	background: #f2ebdb;
	padding: 10.3125vw 0 6.25vw;
	position: relative;
}

.bl_pointPlan_detailConts::after {
	content: "";
	background: url(../../../img/default/sp/sp_point1_accordion_clause_line.png) no-repeat center/contain;
	width: 96.875%;
	height: 0.9375vw;
	display: block;
	position: absolute;
	bottom: -2.1875vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.bl_pointPlan_detailList li+li {
	margin-top: 14.84375vw;
}

.bl_pointPlan_detailListttl img {
	width: auto;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto;
}

.bl_pointPlan_detailTxt {
	margin-top: 3.125vw;
	font-size: 4.375vw;
	line-height: 1.3571428571;
	letter-spacing: 0.04em;
	padding: 0 2.34375vw;
}

.bl_pointPlan_detailItem {
	margin: 6.25vw auto 0;
	width: 96.875%;
}

.bl_pointPlan_detailBtn {
	margin: 6.25vw auto 0;
	width: 34.375vw;
}

.bl_pointPlan_detailListttl {
	font-size: 24px;
	color: #6c5a21;
	border-bottom: 2px solid #6c5a21;
	display: inline-block;
}

.bl_pointPlan_detailListttl span {
	font-size: 20px;
}