﻿@charset "utf-8";

/* Common Setting
=========================================================================================================*/

* {
  outline: none;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
table,
thead,
tbody,
tfoot,
th,
td,
form,
input,
select,
address,
pre {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /*iOSで文字サイズがおかしくなるバグFIX*/
  font-weight: normal;
}

a {
  text-decoration: none;
}

#container {
  font-family: '游ゴシック体', '游ゴシック Medium', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1;
  margin: 0;
  padding: 46px 0 0 0;
  width: 100%;
  min-width: 960px;
}

#container img {
  vertical-align: bottom;
  line-height: 0;
  border: none;
}

#container input,
#container select {
  vertical-align: middle;
}

#container table {
  border-collapse: collapse;
  border-spacing: 0;
}

#container li {
  list-style-type: none;
}

#container a {
  text-decoration: none;
}

#heading {
  padding: 12px 12px 12px;
  text-align: center;
  background-color: #036;
  color: #fff;
}

/* Base ID, Class
=========================================================================================================*/

body.is-fixed {
  padding-top: 78px;
}

.fixed {
  position: fixed;
  top: 46px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.tgt {
  position: absolute;
  left: 0;
  top: -124px;
  /* 46px + 78px */
}

html,
body {
}

/* Designation [Detail]
=========================================================================================================*/

/* common parts
-------------------------------------------------- */

#contents .inner {
  margin: 0 auto;
  width: 960px;
}

.section {
  padding: 60px 0;
  position: relative;
}

.section h3 {
  text-align: center;
  font-size: 1.8em;
}

.wrap {
  overflow: hidden;
  margin-top: 40px;
}

.imgblock {
  float: left;
  width: 475px;
  position: relative;
}

.infoblock {
  float: left;
  width: 485px;
}

.imgblock1 {
  float: right;
  width: 475px;
  position: relative;
}

.imgblock2 img {
  width: 475px;
  position: relative;
}

.infoblock1 {
  float: left;
  width: 485px;
}

.infoblock h4 {
  margin: 0 0 30px 10px;
  position: relative;
}

.infoblock1 h4 {
  margin: 0 0 30px 10px;
  position: relative;
}

.infoblock h4 span {
  display: inline-block;
  padding: 0 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #203986;
  font-size: 12px;
  color: #203986;
  line-height: 26px;
}

.infoblock1 h4 span {
  display: inline-block;
  padding: 0 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #203986;
  font-size: 12px;
  color: #203986;
  line-height: 26px;
}

.infoblock p.textb {
  padding: 0 0 10px 30px;
  font-size: 1.2em;
  line-height: 1.5;
  text-align: center;
  border-bottom: dotted 1px #333;
}

.infoblock1 p.textb {
  padding: 0 0 10px 30px;
  font-size: 1.2em;
  line-height: 1.5;
  text-align: center;
  border-bottom: dotted 1px #333;
}

.infoblock p.text {
  padding: 10px 0 10px 30px;
  font-size: 0.9em;
  line-height: 1.8;
}

.infoblock1 p.text {
  padding: 10px 10px 10px 0;
  font-size: 0.9em;
  line-height: 1.8;
}

.infoblock ul li {
  margin: 10px 0 0 10px;
  padding: 20px 10px;
  background-color: #fff;
  font-size: 0.85em;
  line-height: 1.5;
}

.infoblock1 ul li {
  margin: 10px 0 0 10px;
  padding: 20px 10px;
  background-color: #fff;
  font-size: 0.85em;
  line-height: 1.5;
}

