/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'noto100';
    src:url("../font/noto_sans/NotoSansJP-Thin.woff") format('woff');
}


@font-face {
    font-family: 'noto300';
    src:url("../font/noto_sans/NotoSansJP-Light.woff") format('woff');
}

@font-face {
    font-family: 'noto400';
    src:url("../font/noto_sans/NotoSansJP-Regular.woff") format('woff');
}

@font-face {
    font-family: 'noto500';
    src:url("../font/noto_sans/NotoSansJP-Medium.woff") format('woff');
}

@font-face {
    font-family: 'noto700';
    src:url("../font/noto_sans/NotoSansJP-Bold.woff") format('woff');
}

@font-face {
    font-family: 'noto900';
    src:url("../font/noto_sans/NotoSansJP-Black.woff") format('woff');
}





html {

    font-family: noto-sans,sans-serif;
    font-weight: 400;
    font-style: normal;


     font-feature-settings : "palt";
     letter-spacing:1px;
     
     
}

*:first-child + html body {

    font-family: noto-sans,sans-serif;
    font-weight: 400;
    font-style: normal;
}

body{
    font-family: noto-sans,sans-serif;
    font-weight: 400;
    font-style: normal;
	
	padding:0;
	margin:0;
	font-size:16px;

	line-height:140%;
	text-align:left;


}

body a:focus{
	outline:none;
}



/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}


@media screen and (min-width: 1061px) {
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

}

@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	


img, object, embed {
	max-width: 100%;
	height: auto;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}


body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}	

	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}



/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1061px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:17px;

	line-height:160%;
	text-align:left;

}	 

/* container ---------------------------------------------- */



.bg_c01{
    background: #fcfaf5;
}



.container01_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
}



.container02_bg{
	width:100%;
	height:auto;
	padding:0 0px;
	box-sizing:border-box;
}




.container01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;
}


.container01_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:120px auto 0 auto;
	padding:60px 0;


}

.container01_02{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:140px 0;
}




.container02{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}





/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */




#fixed-header {
  position: fixed;
  top: -110px;  
  width: 100%;
  
  z-index: 100;

  transition: .5s; /* アニメーションタイミング */
}
#fixed-header.is-show {
  top: 0;
}





.header_bg{
	width:100%;
	height:110px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    
    background: #FFFFFF;

}

header{

	width:100%;
	height:110px;
	margin:0 auto;

	box-sizing:border-box;
}






	
.h_txt_cng{
    max-width: 100px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 14px;
    right: 40px;
}

.h_txt_cng ul li{
    width: 48%;
    height: 25px;
    float: left;
    margin-right: 4%;
}

.h_txt_cng ul li:nth-child(2n){
    margin-right: 0%;
}


.h_txt_cng ul li button{
    display: block;
    width: 100%;
    height: 25px;
    background: #b4b5b5;
    color: #FFFFFF;
    
    font-size: 15px;
    line-height: 110%;

    
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}

.h_txt_cng ul li button:hover{
    background: #666768;
}

.bl_sizeBtn.is_active {
    background-color: #666768;
    color: #fff;
}

.h_txt{
    
    font-size: 15px;
    line-height: 100%;
    color: #FFFFFF;

    position: absolute;
    top: 19px;
    right: 150px;
}




button,
input {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

.searchForm_bg{
  position: absolute;
  top: 11px;
  right: 260px;
  background:#FFFFFF;
}

.searchForm_bg01{
display: none;
}

.searchForm {
  width: 280px;
  height: 30px;  




  position: relative;
  display: flex;
  justify-content: center;
}

  .searchForm {
    height: 30px;
  }

.searchForm input[type=search] {
  height: 30px;  
  width: 95%;
  padding: 0 10px;
  border: 1px solid #666666;  
  box-sizing: border-box;
  border-right: none;


  font-size:15px;
  line-height: 100%;

  color:#5C5C5C;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;  


}



.searchForm button[type=submit] {

  border-left: none;
  padding: 0;
  width: 45px;
  height: 30px;
  text-align: center;
  
  background: #666666;
  
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}




  .searchForm button[type=submit] img {
    width: 20px;
  }

  .searchForm input::-webkit-input-placeholder {
  font-size:15px;
  line-height: 100%;

  color: #666666; 

}
  .searchForm input:-moz-placeholder {
  font-size:15px;
  line-height: 100%;

  color: #666666;
}
  .searchForm input::-moz-placeholder {
  font-size:15px;
  line-height: 100%;

  color: #666666; 
}
  .searchForm input:-ms-input-placeholder {
  font-size:15px;
  line-height: 100%;

  color: #666666; 

}




#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-100px;
    padding-top:100px;
}




/* footer ---------------------------------------------- */


footer{
	padding:0 40px;
	box-sizing:border-box;
/*    background: #000000;*/

	width: 100%;
	height:120px !important;
	background:url("../img/common/footer.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0 auto 0px auto;   
    
}

.footer_in{	
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0 30px 0;
	box-sizing:border-box;
}


.f_navi{
    margin-bottom: 20px;
}

.f_navi ul{
    text-align: center;
}

.f_navi ul li{
    font-size: 15px;
    line-height: 120%;
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    background: url("../img/common/footer_menu_border.jpg") right 3px no-repeat;
}

.f_navi ul li:last-child{
    background: none;
    padding-right: 0;
	margin-bottom:0px;
}


.f_navi ul li a{
    color:#FFFFFF;
    text-decoration: none;
    
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.f_navi ul li a:hover{
    color:#FFFFFF;
    text-decoration:underline;
}




address{
	font-size:12px;
	line-height:140%;
    color: #FFFFFF;

    margin-bottom: 12px;
}

.ad_ttl{
	font-size:14px;
	line-height:120%;
	margin-bottom:8px;	
    color: #FFFFFF;
}

.ad_logo{
    margin-bottom: 20px;

}

footer a{
    color: #FFFFFF;
	text-decoration:none;
}

footer a:hover{
    color: #FFFFFF;
	text-decoration:none;
}


.f_cpy{

	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;
    color:#FFFFFF;
    text-align: center;

}





}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


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


body{
	padding:0;
	margin:0;
	font-size:16px;

	line-height:160%;
	text-align:left;

}	

/* container ---------------------------------------------- */



.bg_c01{
    background: #F9F4EA;
}

.container01_bg{
	width:100%;
	height:auto;
	padding:0 30px;
	box-sizing:border-box;
}


.container02_bg{
	width:100%;
	height:auto;
	padding:0 0px;
	box-sizing:border-box;
}



.container01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}

.container01_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:70px auto 0 auto;
	padding:50px 0;


}



.container01_02{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0;
}





.container02{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}

/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */



#fixed-header {
  position: fixed;
  top: -60px;  
  width: 100%;
  
  z-index: 100;

  transition: .5s; /* アニメーションタイミング */
}
#fixed-header.is-show {
  top: 0;
}






.header_bg{
	width:100%;
	height:60px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;


}

header{	
	max-width:1300px;
	width:100%;
	height:60px;
	margin:0 auto;
		
	padding:0 20px;
	box-sizing:border-box;
}





	
.h_txt_cng{
    max-width: 100px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 5px;
    right: 30px;
}

.h_txt_cng ul li{
    width: 48%;
    height: 25px;
    float: left;
    margin-right: 4%;
}

.h_txt_cng ul li:nth-child(2n){
    margin-right: 0%;
}


.h_txt_cng ul li button{
    display: block;
    width: 100%;
    height: 20px;
    background: #b4b5b5;
    color: #FFFFFF;
    
    font-size: 13px;
    line-height: 110%;

    
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}

.h_txt_cng ul li button:hover{
    background: #666768;
}

.bl_sizeBtn.is_active {
    background-color: #666768;
    color: #fff;
}

.h_txt{
    
    font-size: 13px;
    line-height: 100%;
    color: #FFFFFF;

    position: absolute;
    top: 8px;
    right: 140px;
}




button,
input {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

.searchForm_bg{
  display: none;
  position: absolute;
  top: 11px;
  right: 260px;
  background:#FFFFFF;
}

.searchForm_bg01{

  width: 280px;
  margin: 0 auto;

  position: absolute;
  top: calc(50% + 230px);
  
  left: 50%;
  transform: translate(-50%,-50%);

animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;
animation-fill-mode:forwards;
opacity:0;  

}

.searchForm {
  width: 280px;
  height: 30px;  




  position: relative;
  display: flex;
  justify-content: center;
}

  .searchForm {
    height: 30px;
  }

.searchForm input[type=search] {
  height: 30px;  
  width: 95%;
  padding: 0 10px;
  border: 1px solid #666666;  
  box-sizing: border-box;
  border-right: none;


  font-size:15px;
  line-height: 100%;

  color:#5C5C5C;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;  


}



.searchForm button[type=submit] {

  border-left: none;
  padding: 0;
  width: 45px;
  height: 30px;
  text-align: center;
  
  background: #666666;
  
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}




  .searchForm button[type=submit] img {
    width: 20px;
  }

  .searchForm input::-webkit-input-placeholder {
  font-size:15px;
  line-height: 100%;

  color: #666666; 

}
  .searchForm input:-moz-placeholder {
  font-size:15px;
  line-height: 100%;

  color: #666666;
}
  .searchForm input::-moz-placeholder {
  font-size:15px;
  line-height: 100%;

  color: #666666; 
}
  .searchForm input:-ms-input-placeholder {
  font-size:15px;
  line-height: 100%;

  color: #666666; 

}







#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-70px;
    padding-top:70px;
}





/* footer ---------------------------------------------- */




footer{
	padding:0 30px;
	box-sizing:border-box;
/*    background: #000000;*/

	width: 100%;
	height:110px !important;
	background:url("../img/common/footer.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0 auto 0px auto;   

}

.footer_in{	
	width:100%;
	height:auto;
	margin:0 auto;
	padding:25px 0 25px 0;
	box-sizing:border-box;
}




.f_navi{
    margin-bottom: 20px;
}

.f_navi ul{
    text-align: center;
}

.f_navi ul li{
    font-size: 14px;
    line-height: 120%;
    display: inline-block;
    margin-right: 13px;
    padding-right: 13px;
    background: url("../img/common/footer_menu_border.jpg") right 3px no-repeat;
}

.f_navi ul li:last-child{
    background: none;
    padding-right: 0;
	margin-bottom:0px;
}


.f_navi ul li a{
    color:#FFFFFF;
    text-decoration: none;
    
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.f_navi ul li a:hover{
    color: #000000;
    text-decoration:underline;
}


address{
	font-size:11px;
	line-height:140%;
    color: #FFFFFF;

    margin-bottom: 12px;
}

.ad_ttl{
	font-size:13px;
	line-height:120%;
	margin-bottom:8px;	
    color: #FFFFFF;
}

.ad_logo{
    width: 150px;
    margin-bottom: 20px;

}

footer a{
    color: #FFFFFF;
	text-decoration:none;
}

footer a:hover{
    color: #FFFFFF;
	text-decoration:none;
}


.f_cpy{

	font-size: 11px;
	box-sizing:border-box;
	line-height:120%;
    color:#FFFFFF;
    text-align: center;

}








}



/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


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



body{
	padding:0;
	margin:0;
	font-size:15px;

	line-height:140%;
	text-align:left;

}	



/* container ---------------------------------------------- */



.bg_c01{
    background: #F9F4EA;
}

.container01_bg{
	width:100%;
	height:auto;
	padding:0 20px;
	box-sizing:border-box;
}


.container02_bg{
	width:100%;
	height:auto;
	padding:0 0px;
	box-sizing:border-box;
}



.container01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0;

}

.container01_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:60px auto 0 auto;
	padding:40px 0;


}



.container01_02{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:80px 0;
}



.container02{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0;

}



/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}


/* header ---------------------------------------------- */


#fixed-header {
  position: fixed;
  top: -55px;  
  width: 100%;
  
  z-index: 100;

  transition: .5s; /* アニメーションタイミング */
}
#fixed-header.is-show {
  top: 0;
}






.header_bg{
	width:100%;
	height:55px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;


}

header{	
	max-width:1300px;
	width:100%;
	height:55px;
	margin:0 auto;
		
	padding:0 20px;
	box-sizing:border-box;
}








.h_txt_cng{
    max-width: 90px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 6px;
    right: 20px;
}

.h_txt_cng ul li{
    width: 48%;
    height: 25px;
    float: left;
    margin-right: 4%;
}

.h_txt_cng ul li:nth-child(2n){
    margin-right: 0%;
}


.h_txt_cng ul li button{
    display: block;
    width: 100%;
    height: 18px;
    background: #b4b5b5;
    color: #FFFFFF;
    
    font-size: 11px;
    line-height: 110%;

    
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}

.h_txt_cng ul li button:hover{
    background: #666768;
}

.bl_sizeBtn.is_active {
    background-color: #666768;
    color: #fff;
}

.h_txt{
    
    font-size: 11px;
    line-height: 100%;
    color: #FFFFFF;

    position: absolute;
    top: 9px;
    right: 120px;
}




button,
input {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

.searchForm_bg{
  display: none;
  position: absolute;
  top: 11px;
  right: 260px;
  background:#FFFFFF;
}

.searchForm_bg01{
  width: 280px;
  margin: 0 auto;

  position: absolute;
  top: calc(50% + 200px);
  
  left: 50%;
  transform: translate(-50%,-50%);

animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;
animation-fill-mode:forwards;
opacity:0; 
}

.searchForm {
  width: 280px;
  height: 30px;  




  position: relative;
  display: flex;
  justify-content: center;
}

  .searchForm {
    height: 30px;
  }

.searchForm input[type=search] {
  height: 30px;  
  width: 95%;
  padding: 0 10px;
  border: 1px solid #666666;  
  box-sizing: border-box;
  border-right: none;


  font-size:15px;
  line-height: 100%;

  color:#5C5C5C;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;  


}



.searchForm button[type=submit] {

  border-left: none;
  padding: 0;
  width: 45px;
  height: 30px;
  text-align: center;
  
  background: #666666;
  
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}




  .searchForm button[type=submit] img {
    width: 20px;
  }

  .searchForm input::-webkit-input-placeholder {
  font-size:15px;
  line-height: 100%;

  color: #666666; 

}
  .searchForm input:-moz-placeholder {
  font-size:15px;
  line-height: 100%;

  color: #666666;
}
  .searchForm input::-moz-placeholder {
  font-size:15px;
  line-height: 100%;

  color: #666666; 
}
  .searchForm input:-ms-input-placeholder {
  font-size:15px;
  line-height: 100%;

  color: #666666; 

}






#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-90px;
    padding-top:90px;
}




/* footer ---------------------------------------------- */

footer{
	padding:0 20px;
	box-sizing:border-box;
/*    background: #000000;*/

	width: 100%;
	height:70px !important;
	background:url("../img/common/footer.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0 auto 0px auto;   

}

.footer_in{	
	width:100%;
	height:auto;
	margin:0 auto;
	padding:15px 0px 0;
	box-sizing:border-box;
}




.f_navi{
    margin-bottom: 6px;
}

.f_navi ul{
    text-align: center;
}

.f_navi ul li{
    font-size: 11px;
    line-height: 130%;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    padding-right: 10px;
    background: url("../img/common/footer_menu_border.jpg") right 3px no-repeat;
}

.f_navi ul li:last-child{
    background: none;
    padding-right: 0;
	margin-bottom:0px;
}


.f_navi ul li a{
    color:#FFFFFF;
    text-decoration: none;
    
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.f_navi ul li a:hover{
    color: #000000;
    text-decoration:underline;
}




address{
	font-size:11px;
	line-height:140%;
    color: #FFFFFF;

    margin-bottom: 12px;
}

.ad_ttl{
	font-size:12px;
	line-height:120%;
	margin-bottom:8px;	
    color: #FFFFFF;
}

.ad_logo{
    width: 130px;
    margin-bottom: 15px;

}

footer a{
    color: #FFFFFF;
	text-decoration:none;
}

footer a:hover{
    color: #FFFFFF;
	text-decoration:none;
}


.f_cpy{

	font-size: 10px;
	box-sizing:border-box;
	line-height:120%;
    color:#FFFFFF;
    text-align: center;

}









}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


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






/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
width: 212px;
height: auto;
text-align:center;
padding-top: 8px;
margin: 0 auto 15px;
/*position: absolute;
top: 64px;
left: 40px;*/
}





h2.h2_01{
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 50px;
    color: #333333;

    padding: 40px 0 15px 30px;


    font-family: "rigid-square", sans-serif;
    font-weight: 700;
    font-style: normal;


transform: skewX(-15deg) !important;  
}

h2.h2_01 p{

    margin-bottom:8px;
}

