@charset "UTF-8";
/* CSS Document */

body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,td {
	margin:0;
	padding:0;
}

table {
   border-collapse:collapse; 
   border-spacing:0; 
}

fieldset,img {
   border:0;
}

address,
caption,
cite,
code,
dfn,
em,strong,
th,
var {
   font-style:normal;
   font-weight:normal;
}

ol,ul {
   list-style:none;
}

caption,th {
   text-align:left; 
}

h1,h2,h3,h4,h5,h6 {
   font-size:100%;
   font-weight:normal;
}

q:before,
q:after {
   content:'';
}

abbr,acronym {
   border:0;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');




* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
body {
	width: 100%;
	margin: 0 auto;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family: "游ゴシック Medium",YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Helvetica, Arial, "メイリオ", Meiryo, sans-serif;*/
	line-height: 1.8;
	background-color:#FFF;
	color: #2F2F2F;
	position: relative;
  letter-spacing:0.1em;
}
a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
a:hover {
  text-decoration: underline;
}
h1, h2, h3, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight:normal;
}
p {
  margin-bottom:16px;
}
img {
  border: 0;
}
table{
	margin: 1em 0 1.5em;
	}
table th {
	padding: 10px;
}
table td {
	padding: 10px;
}
hr{
	clear:both;
	text-decoration:none;
	border:none;
	border-bottom:1px solid #717071;
	margin-bottom:20px;
}

*[data-unlockdate] {
  display: none;
}

img {
	width:auto;
	max-width:100%;
	height:auto;
}
.container {
	margin: 0 auto 0 auto;
	padding: 0 20px;
	max-width: 920px;
}
.pc{display :none;}
.clr{
	clear:both;
}
@media only screen and (min-width: 768px) {
body {
}
.container {
	padding: 0;
}
.content {
	padding: 0;
}
.pc{display :block;}
.sp{display:none;}
}


#wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
	position: relative;
	/*background: url(../images/common/bg.png) no-repeat center;
	background-size:cover;*/
}


@media only screen and (min-width: 768px) {
#wrap {
  margin: 0 auto;
    padding: 0;
}
}


#header{
	width:100%;
	padding:0;
	position: fixed;
	top: 0px;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
}
#header .container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0;
	height:60px;
}
#header h1#logo{
	padding:10px;
	text-align:center;
	height:100%;
	width:45%;
	margin-right:auto;
}
#header h1#logo img{
	max-height:44px;
	width:auto;
}
p.bt_off{
	margin:0;
	height:100%;
	line-height:1.4;
	margin-right:60px;
	font-family: "Oswald";
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing:0.2em;
}
.bt_off a{
	color:#FFF;
	background-color:#29CBE1;
	display:block;
	height:100%;
	text-align:center;
	padding:10px;
}

@media only screen and (min-width: 768px) {
#header{
	padding:0;
}
#header .container {
	height:80px;
	max-width: 100%;
	min-width:1200px;
}

#header h1#logo{
	padding:0px;
	margin-right:auto;
	width:390px;
}
#header h1#logo img{
	max-height:80px;
	width:auto;
}

p.bt_off{
	margin:0;
	height:auto;
	line-height:1.2;
	margin-right:40px;
	margin-left:20px;
}
.bt_off a{
	color:#FFF;
	background-color:#29CBE1;
	display:block;
	text-align:center;
	padding:12px 40px;
	border-radius:50px;
}

}
#entry{
	background-color:#00B4C3;
	color:#FFF;
	text-align:center;
	padding:16px 0;
}
#entry a{
	color:#FFF;
	display:block;
}
#entry a:hover{
	opacity:0.5;
	text-decoration:none;
}
#entry .Ent{
	font-size:18px;
	font-family: "Oswald";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing:0.1em;
}
@media only screen and (min-width: 768px) {
#entry{
	padding:32px 0;
}
#entry .Ent{
	font-size:26px;
}
}
#Link{
	padding:20px 0;
	text-align:center;
	background-color:#FFF;
	position: relative;
	z-index:99;
}
@media only screen and (min-width: 768px) {
#Link{
	padding:60px 0;
}
}

footer {
    font-size: 10px;
    letter-spacing: 0;
    padding: 20px 0 50px;
    clear: both;
	background-color: #FFF;
	width:100%;
	text-align:center;
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 50px 0;
    font-size: 11px;
  }
