@charset "utf-8";

article,
aside,
canvas,
details,
figcaption,
figure,
header,
footer,
main,
menu,
nav,
section,
summary {
  display: block;
}

html {
  font-size: 62.5% !important;
}

body,
div,
pre,
p,
blockquote,
form,
fieldset,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
embed,
object {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 1.0em;
}

table {
  border-spacing: 0;
}

* {
  -webkit-appearance: none;
}

* html table {
  border-collapse: collapse;
}

*:first-child+html table {
  border-collapse: collapse;
}

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

table,
th,
td {
  border: medium solid grey;
}

input {
  vertical-align: middle;
}

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

ul {
  list-style: none;
}

body {
  font-family: 'Lato', 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 13px !important;
  font-size: 1.3rem !important;
  line-height: 1.5em;
  margin: 0px;
  padding: 0px;
}

body>div {
  font-size: 1.3rem !important;
}

p,
td {
  font-size: 1.3rem;
  line-height: 1.5em;
}

.clear {
  margin: 0px;
  padding: 0px;
  font-size: 0em;
  line-height: 0em;
  clear: both;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
  width: 100%;
}

address {
  font-style: normal;
}

input,
button,
textarea {
  font-family: 'Lato', 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1.6rem !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div,
th,
td,
dt,
dd,
li,
a,
p {
  word-break: break-all;
}

* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nolink {
  cursor: default;
}

.small {
  font-size: 1rem;
}

/* font // */

.lato {
  font-family: 'Lato', serif;
  font-display: swap;
}

.text-gr {
  color: #ABABAB;
}

.align-right {
  text-align: right;
}

/* // font */

/* general // */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.c {
  text-align: center;
}

.red {
  color: #ff0000;
}

.graypink {
  color: #d4b6b3;
}

/* // general */

.content-width {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.line {
  background: #ccf1cc;
  padding: 0 0 3% 0;
}

.line a {
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 0 10px;
  margin: 3% 0 0 0;
}

.line img.btn {
  width: 100%;
}

.posts {
  padding: 0 6%;
}

.post iframe {
  margin: 0 auto 6% auto !important;
}

/* .posts {
  display: flex;
  justify-content: space-around;
  margin: 0;
  flex-wrap: wrap;
} */

/* .post {
  width: 50%;
  padding: 0 5px 0 10px;
} */

/* .post:nth-child(even) {
  padding: 0 10px 0 5px;
} */

/* .frominstagram iframe {
  width: 100% !important;
  min-width: 150px !important;
} */

section {
  margin: 0 0 5% 0;
}

section#main {
  margin: 0;
}

.title {
  background: rgb(233, 218, 217);
  background: linear-gradient(0deg, rgba(233, 218, 217, 1) 40%, rgba(255, 255, 255, 1) 40%);
}

.bg {
  background: #e9dad9;
}

.container {
  padding: 2.5% 0 0 0;
  overflow: hidden;
}

.map {
  margin: 0 2.5% 2.5% 2.5%;
}

.map iframe {
  width: 100%;
  aspect-ratio: 1 / 1;
}

#access p {
  text-align: left;
}

#access {
  margin: 0;
}

.con {
  padding-bottom: 3%;
}

.sp {
  padding-bottom: 2.5%;
}

.ms {
  margin: 1% 0;
}

.logo {
  width: 50%;
  margin: 2.5% auto;
}

@media screen and (min-width:750px) {
  /*このなか750px以上のとき*/

  .posts {
    display: flex;
    justify-content: space-evenly;
    /* margin: 0 23px; */
    flex-wrap: wrap;
    padding: 0;
  }

  .post {
    padding: 0 0 10px 0;
  }

  .post:nth-child(even) {
    padding: 0;
  }

  .content-width {
    width: 750px;
  }

  .frominstagram iframe {
    width: 342px !important;
    display: flexbox;
  }

  .line img.btn {
    width: auto;

  }

  .line a {
    padding: 0;
  }

  .txt {
    margin: 0 23px;
  }

  section {
    margin: 20px 0;
  }

  .map {
    margin: 0 23px 23px 23px;
  }

  .map iframe {
    aspect-ratio: 16 / 9;
  }

  .logo .container {
    padding: 0;
  }

  .ms {
    margin: 20px 0 0 0;
  }

}