/*------------------------------------------------------------------
    File Name: style.css

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

/*------------------------------------------------------------------
    [Table of contents]
	
	1. IMPORT FONTS

	3. SKELETON
	  1.1. Preloader
	  1.2. Scrollup
	4. HEADER AREA
	5. top AREA
	6. ABOUT AREA
	7. information AREA
	

	
	8.  AREA


	11. Menu AREA
	
	13. FOOTER AREA
	14. COPYRIGHT AREA
	
-------------------------------------------------------------------*/



/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Timmana&display=swap" rel="stylesheet"');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&family=Noto+Serif+JP:wght@900&display=swap');
/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
	color:#686868;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	line-height:1.80857;
}
a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -ms-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	padding: 0 0 0 0;
	font-weight: normal;
	line-height: 120% !important;
	color: #1f1f1f;
	margin: 0
}
h1 {
	font-size: 24px
}
h2 {
	font-size: 22px
}
h3 {
	font-size: 18px
}
h4 {
	font-size: 16px
}
h5 {
	font-size: 14px
}
h6 {
	font-size: 13px
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #212121;
	text-decoration: none!important;
	opacity: 1
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	opacity: .8
}
ul, li, ol {
	margin:0px;
	padding:0px;
	list-style:none;
}
a {
	color: #1f1f1f;
	text-decoration: none;
	outline: none !important;
}
a, .btn {
	text-decoration: none !important;
	outline: none !important;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -ms-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
.btn-custom {
	margin-top: 20px;
	background-color: transparent !important;
	border: 2px solid #ddd;
	padding: 12px 40px;
	font-size: 16px;
}
.lead {
	font-size: 18px;
	line-height: 30px;
	color: #767676;
	margin: 0;
	padding: 0;
}
blockquote {
	margin: 20px 0 20px;
	padding: 30px;
}
html, body {
	height: 100%;
}
/*------------------------------------------------------------------
    HEADER AREA
-------------------------------------------------------------------*/

#site-header {
}
.header-block-top {
	position: absolute;
	z-index: 11;
	width: 100%;
	top: 0px;
	left: 3px;
}
.header-block-top {
	margin: 0 !important;
	padding: 15px 0 15px;
	display: inline-block;
	line-height: normal;
	font-size: 100%;
	height: 100%;
}
.main-menu {
}
.main-menu .navbar {
	min-height:inherit;
	border-radius:0px;
	border:none;
	margin:0px;
}
.main-menu .navbar-default {
	background-color:transparent;
}
.main-menu nav .navbar-header {
	height:inherit;
}
.main-menu .navbar-default .navbar-nav li a {
	color:#fff;
}
.main-menu nav li a {
	padding: 43px 0px 15px;
	margin: 0 14px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	position:relative;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
	font-weight: 500;
	font-size: 14px;
}
.main-menu nav li a::after, .main-menu nav li a::before {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 3px;
 -webkit-transform: scale3d(0, 1, 1);
 transform: scale3d(0, 1, 1);
 -webkit-transform-origin: center left;
 transform-origin: center left;
 -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
 transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
 .main-menu nav li a::before {
 background: #b5b5b5;
 -webkit-transition-delay: 0.4s;
 transition-delay: 0.4s;
}
 .main-menu nav li.active a::before {
 -webkit-transition-delay: 0s;
 transition-delay: 0s;
}
 .main-menu nav li.active a::after, .main-menu nav li.active a::before {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 .main-menu nav li a:hover::before, .main-menu nav li a:focus::before {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
 -webkit-transition-delay: 0s;
 transition-delay: 0s;
}
.main-menu .navbar-default .navbar-nav .active a {
	background-color:transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #e71e1e;
	;
}
.main-menu .navbar-default .navbar-nav .active a {
	color: #e71e1e;
}
.main-menu nav li a::before {
 background: #e71e1e;
}
/*------------------------------------------------------------------
    Top AREA
-------------------------------------------------------------------*/

.top {
	background:url(../images/bg/bg_top.webp);
	background-repeat: repeat;
	background-attachment:fixed;
	height:100vh;
	min-height:100%;
}
.top .container, .top .col-lg-12 {
	height: 100%;
}
.top-logo {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
}
.top-logo-cell {
	text-align: center;
	margin: auto;
}
.top-logo-cell h2 {
 color:#FFF:;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	font-size: 1.500em;
	font-display: swap;
}
/*------------------------------------------------------------------
    ExIn AREA
-------------------------------------------------------------------*/

.exin {
	background:url(../images/bg/bg_top.webp);
	background-attachment:fixed;
	padding-bottom: 5em;
	width: 100%;
}

.img-1 {
	width: 100%;
	margin-bottom: 3em;
}

.img-2 {
	width: 70%;
	margin-bottom: 3em;
}
@media (min-width:720px) {
.img-2 {
	width: 100%;
}
}
.img-3 {
	width: 100%;
	margin-left: auto;
}
@media (max-width:480px) {

}
/*------------------------------------------------------------------
    Information AREA
-------------------------------------------------------------------*/

.info-main {
	background-color: #F4F4F4;
	padding-top: 5em;
	padding-bottom: 5em;
	margin: auto;
}
.info {
	width: 100%;
	height: 100%;
}
.info .block-title {
	font-size:3.250em;
	font-family:  'Timmana', sans-serif;
	font-weight: bold;
	color: #e71e1e;
}
.info h3{
	font-size: 1.8em;
}
.info-adress {
	padding: 2em;
}
.info-open {
	padding: 2em;
}
.info-map {
	padding: 2em;
}
.info-job {
	padding: 2em;
}
.info h3 {
	font-weight: bold;
	color: #09C;
	margin-bottom: 0.5em;
	font-style: italic;
}
p.line {
	border-bottom: 1px solid;
	color: #09C;
	margin-bottom: 1em;
}
.info-tel {
	color: #FFF;
	font-weight: bold;
	font-size: xx-large;
}
@media (max-width:480px) {
.info-tel {
 text-align:center;
}
}
.info-tel a {
	color:#FFF;
	text-decoration:none;
	font-weight: bold;
	font-size: x-large;
}
a:hover, a:focus {
	color:#FCC;
	text-decoration:underline
}
a:focus {
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
.btn-orange-moon {
	background: #fc4a1a;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #fff;
	border: 3px solid #eee;
}
.btn-rounded {
	border-radius: 35px;
}
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}
/*------------------------------------------------------------------
    Inst AREA
-------------------------------------------------------------------*/

.inst-main {
	background-color: #FEFEFE;
	padding-top: 5em;
	padding-bottom: 5em;
}
.inst-logo {
	position: relative;
	text-align: center;
}
img.resize {
}
@media (max-width:480px) {
img.resize {
 width: 60%;
 height:auto
}
}
.inst-text {
	text-align: center;
	;
	padding-bottom: 3em;
	padding-top: 3em;
	padding-left: 2em;
	padding-right: 2em;
}
.inst-images {
	text-align: center;
	position: relative;
}
.pic img {
	border-radius: 20px;
}
/*------------------------------------------------------------------
    Covid AREA
-------------------------------------------------------------------*/

.covid-main {
	padding-top: 5em;
	padding-bottom: 5em;
	background-color: #5AB4E9;
}
.covid-main .block-title {
	font-size:2em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-bottom: 1em;
}
.action {
	background: #fff;
	border-radius: 10px;
	margin-top: 3em;
	padding: 2em;
}
.action-images {
	text-align: center;
	position: relative;
	margin-top: 3em;
}
.action-images img {
	border: 10px solid #f1f1f1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	max-width: 100%;
}
.action-inset {
	position: absolute;
	top: 0;
	right: 0;
}
.h4 {
	font-size: 18px;
	font-weight: bold;
}
/*------------------------------------------------------------------
    ABOUT AREA
-------------------------------------------------------------------*/

.about-main {
	margin-top: 3em;
	margin-bottom: 3em;
}
.about-main .block-title {
	font-size:3.25em;
	font-family:'Timmana', sans-serif;
font-family:
 font-weight: bold;
	color: #e71e1e;
	text-align: center;
}
.about-images {
	text-align: center;
	position: relative;
}
.about-main h3 {
	font-family:'Noto san JP', sans-seriff;
	font-weight: 900;
	font-size:1.4em;
	text-align: center;
	color: #424242;
}
.about-main p {
	font-family:'Noto Serif JP', serif;
	/*font-weight: 900;*/
	font-size:1em;
	color: #424242;
}
.p-name {
    text-align: right;
	font-size:2em;
}
.about-textbox {
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 3em;
}
.about-images img {
	border: 10px solid #f1f1f1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	max-width: 100%;
}
.about-inset {
	position: absolute;
	top: 0;
	right: 0;
}
/*------------------------------------------------------------------
    Menu AREA
-------------------------------------------------------------------*/

.menu-main {
	background:url(../images/bg/bg_menu.webp) no-repeat center;
	background-attachment:fixed;
	background-size:cover;
	position:relative;
	padding-top: 5em;
	padding-bottom: 5em;
}
.menu-main:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
}
.menu-main-textbox{
	margin-bottom: 3em;
	}
.menu-main .block-title {
	font-size:3.250em;
	font-family: 'Timmana', sans-serif;
	font-weight: bold;
	color: #ffffff;
}
.menu-main p {
	font-family:'Roboto', sans-serif;
	letter-spacing: 0.01em;
	color: #FFF;
	font-size: 1em;
	text-align:center;
}
.panel-menu {
	border:1px solid #daa951;
}
.panel-menu .panel-heading {
	background-color: #daa951;
	padding: 0.5em;
}
.panel-menu-in {
	clear:both;
}
.menu-main .panel-heading h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color:#ffffff;
	padding-top: 0.5em;
}
.panel-menu .panel-heading .fa {
	margin-top: 10px;
	font-size: 58px;
}
.panel-menu .list-group-item {
	color: #202020;
	border-bottom: 1px solid rgba(250, 250, 250, 0.5);
	font-family: 'Roboto', sans-serif;
	padding: 10px 15px;
}
.panel-menu .list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.panel-menu .list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.panel-menu .panel-body {
	background-color: #f0f0f0;
	font-size: 1em;
	color: #777777;
	padding: 20px;
	margin: 0px;
}
.panel-body p {
	padding: 0px;
	margin: 0;
	color: #333;
}
.panel-body p strong {
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	color: #000;
	font-size: 42px;
}
.panel-body p strong span {
	color: #e75b1e;
}

/*------------------------------------------------------------------
    snapPhoto AREA
-------------------------------------------------------------------*/

.snap-main{
	background-color: #000;
	padding-top: 3em;
	padding-bottom: 3em;
}

.snap-main:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
}

.snap-main .block-title {
	font-size:3.250em;
	font-family:  'Timmana', sans-serif;
	font-weight: bold;
	color: #e71e1e;
}

.sf-snap{
	float: left;
	width: 100%;
	margin-bottom: 2em;
}


.sf-snap .thumb {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.sf-snap .text-col {
    float: left;
    width: 100%;
    padding: 50px 40px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
	background:#fff;
}

.sf-snap .thumb a img{
	width:100%;
}

/*------------------------------------------------------------------
    COPYRIGHT AREA
-------------------------------------------------------------------*/
#copyright{
	background-color: #181818;
	}
.copyright-main {
	border-top: 2px dotted #fff;
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;	
}
.copyright-main .copy-title {
	letter-spacing: 1px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	padding-bottom:0px;
}
