/*!
 * CSoon - Minimalist Coming Soon Template
 */

/* Base structure */
html, body {
    width: 100%!important;
    height: 100%!important;
}

body {
    font-family:Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #313B45;
    background-color: #fff;
}

@media screen and (max-width: 414px) {
    body { 
       font-weight: 300;
       }
}

/* Preloader */
#preloader  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1001;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#status  {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/loader.gif) no-repeat center;
    margin: -100px 0 0 -100px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p {
    font-family:Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
    margin: 0 0 25px;
    font-size: 15px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 16px;
        line-height: 1.6;
    }
}

a {
    text-decoration: underline;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #666;
}

.no-pad {
    padding: 0;
}

.thin {
    font-weight: 300;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

section {
    position: relative;
    z-index: 999;
    padding: 10px 0 10px;
}

@media(max-width:768px) {
    section {
        padding: 100px 0 80px;
    }
}

.list-inline>li {
    padding-bottom: 10px;
    vertical-align: bottom;
}

.label,
input,
.btn {
    border-radius: 0!important;
}
.label-danger {
    background-color: #c00;
}
.btn {
    font-size: 12px;
    font-family:Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
    font-weight: 400 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-shadow: none;
    text-decoration: none;
}
.btn-border {
    border: 1px solid #fff;
    outline: 0;
    color: #fff;
    background-color: transparent;
}
.btn-border:hover,
.btn-border:focus {
    border: 1px solid #eee;
    outline: 0;
    color: #000!important;
    background-color: #eee;
}
.btn-white {
    border: 1px solid #fff;
    outline: 0;
    color: #000!important;
    background-color: #fff;
}
.btn-white:hover,
.btn-white:focus {
    border: 1px solid #fff;
    outline: 0;
    color: #fff!important;
    background-color: transparent;
}

.btn-red {
    font-size: 16px;
    border: 1px solid #c0392b;
    outline: 0;
    color: #fff;
    background-color: #c0392b;
}
.btn-red:hover,
.btn-red:focus {
    border: 1px solid #c0392b;
    outline: 0;
    color: rgba(255,255,255,0.7);
    background-color: #e74c3c;
}

.btn-red2 {
    font-size: 16px;
    border: 1px solid #e81351;
    outline: 0;
    color: #fff;
    background-color: #e81351;
    margin-bottom: 5px;
}
.btn-red2:hover,
.btn-red2:focus {
    border: 1px solid #e81351;
    outline: 0;
    color: rgba(255,255,255,0.7);
    background-color: #e74c3c;
}

.btn-red3 {
    font-size: 12px;
    border: 1px solid rgba(97,9,0,0.7);
    outline: 0;
    padding-bottom: 7px;
    color: #fff;
    background-color: rgba(97,9,0,0.7);
}
.btn-red3:hover,
.btn-red3:focus {
    border: 1px solid rgba(97,9,0,0.3);
    outline: 0;
    color: rgba(255,255,255,0.7);
    background-color: rgba(97,9,0,0.3);
}

a .fa-circle {
    color: rgba(0, 0, 0, 0.35);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover .fa-circle {
    color: #555;
}

a.fa {
    text-decoration: none;
}

/* Add font */

.jap{
    font-family: "source-han-sans-japanese","Yu Gothic","Open Sans","Helvetica Neue",sans-serif !important;
    font-weight: 300 !important;
}

.Julius {
    font-family: 'Julius Sans One', sans-serif !important;
}

.Poiret{
    font-family: 'Poiret One', cursive !important;
    }

.just {
    text-align: justify !important;
     -ms-text-justify: inter-ideograph !important;
    text-justify: inter-ideograph !important;
}

.bold{
    font-weight: 700 !important;
    }
    
.font-w-100{
    font-weight: 100 !important;
    }
    
.font-w-200{
    font-weight: 200 !important;
    }
.font-9{font-size: 9px !important;}
.font-10{font-size: 10px !important;}
.font-11{font-size: 11px !important;}
.font-12{font-size: 12px !important;}
.font-13{font-size: 13px !important;}
.font-14{font-size: 14px !important;}
.font-15{font-size: 15px !important;}
.font-16{font-size: 16px !important;}
.font-17{font-size: 17px !important;}
.font-18{font-size: 18px !important;}
.font-19{font-size: 19px !important;}
.font-20{font-size: 20px !important;}
.font-25{font-size: 25px !important;}
.font-22{font-size: 22px !important;}
.font-30{font-size: 30px !important;}

.pb-5{padding-bottom:10px;}

.mt-10 {margin-top:10px !important}
.mb-10 {margin-bottom:10px !important}
.mt-50 {margin-top:50px !important}
.mt-100 {margin-top:100px !important}
.mb-30 {margin-bottom:30px !important}
.mb-50 {margin-bottom:50px !important}
.mtng-50 {margin-top:-50px !important}
.mtb{
    margin-top:50px !important;
    margin-bottom:50px !important;
    }
.pt-50{
    padding-top:50px!important;
    }
    
.shadow01{
	position: relative;
	display: block;
	width: 100%; /* 画像の横幅 */
	margin: 0 auto;
	z-index: 1;
}
.shadow01:before{
	content: "";
	position: absolute;
	bottom: 6px;
	left: 18px;
	width: 50%;
	box-shadow: 0 0 4px 8px rgba(0,0,0,0.4);
	z-index: -1;
	transform:rotate(-3deg)
}
.shadow01:after{
	content: "";
	position: absolute;
	bottom: 6px;
	right: 18px;
	width: 50%;
	box-shadow: 0 0 4px 8px rgba(0,0,0,0.4);
	z-index: -1;
	transform:rotate(3deg)
}

.pointer{cursor: pointer;}

.hidari {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}

.overflow{
  overflow: hidden;
  }
  
.font-red{
  color:#e74c3c;
  }
  
.font-blue{
  color:#3498db;
  }

/* NavBar */

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid #333;
    text-transform: uppercase;
    color: rgba(255,255,255,.8);
    background-color: rgba(0,0,0,.8);
}
.navbar-custom .navbar-brand {
    font-size: 26px;
    letter-spacing: -0.02em;
    text-transform: none;
}
.navbar-custom.top-nav-collapse .navbar-brand {
    font-size: 18px;
}
.logo {
    display: none;
    font-family: 'Julius Sans One', sans-serif;
}
.navbar-brand i {
    color: #e81351;
}
.navbar-custom.top-nav-collapse .navbar-brand .logo {
    display: inline-block;
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}
.navbar-custom a {
    color: #fff;
    font-family:Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    font-weight: 400;
    letter-spacing: 0.15em;
    text-decoration: none;
}

@media screen and (min-width: 970px) {
	.navbar-custom a {
	    font-size: 14px;
	}
}

@media screen and (min-width: 415px) and (max-width: 969px) {
	.navbar-custom a {
	    font-size: 9px;
	}
}

@media screen and (max-width: 414px) {
    .navbar-custom a {
	    font-size: 14px;
	}
}

.navbar-custom .nav li a {
    -webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
}
.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(225,225,225,.6);
    background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}
