@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');

* {
  margin: 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
}

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

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

table, th, td {
  border: none;
}

table, table th, table td {
  border-collapse: collapse;
}

#contents td.col_blue {
  background-color: #e5f7ff;
  font-size: 120%;
  font-weight: 900;
}

br.clear, p.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
}

a {
  overflow: hidden;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.overflow {
  overflow: hidden;
}

.relative {
  position: relative;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

body * {
  box-sizing: border-box;
}

header {
  color: #000;
  background: #FFF;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 999;
}

#siteID {
  font-size: 1.25rem;
  font-weight: normal;
  position: relative;
  padding-left: 180px;
}

#siteID a::before {
  content: '';
  display: block;
  width: 164px;
  height: 40px;
  background: url(images/sessionTokyoLogo2025.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -8px;
  left: 0;
}

header a {
  color: #000;
  text-decoration: none;
}

header a.active {
  border-bottom: 3px solid #f8be00;
  padding-bottom: 4px;
}

header a:hover {
  opacity: 0.8;
}

nav ul {
  display: flex;
}

nav ul li {
  margin: 0 1em;
  font-size: 0.875rem;
}

#mainImage {
  height: 460px;
  background: url(images/mainImage2025.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  border-bottom: 6px solid #f8be00;
  margin-top: 60px;
}

#mainImage.articlePage {
  height: 200px;
}

#mainImage.genkiPage {
  height: 100vh;
}

#mainImage.genkiPage::before {
  display: none;
}

#mainImage.articlePage.thanksPage {
  height: 400px;
}

#mainImage>div {
  position: absolute;
  width: 100%;
  top: 150px;
  left: 0;
  padding: 0 20px;
}

#mainImage.articlePage>div {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

#mainImage.articlePage>div>div {
  padding-left: 40px;
}

#mainImage.articlePage>div>div.textCenter {
  padding-left: 0;
}

#mainImage.articlePage h1 {
  text-align: left;
}

#mainImage.articlePage p {
  font-size: 1rem;
  text-align: left;
}

#mainImage.articlePage>div>p img {
  width: 120px;
  height: auto;
}

#mainImage p,
#mainImage h1 {
  text-align: center;
  line-height: 1.8;
  font-size: 1.375rem;
}

#mainImage #mainTitle {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

#mainImage.articlePage #mainTitle {
  margin-bottom: 10px;
}

#mainImage.articlePage>div>div.textCenter {
  padding-left: 0;
}

#mainImage.articlePage>div>div.textCenter h1,
#mainImage.articlePage>div>div.textCenter p {
  text-align: center;
}


#mainImage.genkiPage {
  background: url(images/genkiBack4.jpg) no-repeat center center;
  background-size: cover;
}

#mainImage.articlePage.thanksPage {
  background: url(images/thanksBack.jpg) no-repeat center top;
  background-size: cover;
}

#mainImage.genkiPage>div {
  top: calc(50% - 193px);
}

#mainImage.articlePage.thanksPage>div {
  top: calc(50% - 70px);
}

#mainImage #kikan {
  display: inline-block;
  background: #ffe694;
  border-radius: 20px;
  padding: 0 20px;
}

#mainImage::before {
  content: '';
  display: block;
  width: 100%;
  height: 460px;
  background: #FFFFFF87;
}

#mainImage.articlePage::before {
  height: 200px;
}

#mainImage.articlePage.thanksPage::before {
  height: 400px;
}

#mainImage.articlePage #mainTitle {
  font-size: 2rem;
}

footer {
  background: #ffe694;
  color: #000;
  padding: 25px 0;
}

footer .w1100 {
  padding: 0;
  background: url(images/footerBack.png) no-repeat right top;
  background-size: auto 100%;
}

footer p {
  margin: 0 auto;
  text-align: left;
  line-height: 1.5;
}

footer p#footerID {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}

footer p#copyright {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 20px;
}

.colored {
  background: #F5F2F0;
}

.w1100 {
  max-width: 1100px;
  margin: auto;
  padding: 40px 0;
  text-align: left;
}

.hori {
  width: 1000px;
  margin: 0 auto 50px;
}

