<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous">
<style type="text/css">

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru|Codystar');

body {
    background: -moz-linear-gradient(top, #fbdac8, #d1bada);
    background: -webkit-linear-gradient(top, #fbdac8, #d1bada);
    background: linear-gradient(to bottom, #fbdac8, #d1bada);
    color: #55295b;
    font-size: 12px;
    font-family: 'Kosugi Maru', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    line-height: 180%;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

body::before, body::after, html::before, html::after {
    z-index: 100;
    background: #fff;
    content:"";
    display:block;
    position:fixed;
}

body::before, body::after {
    width:10px;
    top:0;
    bottom:0;
}

body::before {
    left:  0;
}

body::after {
    right: 0;
}

html::before, html::after {
    left: 0;
    width: 100%;
    height: 10px;
}

html::before {
    top: 0;
}

html::after {
    bottom: 0;
}

a {
    color: #55295b;
    text-decoration: none;
    padding: 1px 3px;
}

a:hover, active {
    background: none;
    position: relative;
    top: 0;
}

h1 {
    font-family: 'Codystar';
    margin:  0 auto;
    color:#fff;
    position:relative;
    text-align:center;
    font-size: 24px;
    bottom:50px;
}

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

h2 img {
    margin-bottom: 10px;
    width: 40px;
    transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
}

h3 {
    text-transform: uppercase;
    background: rgba(255,255,255,.4);
    display: inline-block;
    margin: 20px 0 10px;
    padding: 5px 10px;
}

h4 {
    text-transform: uppercase;
    background: rgba(85,41,91,.6);
    color:#fff;
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 1px 5px;
}

b {
    color: #e95464;
    text-decoration: underline wavy;
}

input[type], textarea {
    height: 80px;
    width: 95%;
    font-size: 12px;
    font-family: 'Kosugi Maru', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    line-height: 180%;
    letter-spacing: 2px;
    color: #55295b;
    background: rgba(255,255,255,.3);
    border: dotted 3px #fff;
        -webkit-appearance: none;
    border-radius: 3px;
    box-shadow: none;
    margin: 3px 0;
    padding: 3px;
}

input[type=submit]{
    height: 50px;
    width: 50px;
    border-radius:50%;
    border: solid 1px #d1bada;
    cursor: pointer;
    text-shadow: none;
    background: #d1bada;
    font-weight: 200;
}

.wrp {
    max-width: 550px;
    margin: 0 auto;
}

.top {
    width: 120px;
    height:120px;
    margin: 80px auto 20px;
    text-align: center;
    background: #fff;
    border-radius:50%;
}

.top img {
    width: 120px;
    position:relative;
    bottom: 20px;
}

.menu {
    background:#fff;
    margin: 0;
    padding: 10px 0 26px;
    text-align: center;
    left:0;
    right:0;
    text-transform: uppercase;
}

.menu a{
    display: inline-block;
    width: 50px;
    text-align: center;
    position: relative;
    background: none;
}

.menu a:after{
    content: "";
    background: #ccc;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin-top:24px;
    left:calc(50% - 5px);
    position: absolute;
}

.menu a:hover:after {
    background: #e95464;
}

.main {
    background: rgba(255,255,255,.6);
    padding: 15px;
    margin: 80px 30px 0;
}

.box {
    margin: 10px;
    padding: 10px;
    background: #fff;
    color: rgba(85,41,91,.8);
}

.long {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sec img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: solid 3px #fff;
    margin: 10px;
}

.sec p {
    display: table-cell;
    vertical-align: middle;
}

.title {
    width:160px;
}

.mail{
    text-align:center;
    margin-top:20px;
}

.ft {
    margin: 20px;
    text-align:center;
}

#back {
    position: fixed;
    top: 0; left: 0;
    width: 100%; 
    height: 100vh;
    content: "";
    background: -moz-linear-gradient(top, #fbdac8 0%,#d1bada 100%);
    background: -webkit-linear-gradient(top, #fbdac8 0%,#d1bada 100%);
    background: linear-gradient(to bottom, #fbdac8 0%, #d1bada 100%);
    z-index: -1;
}

#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-image: linear-gradient(
        -45deg,
        rgba(255,255,255,.6) 25%, rgba(255,255,255,.2) 25%,
        rgba(255,255,255,.2) 50%, rgba(255,255,255,.6) 50%,
        rgba(255,255,255,.6) 75%, rgba(255,255,255,.2) 75%,
        rgba(255,255,255,.2)
    );
    background-size: 8px 8px;
    width:50px;
    text-align: center;
    text-transform: uppercase;
    padding:5px;
}

#pagetop a{
    background: rgba(255,255,255,.8);
    display: block;
    padding:0;
}

/* マーカー */
mgmk {
  background: linear-gradient(transparent 60%, #FF899D 60%);
  background-repeat: no-repeat;
  background-size: 100% 0.6em;
  background-position: 0 100%;
  color: black;
  display: inline;
}

rrmk {
  background: linear-gradient(transparent 60%, #BFFFFF 60%);
  background-repeat: no-repeat;
  background-size: 100% 0.6em;
  background-position: 0 100%;
  color: black;
  display: inline;
}


</style>

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
 
<script>
$(function(){
      var headerHight = 10;
   $('a[href^=#]').click(function() {

      var speed = 600;
      var href= $(this).attr("href");
      var target = $(href == "#" || href == "" ? 'html' : href);
      var position = target.offset().top-headerHight;
      $('body,html').animate({scrollTop:position}, speed, 'swing');
      return false;
   });
});

$(function(){
    $('#pagetop').hide();
    $(window).scroll(function(){
        if ($(this).scrollTop() > 100) {
            $('#pagetop').fadeIn();
        }
        else {
            $('#pagetop').fadeOut();
        }
    });
    $('#pagetop').click(function(){
        $('html,body').animate({
            scrollTop: 0
        }, 600);
        return false;
    });
});
</script>