.navbar-custom .nav li.active {
    outline: 0;
}
.navbar-custom .nav li.active a {
    color: #e81351;
}
.navbar-custom .nav li.active a:hover {
    color: #fff;
}
@media(min-width:768px) {
    .navbar-custom {
        padding: 30px;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        padding: 10px 30px;
        background-color: rgba(0, 0, 0, 0.8);
    }
}
.top-nav-collapse .container {
    /* width: auto; */
}
.navbar-toggle {
    padding: 3px 5px 0;
    margin-bottom: 0;
}

/* Intro */

.intro {
    display: table;
    text-align: center;
    width: 100%;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
    height: 100%;
    overflow: hidden;
}

.intro :after {
background-color: rgba(0, 0, 0, 0.8);
}
.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.6);
    padding: 120px 0 50px;
    width: 100%;
}

.intro .intro-body .logoimg{
    height: 175px;
    width: 195px;
}

.intro .intro-body h1{
    color: #fff;
	font-size: 9px;
	line-height: 1.5em;
	font-weight: 200;
	margin-top: 30px;
}

.intro .intro-body h2{
    color: #fff;
    font-family: 'Poiret One', cursive;
	font-size: 25px;
	line-height: 1.5em;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 10px;
}

.intro .intro-body h3{
    color: #fff;
    font-family: 'Poiret One', cursive;
	font-size: 25px;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 10px;
}