h2.h2_01 p span{
    font-size: 60px;
    line-height: 100%;
    margin-left: -20px;

   font-family: 'noto700';
     
    
  background: linear-gradient(90deg, #c01730, #710b0b);
  background: -webkit-linear-gradient(0deg, #c01730, #710b0b);
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h2_bdr{
    border-left: 3px solid #c01730;
    transform: skewX(0deg) !important;  
}

h3.h3_01{
  display: inline-block;
  background-color: #1d2651;
  color: #fff;

  padding: 5px 15px;

  font-size: 20px;

  margin-bottom: 10px;

}



/* スライド ---------------------------------------------- */


.top_slide_out{
    padding: 0 30px;

}

.top_slide{
	width:100%;
	min-height:750px;

	z-index:5;


    margin-top: 90px;


 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}





.slide_txt_out{
position: absolute;
width: 100%;
height: 750px;

box-sizing: border-box;

z-index: 6000;

  display: flex;
  justify-content: center;
  align-items: center;
}


.slide_txt_in{
    margin-top: 50px;
}





.slide_txt_out01{
position: absolute;
width: 100%;
height: 500px;

box-sizing: border-box;

z-index: 6000;

  display: flex;
  justify-content: center;
  align-items: center;
}


.slide_txt_in01{
    width: 380px;
    height: auto;
    margin:10px auto 0px auto;
}












/* 各ページイメージ ---------------------------------------------- */


.main_top_img{
  position: relative;
  width: 100%;
  min-height: 100vh; 
  background: linear-gradient(90deg, rgba(218,0,54,1) 0%, rgba(218,0,54,1) 50%, rgba(1,12,68,1) 50%); 
  
  position: relative;
}

.main_top_img01{
  position: relative;
  width: 100%;
  min-height: 100vh; 
  background:url("../img/common/main_bg.jpg") center center no-repeat;

	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
  
  position: relative;
  

}





.main_top_img_in{
  margin: 0;
  position: absolute;
  top: calc(50% - 275px);  
/*  top: calc(50% - 0.5em);*/
  width: 100%;
  text-align: center;
  
  padding: 0 50px;
  box-sizing: border-box;  
}

.pg_top_img{
  position: relative;
  width: 100%;
  min-height: 400px; 

  background:url("../img/common/main_bg01.jpg") center center no-repeat;

	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
  position: relative;
}

.pg_top_img_in{
  margin: 0;
  position: absolute;
  top: calc(50% - 100px);  
/*  top: calc(50% - 0.5em);*/
  width: 100%;
  text-align: center;
}


.pg_top_img_in p{
    max-width: 432px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}



/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:0px;
	left:50%;
}



/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:4px;
	bottom:7px;
    /*テキストの形状*/
	color: #eee;
	font-size: 14px;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#eee;
}






.mouse_in{
	position:absolute;
	bottom:15px;
    left: 50%;
    transform: translate(-50%,0%);
}

.mouse_bx{
    position: relative;
}

.mouse{
    position: absolute;
	left:50%;    
    margin-left: -15px;
    
  width: 30px;
  height: 51px;
  position: relative;
  background: #4e5559 linear-gradient(transparent 0%,
                                      transparent 50%,
                                      #ffffff 50%,
                                      #ffffff 100%);
  background-size: 100% 200%;
  border-radius: 100px;
  animation: colorSlide 5s linear infinite,
             nudgeMouse 5s ease-out infinite;
             

}
.mouse:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.mouse:after{
  content: '';
  position: absolute;
  top: 13px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}


.mouse:before{
  width: 26px;
  height: 46px;
  background-color: #30333a;
  border-radius: 100px;
}
.mouse:after{
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  animation: trackBallSlide 5s linear infinite;
}


@import url(https://fonts.googleapis.com/css?family=Cabin);

.text{
 
  margin-top: 10px;
  font-family: Cabin;
  letter-spacing: 12px;
  color: #fff;
  text-align: center;
  
  font-size: 13px;
  text-indent: 12px;
  animation: colorText 5s ease-out infinite,
             nudgeText 5s ease-out infinite;
}

/* Animations */
@keyframes colorSlide{
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}

@keyframes colorText{
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
} 

@keyframes trackBallSlide{
  0%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  6%{
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14%{
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%, 19%{
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  30%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36%{
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44%{
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%, 49%{
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  60%{
    opacity: 1;
    transform: scale(0.9) translateY(-20px);
  }
  66%{
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74%{
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%, 79%{
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  88%, 100%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}
@keyframes nudgeMouse{
  0%{
    transform: translateY(0);
  }
  20%{
    transform: translateY(8px);
  }
  30%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(8px);
  }
  60%{
    transform: translateY(0);
  }
  80%{
    transform: translateY(8px);
  }
  90%{
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0%{
    transform: translateY(0);
  }
  20%{
    transform: translateY(2px);
  }
  30%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(2px);
  }
  60%{
    transform: translateY(0);
  }
  80%{
    transform: translateY(2px);
  }
  90%{
    transform: translateY(0);
  }
}














/* トップ   プラン ---------------------------------------------- */

.tp_plan{
  width: 100%;
}

.tp_plan_l{
  float: left;
  width: 40%;
  margin-left: 2%;
  padding: 10px;
  box-sizing: border-box;

}

.tp_plan_l img{
  width: 100%;
  height: auto;
  margin: 0px auto;
}


.tp_plan_r{
  float: left;
  width: 58%;
  padding: 30px 10px 10px;

  box-sizing: border-box;
}


.tp_plan_ttl{
	font-size: 22px;
	line-height: 140%;
	text-align: center;
	margin-bottom: 20px;
    font-family: 'noto700';
}


.tp_plan_table{
    margin-bottom: 110px;
}


.tp_plan_table table{
    width: 100%;
}

.tp_plan_table table th{
	padding:10px 10px;
	font-size:15px;
	line-height:160%;
	vertical-align:top;
	background:#e4e5e6;
	border:1px solid #FFFFFF;
	text-align:center;
	color:#000000;
    
    font-family: 'noto700';    
}

.tp_plan_table table td{
	padding:10px 10px;
	font-size:15px;
	line-height:160%;
	vertical-align:top;
    background: #f2f4f5;
	color:#000000;
	border:1px solid #FFFFFF;
    
    vertical-align: middle;
}

.tp_plan_txt01{
	padding:20px 40px;
	box-sizing:border-box;
/*    background: #000000;*/

	width: 100%;
	height:auto;

  border-radius: 10px;


	background:url("../img/common/footer.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0 auto 80px auto;

}

.tp_plan_txt01_inner{
	width: 100%;
	height:auto;

  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;

  margin: 0px auto 10px;
}

.tp_plan_img01{
	width: 100%;
  max-width: 712px;

  margin: 0px auto 60px;
}

.tp_plan_img01 img{
	width: 100%;
  transition: 0.3s;
}

.tp_plan_img01:hover img{
	opacity: 0.8;
}



.plan_bnr{
  width: 240px;
  height: auto;
  display: block;
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 99;
}

.plan_bnr a img{
  width: 100%;
  height: auto;
}





/* トップ   アバウト ---------------------------------------------- */


.tp_abt000_bg{
    padding: 50px 30px;
    background: url("../img/top/00_bg.png") repeat,#a0e5ed;
    border-radius: 10px;
    margin-bottom: 80px;
    
}


.tp_abt000_ttl{
    max-width: 614px;
    height: auto;
    margin: 0 auto 30px auto;
}





.tp_abt000{
    max-width: 1000px;
    height: auto;
    margin: 0 auto 0px auto;

/*    border: 2px solid #c01831;*/
    border-radius: 10px;
    padding: 30px 20px;
    box-sizing:border-box; 

    background: rgba(255,255,255,0.70);

}

.tp_abt000 dl dt{
    font-size: 34px;
    line-height: 100%;
    color: #1d2651;
    font-family: 'noto900'; 
    text-align: center;
    margin-bottom: 20px;
}


.tp_abt000 dl dt ruby{
    margin: 0;
    padding: 0;

}
.tp_abt000 dl dt ruby rt{
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    margin-bottom: -5px;

}

.tp_abt000 dl dd{
    font-size: 19px;
    line-height: 180%;
    color: #000000;
    font-family: 'noto700'; 
    text-align: center;
}

.tp_abt000 dl dd em::before {
	content: "\A" ;
	white-space: pre ;
}



/*.tp_abt000 dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}

*/






.tp_abt00_ttl{
    font-size: 50px;
    line-height: 120%;
    color: #000000;
    font-family: 'noto900'; 
    text-align: center;
    margin-bottom: 60px;

}



.tp_abt00{
    border: 2px solid #c01831;
    border-radius: 10px;
    padding: 30px 20px;
    box-sizing:border-box; 

    margin-bottom: 80px;

}

.tp_abt00 dl dt{
    font-size: 34px;
    line-height: 100%;
    color: #1d2651;
    font-family: 'noto900'; 
    text-align: center;
    margin-bottom: 20px;
}


.tp_abt00 dl dt ruby{
    margin: 0;
    padding: 0;

}
.tp_abt00 dl dt ruby rt{
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    margin-bottom: -5px;

}

.tp_abt00 dl dd{
    font-size: 20px;
    line-height: 180%;
    color: #000000;
    font-family: 'noto700'; 
    text-align: center;
}



.tp_abt00 dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}





.tp_abt01{

    margin-bottom: 80px;
}

.tp_abt01_l{
    width: 31%;
    height: 330px;
    float: left;
    
/*    background: #949494;*/

    border-right: 3px solid #333333;
 

    box-sizing: border-box; 
    
    padding: 0 3% 0 0;
    box-sizing: border-box;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}


.tp_abt01_r{
    width: 69%;
    height: 330px;
    float:right;

    
/*   background:#E78788;*/
    
    
    padding: 0 0 0 3%;
    box-sizing: border-box;
    
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}


.tp_abt01_r p{
    
    font-size: 20px;
    line-height: 180%;
    font-family: 'noto500';
    
    margin-bottom: 30px;
}



.tp_abt01_r_in{

}



.tp_abt01_btn_cw{
    max-width: 450px !important;
    width: 100%;
    height: auto;
    margin: 0 auto 100px auto !important;
}

.tp_abt01_btn_cw a{
    max-width: 450px !important;
}

.tp_abt01_btn_c{
    margin: 0 auto 110px auto !important;
}



.tp_abt01_btn{
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
}

.tp_abt01_btn a{
    display: block;
    max-width: 300px;
    width: 100%;
    height: auto;
    background: #1d2651;
    padding: 20px 10px;
    color: #FFFFFF;
    
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    
    font-family: 'noto500';

    
    transition: all  0.3s ease; 
    
    border-radius: 10px;

    box-sizing: border-box;

}



.tp_abt01_btn a:hover{

    background: #c01830;
    color: #FFFFFF;

}


.tp_abt02_btn{
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
}

.tp_abt02_btn a{
  display: block;
  max-width: 300px;
  width: 100%;
  height: auto;
  background: #c01830;
  padding: 20px 10px;
  color: #FFFFFF;
  
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  
  font-family: 'noto500';

  
  transition: all  0.3s ease; 
  
  border-radius: 10px;

  box-sizing: border-box;

}



.tp_abt02_btn a:hover{

  background: #1d2651;
  color: #FFFFFF;

}



/* トップ   玉表示 ---------------------------------------------- */



.tp_igt01{
    margin:0px auto 80px;
    width: 100%;
    max-width: 840px;

}


.tp_igt01 ul li{
    width: 48.2%;
    height: 240px;
    float: left;
    margin-right: 3.6%;
    margin-bottom: 30px;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
  

}

.tp_igt01 ul li:nth-child(2n){
    margin-right: 0%;
}


.tp_igt01 ul li dl dt{
    text-align: center;
    margin-bottom: 15px;
}



.tp_igt01 ul li dl dd p{
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 10px;
    

    font-family: agenda, sans-serif;
    font-style: normal;
    font-weight: 400;    
}

.tp_igt01 ul li dl dd p span{
    letter-spacing: 0px;
}




.tp_igt01 ul li dl dd{
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    
    margin-bottom: 20px;
    

    font-family: 'noto500';

}



.tp_igt01 ul li:nth-child(odd){
background:#c01730;
}



.tp_igt01 ul li:nth-child(even){
background:#1e2652;
}






.tp_igt01_01{
    max-width: 790px;
    margin: 0 auto 80px auto;
}

.tp_igt01_01 ul li{
    width: 49%;
    height: 240px;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
  

}

.tp_igt01_01 ul li:nth-child(2n){
    margin-right: 0%;
}


.tp_igt01_01 ul li dl dt{
    text-align: center;
    margin-bottom: 15px;
}



.tp_igt01_01 ul li dl dd p{
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 10px;
    

    font-family: agenda, sans-serif;
    font-style: normal;
    font-weight: 400;    
}

.tp_igt01_01 ul li dl dd p span{
    letter-spacing: 0px;
}

.tp_igt01_01 ul li dl dd{
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    
    margin-bottom: 20px;
    

    font-family: 'noto500';

}



.tp_igt01_01 ul li:nth-child(odd){
background:#c01730;
}



.tp_igt01_01 ul li:nth-child(even){
background:#1e2652;
}


.tp_igt02{
  max-width: 540px;
  margin: 0 auto 80px auto;
}

.tp_igt02 ul li{
  width: 100%;
  height: 240px;
  float: left;
  margin-bottom: 30px;
  

 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; 
 align-items: center; 
 -webkit-justify-content: center; 
 justify-content: center;  
 


}

.tp_igt02 ul li dl dt{
  text-align: center;
  margin-bottom: 15px;
}

.tp_igt02 ul li dl dd p{
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 10px;
  

  font-family: agenda, sans-serif;
  font-style: normal;
  font-weight: 400;    
}

.tp_igt02 ul li dl dd p span{
  letter-spacing: 0px;
}

.tp_igt02 ul li dl dd{
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  
  margin-bottom: 20px;
  

  font-family: 'noto500';

}

.tp_igt02 ul li:nth-child(odd){
  background:#1e2652;

}

.tp_igt02 ul li:nth-child(even){
  background:#c01730;
}





.pagelink {
  text-align: center;
}

a.btn {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  border-bottom: 2px solid;
  padding: 0px 20px 5px 10px;
  transition: all 0.3s;
  color:#FFFFFF;
 
   letter-spacing: 3px;
    font-family: agenda, sans-serif;
    font-style: normal;
    font-weight: 400;      
}
a.btn:before, a.btn:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
}
a.btn:before {
  right: 5px;
  bottom: 40%;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(45deg);
}
a.btn:after {
  opacity: 0;
  bottom: 0;
  left: 0;
  height: 20%;
  width: 0;
  background: rgba(255, 221, 68, 0.7);
}
a.btn:hover {
  letter-spacing: 6px;
}
a.btn:hover:before {
  right: 5px;
}
a.btn:hover:after {
  opacity: 1;
  width: 100%;
}



 /* おもてなし店　一覧---------------------------------------------- */

.omotenashi_01{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0px auto 40px;
}

.omotenashi_01 span{
  padding: 3px 20px 0px;
  background-color: #c01830;
  color: #fff;
  font-weight: bold;
}

.omotenashi_02{
  font-size: 18px;
  text-align: center;
  margin: 0px auto 40px;

}

.omotenashi_02 span{
  font-size: 20px;
  color: #1e2652;
  font-weight: 700;
} 



.omotenasi_list{
  margin: 0px auto 80px;

  padding:0px 50px 50px;
  box-sizing: border-box;

}

.swiper-wrapper{

}

.swiper-slide{
  width: 350px;

  background-color: #f0f0f0;

  border: 2px solid #1e2652;
  padding: 10px;
  box-sizing: border-box;
}


.hospitality_list{
  width: 100%;
}

.hospitality_list > ul > li{
  float: left;
  width: 32%;

  margin-right: 2%;
  margin-bottom: 20px;

  background-color: #f0f0f0;

  border: 2px solid #1e2652;
  padding: 10px;
  box-sizing: border-box;
}

.hospitality_list > ul > li:nth-child(3n){
  margin-right: 0%;
}


.slide_img{
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  padding-top: 66%;
}

.slide_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.omotenasi_txt{
  margin: 0px auto 0px;
  height: 64px;

  text-align: center;
  word-break: auto-phrase;

  overflow: hidden;
}

.omotenasi_txt span{
  padding: 4px 15px 0px;
  background-color: #c01830;
  color: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;

  font-size: 17px;
  font-weight: 700;
  line-height: 200%;
}


.slide_title{
  text-align: center;
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
  padding: 10px;
  box-sizing: border-box;
  height: 76px;

  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; 
  align-items: center; 
  -webkit-justify-content: center; 
  justify-content: center;   
 

}

.slide_cat_list{
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 20px;
}

.slide_cat_list li{
  width: 70px;
  height: 32px;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;

  background-color: #FFF;
  padding: 2px 10px 0px;
  box-sizing: border-box;
  border: 1px solid #000;
  color: #000;
  text-align-last: justify;
}

.slide_cat_list li:last-child{
  margin-right: 0px;
}

.slide_btn{
  width: 100%;
  max-width: 160px;

  margin: 0px auto 10px;
  text-align: center;

}

.slide_btn a{
  text-decoration: none;
  display: block;
  width: 100%;
  height: 40px;
  background: #1d2651;
  color: #FFFFFF;
  
  font-size: 16px;
  line-height: 110%;

  
 -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; 
 align-items: center; 
 -webkit-justify-content: center; 
 justify-content: center;   

 border-radius: 5px;
}

.slide_btn a:hover{
  background: #c01830;
  color: #FFFFFF;
}

 /* トップ　加盟店一覧---------------------------------------------- */


.to_kti01{
    margin-bottom: 40px;

}


.to_kti01 dl dt{
    font-size: 34px;
    line-height: 160%;
    color: #1d2651;
    font-family: 'noto700';
    margin-bottom: 15px;
    text-align: center;
}

.to_kti01 dl dd p{
    font-size: 30px;
    line-height: 160%;
    color: #000000;
    font-family: 'noto700';
    margin-bottom: 5px;    
}


.to_kti01 dl dd{
    font-size: 18px;
    line-height: 160%;
    color: #000000;
    font-family: 'noto400';
    text-align: center;    
}


.tp_kl001_bg{
    background: url("../img/top/bg001.jpg") repeat;
    padding: 40px;
    margin-bottom: 40px;
    
    border: 2px solid #3399cc;
    border-radius: 15px;
    
    box-sizing: border-box;

}

.tp_kl001_ttl{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 6px 15px 10px 15px;
    box-sizing: border-box;
    background: #3599cd;
    margin-bottom: 40px;

    font-size: 26px;
    line-height: 140%;
    color: #000000;
    font-family: 'noto700';
    color:#FFFFFF; 
    text-align: center;
    
    border-radius: 15px;
}


.tp_kl001_in{
  max-height: 450px;
  overflow-y: scroll;
}

.tp_kl001_in ul li{
    width: 23.5%;
    height:auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
}

.tp_kl001_in ul li:nth-child(4n){
    margin-right: 0%;
}



.tp_kl001_img{
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  padding-top: 66%;
  }
  
  .tp_kl001_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tp_kl001_in dl{
  height: 85px;
}


.tp_kl001_in dl dt{
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    font-family: 'noto700'; 
    margin-bottom: 3px;
}

.tp_kl001_in dl dd{
    font-size: 16px;
    line-height: 140%;
    color: #666666;
    font-family: 'noto400'; 
}













 /* トップ　　新着情報---------------------------------------------- */


.tp_news{
    margin-bottom: 80px;
}

.tp_news dl{
  margin-bottom: 40px;
}


.tp_news dl dt{
font-size: 16px;
line-height: 160%;
float: left;
clear: both;
color: #1E2652;



}

.tp_news dl dd{
font-size: 16px;
line-height: 160%;
margin: 0 0 15px 0;
padding-bottom: 15px;
padding-left: 120px;
border-bottom: 1px dotted #c01730;
}


.tp_news dl dd a{
    color: #000000;
    text-decoration: none;
}


.tp_news dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}




.ns_ttl{
    font-size: 28px;
    line-height: 180%;
    font-family: 'noto700';
    color: #1E2652;
    margin-bottom: 15px;
}



.ns_day{
    font-size: 15px;
    line-height: 100%;
    margin-bottom: 15px;
    text-align: right;
}


.ns_post{
    font-size: 18px;
    line-height: 200%;
    
    margin-bottom: 150px;

}












 /* トップ　　SNS---------------------------------------------- */


.inst_area{
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 0 auto 60px auto;
}


.inst_area dl dt{
  width: 100%;
  max-width: 450px;
  line-height: 180%;

  margin: 0px auto 20px;

  background-color: #FF7B23;
  border-radius: 5px;
  transition: 0.3s;
}

.inst_area dl dt:hover{
  opacity: 0.8;
}

.inst_area dl dt a{
  display: block;
  width: 100%;
  padding: 8px 10px 5px;
  line-height: 180%;
  color: #ffffff;
  font-size: 18px;
  text-align: center;

  font-weight: 700;
  box-sizing: border-box;
}

.inst_area ul li{
  float: left;
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 10px;
}

.inst_area ul li:nth-child(4n){
  margin-right: 0%;
}

.inst_area ul li a{
  display: block;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}

.inst_area ul li img{
  width: 100%;
  height: 180px;
  object-fit: cover;

  transition: transform .6s ease; /* ゆっくり変化させる */
}

.inst_area ul li a:hover img{
  transform: scale(1.1); /* 拡大 */
}








.tp_twitter{
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 0 auto 80px auto;
}

.tp_twitter ul li{
  float: left;
  width: 49%;
  height: auto;
  margin-right: 2%;
  border-radius: 5px;

  transition: 0.3s;
}

.tp_twitter ul li:last-child{
  margin-right: 0%;
}

.tp_twitter ul li a{
  display: block;
  width: 100%;
  padding: 8px 10px 5px;
  line-height: 180%;
  color: #ffffff;
  font-size: 18px;
  text-align: center;

  font-weight: 700;
  box-sizing: border-box;
}

.tp_twitter ul li.red{
  background-color: #c01730;
}

.tp_twitter ul li.blue{
  background-color: #1e2652;
}

.tp_twitter ul li:hover{
  opacity: 0.8;
}



.tp_sns01{
    max-width: 140px;
    width: 100%;
    height: auto;
    margin: 0 auto 80px auto;
}

.tp_sns01 ul li{
    width: 45%;
    height: auto;
    float: left;
    margin-right: 10%;

}

.tp_sns01 ul li:nth-child(2n){
    margin-right: 0%;
}






.follow-me {

}
.follow-me li {
    width: 45%;
    height: auto;
    float: left;
    margin-right: 10%;


  padding: 0;
}
.follow-me li a::before {
  background-color: #eee;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #333;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 30px;
  height: 60px; /* Button height */
  line-height: 44px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 100%; /* Button width */
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}
.follow-me li a:hover::before {
  color: #fff;
}



.follow-me li a[href*="www.facebook.com/city.iwaki.jp"]::before       { content: "\f09a"; }
.follow-me li a[href*="twitch.tv"]::before          { content: "\f1e8"; }
.follow-me li a[href*="twitter.com"]::before        { content: "\f099"; }
.follow-me li a[href*="youtube.com"]::before        { content: "\f16a"; }


.follow-me li a[href*="www.facebook.com/city.iwaki.jp"]:hover::before       { background-color: #3b5998; }
.follow-me li a[href*="twitch.tv"]:hover::before          { background-color: #6441a5; }
.follow-me li a[href*="twitter.com"]:hover::before        { background-color: #55acee; }
.follow-me li a[href*="youtube.com"]:hover::before        { background-color: #cd201f; }



.youtube_bg{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;

}

	
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}





 /* トップ　　バナー---------------------------------------------- */


.tp_bnr01{

}

.tp_bnr01 ul li{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
}

.tp_bnr01 ul li:nth-child(4n){
    margin-right: 0%;
}




 /* Coming Soon---------------------------------------------- */


.cs_bg{
    padding: 80px 30px;
    background:url("../img/coming_soon/00_bg.png") repeat,#a0e5ed;
    border-radius: 10px;

}

.cs_in{
}

.cs_in dl dt{
    max-width: 541px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}

.cs_in dl dd p{
    font-size: 24px;
    line-height: 180%;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 30px;
    color: #000000;
}

.cs_in dl dd{
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    color: #1c2650;    
    font-family: 'noto900';
}



 /* まち歩きMAPー---------------------------------------------- */




.tp_kpr03{
    margin-bottom: 50px;

}


.tp_kpr03 ul li{
    width: 16%;
    height: auto;
    float: left;
    margin-right:0.8%;
    
    

}

.tp_kpr03 ul li:nth-child(6n){
    margin-right: 0%;
}


.tp_kpr03 ul li a.btn_07 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #010C44;
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  padding: 0 5px;
  color: #010C44;
  font-size: 15px;
  line-height: 130%;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  cursor: pointer;
}

.tp_kpr03 ul li a.btn_07:hover {
  background: #010C44;
  border: 1px solid #05639a;
  color: #fff;
}

.tp_kpr03 ul li a.btn_07:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 50px;
  border-color: transparent transparent #010C44 transparent;
}

.tp_kpr03 ul li a.btn_07 span {
    position: absolute;
    bottom: 12px;
    right: 20px;
    display: inline-block;
}

.tp_kpr03 ul li a.btn_07 span:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}

.tp_kpr03 ul li a.btn_07 span:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #010C44;
    border-right: 2px solid #010C44;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -3px;
}




.tp_kpr03 ul li em::before{
	content: "\A" ;
	white-space: pre ;

}






.tp_kpr04 {
    max-width: 500px;
  position: relative;
  padding: 0 45px;
  text-align: center;
  
  font-size: 40px;
  line-height: 100%;
  
  margin: 0 auto 50px auto;
  
    font-family: 'noto700';    
}

.tp_kpr04:before {
  position: absolute;
  top: calc(50% - 0px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

.tp_kpr04 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}




/* MAP関連 ---------------------------------------------- */

.mapContainer{
    width: 100%;
    margin-bottom: 60px;
}


.mapComponent {
    position: relative;
    width: 60%;
    float: left;
	height: 600px;
	box-sizing: border-box;
  }
  
  #map_canvas {
    position: absolute;
    top: 0;
    margin: 20px auto 10px;
    width: 100%;
    height: 600px;
    box-shadow: 10px 10px 10px rgba(190, 190, 190, 0.4);
    /* add for mobile click event */
    cursor:pointer;
  }


  .infowindow{
	border: none;
	font-size: 14px;
  }

  .infowindow img{
	display: block;
	width: 100%;
	max-width: 260px;
	height: 100%;
	max-height: 195px;
	margin: 0px auto 5px;

	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	-moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius: 5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
  }

  .infowindow h4{
	line-height: 180%;
	font-size: 18px;
	margin-bottom: 5px;
  }

  .infowindow .cat_name{
	padding:3px 6px 2px;
	background-color: #E43E31;
	color: #FFFFFF;

	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	-moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius: 3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
  }
  
  .mapList{
    width: 39%;
    float: right;
	margin: 15px auto;
	height: 600px;
	overflow-y: scroll;
	padding: 5px 0px 5px;
  }
  
  #mapList {
    margin: 0px auto;
    padding: 0;
    font-size: 0.9em;
    width: 95%;
  }
  
  #mapList li {
    border: 1px solid #ccc;
    cursor: pointer;
    list-style-type: none;
    padding: 10px 10px;
    display: flex;

	transition: 0.3s;
  }

  #mapList li img.num_img{
	width: 40px;
	height: 50px;
	margin: 0 10px 0 0;
    
  }
  
  #mapList li:hover {
    transform: scale(1.02, 1.02);
    transition: 0.3s;
  }

  .clicked {
    background-color: #ccc;
  }
  
  button.gm-ui-hover-effect{
	top: -3px !important;
	right: -3px !important;
  }
  
  button.gm-ui-hover-effect:focus{
	outline:0;
  }

  .gm-style-iw-d{
	max-height: none !important;
  }

  .gm-style-iw{
	max-height: none !important;
  }







.tw01{

}


.tw01 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 50px;
/*    
    background: #EFC2C3;*/
}

.tw01 ul li:nth-child(3n){
    margin-right: 0%;
}


.tw01_img_in{
    position: relative;
    margin-bottom: 15px;

}

.tw01_img{
  margin-top: 50px;
  
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  padding-top: 66%;
  
  }
  
.tw01_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tw01_img_pin{
    position: absolute;
    top: -50px;
    left: 15px;

    z-index: 9;
}


.tw01_img_pin img{
    width: 60px;

}




.tw01_cat{
    margin-bottom: 15px;
}

.tw01_cat ul{
    text-align: center;
}

.tw01_cat ul li{
    float: none;
    display: inline-block;
    margin-right: 8px;
    padding: 5px 15px;
    color: #FFFFFF;
    
    border-radius: 10px;
    
    font-size: 14px;
    line-height: 100%;
    
    width: auto;
    height: auto;
    float: none;

    margin-bottom: 0px; 
  
}


.tw01_cat ul li:last-child{
     margin-right: 0%;
}


.tw01_cat_bg01{
    background: #000e49;
}

.tw01_cat_bg02{
    background: #ff6e04;
}

.tw01_cat_bg03{
    background: #e43e31;
}


.tw01_in{
    height: 250px;
}

.tw01_in dl dt{
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 15px;
}




.tw01_in dl dd table{
    width: 100%;
    margin-bottom: 15px;
}

.tw01_in dl dd table th{
    width: 45px;
	padding:5px 0px;
	font-size:15px;
	line-height:160%;
	vertical-align:top;

	border-bottom:1px dotted #a09f9f;

	color:#000000;
}

.tw01_in dl dd table td{
	padding:5px 0px;
	font-size:15px;
	line-height:160%;
	vertical-align:top;

	border-bottom:1px dotted #a09f9f;

	color:#000000;
}


.tw01_in dl dd p{
    font-size: 15px;
    line-height: 170%;

}












/* クーポン対象店舗! ---------------------------------------------- */




.srh_b01{

    margin-bottom: 25px;

}

.srh_b01_in{

float: right;
clear: both;
    
}


.srh_b01_in ul li{
    float: none;
    margin-bottom: 10px;
    
    float:left;
    
    margin-right: 10px;


}

.srh_b01_in ul li:last-child{
     margin-right: 0%;
}




.srh_b01_in span{
    margin-right: 3px;
    margin-left: 10px;
}

.selectbox-003 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-003::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #777;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-003 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: +60px;
    height: 40px;
    padding: 5px 50px 5px 15px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    background-color: #fff;
    color: #555;
    cursor: pointer;
}


input[type="submit"] {
	width: 100px;
    font-size: 16px;
    color: #fff;
	display: inline-block;
    padding: 5px 0px;
    text-align: center;
	background-color: #0C205F;
    border: 1px solid #0C205F;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 1s;
}

/*--hover--*/
input[type="submit"]:hover {
    color: #0C205F;
    background-color: #ffffff;
    border: 1px solid #0C205F;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 1s;
}







.cg_01{
    margin-bottom: 70px;

}

.cg_01 table{
	width:100%;
	height:auto;
    
    border: 1px solid #999999;    

}

.cg_01 table th{

	padding:10px 15px 10px 15px;	
	box-sizing:border-box;

	font-size:15px;
    line-height: 150%;
    color:#FFFFFF;
    font-family: 'noto700';
    
	border-collapse:collapse;

	text-align:center;
    border: 1px dotted #999999;
    
    background: #DA0036;
    
}

.cg_01 table td{

	padding:10px 15px 10px 15px;	
	box-sizing:border-box;

	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border: 1px dotted #999999;
}


/*.cg_01 table tr:hover {
  background: gray;
  cursor: pointer;
}
*/

.cg_01 table td a{
    color: #0C205F;
    text-decoration: underline;
}

.cg_01 table td a:hover{
    color: #0C205F;
    text-decoration:none;
}



.cg_01 table tr:nth-child(odd){
    background: #fffafb;
}





/* いわきFC戦ウェルカム宿泊プラン---------------------------------------------- */

.wap01{
	margin-bottom: 25px;

}

.wap01 dl dt{
	text-align: center;
	margin-bottom: 20px;

}

.wap01 dl dd{
	font-size: 24px;
	line-height: 140%;
	text-align: center;
	margin-bottom: 20px;
    font-family: 'noto700';
}

.wap01 dl dd p{
	font-size: 48px;
	line-height: 140%;
	text-align: center;
	margin-bottom: 5px;

}

.wap02{
	font-size: 16px;
	line-height: 180%;
	text-align: center;
    color:#cc0000;
	margin-bottom: 30px;

}



.wap03{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 80px auto;
}



.wap04_ttl {
  position: relative;
  padding:18px 20px;
  text-align: center;
  border: 2px solid #c01831;
  background: #c01831;
  
  font-size: 27px;
  line-height: 140%;
  color: #FFFFFF;
  font-family: 'noto700'; 
  
  margin-bottom: 35px;
}

.wap04_ttl:before,
.wap04_ttl:after {
  position: absolute;
  content: '';
}

.wap04_ttl:before {
  top: -50px;
  left:30px;
  width: 90px;
  height: 90px;
  border: 2px solid #c01831;
  border-radius: 50%;
  background: #c01831;
}

.wap04_ttl:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c01831;
}