.vert {
  width: 700px;
  margin: 0 auto 50px;
}

.works {
  background: #FFF;
  padding: 30px 30px 10px;
  border-radius: 20px;
  margin-bottom: 40px;
}

#contents .works p {
  font-size: 1.25rem;
}

#topContents h2 {
  font-size: 1.625rem;
  margin-bottom: 20px;
  padding-left: 2.4rem;
  position: relative;
}

#topContents h2::before {
  content: '';
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  background: #ffe694;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

#topContents p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.5em;
}

.topMenuButton {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 100px 30px 10px;
}

.topMenuButton li {
  width: 48%;
  text-align: center;
  margin: 0 1% 30px;
}

.topMenuButton li a {
  display: block;
  padding: 10px;
  background: #ffe694;
  font-size: 1.25rem;
  text-decoration: none;
  color: #000;
}

.topMenuButton li a:hover {
  background: #ffe07b;
}

#topContents h3 {
  color: #a98200;
  margin-bottom: 10px;
}

#topContents .flex p {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.4;
}

#topContents .flex .aboutSession p {
  line-height: 1.8;
}

#topContents .flex ul {
  margin-bottom: 30px;
}

#topContents .flex ul li {
  background: url(images/liOrange.svg) no-repeat left 7px;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 1.4;
}


#contents h1 {
  color: #FFF;
  background: #365D80;
  font-size: 1.5rem;
  border-radius: 5px;
  padding: 18px 30px;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 25px;
}

#contents h2 {
  color: #000;
  font-size: 1.25rem;
  border-left: 4px solid #ffd343;
  border-radius: 2px;
  line-height: 1.4;
  padding: 8px 23px;
  margin-bottom: 15px;
  background: #fff4d0;
}

#contents h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 35px;
  position: relative;
  padding-left: 32px;
}

#contents h3::before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: #ffd343;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

#contents h4 {
  font-size: 1.125rem;
  border-bottom: 1px solid #CCC;
  padding-bottom: 6px;
  margin: 20px 0 20px;
  line-height: 1.5;
  color: #592A00;
}

#contents h5 {
  font-size: 1.125rem;
  color: #333;
  margin: 0 0 10px;
  line-height: 1.5;
}

#contents h6 {
  font-size: 1.125rem;
  color: #333;
  margin: 0 0 10px;
  line-height: 1.5;
}

#contents p {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 1em;
}

#contents ul {
  margin: 0 0 20px 10px;
}

#contents ul li {
  margin: 0 auto 0.5em;
  line-height: 180%;
  font-size: 1rem;
  background: url(images/liStandard.svg) no-repeat left 12px;
  padding-left: 15px;
}

#contents ol {
  margin: 0 0 20px 30px;
}

#contents ol li {
  list-style-type: decimal;
  margin-bottom: 0.5em;
  line-height: 180%;
  font-size: 1rem;
}

#contents ol.alpha li {
  list-style-type: lower-alpha;
}

#contents ul li ul {
  margin: 5px 0 10px;
}

#contents ul li ul li, #contents ol li ul li {
  background: url(images/liRoundOrange.svg) no-repeat left 10px;
}

#contents ol li ul {
  margin: 10px 0;
}

#contents ul li ol {
  margin: 10px 0 10px 15px;
}

#contents ul li ol li {
  background: none;
  padding-left: 0;
}

#contents dl {
  margin-left: 20px;
  font-size: 1rem;
}

#contents dt {
  font-weight: bold;
}

#contents dd {
  margin: 10px 0 30px 1em;
  line-height: 150%;
}

hr {
  border: dotted #999;
  border-width: 1px 0px 0px 0px;
  height: 1px;
  overflow: hidden;
  margin: 8px 0 16px;
  clear: both;
}

#contents table {
  max-width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
  border: 1px solid #999;
  empty-cells: show;
  font-size: 93.75%;
}

#contents caption {
  font-size: 1rem;
  color: #000;
  text-align: right;
  margin-bottom: 5px;
}

#contents td, #contents th {
  border: 1px solid #999;
  padding: 5px 10px;
  vertical-align: top;
  line-height: 130%;
}

#contents th {
  color: #000;
  background: #F8F8F8;
  text-align: left;
}