.intro .intro-body a,
.intro .intro-body a:hover,
.intro .intro-body a:active,
.intro .intro-body a:focus,
.intro .intro-body a:visited,
.intro .intro-body a:link {
    color: #fff;
    text-decoration: none;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -2px;
    margin: 0 0 5px;
}
.intro .intro-body p.intro-text {
    font-size: 18px;
    margin: 0 0 40px;
    font-weight: 200;
}
.vegas {
    animation: kenburns ease-out;
}
@keyframes kenburns {
    0% {
        transform: scale(1.3)!important;
    }
    100% {
        transform: scale(1)!important;
    }
}
@media(min-width:768px) {
    .intro {
        padding: 0;
    }
    .intro .intro-body .brand-heading {
        font-size: 46px;
    }
}

@media(max-width:1400px) {
    .intro .intro-body {
        padding: 80px 0;
    }
}

@media(max-width:768px) {
    .intro .intro-body {
        padding: 60px 0;
    }
}

/* Action */
.action {
    background-color: #fff;
}
.action2 {
    color: #fff;
    background-color: rgba(0,0,0,.8);
}
.action2 a,
.action2 a:hover {
    color: #fff;
}

.action2 .imglogo{
    width: 150px;
    height: 150px;
}

.action2 h3{
    font-family: 'Poiret One', cursive ;
    line-height: 1.5em;
}

/* About */

#about {
    background: #fff;
    padding-top:100px;
}



#about h3 {
    font-size: 20px;
    color: #e81351;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 80px;
}

#about .goraiten h4,
#about .ochikaku h4,
#about .delivery h4  {
    font-family:Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
    font-size: 1.25em;
	line-height: 1.75em;
	margin-bottom: 10px;
	font-weight: 700;
    }

#about .goraiten {
    color:#e67e22;
    }
    
#about .goraiten h4 {
    border-bottom: 2px solid #e67e22;
    }
    
#about .ochikaku {
    color:#34495e;
    }
    
#about .ochikaku h4 {
    border-bottom: 2px solid #34495e;
    }
    
#about .delivery {
    color:#27ae60;
    }
    
#about .delivery h4 {
    border-bottom: 2px solid #27ae60;
    }

#about .btn {
    font-size: 16px;
    margin-bottom: 5px;
    }

#about h5 {
    font-size: 16px;
    color: #e81351;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 50px;
    text-align: center;
}

#about i {
    color: #e81351;
}

#about p {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5em;
    margin-bottom: 10px;
}

#about .fontsm{
    font-size:14px;
    }

#about .acount-form, #about .acount-form-1, #about .acount-form-2,#about .acount-form-3,#about .acount-form-4,#about .acount-form-5,.acount-form-6,.acount-form-7,.acount-form-8{
    text-align: left;
    background-color: rgba(236, 240, 241,1.0);
    padding: 20px 10px 15px 10px;
    }

#about .acount-form2{
    text-align: left;
    background-color: rgba(52, 152, 219,0.3);
    padding: 20px 10px 15px 10px;
    margin-bottom: 25px;
    }
    
@media screen and (max-width: 414px) {
    #about p {
    font-size: 13px;
    font-weight: 700;
    }
    
    #about .fontsm{
    font-size: 11px;
    font-weight: 700;
    }
	
}

/* calculated-field フィールド計算*/

#calculated-field {
	min-height:1000px;
	background-color: #fff;
    }

#calculated-field .col-md-4{
   padding-bottom: 30px;
   }