.wap04_ttl i {
  font-size: 48px;
    font-family: 'noto700';
    font-style: normal;
  line-height: 100px;
  position: absolute;
  z-index: 1;
  top: -75px;
  left: 30px;
  width: 90px;
  height: 90px;
  text-align: center;
  color: #FFFFFF;

}

.wap04_ttl span {
  position: relative;
  z-index: 1;
}


.wap04_ttl_s{
    font-size: 18px;
    line-height: 160%;
    margin-top: 5px;
    


}




.wap05_ttl{
	font-size: 26px;
	line-height: 140%;
	text-align: center;
	margin-bottom: 20px;
    font-family: 'noto700';
}


.wap05{
    margin-bottom: 110px;
}


.wap05 table{
    width: 100%;
}

.wap05 table th{
	padding:10px 20px;
	font-size:16px;
	line-height:160%;
	vertical-align:top;
	background:#e4e5e6;
	border:1px solid #FFFFFF;
	text-align:center;
	color:#000000;
    
    font-family: 'noto700';    
}

.wap05 table td{
	padding:10px 20px;
	font-size:16px;
	line-height:160%;
	vertical-align:top;
    background: #f2f4f5;
	color:#000000;
	border:1px solid #FFFFFF;
    
    vertical-align: middle;
}

.wap05 table td.game_info{
	font-size:24px;
  font-weight: 600;
	line-height:160%;

  
  text-align: center;
  padding: 30px 10px;
    
  vertical-align: middle;
}

.wap05 p{
    font-size: 16px;
    line-height: 140%;
    color: #C01831;
    margin-top: 15px;

}

.wap05 .note{
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #1d2651;
  
  font-family: 'noto500'; 
}






.wap06{
	font-size: 18px;
	line-height: 180%;
	margin-bottom: 30px;
}

.wap06 span.font_b{
	font-weight: 600;
}


.wap06 p{
    font-size: 16px;
    line-height: 140%;
    color: #C01831;
    margin-top: 0px;

}


.wap06_btn{
    max-width: 900px;
    width: 100%;
    height: auto;
    margin: 0 auto 100px auto;

}

.wap06_btn ul li{
    width: 48%;
    height: auto;
    margin-right: 4%;
    float: left;
}


.wap06_btn ul li:nth-child(2n){
    margin-right: 0%;
}

.wap06_btn ul li a{
    display: block;

    width: 100%;
    height: auto;
    background: #1d2651;
    padding: 17px 10px;
    color: #FFFFFF;
    box-sizing: border-box;
    
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    
    font-family: 'noto500';

    transition: all  0.3s ease; 
    
    border-radius: 10px;
}

.wap06_btn ul li a:hover{

    background: #c01830;
    color: #FFFFFF;

}





.wap07{
    margin-bottom: 80px;

}

.wap07 dl{
    margin-bottom: 50px;

}

.wap07 dl dt{
    max-width: 970px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}

.wap07 dl dd{
    max-width: 970px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
}


.wap07 dl dd:last-child{
    margin: 0 auto 0px auto;
}

.wap07 dl dd span.font_red{
  color: #C01831;
}


.wap07 dl dd span::before{
	content: "\A" ;
	white-space: pre ;

}