#contents th p, #contents td p {
  margin: 0;
  padding: 0;
  text-align: left;
}

#contents td ul {
  margin: 0 0 0 4px;
  padding: 0;
}

#contents td ol {
  margin: 0 0 0 15px;
  padding: 0;
}

#contents th.thCenter {
  text-align: center;
  vertical-align: middle;
}

#contents th.thRignt {
  text-align: right;
}

#contents table td.vMiddle {
  vertical-align: middle;
}

#contents blockquote {
  color: #333;
  margin: 10px 0 10px 40px;
  line-height: 150%;
  font-size: 1rem;
  font-style: italic;
}

.otoiawase {
  border: 1px solid #CCC;
  border-radius: 2px;
  padding: 10px 15px 1px;
  margin: 50px 0 30px;
}

#contents .otoiawase h2 {
  color: #FFF;
  border: none;
  background: #365d80;
  font-size: 1rem;
  padding: 8px 20px;
  margin: 0 0 15px;
}

#contents .otoiawase p {
  margin: 0 0 10px;
  font-size: 87.5%;
}

#contents .otoiawase p img {
  vertical-align: middle;
}

#contents .otoiawase ul {
  margin: 10px 30px;
}

.dottedLine {
  border: dotted 2px #999;
  padding: 10px 30px;
}

.kakomi {
  margin: 0 0 20px;
  border: 1px #CCC solid;
  padding: 20px 20px 10px;
  overflow: hidden;
  border-radius: 10px;
}

#contents .kakomi h2 {
  background: #F5F5F5;
  padding: 4px 15px;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 10px;
  color: #001F3B;
  border-radius: 0;
}

#contents .kakomi p {
  margin: 0 10px 15px;
}

.kakomiRed {
  margin: 0 0 20px;
  border: 1px #DC6466 solid;
  padding: 20px 20px 10px;
  overflow: hidden;
  background-color: #ffe5e5;
}

.kakomiGray {
  margin: 0 0 20px;
  padding: 20px 20px 10px;
  overflow: hidden;
  background-color: #DFDFDF;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

#contents p.textRight {
  text-align: right;
}

#contents p.textCenter {
  text-align: center;
}

.textRed {
  color: red;
}

.textPurple {
  color: #6A5ACD;
}

.textGreen {
  color: #00827D;
}

.textBlue {
  color: #346fb9;
}

.textGray {
  color: #999;
}

.textGraySmall {
  color: #999;
  font-size: 80%;
}

.textSmall {
  font-size: 80%;
}

.textSmall2 {
  font-size: 70%;
}

.textRedSmall {
  color: red;
  font-size: 80%;
}

.textStandard {
  font-size: 90%;
}

.textSmallRight {
  font-size: 84%;
  text-align: right;
}

.textBlueBold {
  color: #346fb9;
  font-weight: bold;
}

.textBackBlue {
  color: #FFF;
  background-color: #036;
  padding: 2px 5px;
}

.textLarge {
  font-size: 120%;
}

.textLargeBold {
  font-size: 120%;
  font-weight: 900;
}

#contents .textRed {
  color: red;
}

#contents .textPurple {
  color: #6A5ACD;
}

#contents .textGreen {
  color: #00827D;
}

#contents .textBlue {
  color: #346fb9;
}

#contents .textGray {
  color: #999;
}

#contents .textGraySmall {
  color: #999;
  font-size: 80%;
}

#contents .textSmall {
  font-size: 80%;
}

#contents .textSmall2 {
  font-size: 70%;
}

#contents .textStandard {
  font-size: 90%;
}

#contents .textSmallRight {
  font-size: 84%;
  text-align: right;
}

#contents .textBackBlue {
  color: #FFF;
  background-color: #036;
  padding: 2px 5px;
}

#contents .textLarge {
  font-size: 120%;
}

.backYellow {
  background: #FFFBC2;
}

.backPink {
  background: #FFF1FD;
}

.backBlue {
  background: #EEF7FF;
}

.backGreen {
  background: #F8FFF6;
}

#contents table.tableBorderNone, #contents .tableBorderNone th, #contents .tableBorderNone td {
  border: none;
  padding: 0;
}

