@charset "utf-8";

/* ***************** */
/* 初期設定・リセット */
/* ***************** */

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 140%;
  line-height: 1.7;
  color: #383838;
  text-align: center;
}

body * {
  line-height: 1.8;
}

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

ul,
ol,
li {
  list-style-type: none;
}

select,
input,
textarea {
  font-family: 'MS PGothic';
}

html>body select,
html>body input,
html>body textarea {
  font-family: 'Lucida Grande', sans-serif;
}

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

table {
  border-collapse: collapse;
}


a:link,
a:visited {
  color: #e98d55;
  text-decoration: underline;
  transition: all 0.5s;

}

a:hover,
a:active {
  color: #fd853d;
  text-decoration: none;
  transition: all 0.5s;

}


.cboth {
  clear: both;
  height: 0;
}

.cf:before,
.cf:after {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
  /* for IE6/7 */
}


/* IE 用▼ */
* html .cboth {
  height: .1em;
  overflow: hidden;
  margin-top: -.1em;
}

hr {
  visibility: hidden;
  border: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.only_pc {
  display: block !important;
}

.only_sp {
  display: none !important;
}

.sp_br {
  display: none;
}



#head {
  background: url(../images/2023/top_bg.png) #71bdbc no-repeat;
  background-size: 100% auto;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}

#head h1 {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
}

.head_box {
  width: 90%;
  max-width: 987px;
  margin: -16px auto 0;
  position: relative;
}

#logo {
  width: 100%;
}

.head_box .logo_detail {
  width: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
  text-align: left;
  font-size: 80%;
}

#sns {
  width: 120px;
  position: absolute;
  top: 40px;
  left: 5%;
  display: flex;
  padding: 10px 10px;
  border-radius: 5px;
}

#sns a {
  width: 40px;
  height: auto;
  margin-right: 10px;
}

#sns a:nth-child(3n) {
  margin-right: 0;
}

#bblock {
  max-width: 1080px;
  display: flex;
  margin: 10px auto;
}

#news {
  max-width: 1000px;
  margin: 30px auto;
  padding: 5% 0;
}


#mado {
  width: 90%;
  height: 300px;
}

#history {
  margin: 0 auto;
  padding: 5% 0;
  box-shadow: 5px 5px 5px #222;
}

.history_box {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
}

.history_box h3 {
  color: #fff;
  padding: 5px 10px;
  font-size: 120%;
  margin-bottom: 10px;
}

.history_box .h_box:nth-child(1) h3 {
  background: #b689b4;
}

.history_box .h_box:nth-child(2) h3 {
  background: #65a2da;
}

.h_box {
  width: 48%;
  margin: 1%;
  display: flex;
}

.h_box img {
  max-width: 144px;
  margin-right: 5%;
}


.h_box div {
  width: 45%;
}

.h_box div ul li {
  margin: 5px 0;
}

.h_box div ul li a {
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .history_box {
    flex-wrap: wrap;
  }

  .h_box {
    width: 100%;
    max-width: 600px;
    margin: 1% auto;
    display: flex;
  }

  .h_box div {
    width: calc(100% - 160px);
  }

}

#facebook {
  padding: 5% 0;
  box-shadow: 5px 5px 5px #222;
}

#facebook>div {
  width: 90%;
  max-width: 1000px;
  margin: 30px auto;
}

#facebook table td {
  width: 50%;
}

#facebook table td img {
  width: 49px;
  margin-top: 30px;
}

#dm {
  padding: 5% 0;
  box-shadow: 5px 5px 5px #222;
  color: #f5f0e0;
}

#dm>div {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

#foot {
  background-color: #eee;
  padding-top: 10px;
  margin-top: 20px;
}

#foot img {
  width: 140px;
  margin-right: 10px;
}

#foot .info {
  max-width: 700px;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: center;
}

#foot .info p {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

#foot .info span {
  font-size: 120%;
  font-weight: bold;
}

#pageTop {
  position: fixed;
  bottom: 10px;
  right: 80px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 12px 15px 12px 10px;
  width: 40px;
  height: 40px;
  background-color: #41b4c9;
  border-radius: 40px;
  font-size: 70%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  opacity: 0.6;
}

/**** お知らせ ****/
#topics {
  background-color: #fff;
  width: 100%;
  text-align: left;
  padding-bottom: 20px;
  margin: 0 auto;
}

#topics dl {
  width: 100%;
  margin: 0 auto;
}

#topics dt {
  background-color: #DEC7AB;
  padding: 4px 15px;
  margin-bottom: 5px;
  font-size: 110%;
}

#topics dd {
  padding: 10px 15px;
  margin-bottom: 20px;
}

#topics dd p {
  margin-bottom: 10px;
}

h3 {
  color: #f5f0e0;
  font-family: 'Noto Serif JP', serif;

}

.insta {
  width: 100%;
  max-width: 1000px;
  text-align: left;
  margin: 5px auto 30px;
  text-align: center;
}

.insta h3 {
  display: inline-block;
  padding: 15px 0 15px 70px;
  background: url(../images/wp/icon_insta_w.png) left center no-repeat;
  background-size: 60px auto;
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}