.wap07 dl dd ul li{
    width: 48%;
    height: 100px;
    float: left;
    
    font-size: 18px;
    line-height: 160%;
    
    font-family: 'noto500';   
    
    padding: 0 15px;
    box-sizing: border-box;
    margin-right: 4%;
    border: 2px solid #3399cc;
    background:url("../img/welcome_accommodation_plan/03_bg.png") repeat;
    border-radius: 10px;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.wap07 dl dd ul li:nth-child(2n){
    margin-right: 0%;
}


.wap07 dl dd:last-child{
    margin-bottom: 0;
}

.wap07 dl dd span::before{
	content: "\A" ;
	white-space: pre ;

}


.wap07 dl dd ul li p{
    font-size: 18px;
    line-height: 160%;
    text-align:left;
    color:#000000;
    
    font-family: 'noto500'; 
}






.wap07 p{
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #ff0000;
    
    font-family: 'noto500'; 
}


.wap08{
    font-size: 35px;
    line-height: 150%;
    text-align: center;

    margin-bottom: 30px;
    
    font-family: 'noto700'; 
}


.wap09{
  width: 100%;
  max-width: 700px;

  margin: 0px auto 60px;
  
  box-sizing: border-box;
}

.wap09 .wap09_l{
  width: 74%;
  float: left;

  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.wap09 .wap09_l dl dt{
  width: 100%;
  padding: 12px 15px 10px;
  margin-top: 30px;
  margin-bottom:30px;
  font-size: 24px;
  color: #ffffff;

  background-color: #1d2651;
  box-sizing: border-box;

  font-family: 'noto700'; 

}

.wap09 .wap09_l dl dd{
  width: 100%;
  font-size: 20px;
  line-height: 160%;
  color: #000000;

  box-sizing: border-box;

  font-family: 'noto500'; 

}

.wap09 .wap09_r{
  width: 25%;
  float: right;

  text-align: center;
}

.wap09 .wap09_r_img img{
  width: 100%;
}

.wap09 .wap09_r_bnr img{
  width: 100%;
  max-width: 120px;
}

.wap10{
  max-width: 970px;
  width: 100%;

	font-size: 18px;
	line-height: 180%;
	margin: 0px auto 60px;
  font-family: 'noto500'; 

  border: 10px solid #1d2651;
  padding:20px;
  box-sizing: border-box;

  background:#f2f4f5;
}

.wap10 span{
  color: #C01831;
}

/*おもてなし企業 ---------------------------------------------- */

.hospitality_cont1{
  position: relative;
  width: 100%;

  margin-bottom: 60px;
}

.hospitality_title{
  font-size: 52px;
  font-weight: 700;
  line-height: 120%;
}

.hospitality_omotenashi{

  word-break: auto-phrase;
  margin-bottom: 40px;
}

.hospitality_omotenashi span{
padding: 5px 20px 2px;
background-color: #C01831;
color: #fff;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;

font-size: 32px;
line-height: 200%;

}

.hospitality_img{

  width: 100%;
  max-width: 800px;
  margin: 0px auto;

}

.hospitality_img img{
  height: 100%;
  width: auto;
}



.hospitality_cont2{
  width: 100%;

  border: 1px solid #C01831;
  background-color: #f0f0f0;

  padding: 30px;
  box-sizing: border-box;

  border-radius: 30px;
  margin-bottom: 60px;
}

.hospitality_cont2 dt{
  width: 100%;
  text-align: center;
  
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

.hospitality_cont2 dt span{
  padding: 2px 5px;
  box-sizing: border-box;

  border-bottom: 4px solid #C01831;
}

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


.hospitality_cont3{
  width: 100%;
  height:auto;
  overflow: auto;

  margin-bottom: 60px;
}

.hospitality_cont3 dt{
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.2em;

  margin-bottom: 30px;
}

.hospitality_cont3 dt span{
  padding: 2px 5px;
  box-sizing: border-box;

  border-bottom: 4px solid #C01831;
}


.hospitality_table{
  float: left;
  width: 50%;
}

.hospitality_table table{
  width: 100%;
}


.hospitality_table th{
  background-color: #c0c0c0;
  text-align: center;
  vertical-align: middle;

  width: 150px;

  font-size: 18px;
  font-weight: 600;

  padding: 10px 15px;
  box-sizing: border-box;
  
  border: 2px solid #fff;
}

.hospitality_table td{
  background-color: #f0f0f0;

  font-size: 16px;


  padding: 10px 15px;
  box-sizing: border-box;

  border: 2px solid #fff;
  word-break: break-all;
}


.hospitality_map{
  float: right;
  width: 49%;

}

.hospitality_map iframe{
  width: 100%;

}


/*各種お問い合わせ ---------------------------------------------- */


.kso01{
}

.kso01 dl{
    margin-bottom: 50px;
}

.kso01 dl dt{
    font-size: 30px;
    line-height: 150%;

    color: #1D2651;

    margin-bottom: 20px;
    
    font-family: 'noto700'; 
}




.kso01 dl dd p{
    font-size: 18px;
    line-height: 140%;

    color: #B41B30;

    margin-bottom: 5px;
    
    font-family: 'noto500'; 
}



.kso01 dl dd{
    font-size: 16px;
    line-height: 180%;

    color:#000000;

    margin-bottom: 25px;
}


.kso01 dl dd:last-child{
	margin-bottom:0px;
}



.kso01 dl dd a{
    color: #1B7FBD;
    text-decoration: underline;

}

.kso01 dl dd a:hover{
    text-decoration:none;

}



.kso01_pm{
    margin: 15px 0 0 0;
}


/* プライバシー ---------------------------------------------- */


.privacy{
}

.privacy dt {
    font-size:18px;
    line-height: 160%;
    margin-bottom: 8px;
    font-family: 'noto500';
}


.privacy dd {
    font-size:15px;
    line-height: 160%;
    margin-bottom: 25px;
}

.privacy a{
    color: #000000;
    text-decoration: underline;

}

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

























/* お問い合わせフォーム ---------------------------------------------- */



.contact-t{
	font-size:17px;
	line-height:160%;
	margin-bottom:50px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:30px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 0px auto;
	text-align:center;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;

}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;	

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;


	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
}

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

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
    /*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}





}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */



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


/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
width: 150px;
height: auto;
position: absolute;
top: 6px;
left: 30px;
}




h2.h2_01{
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 40px;
    color: #333333;

    padding: 35px 0 15px 30px;


    font-family: "rigid-square", sans-serif;
    font-weight: 700;
    font-style: normal;


transform: skewX(-15deg) !important;  
}

h2.h2_01 p{

    margin-bottom:8px;
}

h2.h2_01 p span{
    font-size: 40px;
    line-height: 100%;
    margin-left: -20px;

   font-family: 'noto700';
     
    
  background: linear-gradient(90deg, #c01730, #710b0b);
  background: -webkit-linear-gradient(0deg, #c01730, #710b0b);
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h2_bdr{
    border-left: 3px solid #c01730;
    transform: skewX(0deg) !important;  
}


h3.h3_01{
  display: inline-block;
  background-color: #1d2651;
  color: #fff;

  padding: 5px 15px;

  font-size: 17px;

  margin-bottom: 10px;

}


/* スライド ---------------------------------------------- */


.top_slide_out{
    padding: 0 20px;

}

.top_slide{
	width:100%;
	min-height:500px;

	z-index:5;


    margin-top: 55px;


 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}





.slide_txt_out{
position: absolute;
width: 100%;
height: 500px;

box-sizing: border-box;

z-index: 6000;

  display: flex;
  justify-content: center;
  align-items: center;
}


.slide_txt_in{
    width: 400px;
    height: auto;
    margin: -30px auto 0px auto;

}



.slide_txt_out01{
position: absolute;
width: 100%;
height: 400px;

box-sizing: border-box;

z-index: 6000;

  display: flex;
  justify-content: center;
  align-items: center;
}


.slide_txt_in01{
    width: 320px;
    height: auto;
    margin:15px auto 0px auto;
}











/* 各ページイメージ ---------------------------------------------- */


.main_top_img{
  position: relative;
  width: 100%;
  min-height: 100vh; 
  background: linear-gradient(90deg, rgba(218,0,54,1) 0%, rgba(218,0,54,1) 50%, rgba(1,12,68,1) 50%); 

}


.main_top_img01{
  position: relative;
  width: 100%;
  min-height: 100dvh; 
  background:url("../img/common/main_bg.jpg") center center no-repeat;

	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
  
  position: relative;
}




.main_top_img_in{
  margin: 0;
  position: absolute;
  top: calc(50% - 160px); 
  width: 100%;
  text-align: center;


  padding: 0 20px;
  box-sizing: border-box;  
}


.main_top_img_in img{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}


.pg_top_img{
  position: relative;
  width: 100%;
  min-height: 300px; 

  background:url("../img/common/main_bg01.jpg") center center no-repeat;

	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
  
  position: relative;
}

.pg_top_img_in{
  margin: 0;
  position: absolute;
  top: calc(50% - 80px);  
/*  top: calc(50% - 0.5em);*/
  width: 100%;
  text-align: center;
  

  padding: 0 20px;
  box-sizing: border-box;    
}

.pg_top_img_in p{
    max-width: 350px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}




/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:0px;
	left:50%;
}



/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:4px;
	bottom:7px;
    /*テキストの形状*/
	color: #eee;
	font-size: 14px;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#eee;
}






.mouse_in{
	position:absolute;
	bottom:15px;
    left: 50%;
    transform: translate(-50%,0%);
}

.mouse_bx{
    position: relative;
}

.mouse{
    position: absolute;
	left:50%;    
    margin-left: -15px;
    
  width: 30px;
  height: 51px;
  position: relative;
  background: #4e5559 linear-gradient(transparent 0%,
                                      transparent 50%,
                                      #ffffff 50%,
                                      #ffffff 100%);
  background-size: 100% 200%;
  border-radius: 100px;
  animation: colorSlide 5s linear infinite,
             nudgeMouse 5s ease-out infinite;
             

}
.mouse:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.mouse:after{
  content: '';
  position: absolute;
  top: 13px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}


.mouse:before{
  width: 26px;
  height: 46px;
  background-color: #30333a;
  border-radius: 100px;
}
.mouse:after{
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  animation: trackBallSlide 5s linear infinite;
}


@import url(https://fonts.googleapis.com/css?family=Cabin);

.text{
 
  margin-top: 10px;
  font-family: Cabin;
  letter-spacing: 12px;
  color: #fff;
  text-align: center;
  
  font-size: 13px;
  text-indent: 12px;
  animation: colorText 5s ease-out infinite,
             nudgeText 5s ease-out infinite;
}

/* Animations */
@keyframes colorSlide{
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}

@keyframes colorText{
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
} 

@keyframes trackBallSlide{
  0%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  6%{
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14%{
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%, 19%{
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  30%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36%{
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44%{
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%, 49%{
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  60%{
    opacity: 1;
    transform: scale(0.9) translateY(-20px);
  }
  66%{
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74%{
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%, 79%{
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  88%, 100%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}
@keyframes nudgeMouse{
  0%{
    transform: translateY(0);
  }
  20%{
    transform: translateY(8px);
  }
  30%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(8px);
  }
  60%{
    transform: translateY(0);
  }
  80%{
    transform: translateY(8px);
  }
  90%{
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0%{
    transform: translateY(0);
  }
  20%{
    transform: translateY(2px);
  }
  30%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(2px);
  }
  60%{
    transform: translateY(0);
  }
  80%{
    transform: translateY(2px);
  }
  90%{
    transform: translateY(0);
  }
}












/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:100px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}





/* トップ   プラン ---------------------------------------------- */

.tp_plan{
  width: 100%;
}

.tp_plan_l{
  float: none;
  max-width: 700px;
  width: 100%;
  margin:0px auto 40px;
  padding:0px 20px;
  box-sizing: border-box;

}

.tp_plan_l img{
  width: 100%;
  height: auto;
  margin: 0px auto;
}


.tp_plan_r{
  float: none;
  width: 100%;
  padding: 30px 10px 10px;

  box-sizing: border-box;
}


.tp_plan_ttl{
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	margin-bottom: 20px;
    font-family: 'noto700';
}


.tp_plan_table{
    margin-bottom: 40px;
}


.tp_plan_table table{
    width: 100%;
}

.tp_plan_table table th{
	padding:10px 10px;
	font-size:15px;
	line-height:160%;
	vertical-align:top;
	background:#e4e5e6;
	border:1px solid #FFFFFF;
	text-align:center;
	color:#000000;
    
    font-family: 'noto700';    
}

.tp_plan_table table td{
	padding:10px 10px;
	font-size:15px;
	line-height:160%;
	vertical-align:top;
    background: #f2f4f5;
	color:#000000;
	border:1px solid #FFFFFF;
    
    vertical-align: middle;
}

.tp_plan_txt01{
	padding:15px 20px;
	box-sizing:border-box;
/*    background: #000000;*/

	width: 100%;
	height:auto;

  border-radius: 10px;


	background:url("../img/common/footer.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0 auto 70px auto;

}

.tp_plan_txt01_inner{
	width: 100%;
	height:auto;

  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;

  margin: 0px auto 10px;
}

.tp_plan_txt01_inner span::before{
	content: "\A" ;
	white-space: pre ;
}

.tp_plan_img01{
	width: 100%;
  max-width: 712px;

  margin: 0px auto 50px;
}

.tp_plan_img01 img{
	width: 100%;
  transition: 0.3s;
}

.tp_plan_img01:hover img{
	opacity: 0.8;
}

.plan_bnr{
  width: 180px;
  height: auto;
  display: block;
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 99;
}

.plan_bnr a img{
  width: 100%;
  height: auto;
}




/* トップ   アバウト ---------------------------------------------- */


.tp_abt000_bg{
    padding: 40px 30px;
    background: url("../img/top/00_bg.png") repeat,#a0e5ed;
    border-radius: 10px;
    margin-bottom: 60px;
    
}


.tp_abt000_ttl{
    max-width: 500px;
    height: auto;
    margin: 0 auto 25px auto;
}



.tp_abt000{
/*    border: 2px solid #c01831;*/
    border-radius: 10px;
    padding: 30px 16px;
    box-sizing:border-box; 


    background: rgba(255,255,255,0.70);
}

.tp_abt000 dl dt{
    font-size: 30px;
    line-height: 120%;
    color: #1d2651;
    font-family: 'noto900'; 
    text-align: center;
    margin-bottom: 20px;
}


.tp_abt000 dl dt ruby{
    margin: 0;
    padding: 0;

}
.tp_abt000 dl dt ruby rt{
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    margin-bottom: -5px;

}


.tp_abt000 dl dd{
    font-size: 18px;
    line-height: 180%;
    color: #000000;
    font-family: 'noto700'; 
    text-align: center;
}



.tp_abt000 dl dd em::before {
	content: "\A" ;
	white-space: pre ;
}



.tp_abt000 dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}











.tp_abt00_ttl{
    font-size: 46px;
    line-height: 140%;
    color: #000000;
    font-family: 'noto900'; 
    text-align: center;
    margin-bottom: 40px;

}

.tp_abt00_ttl span::before {
	content: "\A" ;
	white-space: pre ;
}





.tp_abt00{
    border: 2px solid #c01831;
    border-radius: 10px;
    padding: 30px 20px;
    box-sizing:border-box; 

    margin-bottom: 60px;

}

.tp_abt00 dl dt{
    font-size: 32px;
    line-height: 120%;
    color: #1d2651;
    font-family: 'noto900'; 
    text-align: center;
    margin-bottom: 20px;
}


.tp_abt00 dl dt ruby{
    margin: 0;
    padding: 0;

}
.tp_abt00 dl dt ruby rt{
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    margin-bottom: -5px;

}


.tp_abt00 dl dd{
    font-size: 18px;
    line-height: 180%;
    color: #000000;
    font-family: 'noto700'; 
    text-align: center;
}



.tp_abt00 dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}








.tp_abt01{
    margin-bottom: 60px;
}

.tp_abt01_l{
    width: 38%;
    height: 300px;
    float: left;
    
/*    background: #949494;*/

    border-right: 3px solid #333333;
 

    box-sizing: border-box; 
    
    padding: 0 3% 0 0;
    box-sizing: border-box;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}


.tp_abt01_r{
    width: 62%;
    height: 300px;
    float:right;

    
/*    background:#E78788;*/
    
    
    padding: 0 0 0 3%;
    box-sizing: border-box;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
}






.tp_abt01_r p{
    
    font-size: 18px;
    line-height: 180%;
    font-family: 'noto500';
    
    margin-bottom: 30px;
}




.tp_abt01_btn_cw{
    max-width: 350px !important;
    width: 100%;
    height: auto;
    margin: 0 auto 80px auto !important;
}

.tp_abt01_btn_cw a{
    max-width: 350px !important;
}



.tp_abt01_btn_c{
    margin: 0 auto 100px auto !important;
}


.tp_abt01_btn{
    max-width: 260px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
}

.tp_abt01_btn a{
    display: block;
    max-width: 260px;
    width: 100%;
    height: auto;
    background: #1d2651;
    padding: 17px 10px;
    color: #FFFFFF;
    
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    
    font-family: 'noto500';

    transition: all  0.3s ease; 
    
    border-radius: 10px;

    box-sizing: border-box;
}



.tp_abt01_btn a:hover{

    background: #c01830;
    color: #FFFFFF;

}

.tp_abt02_btn{
  max-width: 260px;
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
}

.tp_abt02_btn a{
  display: block;
  max-width: 260px;
  width: 100%;
  height: auto;
  background: #c01830;
  padding: 17px 10px;
  color: #FFFFFF;
  
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  
  font-family: 'noto500';

  transition: all  0.3s ease; 
  
  border-radius: 10px;

  box-sizing: border-box;
}



.tp_abt02_btn a:hover{

  background: #1d2651;
  color: #FFFFFF;

}





/* トップ   玉表示 ---------------------------------------------- */



.tp_igt01{
    margin-bottom: 60px;


}


.tp_igt01 ul li{
    width: 32%;
    height: 210px;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
  

}

.tp_igt01 ul li:nth-child(3n){
    margin-right: 0%;
}


.tp_igt01 ul li dl dt{
    text-align: center;
    margin-bottom: 12px;
}

.tp_igt01 ul li dl dt img{
    max-width: 85px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}



.tp_igt01 ul li dl dd p{
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 6px;
    margin-bottom: 5px;
    

    font-family: agenda, sans-serif;
    font-style: normal;
    font-weight: 400;    
}


.tp_igt01 ul li dl dd p span{
    letter-spacing: 0px;
}





.tp_igt01 ul li dl dd{
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    
    margin-bottom: 15px;
    

    font-family: 'noto500';

}



.tp_igt01 ul li:nth-child(odd){
background:#c01730;
}



.tp_igt01 ul li:nth-child(even){
background:#1e2652;
}







.tp_igt01_01{
    max-width: 440px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;

}


.tp_igt01_01 ul li{
    width: 49%;
    height: 210px;
    float: left;
    margin-right: 2%;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
  

}

.tp_igt01_01 ul li:nth-child(2n){
    margin-right: 0%;
}


.tp_igt01_01 ul li dl dt{
    text-align: center;
    margin-bottom: 12px;
}

.tp_igt01_01 ul li dl dt img{
    max-width: 85px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}



.tp_igt01_01 ul li dl dd p{
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 6px;
    margin-bottom: 5px;
    

    font-family: agenda, sans-serif;
    font-style: normal;
    font-weight: 400;    
}


.tp_igt01_01 ul li dl dd p span{
    letter-spacing: 0px;
}

.tp_igt01_01 ul li dl dd{
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    
    margin-bottom: 15px;
    

    font-family: 'noto500';

}

.tp_igt01_01 ul li:nth-child(odd){
background:#c01730;
}

.tp_igt01_01 ul li:nth-child(even){
background:#1e2652;
}



.tp_igt02{
  max-width: 440px;
  margin: 0 auto 60px auto;
}

.tp_igt02 ul li{
  width: 100%;
  height: 240px;
  float: left;
  margin-bottom: 30px;
  

 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; 
 align-items: center; 
 -webkit-justify-content: center; 
 justify-content: center;  
 


}

.tp_igt02 ul li dl dt{
  text-align: center;
  margin-bottom: 12px;
}

.tp_igt02 ul li dl dt img{
  max-width: 85px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}



.tp_igt02 ul li dl dd p{
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 6px;
  margin-bottom: 5px;
  

  font-family: agenda, sans-serif;
  font-style: normal;
  font-weight: 400;      
}

.tp_igt02 ul li dl dd p span{
  letter-spacing: 0px;
}

.tp_igt02 ul li dl dd{
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  
  margin-bottom: 15px;
  

  font-family: 'noto500';

}

.tp_igt02 ul li:nth-child(odd){
  background:#1e2652;

}

.tp_igt02 ul li:nth-child(even){
  background:#c01730;
}








.pagelink {
  text-align: center;
}

a.btn {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  border-bottom: 2px solid;
  padding: 0px 20px 5px 10px;
  transition: all 0.3s;
  color:#FFFFFF;
 
   letter-spacing: 3px;
    font-family: agenda, sans-serif;
    font-style: normal;
    font-weight: 400;      
}
a.btn:before, a.btn:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
}
a.btn:before {
  right: 5px;
  bottom: 40%;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(45deg);
}
a.btn:after {
  opacity: 0;
  bottom: 0;
  left: 0;
  height: 20%;
  width: 0;
  background: rgba(255, 221, 68, 0.7);
}
a.btn:hover {
  letter-spacing: 6px;
}
a.btn:hover:before {
  right: 5px;
}
a.btn:hover:after {
  opacity: 1;
  width: 100%;
}


 /* おもてなし店　一覧---------------------------------------------- */

 .omotenashi_01{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0px auto 30px;
}

.omotenashi_01 span{
  padding: 2px 15px 0px;
  background-color: #c01830;
  color: #fff;

}

.omotenashi_02{
  font-size: 16px;
  text-align: left;
  margin: 0px auto 30px;

}

.omotenashi_02 span{
  font-size: 18px;
  color: #1e2652;
  font-weight: 700;
} 

.omotenashi_02 br{
  display: none;
}


.omotenasi_list{
  margin: 0px auto 70px;

  padding:0px 30px 40px;
  box-sizing: border-box;

}

.swiper-wrapper{

}

.swiper-slide{
  width: 320px;

  background-color: #f0f0f0;

  border: 2px solid #1e2652;
  padding: 10px;
  box-sizing: border-box;
}


.hospitality_list{
  width: 100%;
  max-width: 740px;
  margin: 0px auto;
}

.hospitality_list > ul > li{
  float: left;
  width: 49%;

  margin-right: 2%;
  margin-bottom: 20px;

  background-color: #f0f0f0;

  border: 2px solid #1e2652;
  padding: 10px;
  box-sizing: border-box;
}

.hospitality_list > ul > li:nth-child(2n){
  margin-right: 0%;
}


.slide_img{
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  padding-top: 66%;
}

.slide_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.omotenasi_txt{
  margin: 0px auto 0px;
  height: 60px;

  text-align: center;
  word-break: auto-phrase;

  overflow: hidden;
}

.omotenasi_txt span{
  padding: 4px 15px 0px;
  background-color: #c01830;
  color: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;

  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
}


.slide_title{
  text-align: center;
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
  padding: 10px;
  box-sizing: border-box;
  height: 70px;

  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; 
  align-items: center; 
  -webkit-justify-content: center; 
  justify-content: center;   
 

}

.slide_cat_list{
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 20px;
}

.slide_cat_list li{
  width: 70px;
  height: 32px;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;

  background-color: #FFF;
  padding: 2px 10px 0px;
  box-sizing: border-box;
  border: 1px solid #000;
  color: #000;
  text-align-last: justify;
}

.slide_cat_list li:last-child{
  margin-right: 0px;
}

.slide_btn{
  width: 100%;
  max-width: 160px;

  margin: 0px auto 10px;
  text-align: center;

}

.slide_btn a{
  text-decoration: none;
  display: block;
  width: 100%;
  height: 40px;
  background: #1d2651;
  color: #FFFFFF;
  
  font-size: 15px;
  line-height: 110%;

  
 -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; 
 align-items: center; 
 -webkit-justify-content: center; 
 justify-content: center;   

 border-radius: 5px;
}

.slide_btn a:hover{
  background: #c01830;
  color: #FFFFFF;
}

 /* トップ　加盟店一覧---------------------------------------------- */


.to_kti01{
    margin-bottom: 25px;
}

.to_kti01 dl dt{
    font-size: 28px;
    line-height: 160%;
    color: #1d2651;
    font-family: 'noto700';
    margin-bottom: 7px;
    text-align: center;
}

.to_kti01 dl dd p{
    font-size: 24px;
    line-height: 160%;
    color: #000000;
    font-family: 'noto700';
    margin-bottom: 2px;    
}


.to_kti01 dl dd{
    font-size: 16px;
    line-height: 160%;
    color: #000000;
    font-family: 'noto400';
    text-align: center;    
}


.tp_kl001_bg{
    background: url("../img/top/bg001.jpg") repeat;
    padding: 30px;
    margin-bottom: 30px;
    
    border: 2px solid #3399cc;
    border-radius: 10px;
    
    box-sizing: border-box;

}

.tp_kl001_ttl{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 6px 15px 10px 15px;
    box-sizing: border-box;
    background: #3599cd;
    margin-bottom: 35px;

    font-size: 20px;
    line-height: 140%;
    color: #000000;
    font-family: 'noto700';
    color:#FFFFFF; 
    text-align: center;
    
    border-radius: 15px;
}


.tp_kl001_in{
  max-height: 400px;
  overflow-y: scroll;

  max-width: 600px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.tp_kl001_in ul li{
    width: 48%;
    height:auto;
    float: left;
    margin-right: 4%;
    margin-bottom: 30px;
}

.tp_kl001_in ul li:nth-child(2n){
    margin-right: 0%;
}


.tp_kl001_img{
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  padding-top: 66%;
  }
  
  .tp_kl001_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tp_kl001_in dl{
  height: 70px;
}


.tp_kl001_in dl dt{
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    font-family: 'noto700'; 
    margin-bottom: 3px;
}

.tp_kl001_in dl dd{
    font-size: 15px;
    line-height: 140%;
    color: #666666;
    font-family: 'noto400'; 
}









 /* トップ　　新着情報---------------------------------------------- */



.tp_news{
    margin-bottom: 60px;


}

.tp_news dl{
  margin-bottom: 30px;
}


.tp_news dl dt{
font-size: 15px;
line-height: 160%;
float: left;
clear: both;
color: #1E2652;
}

.tp_news dl dd{
font-size: 15px;
line-height: 160%;
margin: 0 0 15px 0;
padding-bottom: 15px;
padding-left: 120px;
border-bottom: 1px dotted #c01730;
}


.tp_news dl dd a{
    color: #000000;
    text-decoration: none;
}


.tp_news dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}


.ns_ttl{
  font-size: 24px;
  line-height: 180%;
  font-family: 'noto700';
  color: #1E2652;
  margin-bottom: 15px;
}



.ns_day{
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 15px;
  text-align: right;
}


.ns_post{
  font-size: 16px;
  line-height: 200%;
  
  margin-bottom: 120px;

}










 /* トップ　　SNS---------------------------------------------- */

 .inst_area{
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 0 auto 50px auto;
}


.inst_area dl dt{
  width: 100%;
  max-width: 400px;
  line-height: 180%;

  margin: 0px auto 20px;

  background-color: #FF7B23;
  border-radius: 5px;
  transition: 0.3s;
}

.inst_area dl dt:hover{
  opacity: 0.8;
}

.inst_area dl dt a{
  display: block;
  width: 100%;
  padding: 7px 8px 4px;
  line-height: 180%;
  color: #ffffff;
  font-size: 15px;
  text-align: center;

  font-weight: 700;
  box-sizing: border-box;
}

.inst_area ul li{
  float: left;
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 10px;
}

.inst_area ul li:nth-child(4n){
  margin-right: 0%;
}

.inst_area ul li a{
  display: block;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}

.inst_area ul li img{
  width: 100%;
  height: 160px;
  object-fit: cover;

  transition: transform .6s ease; /* ゆっくり変化させる */
}

.inst_area ul li a:hover img{
  transform: scale(1.1); /* 拡大 */
}








.tp_twitter{
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 0 auto 60px auto;
}

.tp_twitter ul li{
  float: left;
  width: 49%;
  height: auto;
  margin-right: 2%;
  border-radius: 5px;

  transition: 0.3s;
}

.tp_twitter ul li:last-child{
  margin-right: 0%;
}

.tp_twitter ul li a{
  display: block;
  width: 100%;
  padding: 7px 8px 4px;
  line-height: 180%;
  color: #ffffff;
  font-size: 15px;
  text-align: center;

  font-weight: 700;
  box-sizing: border-box;
}

.tp_twitter ul li.red{
  background-color: #c01730;
}

.tp_twitter ul li.blue{
  background-color: #1e2652;
}

.tp_twitter ul li:hover{
  opacity: 0.8;
}




.tp_sns01{
    max-width: 140px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
}

.tp_sns01 ul li{
    width: 45%;
    height: auto;
    float: left;
    margin-right: 10%;

}

.tp_sns01 ul li:nth-child(2n){
    margin-right: 0%;
}






.follow-me {

}
.follow-me li {
    width: 45%;
    height: auto;
    float: left;
    margin-right: 10%;


  padding: 0;
}
.follow-me li a::before {
  background-color: #eee;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #333;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 30px;
  height: 60px; /* Button height */
  line-height: 44px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 100%; /* Button width */
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}
.follow-me li a:hover::before {
  color: #fff;
}



.follow-me li a[href*="www.facebook.com/city.iwaki.jp"]::before       { content: "\f09a"; }
.follow-me li a[href*="twitch.tv"]::before          { content: "\f1e8"; }
.follow-me li a[href*="twitter.com"]::before        { content: "\f099"; }
.follow-me li a[href*="youtube.com"]::before        { content: "\f16a"; }


.follow-me li a[href*="www.facebook.com/city.iwaki.jp"]:hover::before       { background-color: #3b5998; }
.follow-me li a[href*="twitch.tv"]:hover::before          { background-color: #6441a5; }
.follow-me li a[href*="twitter.com"]:hover::before        { background-color: #55acee; }
.follow-me li a[href*="youtube.com"]:hover::before        { background-color: #cd201f; }





.youtube_bg{
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;

}


	
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}






 /* トップ　　バナー---------------------------------------------- */


.tp_bnr01{
    max-width: 560px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}

.tp_bnr01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom:10px;
}

.tp_bnr01 ul li:nth-child(2n){
    margin-right: 0%;
}











/* トップ   お得にクーポンを使おう! ---------------------------------------------- */


.tp_kt01{
    max-width: 520px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
    
}


.tp_kt02{
    position: relative;
    height: 290px;
    
    margin-top: -30px;

    margin-bottom: 80px;

/*   
    background: #E58789;*/
}


.tp_kt02 dl dt{
    position: absolute;
    z-index: 100;
    top: 0;
    max-width: 120px;


}

.tp_kt02 dl dd{
    position: absolute;
    z-index: 1;
    top: 90px;
 

    left:50%;
    transform: translate(-50%,0);
    
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 0 auto;
    border: 8px solid #1e297c;
    padding: 35px 25px;
    box-sizing: border-box;
    
    font-size: 19px;
    line-height: 190%;
    text-align: center;
    font-family: 'noto500';
    
    border-radius: 20px;

}







/* トップ   対象ゲーム ---------------------------------------------- */


.tp_tsg01{
    padding: 15px 10px 10px 10px;
    background: #c01730;
    
    font-size: 24px;
    line-height: 100%;
    color:#FFFFFF;
    text-align: center;
    
    border-radius: 10px;
    
    margin: 0 auto 30px auto;

}

.tp_tsg02{
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 30px;
}

.tp_tsg02 span::before {
	content: "\A" ;
	white-space: pre ;
}



.tp_tsg07 {
    max-width: 450px;
    width: 100%;
    height: auto;
    margin: 0 auto 80px auto;
    
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;


    border: 2px solid #c01730;
    border-radius: 10px;
}

.tp_tsg07::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: 10px;
    background-color: #c01730;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.tp_tsg07:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}



.tp_tsg07 a{

    max-width: 450px;
    width: 100%;
    height: auto;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;

    
    font-size: 20px;
    line-height: 100%;
    color: #c01730;
    
    
    font-family: 'noto500';        
}





 /* Coming Soon---------------------------------------------- */


.cs_bg{
    padding: 60px 20px;
    background:url("../img/coming_soon/00_bg.png") repeat,#a0e5ed;
    border-radius: 10px;

}

.cs_in{
}

.cs_in dl dt{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}

.cs_in dl dd p{
    font-size: 22px;
    line-height: 160%;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 30px;
    color: #000000;
}


.cs_in dl dd p span::before {
	content: "\A" ;
	white-space: pre ;
}




.cs_in dl dd{
    font-size: 55px;
    line-height: 100%;
    text-align: center;
    color: #1c2650;    
    font-family: 'noto900';
}







 /* まち歩きMAPー---------------------------------------------- */




.tp_kpr03{
    margin-bottom: 40px;

}


.tp_kpr03 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
    
    

}

.tp_kpr03 ul li:nth-child(3n){
    margin-right: 0%;
}


.tp_kpr03 ul li a.btn_07 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #010C44;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 15px;
  color: #010C44;
  font-size: 15px;
  line-height: 140%;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  cursor: pointer;
}

.tp_kpr03 ul li a.btn_07:hover {
  background: #010C44;
  border: 1px solid #05639a;
  color: #fff;
}

.tp_kpr03 ul li a.btn_07:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 50px;
  border-color: transparent transparent #010C44 transparent;
}

.tp_kpr03 ul li a.btn_07 span {
    position: absolute;
    bottom: 12px;
    right: 20px;
    display: inline-block;
}

.tp_kpr03 ul li a.btn_07 span:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}

.tp_kpr03 ul li a.btn_07 span:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #010C44;
    border-right: 2px solid #010C44;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -3px;
}



.tp_kpr04 {
    max-width: 350px;
  position: relative;
  padding: 0 45px;
  text-align: center;
  
  font-size: 26px;
  line-height: 100%;
  
  margin: 0 auto 50px auto;
  
    font-family: 'noto700';     
}

.tp_kpr04:before {
  position: absolute;
  top: calc(50% - 0px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

.tp_kpr04 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}


/* MAP関連 ---------------------------------------------- */


.mapContainer{
    width: 100%;
    margin-bottom: 50px;
}


.mapComponent {
    position: relative;
    width: 100%;
    float: none;
	height: 500px;
	box-sizing: border-box;

	margin-bottom: 50px;
  }
  
  #map_canvas {
    position: absolute;
    top: 0;
    margin: 20px auto 10px;
    width: 100%;
    height: 500px;
    box-shadow: 10px 10px 10px rgba(190, 190, 190, 0.4);
    /* add for mobile click event */
    cursor:pointer;
  }



  .infowindow{
	border: none;
	padding: 2px;
	font-size: 13px;
  }

  .infowindow img{
	display: block;
	width: 100%;
	max-width: 240px;
	height: 100%;
	max-height: 180px;
	margin: 0px auto 5px;

	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	-moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius: 5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
  }

  .infowindow h4{
	line-height: 180%;
	font-size: 16px;
	margin-bottom: 5px;
  }
  
  .infowindow .cat_name{
	padding:3px 5px 2px;
	background-color: #E43E31;
	color: #FFFFFF;

	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	-moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius: 3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
  }
  
  .mapList{
    width: 100%;
	margin: 20px auto;
    float: none;
	height: 300px;
	overflow-y: scroll;
	padding: 5px 0px 5px;
  }
  
  #mapList {
    margin: 0px auto;
    padding: 0;
    font-size: 0.9em;
    width: 98%;
  }
  
  #mapList li {
    border: 1px solid #ccc;
    cursor: pointer;
    list-style-type: none;
    padding: 10px 10px;
    display: flex;

  }

  #mapList li img.num_img{
	width: 40px;
	height: 50px;
	margin: 0 10px 0 0;
  }
  
  #mapList li:hover {
    transform: scale(1.02, 1.02);
	transition: 0.3s;
  }
    
  .clicked {
    background-color: #ccc;
  }
  
  button.gm-ui-hover-effect{
    border:none !important;
	top: -3px !important;
	right: -3px !important;
  }
  
  button.gm-ui-hover-effect:focus{
	outline:0;
  }

  .gm-style-iw-d{
	max-height: none !important;
  }


.tw01{

}


.tw01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 50px;
   
/*    background: #EFC2C3;*/
}