.iconimg4{
   width:25px;
   height:25px;
   display: inline-block;
   margin-right:5px;
   margin-bottom:15px;
   }
   
#calculated-field .red{
   font-size: 12px;
   font-weight: 700;
   color: #c0392b;
   }
   
#calculated-field label {
   font-size: 13px;
   font-weight: 700;
   }
   
#calculated-field .total {
   font-size: 14px;
   font-weight: 700;
   display: inline-block;
   border-top: 1px solid #95a5a6;
   border-bottom: 1px solid #ecf0f1;
   padding-top:5px;
   padding-bottom:5px;
   width:100%;
   text-align: right;
   margin-bottom: 10px;
   }
   
#calculated-field .total2{
   font-size: 20px;
   font-weight: 700;
   text-align: right;
   margin-bottom: 15px;
   }


#calculated-field .subtext{
   font-size: 12px;
   font-weight: 700;
   line-height: 1.5em;
   margin-top: -10px;
   margin-bottom: 10px;
   }

#calculated-field .font-10{
   font-size: 10px;
   }

#calculated-field .alert{
   display: block;
   font-size: 12px;
   line-height: 1.5em;
   text-align: justify;
   -ms-text-justify: inter-ideograph;
   text-justify: inter-ideograph;
   }
   
#calculated-field .btn-default :active,
#calculated-field .btn-default :checked{
   background-color: rgba(231, 76, 60,0.5) !important;
   }
   
#calculated-field .transportation-cost{
   font-size: 12px;
   font-weight: 700;
   display: inline-block;
   padding-top:5px;
   padding-bottom:5px;
   text-align: right;
   margin-bottom: 10px;
   margin-top: 10px;
   }
/* 来店 */
#calculated-field .goraiten-single-calculated,
#calculated-field .goraiten-duo-calculated,
#calculated-field .goraiten-trio-calculated,
#calculated-field .goraiten-quarte-calculated{
   background-color: #ecf0f1;
   padding-left:10px;
   padding-right:10px;
   padding-top:20px;
   padding-bottom:20px;
   box-shadow: 0 10px 6px -6px #777777;
   
   }

#calculated-field .goraiten-single-calculated h3,
#calculated-field .goraiten-duo-calculated h3,
#calculated-field .goraiten-trio-calculated h3,
#calculated-field .goraiten-quarte-calculated h3{
   font-size: 18px;
   font-weight: 700;
   line-height: 1.0em;
   margin-bottom: 5px;
   }

#calculated-field .goraiten-single-calculated h4,
#calculated-field .goraiten-duo-calculated h4,
#calculated-field .goraiten-trio-calculated h4,
#calculated-field .goraiten-quarte-calculated h4{
   font-size: 12px;
   font-weight: 700;
   line-height: 1.5em;
   margin-top: 25px;
   margin-bottom: 25px;
   padding:10px 5px;
   background-color: rgba(231, 76, 60,0.3);
   }
   
#calculated-field .goraiten-single-calculated h5,
#calculated-field .goraiten-duo-calculated h5,
#calculated-field .goraiten-trio-calculated h5,
#calculated-field .goraiten-quarte-calculated h5{
   font-size: 12px;
   font-weight: 700;
   line-height: 1.5em;
   margin-top: 25px;
   margin-bottom: 25px;
   padding:10px 5px;
   background-color: rgba(149, 165, 166,0.3);
   }
   
/* お近く */
#calculated-field .ochikaku-single-calculated,
#calculated-field .ochikaku-duo-calculated,
#calculated-field .ochikaku-trio-calculated,
#calculated-field .ochikaku-quarte-calculated{
   background-color: #ecf0f1;
   padding-left:10px;
   padding-right:10px;
   padding-top:20px;
   padding-bottom:20px;
    box-shadow: 0 10px 6px -6px #777777;
   }

#calculated-field .ochikaku-single-calculated h3,
#calculated-field .ochikaku-duo-calculated h3,
#calculated-field .ochikaku-trio-calculated h3,
#calculated-field .ochikaku-quarte-calculated h3{
   font-size: 18px;
   font-weight: 700;
   line-height: 1.0em;
   margin-bottom: 5px;
   }