.twfb {
  width: 100%;
  max-width: 1000px;
  height: 720px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.twfb>div:nth-child(1) {
  width: 48%;
  margin-right: 4%;
}

.twfb div:nth-child(1) h3 {
  display: inline-block;
  padding: 15px 0 15px 70px;
  background: url(../images/wp/icon_twitter_w.png) left center no-repeat;
  background-size: 60px auto;
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}

.twfb>div:nth-child(2) {
  width: 48%;
}

.twfb div:nth-child(2) h3 {
  display: inline-block;
  padding: 15px 0 15px 70px;
  background: url(../images/wp/icon_facebook_w.png) left center no-repeat;
  background-size: 60px auto;
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}

.eapps-link {
  display: none;
}

.gaufres {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}

.gaufres img {
  width: 270px;
  height: 100px;
  margin-top: 20px;
}

.gaufres p {
  width: calc(100% - 300px);
  text-align: left;
}

.gaufres p span {
  font-size: 120%;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

#head2021 {
  text-align: center;
  background: url(../images/2023/top_bg.png) no-repeat;
  background-size: cover;
  padding-bottom: 3%;
}

#head2021 h1 {
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  padding-top: 10px;
}

#head2021 #logo {
  width: 80%;
  max-width: 500px;
  margin: 10px auto;
}

#head2021 #head_main {
  width: 90%;
  max-width: 1200px;
  margin: 10px auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#head2021 #head_main #main_img {
  width: 55%;
}

#head2021 #head_main #main_btn {
  width: 43%;
}

#head2021 #head_main #main_btn img {
  margin-bottom: 4%;
}

.insta_ban {
  width: 90%;
  max-width: 767px;
  margin: 0 auto 60px;
}

#dm_in {
  width: 95%;
  max-width: 800px;
  margin: 0 auto 50px;
}

#dm p {
  width: 95%;
  text-align: left;
  margin: 20px auto;
  font-size: 110%;
}

.dm_flex {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.dm_flex div {
  width: 45%;
}

.dm_flex div h4 {
  font-size: 120%;
  font-weight: bold;
  margin: 15px auto;
}

.dm_flex div ul {
  width: 95%;
  margin-left: 5%;
}

.dm_flex div ul li {
  text-align: left;
  list-style: disc;
  margin-bottom: 10px;
}

.dm_flex div.dm_pc {
  background: url(../images/dm_pc.png) no-repeat top center;
  background-size: auto 120px;
  padding-top: 120px;
}

.dm_flex div.dm_pc img {
  width: 90%;
  max-width: 400px;
  margin: 20px auto;
}

.dm_flex div.dm_sp {
  background: url(../images/dm_sp.png) no-repeat top center;
  background-size: auto 120px;
  padding-top: 120px;
}

.dm_flex div.dm_sp img {
  width: 90%;
  max-width: 180px;
  margin: 20px auto;
}

.dm_other {
  width: 94%;
  background: #4e4e4e;
  padding: 3% 3%;
}

.dm_other span {
  display: block;
  background: url(../images/dm_mail_w.png) no-repeat left top 15px;
  background-size: 50px auto;
  padding: 10px 0 10px 60px;
  font-size: 140%;
  font-weight: bold;
}

.insta_scroll {
  height: 300px !important;
}

body {
  background: #323232;
}

header {
  position: relative;
  box-shadow: 5px 5px 5px #222;
  background: url(../images/2024/main2024_bg.jpg) no-repeat;
  background-size: cover;
}


header>p {
  width: 75%;
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 30%;
  position: relative;
  display: block;
}

header ul {
  max-width: 450px;
  position: absolute;
  top: 5%;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding-left: 50%;
}

header ul li {
  margin-bottom: 0;
}
header ul li a img:nth-of-type(2) {
  display: none;
}
header .illust{
  font-size:100%;
  position:absolute;
  bottom:10px;
  left:5%;
  color:#fff;
}
header .illust a:link, header .illust a:visited{
  color:#DEC7AB;
}

@media screen and (max-width: 1740px) {

header>p {
  width: 65%;
  padding-right: 35%;
}
header ul {
  max-width: 450px;
  position: absolute;
  top: 5%;
  right: 5%;
  left:auto;
  padding-left: 0;
}

}

@media screen and (max-width: 1450px) {

  header>p {
    width: 65%;
    padding-right: 35%;
  }
  header ul {
    max-width: 400px;
    position: absolute;
    top: 5%;
    right: 5%;
    left:auto;
    padding-left: 0;
  }
  
}

@media screen and (max-width: 1300px) {

  header>p {
    width: 60%;
    padding-right: 45%;
  }
  header ul {
    width:29%;
    max-width: 340px;
    position: absolute;
    top: 3%;
    right: 5%;
    left:auto;
    padding-left: 0;
  }
  
}



.pal_box {
  height: 100%;
  overflow: hidden;
}

.pal_box img {
  width: 70%;
  margin: 0 auto;
}


h2 {
  color: #f5f0e0;
  font-family: 'Noto Serif JP', serif;
  font-size: 140%;
  background: url(../images/2023/h2_bg.png) no-repeat center center;
  background-size: 400px auto;
  text-align: center;
  padding: 2% 0;
  letter-spacing: 0.1em;
  margin-bottom: 2%;
}

#information div {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 5% 0;
}


.twitter-timeline iframe {
  border: none;
  overflow: hidden;
  border-radius: 5px;
  width: 100% !important;
  height: 600px !important;
}