.infoblock ul li dl {
  display: table;
  margin: 0 0 0 -20px;
  padding: 0 0 0 20px;
  background-image: url(../../../agent/assets/images/img_fukidashi.png);
  background-position: left center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.infoblock1 ul li dl {
  display: table;
  margin: 0 0 0 -20px;
  padding: 0 0 0 20px;
  background-image: url(../../../agent/assets/images/img_fukidashi.png);
  background-position: left center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/*
.infoblock ul li dl:before{
	content:url(../images/img_fukidashi.png);
	margin:0 0 0 -20px;
	vertical-align:middle;
}*/

.infoblock ul li dt {
  display: table-cell;
  padding: 0 20px 0 10px;
  vertical-align: middle;
}

.infoblock ul li dt img {
  max-width: initial;
}

.infoblock1 ul li dt {
  display: table-cell;
  padding: 0 20px 0 10px;
  vertical-align: middle;
}

.infoblock ul li dd {
  display: table-cell;
}

.infoblock1 ul li dd {
  display: table-cell;
}

/* sns btn
------------------------- */

.imgblock .appstore {
  float: left;
  margin: -14px 0 0 0;
  padding: 0 0 0 91px;
  /*	width:129px;*/
  text-align: center;
  z-index: 10;
}

.imgblock1 .appstore {
  float: left;
  margin: -14px 0 0 0;
  padding: 0 0 0 91px;
  width: 129px;
  text-align: center;
  z-index: 10;
}

.imgblock .appstore .dlbtn {
  padding: 0 0 6px;
}

.imgblock1 .appstore .dlbtn {
  padding: 0 0 6px;
}

.imgblock .googleplay {
  float: left;
  margin: -14px 0 0 0;
  padding: 0 0 0 14px;
  /*	width:129px;*/
  text-align: center;
  z-index: 10;
}

.imgblock1 .googleplay {
  float: left;
  margin: -14px 0 0 0;
  padding: 0 0 0 14px;
  width: 129px;
  text-align: center;
  z-index: 10;
}

.imgblock .googleplay .dlbtn {
  padding: 0 0 6px;
}

.imgblock1 .googleplay .dlbtn {
  padding: 0 0 6px;
}

.linebtn {
  margin: -15px 0 0 0;
  text-align: center;
  z-index: 10;
}

/* .detailbtn
------------------------- */

.detailbtn {
  text-align: center;
}

.detailbtn a {
  margin: 0 auto;
  display: block;
  width: 476px;
  text-align: center;
  font-size: 0.85em;
  color: #fff;
  line-height: 48px;
  background-image: url(../../../agent/assets/images/icon_arrow_right.png);
  background-position: 97% center;
  background-repeat: no-repeat;
}

/* #pageheader
-------------------------------------------------- */

#pageheader {
  margin: 0 auto;
  width: 960px;
  height: 40px;
  position: relative;
}

#pageheader #topicpath {
  padding: 16px 0 0 0;
  font-size: 0.7em;
}

#pageheader h2#pagecopy {
  position: absolute;
  left: 41px;
  top: 53px;
}

#pageheader h2#pagelogo {
  position: absolute;
  right: 0;
  top: 18px;
}

/* #visual
-------------------------------------------------- */
#visual {
  width: 100%;
  height: 400px;
  /*border-bottom: 3px solid #00329d;*/
  position: relative;
}

#visual span {
  display: block;
  /*background: url("../../service/images/visual.jpg") center top no-repeat;*/
  background: url('../../../agent/assets/images/mainvisual2024.jpg') center top no-repeat;
  height: 400px;
  background-size: auto 100%;
  /*background-color: #e4cbbc;*/
}

#visual img {
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -683px;
}

/*.banner
----------------------------------------------------*/
.banner {
  margin: 10px auto;
  text-align: center;
}

/* #pagenav
-------------------------------------------------- */
#pagenav {
  width: 100%;
  background-color: #fff;
  z-index: 100;
}

#pagenav ul {
  margin: 0 auto;
  display: table;
  height: 78px;
}

#pagenav ul li {
  display: table-cell;
  vertical-align: middle;
  width: 15%;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.3;
  background: url(../../../agent/assets/images/icon_arrow_under.png) center 58px no-repeat;
}

#pagenav ul li.nv1:hover {
  background-image: url(../../../agent/assets/images/icon_arrow_under_on_2.png);
}

#pagenav ul li.nv2:hover {
  background-image: url(../../../agent/assets/images/icon_arrow_under_on_3.png);
}

#pagenav ul li.nv3:hover {
  background-image: url(../../../agent/assets/images/icon_arrow_under_on_5.png);
}

#pagenav ul li.nv4:hover {
  background-image: url(../../../agent/assets/images/icon_arrow_under_on_4.png);
}

#pagenav ul li.nv5:hover {
  background-image: url(../../../agent/assets/images/icon_arrow_under_on_5.png);
}

#pagenav ul li.nv6:hover {
  background-image: url(../../../agent/assets/images/icon_arrow_under_on_6.png);
}

#pagenav ul li a {
  display: block;
  padding: 0 0 16px;
  color: #000;
}

#pagenav ul li.nv1:hover a {
  color: #009795;
}

#pagenav ul li.nv2:hover a {
  color: #ed5d61;
}

#pagenav ul li.nv3:hover a {
  color: #009bd5;
}

#pagenav ul li.nv4:hover a {
  color: #dd9603;
}

#pagenav ul li.nv5:hover a {
  color: #009bd5;
}

#pagenav ul li.nv6:hover a {
  color: #8465b2;
}

