/*
Theme Name: SOU
Theme URI: http://story-linnk.com/wp/wp-content/themes/sou
Author: SOU
Author URI: http://story-linnk.com/
Description: SOU WordPress Template
Version: 1.0
*/

/* ------------------------------------
＜目次＞
[1] 共通スタイル
[2] 全ページ共通の固定ヘッダー
[3] トップヘッダーロゴ
------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------

639以下（スマホ）
@media以外の所は全てのサイズで読み込まれる

------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------
共通スタイル
------------------------------------ */
body {
  margin: 0;
  color: #005E79;
  line-height: 1.6;
  font-size: 16px;
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
a {
  color: #005E79;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

/* ボタン */
.btn {
  padding: 15px 15px;
  border: 1px solid #005E79;
  display: inline-block;
  color: #005E79;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  background-color: #fff;
}
.btn:hover {
  opacity: 0.4;
}
.btn--coat {
  background-color: #005E79;
  color: #fff;
}

/* フェードボタン */
.btn--fade {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.btn--fade::before,
.btn--fade::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn--fade,
.btn--fade::before,
.btn--fade::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* ハンバーガーメニュー（Pure drawer） */
.pure-container {
  height: auto;
}
.pure-toggle-label {
  border: none;
  top: 9px;
  width: 50px;
  height: 50px;
}
.pure-toggle-label 
.pure-toggle-icon,
.pure-toggle-label
.pure-toggle-icon:before,
.pure-toggle-label
.pure-toggle-icon:after {
  background-color: #fff;
}
/* ハンバーガーメニュー内のリスト */
.drawer-menu {
  padding: 110px 35px 0 50px;
  text-align: left;
}
.drawer-menu__link {
  color: #fff;
  font-size: 18px;
}
.drawer-menu__list {
  margin-bottom: 30px;
}
.drawer-menu__icon {
  padding: 20px 50px 20px 60px;
}
.drawer-menu__icon--top {
  background: url(images/icon_home_w.png) no-repeat left center;
  background-size: 40px;
}
.drawer-menu__icon--lodging {
  background: url(images/icon_lodging_w.png) no-repeat left center;
  background-size: 40px;
}
.drawer-menu__icon--service {
  background: url(images/icon_service.png) no-repeat left center;
  background-size: 46px;
}
.drawer-menu__icon--info {
  background: url(images/icon_info_w.png) no-repeat left center;
  background-size: 36px;
}
.drawer-menu__icon--blog {
  background: url(images/icon_blog_w.png) no-repeat left center;
  background-size: 36px;
}
.drawer-menu__icon--inq {
  background: url(images/icon_inq_w.png) no-repeat left center;
  background-size: 40px;
}
.drawer-menu__icon--reserve {
  background: url(images/icon_reserve_w.png) no-repeat left center;
  background-size: 40px;
}

/* フッター */
.footer {
  padding: 40px 35px;
  background: url("images/img_2.jpg") no-repeat center top;
  background-size: cover;
  text-align: center;
}
.social-icons {
  margin-bottom: 20px;
}
.social_icons__list {
  list-style: none;
  display: inline-block;
}
.social_icons__list:first-child {
  margin-right: 20px;
}
.social_icon {
  width: 35px;
}
.footer-links {
  text-align: center;
  margin-bottom: 20px;
}
.footer-links__list {
  display: inline-block;
}
.footer-links__list:first-child {
  margin-right: 20px;
}
.copyright {
  font-size: 10px;
  color: #fff;
}
.footer a {
  color: #fff;
}
/* clearfix */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
}
.clearfix:after {
  clear:both;
}

/* パンくず */
.breadcrumbs {
  margin-bottom: 40px;
}

/* ------------------------------------
トップページ
------------------------------------ */

/* トップページ > 共通スタイル */
.section {
  text-align: center;
  box-sizing: border-box;
  padding: 40px 35px;
}
.section__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* トップページ > ヘッダー画像 */
.header {
  background: url("images/img_3.jpg?20240529") no-repeat center top;
  background-size: cover;
  padding: 60px 0;
}
.top-logo {
  text-align: center;
}
.top-logo img {
  width: 240px;
}
.section--story {
  background-color: #fff;
  color: #255D76;
}
.section__lead {
  font-size: 16px;
  line-height: 2;
}
.section__lead p {
    margin-bottom: 20px;
}
.section__notice {
  border: 2px solid #005E79;
  padding: 20px;
  margin: 0 auto;
  text-align: left;
}

/* トップページ > swipe slider */
.mb60{
  margin-bottom: 60px;
}	
.swiper-container{
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 50px;
}
.swiper-container .swiper-slide img{
  max-width: 100%;
  height: auto;
}
.prettyprint{
  border: none;
  background: #fafafa;
  color: #697d86;
}
.swiper-slide {
  padding: 0 20px;
  box-sizing: border-box;
}
.swiper-slide img {
  display: block;
  vertical-align: top;
  margin-bottom: 20px;
}
.swiper-slide__lodging-name {
  font-size: 18px;
  margin-bottom: 15px;
}
.swiper-slide__text {
  text-align: left;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 140px;
}
.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background-image: url(images/icon_slider_left.png);
  background-size: 50px 50px;
  top: 18%;
}
.swiper-button-next {
  background-image: url(images/icon_slider_right.png);
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.swiper-pagination {
  bottom: 0;
}

/* トップ > コンテンツ */
.section--lodging {
  padding: 40px 15px;
}
.top-newpost__lists {
  margin-bottom: 20px;
}
.top-newpost__list {
  list-style: none;
  text-align: justify;
  margin-bottom: 10px;
}
.top-newpost__link {
  text-decoration: none;
}
.section__txt {
  text-align: justify;
  margin-bottom: 20px;
}
.title-icon--story {
  background: url(images/icon_home.png?20240529) no-repeat top center;
}
.title-icon--lodging {
  background: url(images/icon_lodging.png) no-repeat top center;
}
.title-icon--info {
  background: url(images/icon_info.png) no-repeat top center;
}
.title-icon--blog {
  background: url(images/icon_blog.png) no-repeat top center;
}
.title-icon--inq {
  background: url(images/icon_inq.png) no-repeat top center;
}
.title-icon--reserve {
  background: url(images/icon_reserve.png) no-repeat top center;
}
.title-icon--room {
  background: url(images/icon_lodging.png) no-repeat top center;
}
.title-icon--address {
  background: url(images/icon_map.png) no-repeat top center;
}
.title-icon--service {
  background: url(images/icon_service.png) no-repeat top center;
}
.title-icon {
  padding-top: 70px;
  background-size: 60px;
}
.title-icon--service {
  background-size: 90px;
  padding-top: 90px;
}
.lodging__map iframe {
  max-width: 100%;
  height: 200px;
  overflow: hidden;
}
.section--service {
  background-color: #255D76;
  color: #fff;
}
.section-service-units__title--01 {
  background: url(images/icon_service_01.png) no-repeat top center;
}
.section-service-units__title--02 {
  background: url(images/icon_service_02.png) no-repeat top center;
}
.section-service-units__title--03 {
  background: url(images/icon_service_03.png) no-repeat top center;
}
.section-service-units__title--04 {
  background: url(images/icon_service_04.png) no-repeat top center;
}
.section-service-units__title--05 {
  background: url(images/icon_service_05.png) no-repeat top center;
}
.section-service-units__title--06 {
  background: url(images/icon_service_06.png) no-repeat top center;
}
.section-service-units__title {
  background-size: 200px;
  padding-top: 220px;
  margin-bottom: 60px;
}
.section-service-others__title {
  margin-bottom: 20px;
}
.section-service-others__text {
  border: 2px solid #fff;
  padding: 20px;
  margin: 0 auto 40px;
  text-align: left;
}

/* ------------------------------------
宿ページ
------------------------------------ */

.logding__header {
  padding-top: 10px;
  background-size: cover;
  height: 300px;
}
.lodging__breadcrumbs {
  padding: 10px 35px;
  margin: 0 auto;
}
.lodging__name {
  font-size: 26px;
  margin-bottom: 30px;
}
.lodging__description {
  text-align: justify;
}
.section--painted {
  background: #005E79;
  color: #fff;
}
.lodging__room-description {
  margin-bottom: 40px;
  text-align: left;
}

.lodging__room-picts {
  margin-bottom: 30px;
}
.lodging__room-pict {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  margin-bottom: 10px;
}
.lodging__subtitle {
  font-size: 18px;
  margin-bottom: 20px;
}
.lodging__facility {
  border: 2px solid #005E79;
  padding: 20px;
  margin: 0 auto;
  text-align: left;
}
.lodging__facility br {
  display: none;
}

/* ------------------------------------
会社概要ページ
------------------------------------ */
.company p {
    margin-bottom: 30px;
    line-height: 1.6;
}
.company dl div {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 20px 0;
}
.company dt {
    font-weight: bold;
    margin-bottom: 10px;
}
.company dt,
.company dd {
    padding: 0;
    width: 100%;
}
.company dd li {
    margin-left: 20px;
}

/* ------------------------------------
プライバシーポリシーページ
------------------------------------ */
.section--porycy {
  text-align: justify;
  padding-top: 15px;
}
.porycy__title {
  font-size: 30px;
  margin-bottom: 40px;
}
.porycy__content h2 {
  font-size: 20px;
  border-bottom: 1px solid #005E79;
  padding-bottom: 8px;
  margin: 40px 0 20px;
  line-height: 1.3;
}
.porycy__content h3 {
  font-size: 18px;
  margin: 20px 0 10px;
}
.header--others {
  background-color: #005E79;
  padding: 15px;
}
.porycy__content p {
  margin-bottom: 30px;
  line-height: 2;
}
.porycy__content > ul > li ul > li {
  margin-left: 30px;
}
.porycy__content > ul > li {
  list-style-type: none;
}

/* ------------------------------------
ブログTOP・個別記事・アーカイブページ
------------------------------------ */
.container {
  padding: 10px 35px 50px;
}
.post__category-name {
  font-size: 32px;
  border-top: 2px solid #005E79;
  border-bottom: 2px solid #005E79;
  padding: 15px 0;
  margin-bottom: 70px;
}
.post__title {
  font-size: 20px;
  margin-bottom: 30px;
}
.main {
  margin-bottom: 50px;
}
.side h2 {
  font-size: 20px;
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #005E79;
}
.side ul {
  margin: 0 0 40px 25px;
}
.side li {
  margin-bottom: 10px;
}
.post {
  margin-bottom: 20px;
}
.post__wrap {
  padding: 40px 0;
  border-bottom: 1px solid #005E79;
}
.post__wrap:first-child {
  padding-top: 0;
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0 10px;
  display: inline-block;
}
.wp-pagenavi .current {
  font-weight: bold;
}
/* 記事スタイル */
.post__content p {
  margin-bottom: 20px;
}
.post__content img {
  max-width: 100%;
  height: auto;
  margin: 30px 0 20px;
}
.post__content ul,
.post__content ol {
  margin-left: 40px;
}
.post__content blockquote {
  background-color: #f6f6f6;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.post__content blockquote p:first-child,
.post__content blockquote p:last-child {
  margin-bottom: 0;
}
.post__content a {
  text-decoration: underline;
}
.post__content a:hover {
  text-decoration: none;
}
.post__content h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.post__content h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.post__content h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.post__content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.post__content h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.post__content h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
/* ------------------------------------
お問い合わせフォーム
------------------------------------ */
.inq__title {
  font-size: 30px;
  margin-bottom: 40px;
}
.section--inq {
  text-align: left;
  padding-top: 15px;
}
.inq input,
.inq textarea {
  font-size: 16px;
}
.inq input[type="text"],
.inq input[type="email"],
.inq textarea {
  border: 1px solid #005E79;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px;
}
.inq textarea {
  height: 200px;
}
.inq dt {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.inq dd {
  margin-bottom: 30px;
}
.inq .mwform-radio-field,
.inq .mw_wp_form .horizontal-item + .horizontal-item {
  display: block;
  margin: 0 0 10px;
}
.contact-type--tel {
  width: 80px!important;
}


/* ------------------------------------------------------------------------------------------------------------

640以上（タブレット）

------------------------------------------------------------------------------------------------------------ */
@media screen and (min-width:40em) {
/* 640以上（タブレット） */
.section--story {
  padding-bottom: 60px;
}
.swiper-button-next,
.swiper-button-prev {
  top: 11%;
}
.lodging__room-pict {
  width: 49%;
  height: 200px;
  object-fit: cover;
  float: left;
  margin-bottom: 15px;
}
.lodging__room-pict:nth-child(odd) {
  margin-right: 2%;
}
.lodging__map iframe {
  height: 400px;
}

}


/* ------------------------------------------------------------------------------------------------------------

980以上（PC）

------------------------------------------------------------------------------------------------------------ */
@media screen and (min-width:61.250em) {
.swiper-button-next,
.swiper-button-prev {
  top: 18%;
}
.swiper-button-next {
    right: 20px;
}
.swiper-button-prev {
    left: 20px;
}
.pure-drawer {
  width: 500px;
}
.btn--large {
  width: 500px;
}
.section {
  padding: 60px 0;
}
.section--story {
  padding-bottom: 90px;
}
.section--top-newpost,
.section-wrapper {
  width: 800px;
  margin: 0 auto;
}
.section-wrapper {
  padding: 60px 0 120px;
}
.section__notice {
  width: 800px;
  margin: 0 auto;
}
.top-newpost__lists {
  margin-bottom: 40px;
}
.section--top-inq {
  width: 800px;
  float: left;
  box-sizing: border-box;
  padding: 0;
}
/*
.section--top-reserve {
  width: 370px;
  float: right;
  box-sizing: border-box;
  padding: 0;
}
*/
.section--room {
  width: 800px;
  margin: 0 auto;
}
.lodging__description {
  width: 800px;
  margin: 0 auto;
}
.lodging__description p,
.lodging__room-description p {
  margin-bottom: 15px;
}
.lodging__room-pict {
  height: 245px;
}
.section--porycy {
  width: 800px;
  margin: 0 auto;
  padding-top: 15px;
}
.container {
  width: 990px;
  margin: 0px auto;
  border-bottom: 1px solid #005E79;
}
.main {
  width: 650px;
  float: left;
}
.side {
  width: 260px;
  float: right;
}
.side h2 {
  border: none;
  padding: 0;
}

.post__title {
  font-size: 26px;
}
.inq__title {
  border-bottom: 1px solid #005E79;
  padding-bottom: 10px;
}
.inq textarea {
  height: 300px;
}
.inq__btn {
  text-align: center;
}
.section--inq {
  width: 800px;
  margin: 0 auto;
  padding-top: 15px;
}
.contact-type--btn {
  width: 500px;
}
#contact-name {
  width: 300px;
}
#contact-mail {
  width: 450px;
}
.company dt,
.company dd {
  float: left;
  padding: 20px 0;
  width: 50%;
  margin-bottom: 0;
}
.company dd li {
  margin-left: 20px;
}
.header {
  background-position: center -110px;
  padding: 120px 0;
}
.top-logo img {
  width: 300px;
}
.section-service-units {
  width: 800px;
  margin: 0 auto;
}
.section-service-units__title {
  float: left;
  width: 240px;
  margin: 0 13px 40px;
}
/*
.section-service-units__title:first-child {
  margin-left: 0;
}
*/
.section__lead--service {
  margin-bottom: 40px;
}
.section-service-others__title {
  font-size: 18px;
}
.section-service-others {
  width: 800px;
  margin: 0 auto 60px;
}
.btn--top-inq {
  width: 370px;
  margin-bottom: 40px;
}
.lodging__breadcrumbs {
  width: 800px;
}
.logding__header {
  height: 500px;
}
