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

/* Reset --------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* BasicSetting --------------------*/

* {
  margin: 0;
  padding: 0;
  font-family: inherit;
}
body {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
}
strong {
  font-weight: bold;
}

h2,
h3,
h4,
h5,
h6,
.title {
  font-feature-settings: "palt";
}

#wrap * {
  box-sizing: border-box;
}

table {
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: bottom;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* Links --------------------*/
a {
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  font-weight: bold;
  text-decoration: none;
}

.footer a:hover,
.footer p a:hover {
  font-weight: bold;
}

#mainArticles a{
    color: #000;
}

#mainArticles a:hover{
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#mainArticles a:hover img{
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.image a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/* BasicLayout --------------------*/
#wrap {border: 0px solid blue;
  width: 100%;
  overflow: hidden;
}

/*#title,
#mainImage,
#topMenu,
#contents,*/
#footer {border: 0px solid green;
  width: 100%;

}

#title_outer,
#topMenu_outer,
#mainImage,
#mainArticles {
  width: 1024px;
  margin: auto;
}

#contents {
    margin-bottom: 20px;

}
/*--------------------
/*Title
---------------------*/
#title {
    margin-top: 30px;
}


#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
#title #title_outer {
  background: url(../images/materials_tel.png) right top no-repeat;
  margin: auto;
  padding: 0;
  height: 104px;
  display: flex;
  align-items: center;
  height: auto;
}
#title h1 {
    background: url(../images/materials_logo.png) center no-repeat;
    width: 250px;
    height: 150px;
    float: none;
    padding: 0;
    font-size: 1.5em;
}
#title .description {
  text-indent: -9999px;
  visibility: hidden;
}



/*GlobalMenu*/
#topMenu_outer .topMenu li a {

}

#topMenu_outer {
  padding: 0;
  box-sizing: border-box;
}
#topMenu_outer .topMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#topMenu_outer .topMenu li {
  letter-spacing: normal;
  background: none;
  box-sizing: border-box;
  width: auto;
  text-align: center;
  flex: 1 0 auto;
}
#topMenu_outer .topMenu li a {
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 0 0.5em;
  line-height: 56px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-decoration: none;
  position: relative;
    color: #000;
}
#topMenu_outer .topMenu li a:after {
  content: "";
  width: 1px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 0;
}
#topMenu_outer .topMenu li:last-of-type a:after {
  content: none;
}

/*Main image*/
#mainImage_body {
  text-align: center;
}

#mainImage img{
  max-width: 100%;
  min-width: 1024px;
  width: auto;
  height: auto;
  overflow: hidden;
  margin: auto;
  padding-top: 20px;
}


/* Headline --------------------*/

#mainArticles h2{
  font-size: 1.8em;
  padding: 20px 0 0 0;
  text-align: center;

}
#mainArticles h3{
  font-size: 1.55em;
  padding: 20px 0 0 0;
  text-align: center;
}

/*Footer*/

#footer * {
  color: #fff;
}

#footer_body .fnav li a:hover {
  background-color: #777777;

}

#footer {
  font-size: 0.888em;
}

#footer_body {
  display: flex;
  justify-content: flex-start;
  padding: 32px 0 0 32px;
}
.fnav{
  text-align: center;
}
.fnav li{
  box-sizing: border-box;
  border: none;
  margin-bottom: 5px;
  margin-right: 8px;
  float: none;
  height: auto;
  line-height: 32px;
  display: inline-block;
}
.fnav li a{

  padding: 5px 15px;
  display: block;
}
.fnav li a:hover{
background-color: #777;
}
.fnav li a:before{
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  margin-right: 8px;
}

.copyright {
  font-weight: bold;
  padding: 10px 0 32px;
  clear: both;
  line-height: 18px;
  text-align: center;
}
.shopInfo {
  margin: 10px;
}
.shopInfo th {
  text-align: right;
  white-space: nowrap;
}
.shopInfo td {
  padding-left: 20px;
  white-space: nowrap;
}
/* ArticlesLayout --------------------*/

/*
.mainArticles {border: 1px solid blue;
  display: flex;
  flex-wrap: wrap;

  justify-content: space-between;

}*/


.item01 img{
    width:45%;
    height:auto;

}
.item02{
    width:50%;
    height:auto;
    float:right;
}
.tMargin{
    margin-top: 20px;
}
#toggle {
  display: none;
}
#mainImage img {
    min-width: 100%  !important ;
}
/* menu --------------------*/
.menuPh, .roomPh{
    display: flex;
    justify-content: space-between;
}
.menuPh img ,
.roomPh img,
.roomPhUnder img{
    width: 96%;
}
.roomPhUnder{
    display: flex;
    justify-content:space-between;
    align-items:flex-end;
}


/* Responsive --------------------*/


@media only screen and (max-width: 1024px) {
   #mainArticles h2 {
    margin: 0 0 16px;
  }
  
  #title_outer,
  #topMenu_outer,
  #mainArticles,
  #mainImage,
  #footer_outer {
    width: 100%;
  }
  #sideContents_outer {
    padding-left: 4%;
    padding-right: 4%;
  }
   .tMargin {
        margin-top: 0;
    }


}




@media only screen and (max-width: 600px) {
  body {
    font-size: 16px;
  }
  #title #title_outer {
    height: 56px;
    background: none;
  }
  #title h1 {
    margin-top: 0.5em;
  }

  /*MENU*/
  #toggle {
    width: 56px;
    height: 56px;
    padding: 0;
    display: block;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10001;
  }
  #toggle {
    background: url("../images/materials_open.png") #4c4c4c no-repeat center/24px;
  }
  .active #toggle {
    background: url("../images/materials_close.png") #4c4c4c no-repeat center/24px;
  }
  #topMenu_outer .topMenu li {

    border-top: solid 1px #dcdcdc;
  }
  #topMenu {
    position: unset;
    height: 0;
    min-height: 0;
    overflow: hidden;
    transition: all 0.5s;
  }
  body.active #topMenu {
    height: 200px;
  }
  #topMenu_outer {
    height: 0;
    padding: 0;
  }
  #topMenu_outer .topMenu {
    flex-direction: column;
  }
  #topMenu_outer .topMenu li a {
    padding: 0 0 0 4%;
    line-height: 1.25;
    min-height: 48px;
    text-align: left;
    display: flex;
    align-items: center;
  }
  #topMenu_outer .topMenu li a:after {
    content: none;
  }
  
  .item01 img{
    width:100%;
    height:auto;

    }
    .item02{
        width:100%;
        height:auto;
        float:none;
    }

/* menu --------------------*/
    .menuPh{
        display: block;
    }

  /*Footer*/
  #footer_body {
    display: block;
    padding: 24px 0 0;
  }
  #footer_body .fnav{
    width: 100%;
    margin: 0;
  }
  #footer_body .fnav li{
    margin: 0;
  }
  #footer_body .copyright {
    position: unset;
  }


}



