@charset 'utf8';

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}





/*フォント*/
body{
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #CFC4BB;

}


/*全体の文*/
.bunn{
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 18px;
  color: #4E4945;
  padding: 0% 5% 0% 5%;
}







.scroll-top {
  position: fixed;
  right: 10px;
  top: 40%;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #4E4945;
  line-height: 50px;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.scroll-top:hover {
  cursor: pointer;
  opacity: 0.7;
}

.scroll-top{
  opacity: 0;
  transition: opacity 350ms ease;
}

.is-hide {
  pointer-events: none;
}










.elm {
  position: fixed;
  right: 10px;
  top: 25%;
  z-index: 300;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #4E4945;
  line-height: 50px;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  transition: 0.2s;
  opacity: 0;
}


.elm:hover {
  cursor: pointer;
  opacity: 0.7;
}

.elm{
  opacity: 0;
  transition: opacity 350ms ease;
}








/*ヘッダー*/
.top{
    width: 100%;
    max-height: 100%;
    background-image: url(irasuto/backgroundtop.jpg);
    background-size: cover;
  }
  
.top header img{
    width: 20%;
    object-fit: contain;
    margin: 7.6% 0% 0% 10%;
    padding-bottom: 10%;
    cursor: pointer;
  transition: all 0.3s;
}

.top header img:hover{
  transform: scale(1.1);
  opacity: 0.7;
}




/*背景*/
.spmain{
    background-image: url(irasuto/background.jpg);
}





/*紹介*/
.syoukai{
    position: relative;
}

.syoukai .oono{
    width: 100%;
    object-fit: contain;
}

.syoukai .setumei{
    position: absolute;
    top: 45%;
}

.syoukai .setumei img{
    width: 70%;
    object-fit: contain;
}



.syoukai .setumei p{
    position: absolute;
    top: 50%;
    left: 10%;
    width: 55%;
    word-break: break-all;
  text-align: left;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 18px;
  color: #ABA198;
}


.syoukai .hizuke{
    position: absolute;
    width: 20%;
    object-fit: contain;
    left: 73%;
    top: 58%;
    transform: rotate(4deg);
}

.syoukai p{
    position: absolute;
    top: 90%;
    word-break: break-all;
}



/*予定*/

.yotei .bunn{
    margin-top: 120px;
    margin-bottom: 20px;
    text-align: center;
}
.yotei img{
    width: 80%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}



/*日記*/
.topic1{
    position: relative;
    margin-top: 150px;
}

.topic1 img{
    width: 100%;
    object-fit: contain;
}

.topic1 h2{
    position: absolute;
    z-index: 200;
    top: 10%;
    font-weight: 600;
}

.topic1 p{
    position: absolute;
    top: 88%;
}





.topic2{
    position: relative;
    margin-top: 150px;
}

.topic2 img{
    width: 100%;
    object-fit: contain;
}

.topic2 .bunn1 .bunn{
    position: absolute;
    top: 10%;
}

.topic2 .bunn2 .bunn{
    position: absolute;
    top: 90%;
}




.topic3{
    position: relative;
    margin-top: 150px;
}

.topic3 img{
    width: 100%;
    object-fit: contain;
}

.topic3 .bunn1 .bunn{
    position: absolute;
    top: 23%;
    left: 50%;
}

.topic3 .bunn2 .bunn{
    position: absolute;
    top: 82%;
}






.topic4{
    position: relative;
    margin-top: 150px;
}

.topic4 img{
    width: 100%;
    object-fit: contain;
}

.topic4 h2{
    position: absolute;
    top: 9%;
    font-weight: 600;
}

.topic4 .bunn1 .bunn{
    position: absolute;
    top: 20%;
    left: 10%;
}

.topic4 .bunn2 .bunn{
    position: absolute;
    top: 50%;
}

.topic4 .bunn3 .bunn{
    position: absolute;
    top: 60%;
}

.topic4 .bunn4 .bunn{
    position: absolute;
    top: 73%;
    left: 60%;

}






.topic5{
    position: relative;
    margin-top: 150px;
}

.topic5 img{
    width: 100%;
    object-fit: contain;
}

.topic5 h2{
    position: absolute;
    top: 16%;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.topic5 .bunn1 .bunn{
    position: absolute;
    top: 34%;
    left: 30%;
}

.topic5 .bunn2 .bunn{
    position: absolute;
    top: 90%;
}





.topic6{
    position: relative;
    margin-top: 150px;
}

.topic6 img{
    width: 100%;
    object-fit: contain;
}


.topic6 .bunn1 .bunn{
    position: absolute;
    top: 14%;
    left: 54%;
}





.topic7{
    position: relative;
    margin-top: 150px;
}

.topic7 img{
    width: 100%;
    object-fit: contain;
}


.topic7 .bunn1 .bunn{
    position: absolute;
    top: 10%;
    left: 54%;
}

.topic7 .bunn2 .bunn{
    position: absolute;
    top: 91%;
    left: 5%;
}





.topic8{
    position: relative;
    margin-top: 150px;
}

.topic8 img{
    width: 100%;
    object-fit: contain;
}


.topic8 .bunn1 .bunn{
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}





.topic9{
    position: relative;
    margin-top: 150px;
}

.topic9 img{
    width: 100%;
    object-fit: contain;
}


.topic9 .bunn1 .bunn{
    position: absolute;
    top: 3%;
    left: 8%;
}

.topic9 .bunn2 .bunn{
    position: absolute;
    top: 13%;
    left: 8%;
}





.last{
    text-align: center;
}

.last .bunn1 .bunn{
    margin-top: 90px;
}

.last .bunn2 .bunn{
    margin-top: 90px;
    margin-bottom: 120px;
}









/*フッター*/
footer{
    background-image: url(irasuto/backgroundend.jpg);
    background-size: cover;
    text-align: center;
  }
  
  footer img{
    width: 150px;
    object-fit: contain;
    padding: 140px 0px 60px 0px;
    cursor: pointer;
    transition: all 0.3s;
  }

  footer img:hover{
    transform: scale(1.1);
    opacity: 0.7;
  }





/*パソコン*/

/* 右下に固定 */
#page-top a {
  bottom: 60%;
  color: #4E4945;
  padding: 20px;
  position: fixed;
  right: 6%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  z-index: 300;
}
#page-top a:hover{
  transform: scale(1.0);
  opacity: 0.7;
}