#calculated-field .ochikaku-single-calculated h4,
#calculated-field .ochikaku-duo-calculated h4,
#calculated-field .ochikaku-trio-calculated h4,
#calculated-field .ochikaku-quarte-calculated h4{
   font-size: 12px;
   font-weight: 700;
   line-height: 1.5em;
   margin-top: 25px;
   margin-bottom: 25px;
   padding:10px 5px;
   background-color: rgba(231, 76, 60,0.3);
   }
   
#calculated-field .ochikaku-single-calculated h5,
#calculated-field .ochikaku-duo-calculated h5,
#calculated-field .ochikaku-trio-calculated h5,
#calculated-field .ochikaku-quarte-calculated h5{
   font-size: 12px;
   font-weight: 700;
   line-height: 1.5em;
   margin-top: 25px;
   margin-bottom: 25px;
   padding:10px 5px;
   background-color: rgba(149, 165, 166,0.3);
   }
   
   
/* ご出張 */
#calculated-field .deily-single-calculated,
#calculated-field .deily-duo-calculated,
#calculated-field .deily-trio-calculated,
#calculated-field .deily-quarte-calculated{
   background-color: #ecf0f1;
   padding-left:10px;
   padding-right:10px;
   padding-top:20px;
   padding-bottom:20px;
    box-shadow: 0 10px 6px -6px #777777;
   }

#calculated-field .deily-single-calculated h3,
#calculated-field .deily-duo-calculated h3,
#calculated-field .deily-trio-calculated h3,
#calculated-field .deily-quarte-calculated h3{
   font-size: 18px;
   font-weight: 700;
   line-height: 1.0em;
   margin-bottom: 5px;
   }

#calculated-field .deily-single-calculated h4,
#calculated-field .deily-duo-calculated h4,
#calculated-field .deily-trio-calculated h4,
#calculated-field .deily-quarte-calculated h4{
   font-size: 12px;
   font-weight: 700;
   line-height: 1.5em;
   margin-top: 25px;
   margin-bottom: 25px;
   padding:10px 5px;
   background-color: rgba(231, 76, 60,0.3);
   }
   
#calculated-field .deily-single-calculated h5,
#calculated-field .deily-duo-calculated h5,
#calculated-field .deily-trio-calculated h5,
#calculated-field .deily-quarte-calculated h5{
   font-size: 12px;
   font-weight: 700;
   line-height: 1.5em;
   margin-top: 25px;
   margin-bottom: 25px;
   padding:10px 5px;
   background-color: rgba(149, 165, 166,0.3);
   }
   

table.type04 {
	border-collapse: separate;
	border-spacing: 1px;
	line-height: 1.5;
	border-top: 1px solid #ccc;
    }
table.type04 th {
	width: 80%;
	font-size: 14px;
	padding: 10px;
	font-weight: normal;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
    }
    
table.type04 td {
	width: 20%;
	padding: 10px;
	vertical-align: bottom;
	border-bottom: 1px solid #ccc;
	text-align: right;
    }
table.type04 tr:nth-child(even) {
    background:rgba(26, 188, 156,0.1);
}

table.type04 tr:nth-child(odd) {
    background:rgba(52, 152, 219,0.1);
}

.modal-footer {
    border: none;
    }
.effect6
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect6:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
   
/* RADIO */

.regular-radio {
	display: none;
	cursor: pointer
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	display: inline-block;
	font-size: 12px!important;
	cursor: pointer
}