#pagenav ul li.nv3 {
  margin: 5px 0;
  display: block;
  width: 100%;
  position: relative;
}

#pagenav ul li.nv3 a {
  padding: 10px 20px 20px;
  background: #ff3e3e;
  display: block;
  width: 100%;
  height: 40px;
  color: #fff;
}

#pagenav ul li.nv3 a::after {
  content: '';
  display: block;
  width: 15px;
  height: 8px;
  background: url(../../../agent/assets/images/icon_arrow_under_white.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50px;
  left: 150px;
}

#pagenav ul li.nv3 a:hover {
  background: #fbf54b;
  color: #009bd5;
}

#pagenav ul li.nv3 a:hover::after {
  background: url(../../../agent/assets/images/icon_arrow_under_blue.png) center no-repeat;
}

/* #gakusei
-------------------------------------------------- */
#gakusei {
  background: #f0f1f7 url(../../../agent/assets/images/line_rainbow.png) center top no-repeat;
}

#gakusei.section h3 {
  color: #2f3693;
}

#gakusei.section .wrap {
  padding: 0 0 17px;
}

#gakusei .detailbtn a {
  background-color: #2f3693;
}

/* #pair
-------------------------------------------------- */
#pair {
  /*    background: #edf8f8;
    border-top: 3px solid #00329d;*/
  background: #edf8f8 url(../../../agent/assets/images/line_rainbow.png) center top no-repeat;
}

#pair.section h3 {
  color: #009795;
}

#pair.section .wrap {
  padding: 0 0 30px;
}

#pair .detailbtn a {
  background-color: #009795;
}

/* #woman
-------------------------------------------------- */
#woman {
  /*    background: #fef5f6;
    border-top: 3px solid #00329d;*/
  background: #fef5f6 url(../../../agent/assets/images/line_rainbow.png) center top no-repeat;
}

#woman.section h3 {
  color: #ed5d61;
}

#woman.section .wrap {
  padding: 0 0 30px;
}

#woman .detailbtn a {
  background-color: #ed5d61;
}

#woman .instabtn a,
#woman .youtubebtn a {
  background-color: #ed5d61;
}

.instabtn {
  padding: 10px 12px 0;
  text-align: center;
}

.instabtn a {
  margin: 0 auto;
  display: block;
  width: 476px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 48px;
  background-image: url(https://woman.chintai/images/share/sns_instagram.png);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 35px;
}

.youtubebtn {
  padding: 10px 12px 0;
  text-align: center;
}

.youtubebtn a {
  margin: 0 auto;
  display: block;
  width: 476px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 48px;
  background-image: url(../../../agent/assets/images/sns_youtube.png);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 35px;
}

/* #fudo
-------------------------------------------------- */
#fudo {
  /*    background: #fff;
    border-top: 3px solid #00329d;*/
  background: #fff url(../../../agent/assets/images/line_rainbow.png) center top no-repeat;
}

#fudo.section h3 {
  color: #00bdfc;
}

#fudo.section .wrap {
  padding: 0 0 30px;
}

#fudo .detailbtn a {
  background-color: #00bdfc;
}

#fudo .instabtn a {
  background-color: #ed5d61;
}

.instabtn {
  padding: 10px 12px 0;
  text-align: center;
}

.instabtn a {
  margin: 0 auto;
  display: block;
  width: 476px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 48px;
  background-image: url(https://woman.chintai/images/share/sns_instagram.png);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 35px;
}

/* #c_agent
-------------------------------------------------- */
#c_agent {
  /*    background: #F5F5F5;
    border-top: 3px solid #00329d;*/
  background: #f5f5f5 url(../../../agent/assets/images/line_rainbow.png) center top no-repeat;
}

#c_agent.section h3 {
  color: #09a75a;
}

#c_agent.section .wrap {
  padding: 0 0 30px;
}

#c_agent .detailbtn a {
  background-color: #77ba63;
}

#c_agent .instabtn a {
  background-color: #ed5d61;
}

.instabtn {
  padding: 10px 12px 0;
  text-align: center;
}

.instabtn a {
  margin: 0 auto;
  display: block;
  width: 476px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 48px;
  background-image: url(https://woman.chintai/images/share/sns_instagram.png);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 35px;
}

/* #kosodate
-------------------------------------------------- */
#kosodate {
  background: #fdf9f0 url(../../../agent/assets/images/line_rainbow.png) center top no-repeat;
}

#kosodate.section h3 {
  color: #dd9603;
}

#kosodate.section .wrap {
  padding: 0 0 30px;
}