#pchome a {
  bottom: 73%;
  color: #4E4945;
  padding: 20px;
  position: fixed;
  right: 6%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  z-index: 300;
}
#pchome a:hover{
  transform: scale(1.0);
  opacity: 0.7;
}



.for-pc{
  background-image: url(irasuto/pcbackground.jpg);
  background-size: contain;
}
.youso{
  width: 94.8%;
}



.for-pc header{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.for-pc header img{
width: 100px;
object-fit: contain;
padding-top: 3%;
align-items: flex-end;
}
.for-pc header ul{
  display: flex;
  font-size: 16px;
  
}

.for-pc header ul li{
  letter-spacing: 2px;
  line-height: 18px;
  color: #4E4945;
}

.for-pc header ul li:hover{
  transform: scale(1.0);
  opacity: 0.7;
}

.for-pc hr{
  margin: 0 auto;
  margin-top: 1%;
  border: solid 1.5px #D1C6BB;
}








.main .opening{
  background-image: url(syasinn/pcopening.png);
  background-size: cover;
  background-position: bottom;
}

.main .opening .pcsyoukai{
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  padding-left: 6%;
}

.main .opening .pcsyoukai section img{
  width: 50%;
  margin-top: 70%;
}

.main .opening .pcsyoukai section p{
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 25px;
  color: #4E4945;
  margin-top: 10%;
}

.main .opening .pcsyoukai img{
  width: 50%;
  object-fit: contain;
  margin-top: 10%;
}



.main .opening .aisatu{
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 25px;
  color: #4E4945;
  margin-top: 10%;
  text-align: center;
}

.main .opening .aisatu p{
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  padding-bottom: 10%;
}


.main .pcyotei{
  text-align: center;
}

.main .pcyotei p{
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 25px;
  color: #4E4945;
  margin-top: 10%;
}

.main .pcyotei img{
  width: 45%;
  object-fit: contain;
}






/*日記*/
.main .pctopic1{
  position: relative;
  margin-top: 150px;
  width: 70%;
  margin: 0 auto;
  margin-top: 20%;
}

.main .pctopic1 img{
  width: 50%;
  object-fit: contain;
}

.main .pctopic1 h2{
  position: absolute;
  z-index: 200;
  top: 10%;
  left: 10%;
  font-weight: 600;
}

.main .pctopic1 p{
  position: absolute;
  width: 40%;
  top: 50%;
  bottom: 0;
  right: 0%;
  margin: auto 0;
}




.main .pctopic2{
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  margin-top: 16%;
}

.main .pctopic2 img{
  width: 50%;
  object-fit: contain;
}

.main .pctopic2 div{
  margin: auto 0;
  width: 40%;
}




.main .pctopic3{
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  margin-top: 16%;
}

.main .pctopic3 img{
  width: 50%;
  object-fit: contain;
}

.main .pctopic3 div{
  margin: auto 0;
  width: 40%;
}




.main .pctopic4{
  position: relative;
  margin-top: 20%;
}

.main .pctopic4 img{
  width: 100%;
  object-fit: contain;
}

.main .pctopic4 h2{
  position: absolute;
  top: 3.5%;
  right: 50%;
  font-weight: 600;
}

.main .pctopic4 .bunn1 .bunn{
  position: absolute;
  top: 57%;
  left: 20%;
}

.main .pctopic4 .bunn2 .bunn{
  position: absolute;
  top: 59%;
  left: 20%;
}

.main .pctopic4 .bunn3 .bunn{
  position: absolute;
  top: 65%;
  left: 20%;
}

.main .pctopic4 .bunn4 .bunn{
  position: absolute;
  bottom: 13%;
  left: 65%;

}




.main .pctopic5{
  position: relative;
  margin-top: 20%;
}

.main .pctopic5 img{
  width: 100%;
  object-fit: contain;
}

.main .pctopic5 h2{
  position: absolute;
  top: 4%;
  font-weight: 600;
  right: 30%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.main .pctopic5 .bunn1 .bunn{
  position: absolute;
  width: 40%;
  top: 22%;
  left: 55%;
}

.main .pctopic5 .bunn2 .bunn{
  position: absolute;
  top: 30%;
  left: 55%;
  width: 40%;
}




.main .pctopic6{
  position: relative;
  margin-top: 15%;
  width: 70%;
  margin: 0 auto;
  margin-top: 20%;
}

.main .pctopic6 img{
  width: 70%;
  object-fit: contain;
  margin-left: 13%;
  
}



.main .pctopic6 .bunn1{
  position: absolute;
  width: 30%;
  top: 20%;
  bottom: 0;
  right: 6%;
  margin: auto 0;
}
.main .pctopic6 .bunn2{
  position: absolute;
  width: 30%;
  top: 70%;
  bottom: 0;
  left: 16%;
  margin: auto 0;
}



.main .pctopic7{
  position: relative;
  margin-top: 20%;
}

.main .pctopic7 img{
  width: 100%;
  object-fit: contain;
}

.main .pctopic7 .bunn1 .bunn{
  position: absolute;
  width: 40%;
  top: 15%;
  left: 55%;
}

.main .pctopic7 .bunn2 .bunn{
  position: absolute;
  top: 70%;
  left: 20%;
  width: 40%;
}





.for-pc .pcfooter {
  background-image: url(irasuto/pcbackgroundend.jpg);
  background-size: cover;
  background-position: bottom;
  text-align: center;
}

.for-pc .pcfooter img{
  width: 12%;
  object-fit: contain;
  margin: 20% 5% 3% 0%;
  cursor: pointer;
  transition: all 0.3s;
}
.for-pc .pcfooter img:hover{
  transform: scale(1.1);
  opacity: 0.7;
}



  /*レスポンシブ*/
.for-pc { display:block; }
.for-sp { display:none; }

@media only screen and (max-width : 767px){
  .for-pc { display:none; }
  .for-sp { display:block; }

}