.regular-radio:checked + label {
	background-color: rgba(231, 76, 60,0.5);
	color: #fff;
	font-size: 10px;
	border: 1px solid rgba(231, 76, 60,0.5);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
	cursor: pointer
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.big-radio + label {
	padding: 10px;
}

.big-radio:checked + label:after {
	width: 24px;
	height: 24px;
	left: 4px;
	top: 4px;
}

@media screen and (min-width: 415px) {
	.fontxs {
	  font-size: 12px;
	  font-weight: 700;
	}
	
	.mdonscreen02{
	  display:none;
	}
	
	
}

@media screen and (max-width: 414px) {
    .mbs-50 {
	    margin-bottom: 50px;
	}
	
	.mbs-30 {
	    margin-bottom: 30px;
	}
	.fontxs {
	  font-size: 12px;
	  font-weight: 700;
	}
	
	
}

.mdonscreen02 {
    position:fixed ;
    display: none;
    font-size: 12px !important;
    font-family:Arial,Roboto,"Droid Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo, sans-serif !important;
    color: #fff;
    font-weight: 700;
	height: auto;
	width: auto;
	left:0px;
	bottom:0px;
	background-color:rgba(44, 62, 80,0.7);
	padding: 7px 15px 7px 10px;
	z-index: 100;
	border-top-right-radius: 10px;
    }


#about2 {
    background: #e81351;
    color: #FFF;
    padding-bottom:60px;
}

#about2 h3 {
    font-family: 'Poiret One', cursive ;
    color: #fff !important;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.5em;
    padding-top:50px;
    padding-bottom 50px;
}

#about2 h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 15px;
}

#about2 p {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5em;
    margin-bottom: 15px;
}

#about2 .icon {
    font-size: 80px;
    display: block;
    padding-bottom: 15px;
}

/* About3 */

#about3 {
    background: #c0392b;
}

#about3 .logoimg{
    height: 175px;
    width: 195px;
    margin-bottom: 50px;
}

#about3 h2{
    font-family: 'Poiret One', cursive ;
    color: #fff !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
}

#about3 h3{
    color: #fff !important;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.5em;
}

#about3 h4{
    color: #fff !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
}

#about3 h5{
    color: #fff !important;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5em;
}

#about3 p {
    font-size: 16px;
    color: #fff !important;
    font-weight: 200;
    line-height: 1.5em;
    margin-bottom: 15px;
    text-align: justify;
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
}
    
#about3 .introduction{
	font-size: 50px;
	float: left; 
	color: #fff;
	line-height: 40px;
	padding-top: 3px; 
	padding-right: 3px;
	font-weight: 100;
}

#about4 {
    background: rgba(0, 0, 0,0.8);
    padding-top:50px;
    padding-bottom:50px;
}

#about4 h3,
#about4 h4,
#about4 h5 {
    font-family:Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif ;
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 10px;
}

#about4 h3 {
    font-family: 'Poiret One', cursive ;
    text-align: center;
    margin-bottom: 100px;
}

#about4 h4 {
    color: #e81351;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 2.5em;
    border-bottom: solid 1px #fff;
}

#about4 h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5em;
}

#about4 p {
    font-size: 16px;
    color: #fff !important;
    font-weight: 100;
    padding-left:0.5em;
    line-height: 1.5em;
    margin-bottom: 15px;
    text-align: justify;
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
}

#about4 i {
    color: #fff;
}

#about4 .img-hoto{
    padding: 20px;
    padding-top:50px;
}
/* services */

#services {
    background: #fff;
}
#services .icon {
    font-size: 80px;
    display: block;
    padding-bottom: 15px;
}

/* Countdown */
#clock {
    padding-bottom:20px;
}
#clock div {
    display: inline-block;
    font-family: 'Poiret One', cursive;
    font-size: 18px;
    font-weight: 400;
    margin:0 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 60px;
}
#clock span {
    display: block;
    font-family: 'Poiret One', cursive;
    font-size: 72px;
    font-weight: 300;
    padding: 30px 0;
    border-bottom: 1px solid #e81351;
}
@media (max-width: 1400px) {
    #clock div {
        font-size: 14px;
        margin:0 15px;
    }
    #clock span {
        font-size: 48px;
        padding: 18px 0;
    }
}
@media (max-width: 768px) {
    #clock div {
        font-size: 14px;
        margin:0 15px;
    }
    #clock span {
        font-size: 42px;
        padding: 15px 0;
    }
}
@media (max-width: 468px) {
    #clock div {
        font-size: 11px;
        margin:0 7px;
    }
    #clock span {
        font-size: 32px;
        padding: 5px 0;
    }
}