#contents table.tableBorderNone2, #contents .tableBorderNone2 th, #contents .tableBorderNone2 td {
  border: none;
}

#contents .tableBorderNone2 th, #contents .tableBorderNone2 td {
  padding: 10px;
}

#contents table.tableBorderNone3, #contents .tableBorderNone3 th, #contents .tableBorderNone3 td {
  border: none;
}

#contents .tableBorderNone3 th, #contents .tableBorderNone3 td {
  padding: 20px;
}

#contents table.tableBorderYoko, #contents table.tableBorderYoko th, #contents table.tableBorderYoko td {
  border-width: 1px 0;
  border-style: solid;
  border-color: #999;
}

#contents table.tableTextsmall {
  font-size: 76%;
}

a.pdfLink {
  padding: 5px 0 5px 20px;
  background: url(images/iconPdf.png) no-repeat left center;
}

a.wordLink {
  padding: 5px 0 5px 22px;
  background: url(images/iconWord.png) no-repeat left center;
}

a.excelLink {
  padding: 5px 0 5px 22px;
  background: url(images/iconExcel.png) no-repeat left center;
}

a.pptLink {
  padding: 5px 0 5px 22px;
  background: url(images/iconPowerPoint.png) no-repeat left center;
}

a.zipLink {
  padding: 5px 0 5px 22px;
  background: url(images/iconZip.png) no-repeat left center;
}

#contents ul li.pdfLink {
  padding: 5px 0 5px 25px;
  background: url(images/iconPdf.png) no-repeat left center;
}

a.pdfLink.noIcon {
  padding: 0;
  background: none;
}

#contents p.comment1 {
  background: url(images/kome.png) no-repeat left center;
  padding-left: 20px;
}

#contents p.comment2 {
  text-indent: -1em;
  margin-left: 2em;
}

#contents p.comment3 {
  font-size: 80%;
  color: #999;
  margin-bottom: 20px;
}

#contents p.comment3::before {
  content: '';
  background: url(images/kome.png) no-repeat left center;
  width: 10px;
  height: 10px;
  padding-right: 18px;
}

.arrowRight {
  background: url(images/arrowRight.svg) no-repeat left center;
  padding-left: 20px;
}

.arrowRight2 {
  background: url(images/arrowRight.svg) no-repeat left center;
  padding-left: 20px;
}

#contents ul.indexMenu, #contents ul.indexMenu2 {
  margin: 0 0 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#contents ul.indexMenu li {
  width: 100%;
}

#contents ul.indexMenu2 li {
  width: 48%;
}

#contents ul.indexMenu li, #contents ul.indexMenu2 li {
  margin: 0 0 10px;
  padding: 0;
  background: none;
}

#contents ul.indexMenu li a, #contents ul.indexMenu2 li a {
  border: 1px solid #CCC;
  border-radius: 6px;
  display: block;
  padding: 15px 20px 15px 30px;
  background: url(images/liTriangle.svg) no-repeat 10px center;
  line-height: 1.6;
}

#contents ul.indexMenu li a:hover, #contents ul.indexMenu2 li a:hover {
  background: url(images/liTriangle.svg) no-repeat 10px center #FFFDF8;
}

#contents ul.indexMenu li.noLink, #contents ul.indexMenu2 li.noLink {
  border: 1px solid #EEE;
  border-radius: 6px;
  padding: 15px 20px 15px 30px;
  line-height: 1.6;
  color: #666;
}

#contents ul.indexMenu li a.pdfLink, #contents ul.indexMenu2 li a.pdfLink {
  background: url(images/iconPdf.png) no-repeat 10px center;
}

#contents ul.indexMenu li a.pdfLink:hover, #contents ul.indexMenu2 li a.pdfLink:hover {
  background: url(images/iconPdf.png) no-repeat 10px center #FFFDF8;
}

.menuList, .menuList2c, .menuList3c {
  overflow: hidden;
  margin: 20px 0 50px;
}

#contents .menuList ul, #contents .menuList2c ul, #contents .menuList3c ul {
  margin: 0;
}

