@charset "UTF-8" ;

html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}img,embed,iframe,object,audio,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}
*, *:before, *:after {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
	 -o-box-sizing: border-box;
	-ms-box-sizing: border-box;
		box-sizing: border-box;
}
@font-face {
font-family:'PixelMplus12';
src:url('/PixelMplus12-Bold.woff') format('woff');
font-weight:700;
font-style:normal;
font-display:swap;
}
@font-face {
font-family:'PixelMplus12';
src:url('/PixelMplus12-Regular.woff') format('woff');
font-weight:500;
font-style:normal;
font-display:swap;
}
body{
font-family: 'PixelMplus12', sans-serif;
color:#444;
font-size:15px;
font-weight:500;
line-height:2;
text-align:center;
letter-spacing:1px;
transition: all 0.4s ease;

background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
}

.background1 {
background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
}
.background2 {
background-image: linear-gradient(to top, #d299c2 0%, #fef9d7 100%);
}
.background3 {
background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}
.background4 {
background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
}
.background5 {
background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
}

a{
	color: #333;
}
.clear:after {clear:both; content:""; display:block;}

/* fix */
.is-fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
transition: .5s;
transform: translateY(-100%);
box-shadow: 0 0 3px rgba(0,0,0,0.08);
}
.is-show {transform: translateY(0);}
.is-hide {transform: translateY(-100%);}


#base{
width: 100%;
}

/* header */
header{font-size:0;}
#header{
padding:70px 0 50px;
}
#header_inner{
}
#header h1{
padding:0 0 40px;
}
#header h1 img#title{
margin:auto;
width:60%;
height:auto;
}
.sub_title{
font-size:12px;
font-weight:700;
line-height:1.5;
}
.is-fixed #header h1 img#logo{
}
.is-fixed #header{
}
ul#header_list{
	display:table;
	float:right;
	height:42px;
}
ul#header_list li{
display:table-cell;
vertical-align: middle;
font-size:0.9em;
line-height: 1;
height:42px;
}
ul#header_list li img{
margin-left:25px;
}



/* delay */
.fadeIn,
.orime {
  animation: fadeIn 4s ease 0s 1 normal backwards;
}
 
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 点滅 */
.blink{
font-size:12px;
font-weight:700;
line-height:3;
letter-spacing: 0.4em;
	-webkit-animation:blink 2s ease-in-out infinite alternate;
    -moz-animation:blink 2s ease-in-out infinite alternate;
    animation:blink 2s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
/* footer */
#footer{
padding:120px 0 60px;
}
#footer_inner{
}
#copyrigh{
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding:120px 0 0;
font-size:10px;
font-weight:700;
line-height:1.5;
}
#pageTop {
position: fixed;
bottom: 30px;
right: 30px;
}
#pageTop a {
display: block;
z-index: 999;
}

/* common */
.clear:after {clear:both; content:""; display:block;}
.text{text-align:left}

.zoom-in {cursor:zoom-in;}

.btn,
a.btn,
button.btn {
font-weight:700;
line-height: 3;
position: relative;
display: block;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
vertical-align: middle;
text-decoration: none;
letter-spacing: 0.2em;
margin:12px auto 0;
text-decoration: none;
}

.btn {
border: 3px solid #444;
border-radius: 0;
background: #fff;
}

.btn:before {
position: absolute;
top: 2px;
left: 2px;
width: calc(100% - 4px);
height: calc(100% - 4px);
content: '';
-webkit-transition: all .3s;
transition: all .3s;
border: 1px solid #444;
}

dl{
}

.width_80{width:80% !important}
.width_50{width:50% !important}
.width_30{width:30% !important}


/* form */
form {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
}

h2 {
  text-align: center;
  margin-bottom: 30px;
}

label {
  display: block;
  margin-bottom: 10px;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  display:block;
  border: none;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px #CCC;
}

button[type="submit"] {
  display: block;
  margin: 0 auto;
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

button[type="submit"]:hover {
  background-color: #2980b9;
}



.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/* 送信ボタン */
#submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    margin: 20px auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #2589d0;
    color: #FFF;
    font-weight: 600;
    font-size: 1em;
}


/* PC */
@media screen and (min-width:881px) {
.sp, .tb{display:none !important}
}

/* スマホ */
@media screen and (max-width:680px){
.pc_tb{display:none !important}
body{
font-size:12px;
}
}