/* Sponsors */

#sponsor {
    background: rgba(0, 0, 0, 0.8);
}

.sponsor img {
    max-width: 170px;
    max-height: 100px;
    vertical-align: middle;
}

/* Team */

#team,
#team2 {
    background: #fff;
}
#team h3 {
    font-size: 40px;
    font-family: 'Poiret One', cursive ;
    margin-bottom: 55px;
}

#team2 h3 {
    font-weight: 200;
    font-size: 30px;
    margin-bottom: 50px;
}

#team h4 {
    margin-bottom: 20px;
}

#team2 h4 {
    font-size: 40px;
    font-family: 'Poiret One', cursive ;
    margin-bottom: 55px;
}

#team2 h5 {
    font-size: 20px;
    font-family: 'Poiret One', cursive ;
    margin-bottom: 30px;
}

#team p {
    margin-bottom: 10px;
}

/* footer */

footer.footer {
    background: #e81351;
    padding: 50px 0 20px;
}

footer.footer h3{
    font-family: 'Poiret One', cursive ;
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.5em;
}
    
footer.footer h4{
    font-family: 'Poiret One', cursive ;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
}
  
footer.footer a {
  color: white;
}
footer.footer a:hover {
  color: white;
}
footer p {
  font-size: 10px;
  color: white;
}

.scrollUp {
    position: fixed;
    bottom: 5px;
    right: 15px;
    padding-top:4px;
    padding-bottom:6px;
    width: 36px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align:center;
    z-index:9999;
}

a:focus, *:focus { outline:none; }

a {
    outline: none;
}

@media screen and (min-width: 767px) {
       .none{
        display: none;
        }
       
       .brlg:before {
	   content: "\A" ;
	   white-space: pre ;
       }
}

@media screen and (max-width: 767px) {
       
       #about3 i {
       font-size: 25px;
       color: white;
       }
       
       .mt-sm-130{
       margin-top: 130px;
       }
       
       .mt-sm-50{
       margin-top: 50px;
       }
       
       .just-sm{
       text-align: justify;
       -ms-text-justify: inter-ideograph;
       text-justify: inter-ideograph;
       }
}

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

      .br:before {
	   content: "\A" ;
	   white-space: pre ;
       }
       
       .mb-s{
       margin-bottom: 50px;
       }
       
       .intro .intro-body p.intro-text {
       font-weight: 400;
       }
       
       .just-s{
       text-align: justify;
       -ms-text-justify: inter-ideograph;
       text-justify: inter-ideograph;
       }
       
       #about h2 {
       font-size: 20px;
       text-align: justify;
       -ms-text-justify: inter-ideograph;
       text-justify: inter-ideograph;
       font-weight: 400;
       }
       
       #about2 h3 {
       font-size: 20px;
       }
       
       #about2 h4 {
       font-size: 16px;
       text-align: justify;
       -ms-text-justify: inter-ideograph;
       text-justify: inter-ideograph;
       }
       
       #about2 p {
       font-size: 16px;
       }
       
       .action2 h3{
       font-size: 25px;
       }
       
       .fonts24{
       font-size: 24px !important;
       }
       
       #about4 h3{
       font-size: 40px !important;
       }
       
       .intro .intro-body h1{
       padding-left:20px;
       padding-right:20px;
       }
       
       .scrollUp {
       right: 5px;
       padding-top:12px;
       width: 50px;
       height: 50px;
       }
}
@media screen and (max-width: 320px) {
  .brxxs:before {
	   content: "\A" ;
	   white-space: pre ;
       }
       

}

@media screen and (min-width: 321px) and (max-width: 414px) {

      .brxs:before {
	   content: "\A" ;
	   white-space: pre ;
       }
       
       #about2 h3 {
       font-size: 28px;
       }
       
       .fontxs-25{
       font-size: 25px !important;
       }

}