#contents .menuList ul li {
  width: 100%;
  background: none;
  padding: 0;
  margin: 0 0 10px;
}

#contents .menuList2c ul li {
  float: left;
  width: 49%;
  background: none;
  padding: 0;
  margin: 0 1% 20px 0;
}

#contents .menuList2c ul li:nth-child(2n) {
  margin: 0 0 20px 1%;
}

#contents .menuList3c ul li {
  float: left;
  width: 32%;
  background: none;
  padding: 0;
  margin: 0 1% 20px 0;
}

#contents .menuList3c ul li:nth-child(3n-1) {
  margin: 0 1% 20px 1%;
}

#contents .menuList3c ul li:nth-child(3n) {
  margin: 0 0 20px 1%;
}

#contents .menuList ul li a, #contents .menuList2c ul li a, #contents .menuList3c ul li a {
  border: 1px solid #CCC;
  border-radius: 6px;
  display: block;
  padding: 15px 20px 15px 30px;
  background: url(images/liOrange.svg) no-repeat 10px center;
}

#contents .menuList ul li a:hover, #contents .menuList2c ul li a:hover, #contents .menuList3c ul li a:hover {
  background: url(images/liOrange.svg) no-repeat 10px center #FFFCED;
}

#contents .menuList ul li.noLink, #contents .menuList2c ul li.noLink, #contents .menuList3c ul li.noLink {
  border: 1px solid #CCC;
  border-radius: 6px;
  display: block;
  padding: 15px 20px 15px 30px;
  color: #666;
  background: url(images/liOrange.svg) no-repeat 10px center;
}

.photoAreaL {
  float: left;
  margin: 0 20px 30px 0;
}

.photoAreaR {
  float: right;
  margin: 0 0 30px 20px;
}

#contents .photoAreaL p, #contents .photoAreaR p {
  margin: 0;
  padding: 5px;
  background: #EEE;
  font-size: 80%;
  line-height: 120%;
  color: #333;
}

#contents p.marginZero {
  margin: 0;
  padding: 1px;
}

#contents p.marginZero img {
  border: 4px solid #FFF;
}

#contents .imgLeft {
  float: left;
  margin-right: 20px;
}

#contents .imgRight {
  float: right;
  margin-left: 20px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.jcc {
  justify-content: center;
}

.jcl {
  justify-content: left;
}

.jcb {
  justify-content: space-between;
}

.flex.item2>* {
  width: 48%;
}

.flex.item3>* {
  width: 31%;
}

.flex.item3>*:nth-child(2n) {
  padding: 0 20px;
}

.flex.item3 p img {
  border: 1px solid #CCC;
}

.flex .photoBox {
  margin: 0 10px 20px;
}

.flex.jcl .photoBox:first-child, .flex.jcb .photoBox:first-child {
  margin: 0 10px 20px 0;
}

.flex.jcl .photoBox:last-child, .flex.jcb .photoBox:last-child {
  margin: 0 0 20px 10px;
}

#contents .flex .photoBox p {
  margin: 0;
  padding: 3px;
  border: 1px solid #EEE;
}

#contents .flex .photoBox p.caption {
  background: #EEE;
  padding: 5px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #333;
}

.textKakomi {
  display: inline-block;
  border: 1px solid #004284;
  color: #004284;
  padding: 4px 8px;
}

#contents p.linkButton {
  text-align: center;
  margin: 50px 0;
  font-size: 1.125rem;
}

.linkButton a {
  display: inline-block;
  background: #EC6F00;
  color: #FFF;
  text-decoration: none;
  padding: 15px 30px 15px;
  border-radius: 8px;
}

.linkButton a:hover {
  background: #eb7e1f;
}

.linkBox {
  background: #EEE;
  padding: 10px 30px;
}

#contents .linkBox p {
  margin: 10px 0;
}

.linkBox p a {
  background: #FFF;
  display: block;
  padding: 20px 30px;
  border-radius: 6px;
  position: relative;
}

.linkBox p a:after {
  content: '';
  display: block;
  width: 21px;
  height: 22px;
  background: url(images/backArrow.svg);
  background-size: cover;
  position: absolute;
  top: calc(50% - 11px);
  right: 20px;
}