.tw01 ul li:nth-child(2n){
    margin-right: 0%;
}


.tw01_img_in{
    position: relative;
    margin-bottom: 12px;

}

.tw01_img{
  margin-top: 35px;
  
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  padding-top: 66%;
  
}

.tw01_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 600px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tw01_img_pin{
    position: absolute;
    top: -35px;
    left: 15px;

    z-index: 9;
}

.tw01_img_pin img{
    width: 45px;

}




.tw01_cat{
    margin-bottom: 14px;

}

.tw01_cat ul{
    text-align: center;
}

.tw01_cat ul li{
    float: none;
    display: inline-block;
    margin-right: 7px;
    padding: 5px 15px;
    color: #FFFFFF;
    
    border-radius: 10px;
    
    font-size: 13px;
    line-height: 100%;
    
    width: auto;
    height: auto;
    float: none;

    margin-bottom: 0px; 
  
}


.tw01_cat ul li:last-child{
     margin-right: 0%;
}


.tw01_cat_bg01{
    background: #000e49;
}

.tw01_cat_bg02{
    background: #ff6e04;
}

.tw01_cat_bg03{
    background: #e43e31;
}


.tw01_in{
    height: 250px;
}

.tw01_in dl dt{
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 12px;
}




.tw01_in dl dd table{
    width: 100%;
    margin-bottom: 15px;
}

.tw01_in dl dd table th{
    width: 40px;
	padding:5px 0px;
	font-size:14px;
	line-height:150%;
	vertical-align:top;

	border-bottom:1px dotted #a09f9f;

	color:#000000;
}

.tw01_in dl dd table td{
	padding:5px 0px;
	font-size:14px;
	line-height:150%;
	vertical-align:top;

	border-bottom:1px dotted #a09f9f;

	color:#000000;
}


.tw01_in dl dd p{
    font-size: 14px;
    line-height: 160%;

}





/* クーポン対象店舗! ---------------------------------------------- */




.srh_b01{

    margin-bottom: 25px;

}

.srh_b01_in{

float: right;
clear: both;
    
}

.srh_b01_in ul li{

    margin-bottom: 10px;
    
    float:left;
    
    margin-right: 10px;


}


.tp_kpr06 ul li:nth-child(2n){
    margin-right: 0%;
}




.srh_b01_in ul li:last-child{
     margin-right: 0%;
}



.srh_b01_in span{
    margin-right: 3px;
    margin-left: 10px;
    
}

.selectbox-003 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-003::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #777;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-003 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 60px;
    height: 40px;
    padding: 5px 50px 5px 15px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    background-color: #fff;
    color: #555;
    cursor: pointer;
}


input[type="submit"] {
	width: 80px;
    font-size: 15px;
    color: #fff;
	display: inline-block;
    padding: 4px 0px 6px 0;
    text-align: center;
	background-color: #0C205F;
    border: 1px solid #0C205F;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 1s;
}

/*--hover--*/
input[type="submit"]:hover {
    color: #0C205F;
    background-color: #ffffff;
    border: 1px solid #0C205F;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 1s;
}




.cg_01{
    margin-bottom: 60px;
    padding-bottom: 10px;
    overflow-x: auto;     
}

.cg_01::-webkit-scrollbar {
  height: 10px;
}
 
.cg_01::-webkit-scrollbar-thumb {
  background: #d2b48c;
  border-radius: 7px;
}
 
.cg_01::-webkit-scrollbar-track {
  background: #f5deb3;
  border-radius: 7px;
}





.cg_01 table{
	width:100%;
	height:auto;
    
    border: 1px solid #999999;    

    white-space: nowrap;

}

.cg_01 table th{

	padding:10px 15px 10px 15px;	
	box-sizing:border-box;

	font-size:14px;
    line-height: 150%;
    color:#FFFFFF;
    font-family: 'noto700';
    
	border-collapse:collapse;

	text-align:center;
    border: 1px dotted #999999;
    
    background: #DA0036;
    
}

.cg_01 table td{

	padding:10px 15px 10px 15px;	
	box-sizing:border-box;

	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border: 1px dotted #999999;
}


/*.cg_01 table tr:hover {
  background: gray;
  cursor: pointer;
}
*/

.cg_01 table td a{
    color: #0C205F;
    text-decoration: underline;
}

.cg_01 table td a:hover{
    color: #0C205F;
    text-decoration:none;
}



.cg_01 table tr:nth-child(odd){
    background: #fffafb;
}



/* いわきFC戦ウェルカム宿泊プラン---------------------------------------------- */

.wap01{
	margin-bottom: 25px;

}

.wap01 dl dt{
    max-width: 220px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;

}

.wap01 dl dd{
	font-size: 20px;
	line-height: 140%;
	text-align: center;
	margin-bottom: 20px;
    font-family: 'noto700';
}

