@charset "utf-8";

/* WEBフォントの設定
------------------------------------------------------------------------------------------- */

/*-- Noto Sans Japanese -----*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 300;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: local('NotoSansJP-Regular.otf'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
 }

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
 }

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
 }

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format('opentype');
 }

html,
body,
div,
ul,
li,
p,
span {
  font-family: 'Noto Sans Japanese', sans-serif!important;
}
body {
  font-weight: 400;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: none;
  overflow-wrap: break-word;
}

img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}


#sanka .left {
  width: calc(100% - 320px)!important;
  box-sizing: border-box;
}
#sanka .right {
  width: 260px!important;
  margin-left: 40px!important;
  margin-right: 10px!important;
}

.clum-left {
  float: left;
  width: calc(100% - 240px);
}
.two-clums {
  text-align: left;
  width: 100%;
  letter-spacing: -0.5em;
  padding: 0 1em;
  box-sizing: border-box;
  margin: 0;
}
.two-clums li {
  letter-spacing: normal;
  display: inline-block;
  list-style: none;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.two-clums li:nth-child(odd) {
  text-align: center;
  color: #FFF;
  font-weight: 700;
  width: 15%;
  height: 1.5em;
  line-height: 1.5em;
  background-color: #026da1;
  border-radius: 4px;
  padding: 0.2em 0;
  margin-right: 3%;
}
.two-clums li:nth-child(even) {
  width: 82%;
  line-height: 1.5em;
}
.two-clums li strong {
  color: #e74629;
  font-size: 120%;
  line-height: 1.5;
  margin-bottom: 0.3em;
  display: block;
}
.two-clums li p {
  font-size: 85%;
  margin: 0;
}
.two-clums li p span {
  font-size: 80%;
}
.dot-line {
  width: calc(100% - 2em);
  height: 1px;
  border-top: 1px #666 dotted;
  padding: 0.5em 0;
  margin: 1em 1em 0 1em;
}
.two-clums .dot-line {
  width: 100%;
  margin: 1em 0 0 0;
}

.black-box {
  font-size: 100%!important;
  font-weight: 500;
  color: #FFF;
  background-color: #333;
  border-radius: 0.6em;
  padding: 0.5em 1em 0.7em 1em;
  box-sizing: border-box;
  margin: 0 0 1.5em 0!important;
}
.white-box {
  font-size: 100%!important;
  font-weight: 500;
  border: 1.5px #333 solid;
  border-radius: 0.6em;
  padding: 0.5em 1em;
  box-sizing: border-box;
  margin: 0 0 1em 0!important;
}
p.strong {
  font-size: 100%!important;
  font-weight: 500;
  margin: 0.5em 0!important;
}
p.indent {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0.5em 0!important;
}
p span.bold {
  font-size: 100%!important;
  font-weight: 500;
}

.logo-mark {
  margin: 1em 0;
}
.logo-mark img {
  margin-right: 1em;
}


/*-- .kimono-rental -----*/
.kimono-rental {
  text-align: justify;
  line-height: 1.5em;
  width: 100%;
  padding: 0 1em 2em 14%;
  box-sizing: border-box;
}
h3.sub-title {
  line-height: 1.7;
  margin: 1.5em 0 0.5em 0;
}
h3.sub-title strong {
  color: #CC3333;
  font-weight: 700;
  margin: 1.5em 0 0.5em 0;
}
h3.sub-title span {
  font-size: 75%;
  font-weight: 500;
}
p.pink {
  color: #CC3399;
  font-weight: 500;
}
.kimono-rental p.indent,
p.notice {
  font-size: 85%;
}
.kimono-rental strong {
  color: #e74629;
  font-size: 120%;
  line-height: 1.5;
  margin-bottom: 0.3em;
  display: block;
}

.inline-section {
  width: 100%;
  letter-spacing: -0.5em;
  padding: 0.5em 1em;
  border: 1px #777 solid;
  box-sizing: border-box;
  margin: 1em 0 1.5em 0;
}
.inline-section img,
.inline-section p {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
.inline-section img {
  width: 90px;
  padding-right: 20px;
}
.inline-section p {
  width: calc(100% - (110px + 1em));
}


a.btn {
  font-size: 150%;
  font-weight: 700;
  text-decoration: none;
  line-height: 2em;
  height: 2em;
  border: 2px #369 solid;
  border-radius: 0.5em;
  padding: 0 1em;
  margin: 0 0 1em 0;
  display: inline-block;
}
a.btn:hover {
  color: #FFF;
  background-color: #369;
}

.clum-right {
  float: right;
  width: 200px;
  margin-right: 1em;
}


#photo-con {
  font-size: 85%;
  line-height: 1.5;
  width: 100%;
  padding: 0 1em;
  box-sizing: border-box;
  letter-spacing: -0.5em;
}
#photo-con div,
#photo-con p,
#photo-con a {
  letter-spacing: normal;
}
.left-clum {
  vertical-align: top;
  width: calc(100% - 300px);
  display: inline-block;
}
#photo-con h3 {
  font-size: 100%;
  font-weight: 700;
  border-bottom: 1px #666 dotted;
  padding-bottom: 0.2em;
  margin: 2em 0 -0.2em 0;
}
.right-clum {
  vertical-align: top;
  width: 300px;
  margin-top: 1em;
  display: inline-block;
}


#pageup {
  clear: both;
}