footer p {
	margin:0 10px;
}
}
#btcont{
	width:100%;
	position:fixed;
	bottom:0;
	z-index:9999;
}
.btlist{
	display: flex;
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
	width:100%;
    justify-content: center;
    align-items: center;
	z-index:999;
}
.btlist p{
	text-align:center;
	width:50%;
	margin:0;
}
.btlist a{
	display:block;
	text-align:center;
	color:#FFF;
	padding:12px 0;
	padding-left:28px;
	font-weight:bold;
}
.btlist .bt_info{
	background:#FF9C48 url(../images/common/ic_info.png) no-repeat;
	background-size:18px;
}
.btlist .bt_contact{
	background:#04C6B0 url(../images/common/ic_mail.png) no-repeat;
	background-size:18px;
}
@media only screen and (min-width: 768px) {
#btcont{
	width:70px;
	position:fixed;
	right:0;
	bottom:80px;
}
.btlist{
	display: flex;
	flex-flow: column;/* flex-flow:row;はアイテムを横に並べる */
    justify-content: center;
    align-items: center;
	z-index:2;
}
.btlist p{
	width:100%;
	height:200px;
	writing-mode: vertical-rl;
	margin:0;
}
.btlist  p.bt_pt{
	height:70px;
  background-color: rgba(0, 0, 0,0.8);
	border-radius: 0 0 0 20px;
}

.btlist a{
	padding:30px 20px 8px;
	height:100%;
}
.btlist  p.bt_pt a{
	padding:8px 20px 8px;
}
.btlist .bt_info{
	background-position: center 12%;
	border-radius: 20px 0 0 0;
}
.btlist .bt_contact{
	background-position: center 12%;
}

}
@media only screen and (max-width: 767px) {
.btlist  .bt_pt{
	position:absolute;
	right:10px;
	bottom:70px;
	height:40px;
	width:40px;
  background-color: rgba(0, 0, 0,0.8);
}
.btlist .bt_info{
	background-position: 10% center;
}
.btlist .bt_contact{
	background-position: 10% center;
}
.btlist .bt_pt a{
	padding:5px 0;
}
}


@media only screen and ( max-width : 767px ) {
  .overlay {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s;
    background: rgba(255,255,255,.7);
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
    transition: all .5s;
    min-height: 100vh;
  }
  #main.open {
    position: fixed;
    width: 100%;
  }
  #menu_btn {
    top: 0px;
    right: 0px;
    transition: .3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color:#FFF;
  }
  .menu-trigger {
    width: 18px;
    height: 16px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #29CBE1;
    transition: all .5s;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    width: 70%;
    top: 7px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  #nav {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 60px 30px;
    background-color: #29CBE1;
    background-repeat: no-repeat;
    background-position: bottom -15px right -15px;
    background-size: 50%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    transform: translate(100%);
    transition: all .0s;
	text-align:center;
	
  }
  #nav.open {
    transform: translateZ(0);
     transition: all .5s;
 }
  #nav ul {
    padding: 0 0 30px;
  }
  #nav li {
    padding: 10px 20px;
  }
  #nav li a {
    position: relative;
	font-weight:bold;
    font-size: 16px;
    color: #fff;
  }
  #nav .menu-item-has-children .sub-menu {
    padding: 20px;
  }
  #nav .menu-item-has-children > a.open:first-of-type {
    color: #dad4ec;
  }
  #nav .menu-item-has-children .sub-menu li {
    padding: 0;
    margin-bottom: 20px;
  }
  #nav .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
  }
  #nav .menu-item-has-children .sub-menu li a {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
#nav{
}
#nav ul{
	width:100%;
	margin:0 auto;
	display: flex !important;
	align-items:center;
	justify-content: end;
}

#nav li {
  margin: 0;
  line-height:1.1;
	text-align: center;
}

#nav a {
  color: #FFF;
  text-decoration: none;
  font-size:15px;
	display:block;
	padding:10px;
	font-weight:bold;
	position: relative;
}
#nav a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #FFF;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
#nav a:hover::after {
  transform: scale(1, 1);
}
#nav a:hover {
  color: #FFF;
}
/*#nav li a:hover,#nav li a.act {
	background:#0099CC;
  color: #FFF;
}*/
}

