@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;
    
}

body{
    background: url('../images/top_bg.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.row{
    margin-right: -5px;
    margin-left: -5px;
}

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

main{
 background: url("../images/bg_main.jpg");
}
/* ------------------------------------------------ */
/* ▼ナビまわり */
/* ------------------------------------------------ */
.navbar{
}

.navbar-brand{
    min-width: 230px;
}

.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;
    transition: transform 0.09s linear;
}

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

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

#sns a{
    padding: 0px 0.6em;
}

.active{
    border-radius: 3px;
    color: #313442;
    background: rgba(175,162,194,0.50);
}


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


/* ------------------------------------------------ */
/* ▼テキストまわり */
/* ------------------------------------------------ */
h2 {
  font-size: 1.2em;
    padding: 0.6rem 0;
    font-family: 'Noto Serif JP', serif;
    text-align:  center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    background: url("../images/titlebg.jpg");
    background-size: cover;
}

h3{
 font-size: 1.3em;
 border-bottom:2px solid #3D426D;
}

p {
  color: #232323;
}

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

.attention{
    border-radius: 3px;
    padding: 2em;
    display: inline;
    background: #fff;
}

.uline2{
    background: linear-gradient(to right,rgba(255,255,255,0.0),rgba(255,255,255,0.3),rgba(255,255,255,0.0));
    margin: 0.4em 0;
    padding: 0.1em;
}
/* ------------------------------------------------ */



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

.btn_area{
 margin: 0px auto;
background: #F7F7F7;
 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: #C50003;
  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 #d2bac3;
    transition: all 400ms 0s ease;
}
.sbutton span:hover{
   border-radius: 25px;
        box-shadow: 0px 10px 8px 0px #d2bac3;
}
/*----------------------------*/

/* ------------------------------------------------ */
/* テーブルまわり */
/* ------------------------------------------------ */
.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: #EAEAEA;
 background-size: cover;
 text-shadow: 0 0 4px #fff;
}

.table-striped tbody tr:nth-of-type(even) {
 background: rgba(255,255,255,0.7);
}

.table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
}

.table-bordered td{
    background: rgba(255,255,255,0.6);
}

.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;
}


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


.navbar-brand{
    min-width: 350px;
}
    
h2 {
  font-size:  2rem;
}


.navbar{
    max-height: 60px;
}
/* ------------------------------------------------ */
}
/* ------------------------------------------------ */


