@import url('https://fonts.googleapis.com/css2?family=Corinthia&display=swap');
@font-face {
    font-family: 'icomoon';
    src: url('header_gooter_fonts/icomoon.eot?8m25wb');
    src: url('header_gooter_fonts/icomoon.eot?8m25wb#iefix') format('embedded-opentype'), url('header_gooter_fonts/icomoon.ttf?8m25wb') format('truetype'), url('header_gooter_fonts/icomoon.woff?8m25wb') format('woff'), url('fonts/icomoon.svg?8m25wb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
    content: "\e900";
}
.icon-facebook:before {
    content: "\ea90";
}
.icon-instagram:before {
    content: "\ea92";
}
.icon-twitter:before {
    content: "\ea96";
}
.icon-youtube:before {
    content: "\ea9d";
}
.icon-pinterest:before {
    content: "\ead1";
}

/*ヘッダーの帯*/
#headerflam {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: #2b2b2b;
    height: 40px;
    z-index: 200;
    transition: 0.3s;
}
.maxwidth2 {
    max-width: 1200px;
    width: 90%;
    margin: auto;
        padding: 6px 2%;
}
img#wslogo {
    height: 28px;
    margin: 0 6px;
    width: auto;
}
/*フッター*/
footer {
  background: #2c2a29;
}
.footer_menu_list h4 {
  margin: 24px 0 0 0;
  padding: 0;
  font-family: Corinthia, cursive;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
}
.footer_menu_list:first-child h4 {
  margin: 0 0 0 0;
}
.footerwrap {
  padding: 48px 0;
}
.f_left {
  width: 60%;
}
.f_right {
  width: 37%;
  margin: 0 0 0 3%;
}
footer .f_left ul {
  margin: 0 0 0 24px;
  line-height: 1.6;
}
footer .f_left ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #888;
}
.footer_menu_list li::after {
  content: '/';
  margin: 0 0.4em 0 0.7em;
  font-size: 10px;
}
footer .f_left ul li a {
  font-size: 12px;
  color: #888;
  margin: 0;
  transition: 0.3s;
}
footer .f_left .contact_box {
  width: 100%;
  border-top: solid 1px currentColor;
  margin: 25px 0 0;
  padding: 25px 0 0;
  color: #888;
}
footer .f_left .contact_box a {
  font-size: 12px;
  color: #888;
  border: solid 1px currentColor;
  display: block;
  text-align: center;
  padding: 1em 2%;
  width: calc(42% - 2px);
  margin: 1% 2%;
  transition: 0.3s;
  line-height: 1.5;
  transition: 0.3s;
}
footer .f_left .contact_box a:hover {
  color: #FFF;
}
footer .fotter_rogo a span {
  background-position: center center;
  background-image: url(/webstore/design/themes/marumitsu/media/images/logo6_wh.svg);
  height: 80px;
  margin: 0;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
footer .f_right li.link_midashi {
  font-family: Corinthia, cursive;
  font-size: 22px;
  color: #fff;
}
footer .f_right #footer_linkbox {
  justify-content: space-around;
}
footer .f_right #footer_linkbox ul {
  margin: 0 0 0 24px;
}
footer .f_right #footer_linkbox ul li {
  margin: 0 0 0 24px;
  line-height: 1.6;
}
footer .f_right #footer_linkbox ul li a {
  font-size: 13px;
  color: #888;
  font-family: renner;
  transition: 0.3s;
}
footer .f_bottom {
  background-color: #393735;
  padding: 3px 0 0 0;
}
footer .bottom-copyright {
  margin-top: 6px;
  margin-left: 15px;
  color: #9a9ea3;
  font-size: 13px;
  line-height: 2;
}
footer .ty-social-link-block {
  margin: 12px auto 23px;
  text-align: center;
}
.ty-social-link {
    top: 0;
    margin-right: 0;
}
.ty-social-link a {
    color: white;
    display: block;
}
.ty-social-link {
    vertical-align: middle;
    top: 0;
    margin-right: 0;
    display: inline-block;
}
.ty-social-link [class*="ty-icon-moon-"] {
    margin-right: 10px;
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 18px;
}
.ty-social-link i {
    display: inline-block;
    vertical-align: middle;
    padding-right: 6px;
    font-size: 38px;
    color: #fff;
}
/*960px未満*/ @media screen and (max-width: 959px) {
.f_left {
    width: 100%;
}
.f_right {
    width: 100%;
    margin: 30px 0 0 0;
}
}
/*560px未満*/ @media screen and (max-width: 559px) {

}
