@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&family=Zen+Old+Mincho:wght@400;700&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
/*  style　[  共通 ]
=================================================================== */

	
body{
  background: #fff;
}

.flex-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.relative-box {
  position: relative;
}

.wrapper {
  position: relative;
  overflow: hidden;
}
.table-box {
  display: table;
  margin: auto;
}

.en {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px) { 
  .visible-xs {
  display: none;
} 
}

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

.main-visual {
	position: relative;
}
  
header {
  position: fixed!important;
  left: 0;
  top: 0;
  z-index: 999;
  transition: 0.5s;
  width: 100%;
}

/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
header.scroll-nav {
  /* 余白を狭くする 
  padding: 10px 15px;*/
  /* 背景を白にする */
  background: rgba(255, 255, 255,0.8);
  /* コンテンツの背景が白でもナビゲーションだと分かりやすいように影をつける */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.header-box {
	justify-content: space-between;
	padding-bottom: 10px;
}


h1 img {
	height: 60px;
	margin: 12px 0 0 0;
}
.h1-catch {
  font-size: 12px;
  margin: 17px 0 0 0;
  display: block;
}
.header-right {
	width: 70%;
	text-align: right;
	padding-top:10px;
}

.contact-box {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 20px 0;
}
.btn-mail , .phone {
  text-align: center;
  margin-left: 15px;
}
.btn-mail a  , .phone {
  background-color: rgba(255, 255, 255,0.8);
  border: #f75065 1px solid;
  border-radius: 50px;
  padding: 5px 15px 5px 5px;
  display: block;
}
.bi-envelope , .bi-telephone{
  color: #f75065;
  padding: 0 10px;
}





nav ul.nav-list {
	list-style: none;
	margin: 5px 0;
}
nav ul.nav-list li {
	display: inline-block;
	padding: 0 1em;
  border-right: #fff 1px solid;
}
nav ul.nav-list li:last-child {
  border-right:none;
  padding: 0 0 0 1em;
}
.menu-en {
  display: block;
  text-align: center;
  font-family: "Caveat", cursive;
  font-size: 1.2em;
  font-weight: 400;
  font-style: normal;
  color: #f75065;
  line-height: 1;
}

nav ul.nav-list li a:hover {
	text-decoration: none;
  color: #000;
  
}
nav ul.nav-list li a:hover .menu-en {
	border-bottom: #f75065 1px solid; 
}

/*  main image */
.main-img {
  /*position: absolute;
  left: 0;
  top: 0;*/
  height: 450px;
  object-fit: cover;
  width: 100%;
  background: url(../images/bg-main.jpg) no-repeat center top;
  background-size: cover;
}




/*----------------------------------------------
   main
---------------------------------------------*/
.main {
  background: url(../images/bg-white.jpg);
  padding: 30px 0;
}
.page-bg {
  background: url(../images/bg-line01.svg) no-repeat 5% top;
  background-size: 30%;
}

/*----------------------------------------------
   section
---------------------------------------------*/
section {
  margin-bottom: 50px;
}
.bgc-gray {
  background-color: rgba(248, 248, 240,0.8);
  padding: 30px;
}
.bgc-white {
  background-color: rgba(255, 255, 255,0.8);
  padding: 50px;
}


/*----------------------------------------------
   見出し
---------------------------------------------*/

h2.underline {
  font-size: 1.5em;
  position: relative;
  padding: 15px;
  text-align: center;
  margin-bottom: 2em;
}

h2.underline span.en {
  font-size: 3em;
  display: block;
  color: #f75065;
}

h2.underline:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 25px);
  width: 50px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #f75065;
}

h3.ttl-h3 {
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #f75065;
  font-weight: 500;
  margin-bottom: 1em;
}
h3.ttl-h3::before,
h3.ttl-h3::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
h3.ttl-h3::before {
	top: .2em;
	left: .2em;
	width: 18px;
	height: 18px;
	background-color: rgba(255,90,95,.5);
	z-index: 2;
}
h3.ttl-h3::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background-color: rgba(255,90,95,.2);
}

h4 {
  font-size: 1.3em;
}
h4.ttl-h4 {
  color: #f75065;
  margin: 15px 0;
}








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

footer {
	background: #033887;
	padding: 3em 0 0 0;
	margin:  0;
	color: #000;
	position: relative;
	text-align: center;
  color: #fff;
}
.footer-box {
	display: table;
	margin: 0 auto;
	text-align: center;
}

.copy {
	background:#fff;
	color: #666;
	margin: 3em 0 0 0;
	padding: 5px 0;
	line-height: 1;
	font-size: 0.8em;
}






// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... }