.linkBox p a:hover {
  background: #FFFDF8;
}

#toggle {
  display: none;
}

.spShow {
  display: none;
}

#contents p.backButton {
  text-align: center;
  margin: 100px 0 20px;
}

.backButton a {
  display: inline-block;
  background: url(images/arrowLeft.svg) no-repeat 10px center #3495ff;
  padding: 10px 10px 10px 30px;
  border-radius: 16px;
  color: #FFF;
  text-decoration: none;
}

.backButton a:hover {
  background: url(images/arrowLeft.svg) no-repeat 10px center #52a6ff;
}


#contents h2.textCenter {
  border-left: none;
  font-size: 1.625rem;
}

#contents .otoiawase h3 {
  margin: 0 0 10px;
  padding: 4px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.movieArea {
  border: 1px solid #CCC;
  padding: 30px;
  position: relative;
  margin-bottom: 20px;
}

#contents p.number {
  position: absolute;
  background: #c6530d;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 38px;
  color: #FFF;
  font-weight: bold;
  top: -10px;
  left: -10px;
}

.movieArea .flex>div {
  width: 48%;
}

.movieArea .flex>div:first-child {
  padding-left: 40px;
}

#contents h4 span {
  font-weight: normal;
  font-size: 0.875rem;
  color: #000;
}

#contents .movieArea h5 {
  font-size: 1.5rem;
}

.mapArea iframe {
  width: 100%;
  height: 480px;
}

.linkList {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.linkList p {
  position: relative;
  padding-right: 40px;
}

.linkList p::after {
  content: url(images/rightTriangle.svg);
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
}

.linkList p:last-child::after {
  content: '';
}

.linkList ul {
  overflow: hidden;
}

#contents .linkList ul li {
  background: none;
  padding-left: 0;
  margin-right: 10px;
  float: left;
}

.linkList a {
  display: inline-block;
  background: #FFF;
  padding: 4px 10px;
  border-radius: 10px;
  white-space: nowrap;
}

#roomMenu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.roomItem {
  width: 18%;
  margin: 0 1% 30px;
}

.roomItem a div {
  height: 180px;
  overflow: hidden;
  border: 1px solid #CCC;
}

.roomItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.genki {
  max-width: 1100px;
  margin: 40px auto 100px;
  text-align: left;
  overflow: hidden;
}

#contents .genki h2 {
  background: none;
  border: none;
  padding: 0 30px 0 0;
  width: 160px;
  float: left;
}

#contents .genki h3 {
  font-size: 2.375rem;
  margin: 0 0 10px;
  padding: 0;
}

#contents .genki h3::before {
  display: none;
}

.genki>div {
  overflow: hidden;
}

#contents .genki .textBold {
  font-weight: bold;
  font-size: 1.25rem;
}

.genki strong {
  color: #f7a200;
}

.genki+.w1100 {
  padding: 0 0 40px;
}

#genkiIndex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 900px;
}

#genkiIndex>div {
  width: 23%;
  margin-bottom: 50px;
  text-align: center;
}

#contents #genkiIndex p {
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: bold;
}

#genkiIndex a {
  text-decoration: none;
  color: #000;
}

.layout1, .layout2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.layout1>p {
  width: 48%;
}

.layout2>p {
  width: 42%;
}

.layout2>div {
  width: 54%;
}

.pBack1 {
  background: url(images/photoBack1.png) no-repeat center bottom 80px;
  background-size: 86px 73px;
}

.pBack2 {
  background: url(images/photoBack2.png) no-repeat center bottom 10px;
  background-size: 80px 80px;
}

.midashiBlock {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CCC;
  margin-bottom: 40px;
}

#contents .midashiBlock h2 {
  background: none;
  border: 3px solid #000;
  display: inline-block;
  margin-right: 2em;
  font-size: 1.75rem;
  border-radius: 8px;
}

#contents ul.thanksList {
  margin-bottom: 40px;
}

#contents ul.thanksList li {
  margin-bottom: 30px;
}

#contents ul.thanksList li a {
  color: #000;
  font-size: 1.25rem;
}

.movie2c {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 0 0 auto;
}

