@charset "UTF-8";

/*================================================

共通

=================================================*/

html {
  overflow-x: hidden;
}

p,ul li a {
  color: #3d3d3d;
  text-decoration: none;
}

img {
  height: auto;
}

/*================================================

PC：共通

=================================================*/

body {
 height: auto;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  background: url(../images/bg.png);
  background-size: contain;
  overflow: auto;
}

.wrapper {
  width: 950px;
  margin: 0 auto;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/*================================================

PC： header

=================================================*/

.header_ttl img {
  padding: 20px 0;
}

.fixed .header_ttl img {
  width: 16%;
}

.line_dot:before {
	background: radial-gradient(ellipse at center,  rgba(193,193,193,1) 0%,rgba(193,193,193,1) 25%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%) center 0 repeat-y;
	background-size: 8px 8px;
	width: 8px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: -3px;
	content: "";
}

.preparation {
  color: #bdbdbf;
}

#top-head {
  margin: 0 auto;
  width: 100%;
  padding: 0px 0px 8px 0px;
  height: 100px;
}

#global-nav li {
  float: left;
  width: 156px;
  border-left: 1px #333333 dotted;
}

#global-nav li:first-child {
  border-left: none;
}

#global-nav a {
  text-align: center;
  vertical-align: center;
  display: block;
  padding: 6px 2px;
  text-decoration: none;
  font-size: 14px;
  height: 32px;
}

.inner {
  width: 980px;
  margin: 0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}

#top-head .inner {
  position: relative;
}
#top-head .logo {
  float: left;
  font-size: 36px;
}

#global-nav ul li {
  float: left;
}


/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  left: 0;
  position: fixed;
  height: 130px;
  background: #fff;
  background: rgba(255,255,255,1);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}

/*================================================

PC： mv

=================================================*/

#mv {
  width: 100%;
  margin: 0 auto;
  padding: 55px 0 30px 0;
}

/*================================================

PC： sidebar

=================================================*/

#sidebar {
  float: left;
  width: 240px;
}

.sidemenu {
  float: left;
  width: 240px;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 10px;
  background: url(../images/bg_sidebar.png);
  background-size: cover;
  box-sizing:border-box;
  height: 587px;
  background-repeat: no-repeat;
}

.category_items {
  margin: 13px auto;
}

.category_items_tel img {
  margin-top: 20px;
}

.side_banner img {
  padding: 5px 0;
}

/*================================================

PC： content

=================================================*/

#content {
  float: right;
  width: 680px;
  margin-left: 30px;
}

.post {
  margin-bottom: 30px;
}

/* 女将セレクションとは */
.post01 {
  background: url(../images/bg_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 313px;
}

.text_wrap {
  width: 590px;
  margin: 0 auto;
}

.text_wrap h2 {
  font-size: 24px;
  text-align: center;
  color: #8471b0;
  padding: 40px 0 20px 0;
  font-weight: bold;
}

.sb_logo {
  float: right;
  width: 19%;
}

.text_wrap p {
  line-height: 2.1;
  font-size: 14px;
}

.circle span {
  font-size: 17px;
  font-weight: bold;
}

span.attention {
  font-size: 11px;
  font-weight: normal;
}


br {
  line-height: initial;
}

p.circle:first-letter{
  color: #dad4e9;
  font-size: 50%;
}

/* 女将セレクションにかけた思い */
.post02 {
  width: 100%;
  background: url(../images/bg_02.png);
  background-size: initial;
  background-repeat: no-repeat;
  height: 600px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.post02 h2 {
  font-size: 16px;
  font-weight: bold;
  padding: 70px 0 15px 0;
}

.post02 h3 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 10px;
}

.post02 p,.post05 p {
  font-size: 15px;
  padding-top: 10px;
  line-height: 1.8;
  margin: 0 auto;
}

hr {
  border-top: 1px dotted #e8be48;
  width: 80px;
}

/* 応募規定 */
.post03 {
  height: 2670px;
  border: solid 3px #dad4e9;
  background: #fff;
}

.post03 h2 {
  margin-top: 35px;
  letter-spacing: 0.05em;
  padding: 0;
}

.post03 h2{
  letter-spacing: 0.05em;
  font-size: 24px;
  text-align: center;
  color: #8471b0;
  font-weight: bold;
}

.text_wrap h4 {
  border-radius: 30px;
  background: #dad4e9;
  padding: 13px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #3d3d3d;
  margin-top: 40px;
}

.text_wrap h5 {
  padding: 25px 0 5px 0;
  font-weight: bold;
 }

img.examination {
  padding: 10px 0;
}

.space {
  padding-top: 25px;
}

p.sb_circle:first-letter{
  color: #eeeeee;
  font-size: 50%;
}

h4.sb {
  border-radius: 30px;
  background: #eeeeee;
  padding: 13px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #3d3d3d;
  margin-top: 40px;
}

/* お問い合わせ */
.post04 {
  width: 100%;
}

.post04_wrap {
  margin: 0 auto;
  width: 560px;
  text-align: center;
}

.post04_wrap hr {
  margin-bottom: 20px;
}

.post04 h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 28px;
  font-weight: bold;
  padding: 35px 0 10px 0;
}

.post04 img {
  padding-top: 20px;
}

.post04 p {
  font-size: 14px;
  padding: 10px 0 15px 0;
}

p.address {
  padding-bottom: 20px;
}

/* 全国旅館女将の集いとは*/
.post05 {
  width: 100%;
  background: url(../images/bg_03.png);
  background-repeat: no-repeat;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  height: 445px;
}

