@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------ */
/* ▼コンセプトカラーの設定 */
/* ------------------------------------------------ */
.ccl{
     color:darkcyan; /* 見出し用・濃いめの色 */    
}

.uline{
    background:rgba(255,69,0,0.40); /* ハイライト用・薄めの色 */
    padding: 1px;
}

/* ------------------------------------------------ */
/* ▼bootstrap用 */
/* ------------------------------------------------ */
.selector-for-some-widget {
  box-sizing: content-box;
}


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


html, body{
    padding: 0;
    margin: 0;
}

.container, .container-fluid{
    padding: 0;
}




_:-ms-lang(x)::-ms-backdrop, img[src$=".svg"] {
    width: 100%;
}

/* ------------------------------------------------ */
/* ▼ナビまわり */
/* ------------------------------------------------ */
.navbar-brand{
    min-width: 210px;
}

.collapse.show{
    padding: 15px 0px;
}

form a img{
    margin-right: 1rem;
}

form a img{
    -moz-transition: -moz-transform 0.09s linear;
    -webkit-transition: -webkit-transform 0.09s linear;
    -o-transition: -o-transform 0.09s linear;
    -ms-transition: -ms-transform 0.09s linear;
    transition: transform 0.09s linear;
}

form a img:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.navbar-nav li{
    padding: 0px 0.6em;
}

#sns a{
    padding: 0px 0.6em;
    display: inline-block;
}

.active{
    background: #d5e6f0;
}

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


/* ------------------------------------------------ */
/* ▼テキストまわり */
/* ------------------------------------------------ */


h2 {
  color: #46DAF5;
  font-weight: bold;
  font-family: 'ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
  letter-spacing: 0.2em;
  border-bottom: 1px solid #46DAF5;
  padding-bottom: 0.1em;
  vertical-align: bottom;
}

h2.k01{
color: #E0F3FF;
border-bottom: 1px solid #E0F3FF;
}

h2.k02{
color: #FFFDCB;
border-bottom: 1px solid #FFFDCB;
}

.introtext{
 padding: 2em;
 background: rgba(0,0,0,0.5);
}

.introtext:first-of-type{
}


.pick{
  font-size: 1.5rem;
  color: #46DAF5;
  font-weight: bold;
  font-family: 'ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
}

.honmon{
    text-align: left;
    line-height: 180%;
}

.intro{
 background: linear-gradient(to right, rgba(0,0,0,0.0), rgba(0,0,0,0.7), rgba(0,0,0,0.7), rgba(0,0,0,0.3));
}

.intro1{
 background: linear-gradient(to right, rgba(54,46,25,0.3), rgba(54,46,25,0.7), rgba(54,46,25,0.7), rgba(54,46,25,0.0));
}

.intro2{
 background: linear-gradient(to right, rgba(27,71,43,0.0), rgba(27,71,43,0.7), rgba(27,71,43,0.7), rgba(27,71,43,0.3));
}


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

#bg{
background-image: url('../images/mainimage_bg_s.png');
 background-size: cover;   
}

#title_sect{
    background: url("../images/bg.jpg");
    background-size: cover;
    background-position: top center;
}

#title{
 /*background-image: url('../images/mainimage2_s.png');*/
 background-size: cover;   
}

#kousi00{
  text-shadow: #000 0px 2px 15px;
  background: url("../images/k00.png");
  background-size: cover;
  background-position: top left;   
}

#kousi01{
  text-shadow: #000 0px 2px 15px;
  background: url("../images/k01.png");
  background-size: cover;
  background-position: top right;   
}

#kousi02{
  text-shadow: #000 0px 2px 15px;
  background: url("../images/k02.png");
  background-size: cover;
  background-position: top left;   
}


/* ------------------------------------------------ */
/* ▼申し込みボタンまわり */
/* ------------------------------------------------ */
.hide{
 display: none;
}

.btn_area{
 margin: 0px auto;
 background: #fff;
 padding-top:1em;
 box-shadow: 0 -3px 5px 0px rgba(0,0,0,0.1);
}

.sbutton,
.sbutton span {
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.sbutton span {
  padding: 0.5em;
  background: -webkit-linear-gradient(top, #ed1c24, #c1272d);
  background: -o-linear-gradient(top, #ed1c24, #c1272d);
  background: linear-gradient(to bottom, #ed1c24, #c1272d);
  color: #fff;
  font-size: 1.3em;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
    width: 100%;
    -webkit-animation: 3s float ease-in-out infinite;
    animation: 3s float ease-in-out infinite;
    box-shadow: 0px 2px 8px 0px #888;
    transition: all 400ms 0s ease;
}

.sbutton span.osaka{
background: -webkit-linear-gradient(#F17547, #E95524);
background: -o-linear-gradient(#F17547, #E95524);
background: linear-gradient(#F17547, #E95524);
}

.sbutton span:hover{
   border-radius: 25px;
        box-shadow: 0px 10px 8px 0px #888;
}

#dial{
    max-width: 600px;
    max-height: 50px;
}
/*----------------------------*/

/* ------------------------------------------------ */
/* テーブルまわり */
/* ------------------------------------------------ */
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
vertical-align: middle;
text-align: center;
}

.table>tbody>tr>td{
 text-align: left;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.01);
}

.access{
    font-size: 0.9em;
    padding: 0.2em 0.4em;
    display: inline-block;
    margin-left: 1em;
    color: #EC407A;
	border: 2px solid #EC407A;
	border-radius: 2px;
	transition: .4s;
}

.access:hover {
    text-decoration: none;
	background: #EC407A;
	color: #fff;
    box-shadow: 0px 2px 4px 1px #c2adb6;
}

.pc{
	display: none;
}

.sp{
	display: inline-block;
}

/* ------------------------------------------------ */
@media (min-width: 768px) {
/* ------------------------------------------------ */

.navbar-brand{
    min-width: 230px;
}
	
	.sp{
		display: none;
	}
	
	.pc{
		display: inline-block;
	}
    
#title{
 /*background-image: url("../images/mainimage_bg.png");*/
}
    
#bg{
background-image: url('../images/mainimage_bg.png');
 background-size: cover;   
}
    
.introtext:first-of-type{

}
    
/* ------------------------------------------------ */
}
/* ------------------------------------------------ */