.movie2c > div {
  width: 48%;
}



@media screen and (max-width:1313px) {
  #toggle {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
  }

  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 30px;
    height: 20px;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger.motion span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }

  .menu-trigger.motion span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.motion span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }

  nav ul {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: #365D80DD;
  }

  nav ul li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 1rem;
  }

  nav ul li a {
    display: block;
    padding: 16px 0 15px 20px;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    text-decoration: none;
    text-align: left;
    height: auto;
    line-height: 1.4;
    font-size: 1rem;
    font-weight: normal;
  }

  .movie2c {
    display: block;
    margin: 0;
  }

  .movie2c > div {
    width: 100%;
  }

}

@media screen and (max-width:599px) {
  html {
    font-size: 15px;
  }

  body {
    min-width: 100%;
    -webkit-text-size-adjust: 100%;
  }

  body * {
    max-width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .pcShow {
    display: none !important;
  }

  .spShow {
    display: block;
  }


  header a.active {
    padding-bottom: 15px;
  }

  .w1100 {
    max-width: 90%;
  }

  .flex {
    display: block;
  }

  .movieArea .flex>div {
    width: 100%;
  }

  .movieArea .flex>div:first-child {
    padding-left: 30px;
  }

  #siteID a::before {
    height: 18px;
    top: 0;
  }

  #siteID {
    padding-left: 82px;
    font-size: 1.125rem;
  }

  header a.active {
    border-bottom: 1px solid #FFF;
    color: #F8BE00;
  }

  #mainImage p, #mainImage h1 {
    font-size: 1rem;
  }

  #mainImage #mainTitle {
    font-size: 1.75rem;
  }

  #mainImage #kikan {
    font-size: 0.875rem;
    padding: 5px 10px;
  }

  #mainImage {
    height: 360px;
  }

  #mainImage::before {
    height: 360px;
  }

  #mainImage>div {
    top: 120px;
  }

  .topMenuButton {
    margin: 50px 0 10px;
  }

  .topMenuButton li {
    width: 100%;
  }

  .topMenuButton li a {
    font-size: 1.125rem;
  }

  .flex.item3>* {
    width: 100%;
  }

  #topContents .flex.item3.jcb div:first-child p {
    text-align: center;
    margin-bottom: 50px;
  }

  .flex.item3>div:last-child {
    padding: 0 20px;
    margin-top: 40px;
  }

  .flex.item2>* {
    width: 100%;
    margin-bottom: 30px;
  }

  footer .w1100 {
    padding-bottom: 130px;
    background: url(images/footerBack.png) no-repeat center bottom;
    background-size: auto 100px;
  }

  #contents .genki h2 {
    float: none;
    text-align: center;
    padding: 0;
    width: 100%;
    height: 140px;
  }

  #contents .genki h2 img {
    height: 100%;
  }

  .genki>div {
    margin: 0 0 50px;
  }

  #genkiIndex>div {
    width: 48%;
  }

  #contents .genki h3 {
    font-size: 1.5rem;
  }

  #contents .midashiBlock p {
    line-height: 1.5;
  }

  .layout1, .layout2 {
    display: block;
    margin-bottom: 0;
  }

  .layout1>p,
  .layout2>p,
  .layout2>div {
    width: 100%;
    margin-bottom: 10px;
  }

  .linkList>p:nth-child(n + 2),
  .linkList>ul {
    display: none;
  }

  .linkList.picPage>p:nth-child(2n) {
    display: block;
  }

  .linkList p {
    padding: 0 10px;
  }

  .linkList p::after {
    display: none;
  }

  .roomItem {
    width: 47%;
  }

  #roomMenu {
    justify-content: space-between;
  }

  #mainImage.articlePage #mainTitle {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  #mainImage.articlePage>div>p:first-child {
    width: 70px;
  }

  #mainImage.articlePage>div>div {
    padding-left: 20px;
  }

  .genki {
    padding: 0 20px;
  }

  #genkiIndex {
    padding: 0 20px;
  }

  .hori, .vert {
    width: calc(100% - 40px);
  }
  .slider, .slider * {
    max-width: none;
  }
  .slider img {
    max-width: 100%;
  }
}