#kosodate .detailbtn a {
  background-color: #dd9603;
}

/* #chintiger
-------------------------------------------------- */
#chintiger {
  background: #ebf7fc url(../../../agent/assets/images/line_rainbow.png) center top no-repeat;
}

#chintiger.section h3 {
  color: #009bd5;
}

#chintiger.section .wrap {
  padding: 0 0 30px;
}

#chintiger .detailbtn a {
  background-color: #009bd5;
}

/* #sugar
-------------------------------------------------- */
#sugar {
  background: rgba(255, 255, 0, 0.1);
  border-top: 3px solid #00329d;
}

#sugar.section h3 {
  color: #036;
}

#sugar.section .wrap {
  padding: 0 0 10px;
  margin-bottom: 60px;
}

#sugar .detailbtn a {
  background-color: #f60;
  margin-top: 60px;
}

#sugar.section .wrap imgblock2 .pic {
  text-align: center;
}

/* #agent
-------------------------------------------------- */
#agent {
  background: #f5f3f9 url(../../../agent/assets/images/line_rainbow.png) center top no-repeat;
}

#agent.section h3 {
  color: #8465b2;
}

#agent.section .wrap {
  padding: 0 0 30px;
}

#agent .detailbtn a {
  background-color: #8465b2;
}

/* #manualbook
-------------------------------------------------- */
#manualbook {
  background: #d3effd;
  border-top: 3px solid #00329d;
}

#manualbook.section h3 {
  color: #33a1db;
}

#manualbook.section .wrap {
  padding: 0 0 30px;
}

#manualbook .detailbtn a {
  background-color: #33a1db;
}

/* -----------------------------------------
        20181112
----------------------------------------- */
.close {
  text-align: center;
  padding: 20px;
  color: #f00;
  margin: 0px 0 40px;
  border: 1px solid #f00;
  font-weight: normal;
  font-size: 16px;
  background: #fff;
}

#manualbook .detailbtn {
  color: #fff;
  width: 476px;
  padding: 15px;
  margin: 0 auto;
}

/*下部その他部屋探し方法_20200205
---------------------------------------------------*/
.mod_categorySearch {
  width: 960px;
  margin: 0 auto -10px;
  text-align: center;
  padding: 10px 0;
  /*
    border-top: solid 1px;
    border-color: #ddd;
*/
}

.mod_categorySearch p {
  text-align: center;
  color: #3ba4ee;
  margin: 10px auto;
}

.mod_categorySearch ul {
  display: inline-block;
}

.mod_categorySearch ul li {
  box-sizing: border-box;
  float: left;
  /*width: 20%;*/
  /*
    border-left: dotted 1px;
    border-color: #ccc;
*/
}

.mod_categorySearch ul li:first-child {
  border-left: none;
}

.mod_categorySearch ul li a {
  display: inline-block;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.mod_categorySearch ul li a span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.mod_categorySearch ul li a span img {
  vertical-align: top;
  border: 0;
}

.mod_categorySearch ul li::after {
  /*padding: 0 7px;*/
  content: '\007c';
  color: #ddd;
}

.mod_categorySearch ul li:last-child::after {
  content: none;
}

/* footer
-------------------------------------------------- */
/*200205*/
footer {
  background-color: #fff;
  /*padding-top: 20px;*/
  margin-top: 40px;
}

#footer {
  font-size: 14px;
}

#footer a {
  /*color: #06c;*/
  text-decoration: underline;
  cursor: pointer;
}

#footer .ftBoxInner {
  width: 960px;
  margin: 0 auto;
  padding: 0 0;
}

#footer #ftMenuLinks {
  background-color: #fcfcfc;
}

#footer #ftMenuLinks ul li:after {
  padding: 0;
}

#footer #ftLead p {
  line-height: 1.4;
}

#ftLead1 {
  background-color: #def2ff;
}

#footer #ftLead1 p {
  line-height: 1.4;
}

#footer #ftLead1 p {
  padding: 10px 20px 10px 20px;
  color: #666;
  min-height: 80px;
}

#footer .outsideLink {
  text-align: center;
  font-size: 85%;
}

footer .outsideLink {
  padding: 20px 0 0;
  border-top: none;
}

.outsideLink ul li a {
  /*color: #fff;*/
}

footer .outsideLink > ul li::after {
  color: #fff;
}

.spHeaderWord {
  padding: 4px 0.6em;
  background: #f7f7f7;
  color: #666;
  font-size: 8.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  padding-left: 10px;
  text-align: left;
  height: 23px;
  line-height: 1.5;
}