.wap01 dl dd p{
	font-size: 36px;
	line-height: 140%;
	text-align: center;
	margin-bottom: 5px;

}

.wap02{
	font-size: 15px;
	line-height: 180%;
	text-align: center;
    color:#cc0000;
	margin-bottom: 30px;

}



.wap03{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 80px auto;
}


.wap04_ttl {
  position: relative;
  padding:18px 20px;
  text-align: center;
  border: 2px solid #c01831;
  background: #c01831;
  
  font-size: 22px;
  line-height: 140%;
  color: #FFFFFF;
  font-family: 'noto700'; 
  
  margin-bottom: 30px;
}

.wap04_ttl:before,
.wap04_ttl:after {
  position: absolute;
  content: '';
}

.wap04_ttl:before {
  top: -50px;
  left:30px;
  width: 90px;
  height: 90px;
  border: 2px solid #c01831;
  border-radius: 50%;
  background: #c01831;
}

.wap04_ttl:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c01831;
}

.wap04_ttl i {
  font-size: 36px;
    font-family: 'noto700';
    font-style: normal;
  line-height: 100px;
  position: absolute;
  z-index: 1;
  top: -75px;
  left: 30px;
  width: 90px;
  height: 90px;
  text-align: center;
  color: #FFFFFF;

}

.wap04_ttl span {
  position: relative;
  z-index: 1;
}


.wap04_ttl_s{
    font-size: 16px;
    line-height: 160%;
    margin-top: 5px;
    


}


.wap04_ttl em::before {
	content: "\A" ;
	white-space: pre ;
}





.wap05_ttl{
	font-size: 22px;
	line-height: 140%;
	text-align: center;
	margin-bottom: 20px;
    font-family: 'noto700';
}




.wap05{
    margin-bottom: 100px;
}


.wap05 table{
    width: 100%;
}

.wap05 table th{
	padding:10px 10px;
	font-size:15px;
	line-height:160%;
	vertical-align:top;
	background:#e4e5e6;
	border:1px solid #FFFFFF;
	text-align:center;
	color:#000000;
    
    font-family: 'noto700';    
}

.wap05 table td{
	padding:10px 10px;
	font-size:15px;
	line-height:160%;
	vertical-align:top;
    background: #f2f4f5;
	color:#000000;
	border:1px solid #FFFFFF;
    
    vertical-align: middle;
}

.wap05 table td.game_info{
	font-size:22px;
  font-weight: 600;
	line-height:160%;

  
  text-align: center;
  padding: 20px 10px;
    
  vertical-align: middle;
}

.wap05 p{
    font-size: 15px;
    line-height: 140%;
    color: #C01831;
    margin-top: 15px;

}

.wap05 .note{
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #1d2651;
  
  font-family: 'noto500'; 
}




.wap06{
	font-size: 15px;
	line-height: 160%;
	margin-bottom: 25px;
}

.wap06 span.font_b{
	font-weight: 600;
}



.wap06 p{
    font-size: 15px;
    line-height: 140%;
    color: #C01831;
    margin-top: 0px;

}





.wap06_btn{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 100px auto;

}

.wap06_btn ul li{
    width: 48%;
    height: auto;
    margin-right: 4%;
    float: left;
}


.wap06_btn ul li:nth-child(2n){
    margin-right: 0%;
}

.wap06_btn ul li a{
    display: block;

    width: 100%;
    height: auto;
    background: #1d2651;
    padding: 13px 10px 17px 10px;
    color: #FFFFFF;
    box-sizing: border-box;
    
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    
    font-family: 'noto500';

    transition: all  0.3s ease; 
    
    border-radius: 10px;
}

.wap06_btn ul li a:hover{

    background: #c01830;
    color: #FFFFFF;

}




.wap07{
    margin-bottom: 60px;

}


.wap07 dl{
    margin-bottom: 40px;

}

.wap07 dl dt{
    max-width: 850px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}

.wap07 dl dd{
    max-width: 850px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
}


.wap07 dl dd:last-child{
    margin: 0 auto 0px auto;
}

.wap07 dl dd span.font_red{
  color: #C01831;
}



.wap07 dl dd span::before{
	content: "" ;
	white-space: none ;

}




.wap07 dl dd ul li{
    width: 48%;
    height: 110px;
    float: left;
    
    font-size: 16px;
    line-height: 150%;
    
    font-family: 'noto500';   
    
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 4%;
    border: 2px solid #3399cc;
    background:url("../img/welcome_accommodation_plan/03_bg.png") repeat;
    border-radius: 10px;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.wap07 dl dd ul li:nth-child(2n){
    margin-right: 0%;
}


.wap07 dl dd:last-child{
    margin-bottom: 0;
}





.wap07 dl dd ul li p{
    font-size: 16px;
    line-height: 150%;
    text-align:left;
    color:#000000;
    
    font-family: 'noto500'; 
}





.wap07 dl dd ul li p{
    font-size: 14px;
    line-height: 150%;
    text-align:left;
    color:#000000;
    
    font-family: 'noto500'; 
}




.wap07 p{
    font-size: 16px;
    line-height: 150%;
    text-align:left;
    color: #ff0000;
    
    font-family: 'noto500'; 
}



.wap08{
    font-size: 26px;
    line-height: 150%;
    text-align: center;

    margin-bottom: 30px;
    
    font-family: 'noto700'; 
}


.wap09{
  width: 100%;
  max-width: 640px;

  margin: 0px auto 50px;
  
  box-sizing: border-box;
}

.wap09 .wap09_l{
  width: 70%;
  float: left;

  text-align: center;
  padding: 15px;
  box-sizing: border-box;
}

.wap09 .wap09_l dl dt{
  width: 100%;
  padding: 12px 15px 10px;
  margin-top: 50px;
  margin-bottom:30px;
  font-size: 20px;
  color: #ffffff;

  background-color: #1d2651;
  box-sizing: border-box;

  font-family: 'noto700'; 

}

.wap09 .wap09_l dl dd{
  width: 100%;
  font-size: 16px;
  line-height: 160%;
  color: #000000;

  box-sizing: border-box;

  font-family: 'noto500'; 

}

.wap09 .wap09_r{
  width: 30%;
  float: right;

  text-align: center;
}

.wap09 .wap09_r_img img{
  width: 100%;
}

.wap09 .wap09_r_bnr img{
  width: 100%;
  max-width: 120px;
}

.wap10{
  max-width: 970px;
  width: 100%;

	font-size: 15px;
	line-height: 160%;
	margin: 0px auto 50px;
  font-family: 'noto500'; 

  border: 8px solid #1d2651;
  padding:15px;
  box-sizing: border-box;

  background:#f2f4f5;
  
}


.wap10 span{
  color: #C01831;
}

/*おもてなし企業 ---------------------------------------------- */


.hospitality_cont1{
  position: relative;
  width: 100%;
  height: 350px;
  margin-bottom: 50px;
}

.hospitality_title{
  position: absolute;
  top: 35%;
  left: 0;

  font-size: 42px;
  font-weight: 700;
  line-height: 120%;

  width: 480px;

  transform: translateY(-50%);

  word-break: auto-phrase;

}

.hospitality_omotenashi{
  position: absolute;

  top: 50%;
  left: 0;

  width: 480px;

  word-break: auto-phrase;

}

.hospitality_omotenashi span{
padding: 5px 10px 2px;
background-color: #1e2652;
color: #fff;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;

font-size: 32px;
line-height: 200%;

}

.hospitality_img{
  position: absolute;

  height: 350px;
  width: auto;

  top: 0;
  right: 0;
  bottom: 0;

}

.hospitality_img img{
  height: 100%;
  width: auto;

  object-fit: cover;
}



.hospitality_cont2{
  width: 100%;

  border: 1px solid #C01831;
  background-color: #f0f0f0;

  padding: 25px;
  box-sizing: border-box;

  border-radius: 30px;
  margin-bottom: 50px;
}

.hospitality_cont2 dt{
  width: 100%;
  text-align: center;
  
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
}

.hospitality_cont2 dt span{
  padding: 2px 5px;
  box-sizing: border-box;

  border-bottom: 4px solid #C01831;
}

.hospitality_cont2 dd{
  width: 100%;
  text-align: left;
}


.hospitality_cont3{
  width: 100%;
  height:auto;
  overflow: auto;

  margin-bottom: 50px;
}

.hospitality_cont3 dt{
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;

  margin-bottom: 25px;
}

.hospitality_cont3 dt span{
  padding: 2px 5px;
  box-sizing: border-box;

  border-bottom: 4px solid #C01831;
}


.hospitality_table{
  width: 100%;
  margin-bottom: 30px;
}

.hospitality_table table{
  width: 100%;
}


.hospitality_table th{
  background-color: #c0c0c0;
  text-align: center;
  vertical-align: middle;

  width: 150px;

  font-size: 17px;
  font-weight: 600;

  padding: 10px 15px;
  box-sizing: border-box;
  
  border: 2px solid #fff;
}

.hospitality_table td{
  background-color: #f0f0f0;

  font-size: 15px;


  padding: 10px 15px;
  box-sizing: border-box;

  border: 2px solid #fff;
  word-break: break-all;
}


.hospitality_map{
  width: 100%;

}

.hospitality_map iframe{
  width: 100%;

}




/*各種お問い合わせ ---------------------------------------------- */


.kso01{
}

.kso01 dl{
    margin-bottom: 40px;
}

.kso01 dl dt{
    font-size: 26px;
    line-height: 150%;

    color: #1D2651;

    margin-bottom: 15px;
    
    font-family: 'noto700'; 
}




.kso01 dl dd p{
    font-size: 17px;
    line-height: 140%;

    color: #B41B30;

    margin-bottom: 5px;
    
    font-family: 'noto500'; 
}



.kso01 dl dd{
    font-size: 15px;
    line-height: 180%;

    color:#000000;

    margin-bottom: 25px;
}


.kso01 dl dd:last-child{
	margin-bottom:0px;
}



.kso01 dl dd a{
    color: #1B7FBD;
    text-decoration: underline;

}

.kso01 dl dd a:hover{
    text-decoration:none;

}



.kso01_pm{
    margin: 15px 0 0 0;
}














































































/* プライバシー ---------------------------------------------- */


.privacy{
}

.privacy dt {
    font-size:18px;
    line-height: 160%;
    margin-bottom: 8px;
    font-family: 'noto500';
}


.privacy dd {
    font-size:15px;
    line-height: 160%;
    margin-bottom: 25px;
}

.privacy a{
    color: #000000;
    text-decoration: underline;

}

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




















/* お問い合わせフォーム---------------------------------------------- */


.contact-t{
	font-size:16px;
	line-height:160%;
	margin-bottom:40px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 00px auto;
	text-align:center;
}



#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:15px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:15px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
}

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

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}


input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
    /*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}



}



/* スマホ用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 720px) {	
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */



h1.h1_01{
width: 130px;
height: auto;
position: absolute;
top: 5px;
left: 20px;
}






h2.h2_01{
    font-size: 15px;
    line-height: 120%;
    margin-bottom: 30px;
    color: #333333;

    padding: 20px 0 4px 28px;


    font-family: "rigid-square", sans-serif;
    font-weight: 700;
    font-style: normal;


transform: skewX(-15deg) !important;  
}

h2.h2_01 p{

    margin-bottom:8px;
}