.post05 h2 {
  font-size: 28px;
  font-weight: bold;
  padding: 60px 0 10px 0;
}

.post05 img {
  margin-top: 30px;
}

/*================================================

PC： footer

=================================================*/

#footer {
  background: url(../images/bg_footer.jpg);
}

#footer p {
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

p.circle {
  margin-bottom: 10px;
  padding-left: 13px;
}

p.circle::before {
  content: "● ";
  margin-left: -10px;
}

p.sb_circle {
  margin-bottom: 15px;
  padding-left:20px;
}

p.sb_circle::before {
  content: "● ";
  margin-left: -10px;
}

p.kome {
  padding-left:20px;
}

p.space02 {
  padding-left: 185px;
}

/*================================================

 SP： 共通

=================================================*/

@media screen and (max-width: 640px) {

body {
  height: auto;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{max-width: 100%;}

.container {
  width: 100%;
  margin: 0 auto;
  background: url(../images/bg.png);
  background-size: contain;
  overflow: auto;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

/*================================================

SP： header

=================================================*/

.header_ttl img {
  width: 45%;
  padding: 10px 0 10px 10px;
}

#top-head {
  padding: 0;
  height: 0;
}

#mv img {
  width:100%;
  height: auto;
}

#mv {
  overflow: auto;
}

#top-head,
 .inner {
  width: 100%;
  padding: 0;
 }
 #top-head {
  top: 0;
  position: fixed;
  margin-top: 0;
 }
 /* Fixed reset */
 #top-head.fixed {
  padding-top: 0;
  background: transparent;
 }
 #mobile-head {
  background: #fff;
  width: 100%;
  height: 56px;
  z-index: 999;
  position: relative;
 }
 #top-head.fixed .logo,
 #top-head .logo {
  position: absolute;
  left: 13px;
  top: 13px;
  color: #333;
  font-size: 26px;
 }
 #global-nav {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  top: -500px;
  background: #8471b0;
  opacity: 0.9;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
 }
 #global-nav ul {
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
  font-size: 14px;
 }
 #global-nav ul li {
  float: none;
  position: static;
 }
 #global-nav li {
  float: none;
  width: 100%;
  border-left: none;
}
 #top-head #global-nav ul li a,
 #top-head.fixed #global-nav ul li a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 18px 0;
 }
 #nav-toggle {
  display: block;
 }
 /* #nav-toggle 切り替えアニメーション */
 .open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
 }
 .open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
 }
 .open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
 }
 /* #global-nav スライドアニメーション */
 .open #global-nav {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(556px);
  -webkit-transform: translateY(556px);
  transform: translateY(556px);
 }

/*================================================

SP： content

=================================================*/

#content {
  width: 100%;
  margin-left: 0;
  float: none;
}

.post {
  padding-bottom: 10px;
  margin-bottom: 60px;
}

/* 女将セレクションとは */
.post01 {
  background: #fef9ed;
  height: auto;
  border: solid 5px #f9d988;
}

.box {
  background: #fef9ed;
  border: solid 3px #f9d988;
  margin: 5px 5px -5px 5px;
}

.text_wrap {
  width: 92%;
  margin-bottom: 20px;
}

.text_wrap img {
  float: none;
  width: 30%;
  margin: 0 auto;
  display: block;
  padding-bottom: 20px;
}

.text_wrap h2 {
  font-size: 24px;
  text-align: center;
  color: #8471b0;
  padding: 22px 0;
  font-weight: bold;
}

.text_wrap p {
  line-height: 1.8;
  font-size: 15px;
}

/* 女将セレクションとは */
.post02 {
  background-size: initial;
  position: relative;
  width: 100%;
  height: 770px;
  background: #fff url(../images/cloud_cut.png) 0px 0px;
  background-repeat: no-repeat;
  background-size: 45%;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.post02 p,.post05 p {
  font-size: 15px;
  padding-top: 20px;
  line-height: 1.8;
  width: 90%;
  text-align: left;
}

.post02 h2 {
  font-size: 16px;
  font-weight: bold;
  padding: 70px 0 15px 0;
}

.post02 h3 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 10px;
}

.cloud {
  width: 45%;
  position: absolute;
  bottom: -35px;
  right: 15px;
}

/* 応募規定 */
.post03 {
  height: 3250px;
  border: solid 3px #dad4e9;
  background: #fff;
}

.post03 h2 {
  padding: 0;
}

img.examination {
  padding: 10px 0;
  width: auto;
}

.text_wrap h4 {
  margin-top: 30px;
}

/* お問い合わせ */
.post04 {
  width: 100%;
}

.post04 img {
  padding-top: 15px;
}

/* 女将セレクションにかけた思い */
.post05 {
  position: relative;
  width: 100%;
  height: 530px;
  background: #fff url(../images/cloud_cut.png) 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 45%;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.post05 h2 {
  font-size: 28px;
  font-weight: bold;
  padding: 80px 0 10px 0;
}

.post05 img {
  margin-top: 35px;
}

.cloud_02 {
  width: 45%;
  position: absolute;
  bottom: -35px;
  right: 15px;
}

.post04_wrap {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

p.space02 {
  padding-left: 0;
}

/*================================================

SP： sidebar

=================================================*/

#sidebar {
  float: none;
  width: 100%;
}

.sidemenu {
  float: none;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  background: url(../images/bg_sidebar.png);
  background-size: cover;
  margin-bottom: 0;
  height: auto;
}

.sidemenu img {
  padding-top: 10px;
}

.side_banner {
  padding: 10px 0 30px 0;
  text-align: center;
}

.side_banner img {
  width: 80%;
}

}