h2.h2_01 p span{
    font-size: 26px;
    line-height: 100%;
    margin-left: -20px;

   font-family: 'noto700';
     
    
  background: linear-gradient(90deg, #c01730, #710b0b);
  background: -webkit-linear-gradient(0deg, #c01730, #710b0b);
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h2_bdr{
    border-left: 3px solid #c01730;
    transform: skewX(0deg) !important;  
}


h3.h3_01{
  display: inline-block;
  background-color: #1d2651;
  color: #fff;

  padding: 5px 10px;

  font-size: 16px;

  margin-bottom: 10px;

}








/* スライド ---------------------------------------------- */


.top_slide_out{
    padding: 0 15px;

}

.top_slide{
	width:100%;
	min-height:380px;

	z-index:5;


    margin-top: 55px;


 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}





.slide_txt_out{
position: absolute;
width: 100%;
height: 380px;

box-sizing: border-box;

z-index: 6000;

  display: flex;
  justify-content: center;
  align-items: center;
}


.slide_txt_in{
    width: 320px;
    height: auto;
    margin: -40px auto 0px auto;
}






.slide_txt_out01{
position: absolute;
width: 100%;
height: 280px;

box-sizing: border-box;

z-index: 6000;

  display: flex;
  justify-content: center;
  align-items: center;
}


.slide_txt_in01{
    width: 240px;
    height: auto;
    margin:10px auto 0px auto;
}









/* 各ページイメージ ---------------------------------------------- */

.main_top_img{
  position: relative;
  width: 100%;
  min-height: 100vh; 
  background: linear-gradient(90deg, rgba(218,0,54,1) 0%, rgba(218,0,54,1) 50%, rgba(1,12,68,1) 50%); 
  
  

}

.main_top_img01{
  position: relative;
  width: 100%;
  min-height: 100dvh; 
  background:url("../img/common/main_bg.jpg") center center no-repeat;

	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
  
  position: relative;
}





.main_top_img_in{
  margin: 0;
  position: absolute;
  top: calc(50% - 105px); 
  width: 100%;
  text-align: center;


  padding: 0 20px;
  box-sizing: border-box;  


}


.main_top_img_in img{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}





.pg_top_img{
  position: relative;
  width: 100%;
  min-height: 200px; 

  background:url("../img/common/main_bg01.jpg") center center no-repeat;

	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
  
  position: relative;
}

.pg_top_img_in{
  margin: 0;
  position: absolute;
  top: calc(50% - 50px);  
/*  top: calc(50% - 0.5em);*/
  width: 100%;
  text-align: center;
  
  padding: 0 20px;
  box-sizing: border-box;  
}

.pg_top_img_in p{
    max-width: 220px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}






/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:0px;
	left:50%;
}



/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:4px;
	bottom:7px;
    /*テキストの形状*/
	color: #eee;
	font-size: 12px;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#eee;
}








.mouse_in{
	position:absolute;
	bottom:15px;
    left: 50%;
    transform: translate(-50%,0%);
}

.mouse_bx{
    position: relative;
}

.mouse{
    position: absolute;
	left:50%;    
    margin-left: -11px;
    
  width: 22px;
  height: 34px;
  position: relative;
  background: #4e5559 linear-gradient(transparent 0%,
                                      transparent 50%,
                                      #ffffff 50%,
                                      #ffffff 100%);
  background-size: 100% 200%;
  border-radius: 100px;
  animation: colorSlide 5s linear infinite,
             nudgeMouse 5s ease-out infinite;
             

}
.mouse:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.mouse:after{
  content: '';
  position: absolute;
  top: 16px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}


.mouse:before{
  width: 18px;
  height: 30px;
  background-color: #30333a;
  border-radius: 100px;

}
.mouse:after{
  background-color: #ffffff;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  animation: trackBallSlide 5s linear infinite;
}


@import url(https://fonts.googleapis.com/css?family=Cabin);

.text{
 
  margin-top: 10px;
  font-family: Cabin;
  letter-spacing: 6px;
  color: #fff;
  text-align: center;
  
  font-size: 10px;
  text-indent: 12px;
  animation: colorText 5s ease-out infinite,
             nudgeText 5s ease-out infinite;
}

/* Animations */
@keyframes colorSlide{
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}

@keyframes colorText{
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
} 

@keyframes trackBallSlide{
  0%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  6%{
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14%{
    opacity: 0;
    transform: scale(0.4) translateY(5px);
  }
  15%, 19%{
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  30%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36%{
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44%{
    opacity: 0;
    transform: scale(0.4) translateY(5px);
  }
  45%, 49%{
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  60%{
    opacity: 1;
    transform: scale(0.9) translateY(-20px);
  }
  66%{
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74%{
    opacity: 0;
    transform: scale(0.4) translateY(5px);
  }
  75%, 79%{
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  88%, 100%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}
@keyframes nudgeMouse{
  0%{
    transform: translateY(0);
  }
  20%{
    transform: translateY(8px);
  }
  30%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(8px);
  }
  60%{
    transform: translateY(0);
  }
  80%{
    transform: translateY(8px);
  }
  90%{
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0%{
    transform: translateY(0);
  }
  20%{
    transform: translateY(2px);
  }
  30%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(2px);
  }
  60%{
    transform: translateY(0);
  }
  80%{
    transform: translateY(2px);
  }
  90%{
    transform: translateY(0);
  }
}











/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:60px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}



/* トップ   プラン ---------------------------------------------- */

.tp_plan{
  width: 100%;
}

.tp_plan_l{
  float: none;
  max-width: 700px;
  width: 100%;
  margin:0px auto 30px;
  padding:0px 20px;
  box-sizing: border-box;

}

.tp_plan_l img{
  width: 100%;
  height: auto;
  margin: 0px auto;
}


.tp_plan_r{
  float: none;
  width: 100%;
  padding: 20px 0px 10px;

  box-sizing: border-box;
}


.tp_plan_ttl{
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	margin-bottom: 20px;
    font-family: 'noto700';
}


.tp_plan_table{
    margin-bottom: 30px;
}


.tp_plan_table table{
    width: 100%;
}

.tp_plan_table table th{
	padding:10px 10px;
	font-size:14px;
	line-height:160%;
	vertical-align:top;
	background:#e4e5e6;
	border:1px solid #FFFFFF;
	text-align:center;
	color:#000000;
    
    font-family: 'noto700';    
}

.tp_plan_table table td{
	padding:10px 10px;
	font-size:14px;
	line-height:160%;
	vertical-align:top;
    background: #f2f4f5;
	color:#000000;
	border:1px solid #FFFFFF;
    
    vertical-align: middle;
}

.tp_plan_txt01{
	padding:15px 20px;
	box-sizing:border-box;
/*    background: #000000;*/

	width: 100%;
	height:auto;

  border-radius: 10px;


	background:url("../img/common/footer.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0 auto 60px auto;

}

.tp_plan_txt01_inner{
	width: 100%;
	height:auto;

  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;

  margin: 0px auto 10px;
}

.tp_plan_txt01_inner span::before{
	content: "\A" ;
	white-space: pre ;
}

.tp_plan_img01{
	width: 100%;
  max-width: 712px;

  margin: 0px auto 40px;
}

.tp_plan_img01 img{
	width: 100%;
  transition: 0.3s;
}

.tp_plan_img01:hover img{
	opacity: 0.8;
}
.plan_bnr{
  width: 120px;
  height: auto;
  display: block;
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 99;
}

.plan_bnr a img{
  width: 100%;
  height: auto;
}



/* トップ   アバウト ---------------------------------------------- */



.tp_abt000_bg{
    padding: 30px 20px;
    background: url("../img/top/00_bg.png") repeat,#a0e5ed;
    border-radius: 10px;
    margin-bottom: 50px;
    
}


.tp_abt000_ttl{
    max-width: 320px;
    height: auto;
    margin: 0 auto 20px auto;
}












.tp_abt00_ttl{
    font-size: 28px;
    line-height: 140%;
    color: #000000;
    font-family: 'noto900'; 
    text-align: center;
    margin-bottom: 30px;

}

.tp_abt00_ttl span::before {
	content: "\A" ;
	white-space: pre ;
}



.tp_abt000{
/*    border: 2px solid #c01831;*/
    border-radius: 10px;
    padding: 20px 20px;
    box-sizing:border-box; 

    background: rgba(255,255,255,0.70);


}

.tp_abt000 dl dt{
    font-size: 22px;
    line-height: 160%;
    color: #1d2651;
    font-family: 'noto900'; 
    text-align: center;
    margin-bottom: 15px;
}

.tp_abt000 dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}



.tp_abt000 dl dt ruby{
    margin: 0;
    padding: 0;

}
.tp_abt000 dl dt ruby rt{
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    margin-bottom: -5px;

}



.tp_abt000 dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #000000;
    font-family: 'noto700'; 
    text-align:left;
}


.tp_abt000 dl dd em::before {
	content: "" ;
	white-space: none ;
}




.tp_abt000 dl dd span::before {
	content: "" ;
	white-space: none ;
}












.tp_abt00{
    border: 2px solid #c01831;
    border-radius: 10px;
    padding: 20px 20px;
    box-sizing:border-box; 

    margin-bottom: 50px;

}

.tp_abt00 dl dt{
    font-size: 25px;
    line-height: 160%;
    color: #1d2651;
    font-family: 'noto900'; 
    text-align: center;
    margin-bottom: 15px;
}

.tp_abt00 dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}



.tp_abt00 dl dt ruby{
    margin: 0;
    padding: 0;

}
.tp_abt00 dl dt ruby rt{
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    margin-bottom: -5px;

}



.tp_abt00 dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #000000;
    font-family: 'noto700'; 
    text-align:left;
}



.tp_abt00 dl dd span::before {
	content: "" ;
	white-space: none ;
}






.tp_abt01{
    margin-bottom: 50px;
}

.tp_abt01_l{
    width: 100%;
    height:auto;
    float:none;
    
/*    background: #949494;*/

    border-right:none;
 

    box-sizing: border-box; 
    
    padding: 0 0 0 0;
    box-sizing: border-box;
    
    margin-bottom: 25px;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.tp_abt01_l img{
    max-width: 250px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}


.tp_abt01_r{
    width: 100%;
    height:auto;
    float:none;

    
/*    background:#E78788;*/
    
    
    padding: 0 0 0 0%;
 
 
}






.tp_abt01_r p{
    
    font-size: 16px;
    line-height: 180%;
    font-family: 'noto500';
    
    margin-bottom: 30px;
}



.tp_abt01_btn_cw{
    max-width: 300px !important;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto !important;
}

.tp_abt01_btn_cw a{
    max-width: 300px !important;
}




.tp_abt01_btn_c{
    margin: 0 auto 80px auto !important;
}



.tp_abt01_btn{
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
}

.tp_abt01_btn a{
    display: block;
    max-width: 200px;
    width: 100%;
    height: auto;
    background: #1d2651;
    padding: 12px 10px;
    color: #FFFFFF;
    
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    
    font-family: 'noto500';
    

    transition: all  0.3s ease; 
    
    border-radius: 10px;

    box-sizing: border-box;
}



.tp_abt01_btn a:hover{

    background: #c01830;
    color: #FFFFFF;

}


.tp_abt02_btn{
  max-width: 200px;
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
}

.tp_abt02_btn a{
  display: block;
  max-width: 200px;
  width: 100%;
  height: auto;
  background: #c01830;
  padding: 12px 10px;
  color: #FFFFFF;
  
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  
  font-family: 'noto500';
  

  transition: all  0.3s ease; 
  
  border-radius: 10px;

  box-sizing: border-box;
}



.tp_abt02_btn a:hover{

  background: #1d2651;
  color: #FFFFFF;

}









/* トップ   玉表示 ---------------------------------------------- */



.tp_igt01{
    margin-bottom: 60px;


}


.tp_igt01 ul li{
    width: 49%;
    height: 170px;
    float: left;
    margin-right: 2%;
    margin-bottom: 9px;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
  

}

.tp_igt01 ul li:nth-child(2n){
    margin-right: 0%;
}


.tp_igt01 ul li:nth-child(3n){
    margin-right: 2%;
}

.tp_igt01 ul li:nth-child(6n){
    margin-right: 0%;
}


.tp_igt01 ul li dl dt{
    text-align: center;
    margin-bottom: 12px;
}

.tp_igt01 ul li dl dt img{
    max-width: 60px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}



.tp_igt01 ul li dl dd p{
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 3px;
    margin-bottom: 5px;
    

    font-family: agenda, sans-serif;
    font-style: normal;
    font-weight: 400;    
}

.tp_igt01 ul li dl dd p span{
    letter-spacing: 0px;
}




.tp_igt01 ul li dl dd{
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    
    margin-bottom: 15px;
    

    font-family: 'noto500';

}



.tp_igt01 ul li:nth-child(odd){
background:#c01730;
}



.tp_igt01 ul li:nth-child(even){
background:#1e2652;
}






.tp_igt01_01{
    max-width: 360px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
}

.tp_igt01_01 ul li{
    width: 49%;
    height: 170px;
    float: left;
    margin-right: 2%;
    margin-bottom: 9px;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
  

}

.tp_igt01_01 ul li:nth-child(2n){
    margin-right: 0%;
}

.tp_igt01_01 ul li dl dt{
    text-align: center;
    margin-bottom: 12px;
}

.tp_igt01_01 ul li dl dt img{
    max-width: 60px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.tp_igt01_01 ul li dl dd p{
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 3px;
    margin-bottom: 5px;
    

    font-family: agenda, sans-serif;
    font-style: normal;
    font-weight: 400;    
}

.tp_igt01_01 ul li dl dd p span{
    letter-spacing: 0px;
}

.tp_igt01_01 ul li dl dd{
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    
    margin-bottom: 15px;
    

    font-family: 'noto500';

}

.tp_igt01_01 ul li:nth-child(odd){
background:#c01730;
}

.tp_igt01_01 ul li:nth-child(even){
background:#1e2652;
}

.tp_igt02{
  max-width: 300px;
  margin: 0 auto 60px auto;
}

.tp_igt02 ul li{
  width: 100%;
  height: 170px;
  float: left;
  margin-bottom: 10px;
  

 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; 
 align-items: center; 
 -webkit-justify-content: center; 
 justify-content: center;  
 


}

.tp_igt02 ul li dl dt{
  text-align: center;
  margin-bottom: 12px;
}

.tp_igt02 ul li dl dt img{
  max-width: 60px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}



.tp_igt02 ul li dl dd p{
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 3px;
  margin-bottom: 5px;
  

  font-family: agenda, sans-serif;
  font-style: normal;
  font-weight: 400;        
}

.tp_igt02 ul li dl dd p span{
  letter-spacing: 0px;
}

.tp_igt02 ul li dl dd{
  font-size: 13px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  
  margin-bottom: 15px;
  

  font-family: 'noto500';

}

.tp_igt02 ul li:nth-child(odd){
  background:#1e2652;

}

.tp_igt02 ul li:nth-child(even){
  background:#c01730;
}








.pagelink {
  text-align: center;
}

a.btn {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  border-bottom: 2px solid;
  padding: 0px 20px 5px 10px;
  transition: all 0.3s;
  color:#FFFFFF;
  
      font-size: 14px;
 
   letter-spacing: 3px;
    font-family: agenda, sans-serif;
    font-style: normal;
    font-weight: 400;      
}
a.btn:before, a.btn:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
}
a.btn:before {
  right: 5px;
  bottom: 40%;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(45deg);
}
a.btn:after {
  opacity: 0;
  bottom: 0;
  left: 0;
  height: 20%;
  width: 0;
  background: rgba(255, 221, 68, 0.7);
}
a.btn:hover {
  letter-spacing: 6px;
}
a.btn:hover:before {
  right: 5px;
}
a.btn:hover:after {
  opacity: 1;
  width: 100%;
}



 /* おもてなし店　一覧---------------------------------------------- */

 .omotenashi_01{
  text-align: center;
  font-size: 16px;
  line-height: 160%;
  font-weight: bold;
  margin: 0px auto 20px;
}

.omotenashi_01 span{
  position: relative;
  padding: 2px 10px 0px;
  background-color: #c01830;
  color: #fff;

}
.omotenashi_01 span::after{
  content: "\A" ;
	white-space: pre ;
}

.omotenashi_02{
  font-size: 15px;
  text-align: left;
  margin: 0px auto 20px;

  text-align:justify;
}

.omotenashi_02 span{
  font-size: 16px;
  color: #1e2652;
  font-weight: 700;
} 

.omotenashi_02 br{
  display: none;
}



.omotenasi_list{
  margin: 0px auto 60px;

  padding:0px 20px 30px;
  box-sizing: border-box;

}

.swiper-wrapper{

}

.swiper-slide{
  width: 320px;

  background-color: #f0f0f0;

  border: 2px solid #1e2652;
  padding: 10px;
  box-sizing: border-box;
}

.hospitality_list{
  width: 100%;
  max-width: 380px;
  margin: 0px auto;
}

.hospitality_list > ul > li{
  float: none;
  width: 100%;

  margin-right: 0%;
  margin-bottom: 20px;

  background-color: #f0f0f0;

  border: 2px solid #1e2652;
  padding: 10px;
  box-sizing: border-box;
}

.hospitality_list > ul > li:nth-child(2n){
  margin-right: 0%;
}


.slide_img{
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  padding-top: 66%;
}

.slide_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.omotenasi_txt{
  margin: 0px auto 0px;
  height: 88px;

  text-align: center;

  word-break: auto-phrase;
  overflow: hidden;
}

.omotenasi_txt span{
  padding: 3px 12px 0px;
  background-color: #c01830;
  color: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;

  font-size: 15px;
  font-weight: 700;
  line-height: 200%;
}


.slide_title{
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
  padding: 10px;
  box-sizing: border-box;
  height: 64px;

  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; 
  align-items: center; 
  -webkit-justify-content: center; 
  justify-content: center;   
 

}

.slide_cat_list{
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 20px;
}

.slide_cat_list li{
  width: 70px;
  height: 26px;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;

  background-color: #FFF;
  padding: 2px 10px 0px;
  box-sizing: border-box;
  border: 1px solid #000;
  color: #000;
  text-align-last: justify;
}

.slide_cat_list li:last-child{
  margin-right: 0px;
}

.slide_btn{
  width: 100%;
  max-width: 160px;

  margin: 0px auto 10px;
  text-align: center;

}

.slide_btn a{
  text-decoration: none;
  display: block;
  width: 100%;
  height: 36px;
  background: #1d2651;
  color: #FFFFFF;
  
  font-size: 14px;
  line-height: 110%;

  
 -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; 
 align-items: center; 
 -webkit-justify-content: center; 
 justify-content: center;   

 border-radius: 5px;
}

.slide_btn a:hover{
  background: #c01830;
  color: #FFFFFF;
}




 /* トップ　加盟店一覧---------------------------------------------- */


.to_kti01{
    margin-bottom: 25px;
}

.to_kti01 dl dt{
    font-size: 22px;
    line-height: 160%;
    color: #1d2651;
    font-family: 'noto700';
    margin-bottom: 5px;
    text-align: center;
}

.to_kti01 dl dd p{
    font-size: 17px;
    line-height: 160%;
    color: #000000;
    font-family: 'noto700';
    margin-bottom: 2px;    
}


.to_kti01 dl dd{
    font-size: 14px;
    line-height: 160%;
    color: #000000;
    font-family: 'noto400';
    text-align: center;    
}


.tp_kl001_bg{
    background: url("../img/top/bg001.jpg") repeat;
    padding: 20px;
    margin-bottom: 30px;
    
    border: 2px solid #3399cc;
    border-radius: 10px;
    
    box-sizing: border-box;

}

.tp_kl001_ttl{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 6px 15px 10px 15px;
    box-sizing: border-box;
    background: #3599cd;
    margin-bottom: 22px;

    font-size: 16px;
    line-height: 140%;
    color: #000000;
    font-family: 'noto700';
    color:#FFFFFF; 
    text-align: center;
    
    border-radius: 10px;
}


.tp_kl001_in{
  max-height: 350px;
  overflow-y: scroll;

  max-width: 600px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.tp_kl001_in ul li{
    width: 48%;
    height:auto;
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;
}

.tp_kl001_in ul li:nth-child(2n){
    margin-right: 0%;
}


.tp_kl001_img{
  text-align: center;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden;
  padding-top: 66%;
  }
  
  .tp_kl001_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tp_kl001_in dl{
  height: 55px;
}


.tp_kl001_in dl dt{
    font-size: 14px;
    line-height: 140%;
    color: #000000;
    font-family: 'noto700'; 
    margin-bottom: 3px;
}

.tp_kl001_in dl dd{
    font-size: 13px;
    line-height: 140%;
    color: #666666;
    font-family: 'noto400'; 
}







 /* トップ　　新着情報---------------------------------------------- */



.tp_news{
    margin-bottom: 50px;


}

.tp_news dl{
  margin-bottom: 25px;
}

.tp_news dl dt{
font-size: 14px;
line-height: 150%;
float: none;
clear: both;
color: #1E2652;

}

.tp_news dl dd{
font-size: 14px;
line-height: 150%;
margin: 0 0 8px 0;
padding-bottom: 7px;
padding-left: 0px;
border-bottom: 1px dotted #c01730;
}


.tp_news dl dd a{
    color: #000000;
    text-decoration: none;
}


.tp_news dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}


.ns_ttl{
  font-size: 20px;
  line-height: 180%;
  font-family: 'noto700';
  color: #1E2652;
  margin-bottom: 15px;
}



.ns_day{
  font-size: 12px;
  line-height: 100%;
  margin-bottom: 15px;
  text-align: right;
}


.ns_post{
  font-size: 14px;
  line-height: 180%;
  
  margin-bottom: 90px;

}







 /* トップ　　SNS---------------------------------------------- */

 .inst_area{
  max-width: 480px;
  width: 100%;
  height: auto;
  margin: 0 auto 40px auto;
}


.inst_area dl dt{
  width: 100%;
  max-width: 380px;
  line-height: 180%;

  margin: 0px auto 15px;

  background-color: #FF7B23;
  border-radius: 5px;
  transition: 0.3s;
}

.inst_area dl dt:hover{
  opacity: 0.8;
}

.inst_area dl dt a{
  display: block;
  width: 100%;
  padding: 5px 5px 3px;
  line-height: 180%;
  color: #ffffff;
  font-size: 14px;
  text-align: center;

  font-weight: 700;
  box-sizing: border-box;
}

.inst_area ul li{
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}

.inst_area ul li:nth-child(4n){
  margin-right: 2%;
}

.inst_area ul li:nth-child(2n){
  margin-right: 0%;
}

.inst_area ul li a{
  display: block;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}

.inst_area ul li img{
  width: 100%;
  height: 160px;
  object-fit: cover;

  transition: transform .6s ease; /* ゆっくり変化させる */
}

.inst_area ul li a:hover img{
  transform: scale(1.1); /* 拡大 */
}








.tp_twitter{
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 0 auto 40px auto;
}

.tp_twitter ul li{
  float: none;
  width: 100%;
  max-width: 380px;
  height: auto;
  margin: 0px auto 10px;
  border-radius: 5px;

  transition: 0.3s;
}

.tp_twitter ul li:last-child{
  margin-right: auto;
}

.tp_twitter ul li a{
  display: block;
  width: 100%;
  padding: 5px 5px 3px;
  line-height: 180%;
  color: #ffffff;
  font-size: 14px;
  text-align: center;

  font-weight: 700;
  box-sizing: border-box;
}

.tp_twitter ul li.red{
  background-color: #c01730;
}

.tp_twitter ul li.blue{
  background-color: #1e2652;
}

.tp_twitter ul li:hover{
  opacity: 0.8;
}





.tp_sns01{
    max-width: 100px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

.tp_sns01 ul li{
    width: 45%;
    height: auto;
    float: left;
    margin-right: 10%;

}

.tp_sns01 ul li:nth-child(2n){
    margin-right: 0%;
}






.follow-me {

}
.follow-me li {
    width: 45%;
    height: auto;
    float: left;
    margin-right: 10%;


  padding: 0;
}
.follow-me li a::before {
  background-color: #eee;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #333;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  height: 45px; /* Button height */
  line-height: 44px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 100%; /* Button width */
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}
.follow-me li a:hover::before {
  color: #fff;
}



.follow-me li a[href*="www.facebook.com/city.iwaki.jp"]::before       { content: "\f09a"; }
.follow-me li a[href*="twitch.tv"]::before          { content: "\f1e8"; }
.follow-me li a[href*="twitter.com"]::before        { content: "\f099"; }
.follow-me li a[href*="youtube.com"]::before        { content: "\f16a"; }


.follow-me li a[href*="www.facebook.com/city.iwaki.jp"]:hover::before       { background-color: #3b5998; }
.follow-me li a[href*="twitch.tv"]:hover::before          { background-color: #6441a5; }
.follow-me li a[href*="twitter.com"]:hover::before        { background-color: #55acee; }
.follow-me li a[href*="youtube.com"]:hover::before        { background-color: #cd201f; }





.youtube_bg{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;

}
	
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}










 /* トップ　　バナー---------------------------------------------- */



.tp_bnr01{
    max-width: 560px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}

.tp_bnr01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom:8px;
}

.tp_bnr01 ul li:nth-child(2n){
    margin-right: 0%;
}







 /* Coming Soon---------------------------------------------- */


.cs_bg{
    padding: 55px 30px;
    background:url("../img/coming_soon/00_bg.png") repeat,#a0e5ed;
    border-radius: 10px;

}

.cs_in{
}

.cs_in dl dt{
    max-width: 280px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}

.cs_in dl dd p{
    font-size: 16px;
    line-height: 180%;
    text-align:left;
    font-family: 'noto700';
    margin-bottom: 25px;
    color: #000000;
}


.cs_in dl dd p span::before {
	content: "" ;
	white-space: none;
}



.cs_in dl dd{
    font-size: 43px;
    line-height: 100%;
    text-align: center;
    color: #1c2650;    
    font-family: 'noto900';
}





 /* まち歩きMAPー---------------------------------------------- */


.tp_kpr03{
    margin-bottom: 30px;

}


.tp_kpr03 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 8px;
    
    

}

.tp_kpr03 ul li:nth-child(3n){
    margin-right: 0%;
}


.tp_kpr03 ul li a.btn_07 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #010C44;
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  padding: 0 5px;
  color: #010C44;
  font-size: 12px;
  line-height: 130%;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  cursor: pointer;
}

.tp_kpr03 ul li a.btn_07:hover {
  background: #010C44;
  border: 1px solid #05639a;
  color: #fff;
  
}

.tp_kpr03 ul li a.btn_07:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 35px;
  border-color: transparent transparent #010C44 transparent;
}

.tp_kpr03 ul li a.btn_07 span {
    position: absolute;
    bottom: 11px;
    right: 16px;
    display: inline-block;
}

.tp_kpr03 ul li a.btn_07 span:before {
    content: '';
    width: 13px;
    height: 13px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
}

.tp_kpr03 ul li a.btn_07 span:after {
    content: '';
    width: 4px;
    height: 4px;
    border: 0;
    border-top: 2px solid #010C44;
    border-right: 2px solid #010C44;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -1px;
}





.tp_kpr04 {
    max-width: 270px;
  position: relative;
  padding: 0 35px;
  text-align: center;
  
  font-size: 20px;
  line-height: 100%;
  
  margin: 0 auto 30px auto;
  
  
    font-family: 'noto700';   
}

.tp_kpr04:before {
  position: absolute;
  top: calc(50% - 0px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

.tp_kpr04 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}




/* MAP関連 ---------------------------------------------- */

.mapContainer{
    width: 100%;
    margin-bottom: 40px;
}

.mapComponent {
    position: relative;
    width: 100%;
    float: none;
	height: 450px;
	box-sizing: border-box;

	margin-bottom: 40px;
  }
  
  #map_canvas {
    position: absolute;
    top: 0;
    margin: 20px auto 10px;
    width: 100%;
    height: 450px;
    box-shadow: 10px 10px 10px rgba(190, 190, 190, 0.4);
    /* add for mobile click event */
    cursor:pointer;
  }

  .infowindow{
	border: none;
	font-size: 12px;
  }

  .infowindow img{
	display: block;
	width: 100%;
	max-width: 180px;
	height: 100%;
	max-height: 135px;
	margin: 0px auto 5px;

	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	-moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius: 5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
  }
  
  .infowindow h4{
	line-height: 180%;
	font-size: 14px;
	margin-bottom: 5px;
  }

  .infowindow .cat_name{
	padding:2px 4px;
	background-color: #E43E31;
	color: #FFFFFF;

	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	-moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius: 3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
  }
  
  .mapList{
    width: 100%;
	margin: 20px auto;
    float: none;
	height: 200px;
	overflow-y: scroll;
	padding: 5px 0px 5px;
  }
  
  #mapList {
    margin: 0px auto;
    padding: 0;
    font-size: 0.8em;
    width: 95%;
  }
  
  #mapList li {
    border: 1px solid #ccc;
    cursor: pointer;
    list-style-type: none;
    padding: 5px 5px;
    display: flex;

  }

  #mapList li img.num_img{
	width: 32px;
	height: 40px;
	margin: 0 5px 0 0;
  }
  
  #mapList li:hover {
    transform: scale(1.02, 1.02);
	transition: 0.3s;
  }
    
  .clicked {
    background-color: #ccc;
  }
  
  button.gm-ui-hover-effect{
    border:none !important;
	top: -3px !important;
	right: -3px !important;
  }
  
  
  button.gm-ui-hover-effect:focus{
	outline:0;
  }

  .gm-style-iw-d{
	max-height: none !important;
  }

  .gm-style-iw{
	max-height: none !important;
  }






.tw01{

}


.tw01 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 60px;
   
/*   background: #EFC2C3;*/
}

.tw01 ul li:nth-child(2n){
    margin-right: 0%;
}


.tw01_img_in{
    position: relative;
    margin-bottom: 15px;

}

.tw01_img{
  margin-top: 30px;
  
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  padding-top: 66%;
  
}

.tw01_img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 600px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tw01_img_pin{
    position: absolute;
    top: -30px;
    left: 15px;

    z-index: 9;
}

.tw01_img_pin img{
    width: 40px;

}




.tw01_cat{
    margin-bottom: 14px;

}

.tw01_cat ul{
    text-align: center;
}

.tw01_cat ul li{
    float: none;
    display: inline-block;
    margin-right: 8px;
    padding: 5px 15px;
    color: #FFFFFF;
    
    border-radius: 10px;
    
    font-size: 13px;
    line-height: 100%;
    
    width: auto;
    height: auto;
    float: none;

    margin-bottom: 0px; 
  
}


.tw01_cat ul li:last-child{
     margin-right: 0%;
}


.tw01_cat_bg01{
    background: #000e49;
}

.tw01_cat_bg02{
    background: #ff6e04;
}

.tw01_cat_bg03{
    background: #e43e31;
}


.tw01_in{

}

.tw01_in dl dt{
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 12px;
}




.tw01_in dl dd table{
    width: 100%;
    margin-bottom: 13px;
}

.tw01_in dl dd table th{
    width: 40px;
	padding:5px 0px;
	font-size:14px;
	line-height:150%;
	vertical-align:top;

	border-bottom:1px dotted #a09f9f;

	color:#000000;
}

.tw01_in dl dd table td{
	padding:5px 0px;
	font-size:14px;
	line-height:150%;
	vertical-align:top;

	border-bottom:1px dotted #a09f9f;

	color:#000000;
}


.tw01_in dl dd p{
    font-size: 14px;
    line-height: 160%;

}





/* クーポン対象店舗! ---------------------------------------------- */





.srh_b01{

    margin-bottom: 20px;

}

.srh_b01_in{

float:none;
clear: both;
    
}

.srh_b01_in ul li{

    margin-bottom: 10px;
    
    float:left;


    margin-right: 10px;


}

.srh_b01_in ul li:nth-child(1){
    float:none !important;
    margin-right: 0%;
    
clear: both;    
}


.srh_b01_in ul li:nth-child(2){
    float:left !important;
    margin-right: 20px;
}


.srh_b01_in ul li:last-child{
    float:left !important;
     margin-right: 0%;
}





.srh_b01_in span{
    margin-right: 3px;
    margin-left: 10px;
    
    font-size: 14px;


}

.selectbox-003 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-003::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #777;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-003 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 110px;
    height: 30px;
    padding: 3px 7px 3px 7px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    background-color: #fff;
    color: #555;
    cursor: pointer;

}


input[type="submit"] {
	width: 50px;
    font-size: 14px;
    line-height: 110%;
    color: #fff;
	display: inline-block;
    padding: 7px 0px 8px 0;
    text-align: center;
	background-color: #0C205F;
    border: 1px solid #0C205F;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 1s;
}

/*--hover--*/
input[type="submit"]:hover {
    color: #0C205F;
    background-color: #ffffff;
    border: 1px solid #0C205F;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 1s;
}










.cg_01{
    margin-bottom: 50px;
    padding-bottom: 10px;
    overflow-x: auto;     
}

.cg_01::-webkit-scrollbar {
  height: 10px;
}
 
.cg_01::-webkit-scrollbar-thumb {
  background: #d2b48c;
  border-radius: 7px;
}
 
.cg_01::-webkit-scrollbar-track {
  background: #f5deb3;
  border-radius: 7px;
}


    
    

.cg_01 table{
	width:100%;
	height:auto;
    
    border: 1px solid #999999;    

    white-space: nowrap;

}

.cg_01 table th{

	padding:7px 15px 7px 15px;	
	box-sizing:border-box;

	font-size:14px;
    line-height: 150%;
    color:#FFFFFF;
    font-family: 'noto500';
    
	border-collapse:collapse;

	text-align:center;
    border: 1px dotted #999999;
    
    background: #DA0036;
    
}

.cg_01 table td{

	padding:10px 15px 10px 15px;	
	box-sizing:border-box;

	font-size:13px;
    line-height: 140%;
	border-collapse:collapse;

	text-align:left;
    border: 1px dotted #999999;
}


/*.cg_01 table tr:hover {
  background: gray;
  cursor: pointer;
}
*/

.cg_01 table td a{
    color: #0C205F;
    text-decoration: underline;
}

.cg_01 table td a:hover{
    color: #0C205F;
    text-decoration:none;
}



.cg_01 table tr:nth-child(odd){
    background: #fffafb;
}


/* いわきFC戦ウェルカム宿泊プラン---------------------------------------------- */

.wap01{
	margin-bottom: 25px;

}

.wap01 dl dt{
    max-width: 180px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;

}

.wap01 dl dd{
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	margin-bottom: 20px;
    font-family: 'noto700';
}

.wap01 dl dd p{
	font-size: 26px;
	line-height: 140%;
	text-align: center;
	margin-bottom: 5px;

}

.wap01 dl dd p span::before {
	content: "\A" ;
	white-space: pre ;
}


.wap02{
	font-size: 14px;
	line-height: 150%;
	text-align:left;
    color:#cc0000;
	margin-bottom: 30px;

}



.wap03{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 80px auto;
}









.wap04_ttl {
  position: relative;
  padding:18px 20px;
  text-align:left;
  border: 2px solid #c01831;
  background: #c01831;
  
  font-size: 15px;
  line-height: 150%;
  color: #FFFFFF;
  font-family: 'noto700'; 
  
  margin-bottom: 20px;
}

.wap04_ttl:before,
.wap04_ttl:after {
  position: absolute;
  content: '';
}

.wap04_ttl:before {
  top: -40px;
  left:20px;
  width: 65px;
  height: 65px;
  border: 2px solid #c01831;
  border-radius: 50%;
  background: #c01831;
}

.wap04_ttl:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c01831;
}

.wap04_ttl i {
  font-size: 28px;
    font-family: 'noto700';
    font-style: normal;
  line-height: 100px;
  position: absolute;
  z-index: 1;
  top: -71px;
  left: 20px;
  width: 65px;
  height: 65px;
  text-align: center;
  color: #FFFFFF;

}

.wap04_ttl span {
  position: relative;
  z-index: 1;
}


.wap04_ttl_s{
    font-size: 16px;
    line-height: 160%;
    margin-top: 5px;
    


}


.wap04_ttl em::before {
	content: "\A" ;
	white-space: pre ;
}



.wap05_ttl{
	font-size:17px;
	line-height: 140%;
	text-align: center;
	margin-bottom: 15px;
    font-family: 'noto700';
}




.wap05{
    margin-bottom: 80px;
}


.wap05 table{
    width: 100%;
}

.wap05 table th{
	padding:8px 5px;
	font-size:12px;
	line-height:140%;
	vertical-align:top;
	background:#e4e5e6;
	border:1px solid #FFFFFF;
	text-align:center;
	color:#000000;
    
    vertical-align: middle;
    
    font-family: 'noto700';    
}

.wap05 table td{
	padding:8px 5px;
	font-size:12px;
	line-height:160%;
	vertical-align:top;
    background: #f2f4f5;
	color:#000000;
	border:1px solid #FFFFFF;
    
    vertical-align: middle;
}

.wap05 table td.game_info{
	font-size:16px;
  font-weight: 600;
	line-height:160%;

  text-align: left;
  padding: 15px 5px;
    
  vertical-align: middle;
}

.wap05 table th span::before {
	content: "\A" ;
	white-space: pre ;
}


.wap05 table td span::before {
	content: "\A" ;
	white-space: pre ;
}



.wap05 p{
    font-size: 13px;
    line-height: 150%;
    color: #C01831;
    margin-top: 13px;

}

.wap05 .note{
  font-size: 15px;
  line-height: 150%;
  text-align: center;
  color: #1d2651;
  
  font-family: 'noto500'; 
}



.wap06{
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 20px;
}

.wap06 span.font_b{
	font-weight: 600;
}

.wap06 p{
    font-size: 13px;
    line-height: 150%;
    color: #C01831;
    margin-top: 0px;
}





.wap06_btn{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 80px auto;

}

.wap06_btn ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
}


.wap06_btn ul li:nth-child(2n){
    margin-right: 0%;
}

.wap06_btn ul li a{
    display: block;

    width: 100%;
    height: auto;
    background: #1d2651;
    padding: 11px 5px 15px 5px;
    color: #FFFFFF;
    box-sizing: border-box;
    
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    
    font-family: 'noto400';

    transition: all  0.3s ease; 
    
    border-radius: 10px;
}

.wap06_btn ul li a:hover{

    background: #c01830;
    color: #FFFFFF;

}







.wap07{
    margin-bottom: 50px;

}


.wap07 dl{
    margin-bottom: 30px;

}

.wap07 dl dt{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 15px auto;
    

}

.wap07 dl dd{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}


.wap07 dl dd:last-child{
    margin: 0 auto 0px auto;
}

.wap07 dl dd span.font_red{
  color: #C01831;
}



.wap07 dl dd ul li{
    width: 48%;
    height: 170px;
    float: left;
    
    font-size: 14px;
    line-height: 150%;
    
    font-family: 'noto500';   
    
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 4%;
    border: 2px solid #3399cc;
    background:url("../img/welcome_accommodation_plan/03_bg.png") repeat;
    border-radius: 10px;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.wap07 dl dd ul li:nth-child(2n){
    margin-right: 0%;
}


.wap07 dl dd:last-child{
    margin-bottom: 0;
}




.wap07 p{
    font-size: 15px;
    line-height: 160%;
    text-align:left;
    color: #ff0000;
    
    font-family: 'noto500'; 
}






.wap08{
    font-size: 20px;
    line-height: 150%;
    text-align: center;

    margin-bottom: 25px;
    
    font-family: 'noto700'; 
}

.wap08 span::before {
	content: "\A" ;
	white-space: pre ;
}


.wap09{
  width: 100%;
  max-width: 640px;

  margin: 0px auto 40px;
  
  box-sizing: border-box;
}

.wap09 .wap09_l{
  width: 100%;
  float: none;

  text-align: center;
  padding: 15px;
  box-sizing: border-box;
}

.wap09 .wap09_l dl dt{
  width: 100%;
  padding: 7px 10px;
  margin-top: 0px;
  margin-bottom:20px;
  font-size: 16px;
  color: #ffffff;

  background-color: #1d2651;
  box-sizing: border-box;

  font-family: 'noto700'; 

}

.wap09 .wap09_l dl dd{
  width: 100%;
  font-size: 14px;
  line-height: 160%;
  color: #000000;

  box-sizing: border-box;

  font-family: 'noto500'; 

}

.wap09 .wap09_l dl dd span{
  display: none;
}

.wap09 .wap09_r{
  width: 100%;
  float: none;

  text-align: center;
}

.wap09 .wap09_r_img img{
  width: 100%;
  max-width: 200px;
}

.wap09 .wap09_r_bnr img{
  width: 100%;
  max-width: 120px;
}

.wap10{
  max-width: 970px;
  width: 100%;

	font-size: 14px;
	line-height: 150%;
	margin: 0px auto 40px;
  font-family: 'noto500'; 

  border: 6px solid #1d2651;
  padding:10px;
  box-sizing: border-box;
  background:#f2f4f5;
}

.wap10 span{
  color: #C01831;
}

/*おもてなし企業 ---------------------------------------------- */

.hospitality_cont1{
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
}

.hospitality_title{
  position: absolute;
  top: 20%;
  left: 0;

  font-size: 32px;
  font-weight: 700;
  line-height: 120%;

  width: 100%;
  max-width: 380px;

  transform: translateY(0%);

}

.hospitality_omotenashi{
  position: absolute;

  top: 60%;
  left: 0;

  width: 100%;
  max-width: 380px;

  word-break: auto-phrase;

}

.hospitality_omotenashi span{
padding: 3px 8px 0px;
background-color: #1e2652;
color: #fff;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;

font-size: 24px;
line-height: 200%;

}

.hospitality_img{
  position: absolute;

  height: 300px;
  width: auto;

  margin-left: 20px;

  top: 0;
  right: 0;
  bottom: 0;

}

.hospitality_img img{
  height: 100%;
  width: auto;

  object-fit: cover;
}



.hospitality_cont2{
  width: 100%;

  border: 1px solid #C01831;
  background-color: #f0f0f0;

  padding: 20px 15px;
  box-sizing: border-box;

  border-radius: 30px;
  margin-bottom: 40px;
}

.hospitality_cont2 dt{
  width: 100%;
  text-align: center;
  
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.hospitality_cont2 dt span{
  padding: 2px 5px;
  box-sizing: border-box;

  border-bottom: 3px solid #C01831;
}

.hospitality_cont2 dd{
  width: 100%;
  text-align: left;
}


.hospitality_cont3{
  width: 100%;
  height:auto;
  overflow: auto;

  margin-bottom: 40px;
}

.hospitality_cont3 dt{
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2em;

  margin-bottom: 20px;
}

.hospitality_cont3 dt span{
  padding: 2px 5px;
  box-sizing: border-box;

  border-bottom: 3px solid #C01831;
}


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

.hospitality_table table{
  width: 100%;
}


.hospitality_table th{
  background-color: #c0c0c0;
  text-align: center;
  vertical-align: middle;

  width: 130px;

  font-size: 16px;
  font-weight: 600;

  padding: 8px 10px;
  box-sizing: border-box;
  
  border: 2px solid #fff;
}

.hospitality_table td{
  background-color: #f0f0f0;

  font-size: 14px;


  padding: 5px 10px;
  box-sizing: border-box;

  border: 2px solid #fff;
  word-break: break-all;
}


.hospitality_map{
  width: 100%;

}

.hospitality_map iframe{
  width: 100%;

}




/*各種お問い合わせ ---------------------------------------------- */


.kso01{
}

.kso01 dl{
    margin-bottom: 30px;
}

.kso01 dl dt{
    font-size: 18px;
    line-height: 150%;

    color: #1D2651;

    margin-bottom: 12px;
    
    font-family: 'noto700'; 
}




.kso01 dl dd p{
    font-size: 15px;
    line-height: 140%;

    color: #B41B30;

    margin-bottom: 5px;
    
    font-family: 'noto500'; 
}



.kso01 dl dd{
    font-size: 13px;
    line-height: 160%;

    color:#000000;

    margin-bottom: 25px;
}


.kso01 dl dd:last-child{
	margin-bottom:0px;
}



.kso01 dl dd a{
    color: #1B7FBD;
    text-decoration: underline;

}

.kso01 dl dd a:hover{
    text-decoration:none;

}



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






























































/* プライバシー ---------------------------------------------- */


.privacy{
}

.privacy dt {
    font-size:16px;
    line-height: 160%;
    margin-bottom: 8px;
    font-family: 'noto500';
}


.privacy dd {
    font-size:14px;
    line-height: 150%;
    margin-bottom: 25px;
}

.privacy a{
    color: #000000;
    text-decoration: underline;

}

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












/* お問い合わせフォーム---------------------------------------------- */


.contact-t{
	font-size:15px;
	line-height:150%;
	margin-bottom:40px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:20px;
	text-align:left;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:16px;
	line-height:140%;
	margin-bottom:15px;
	text-align:left;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}
.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 00px auto;
	text-align:center;
}





#contact-f{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}


#contact-f th{
	font-size:14px;
	border-collapse:collapse;

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;

}

#contact-f td{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	width:100%;
	display:block;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:100%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	box-sizing:border-box;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;

}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


.f_txt01{
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 120%;
}

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

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:120px;
	height:auto;
	padding:10px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:15px;

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
    /*角丸*/

}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}







#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}


}
