/*
Theme Name: RDSGN ORIGINAL									
*/


/**********************************************
    PC版 CSS
**********************************************/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');/*日本語明朝*/
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');/*見出しに使っている英語*/
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

/**************************************************************
全体
**************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 100%;
    scroll-behavior: smooth;
}
body {
      font-family: 'Noto Serif JP', serif;
    color: rgb(63, 52, 47);
    text-align: left;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 13px;

    margin: 0px;
    text-align: center;
    line-height: 180%;
}

.kusa{
	  font-family: 'Kosugi Maru', sans-serif;
}
/**************************************************************
リンク
**************************************************************/
a:link {
    color: #000;
    text-decoration: none;
	transition: 1.0s ;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}

.sp{
	display:none;
}
/*****************************************最下部**********当社について******************************/
.about-p{}

.about-p h2{
	background-color:#004484;
	padding:30px;
	font-size:20px;
	color:#fff!important;
}

.about-mv{
	background-image: linear-gradient(rgba(0, 88, 171, 0.6), rgba(0, 88, 171, 0.6)), url(https://p-pata.com/pataweb/wp-content/themes/rdsgn/image/base/hbg.jpg);
	background-color: #0058ab;
	padding:15px 0;
	background-position: center;
	text-align:center;
}
.about-mv img{
	max-width:1000px;
	height:auto;
	display:block;
	margin:0 auto;
}

.about-p h3{
	font-size:22px;
	line-height:150%;
	padding:40px 0 20px 0;
	color:#3e7dd2;
}

.about-p p{
	width:1000px;
	margin:0 auto;
	font-size:13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.about-p .link-botan{
	width:300px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
}

.about-p .link-botan a{
	background: #007cd8;
        color: #fff;
        background-image: url(https://p-pata.com/pataweb/wp-content/themes/rdsgn/image/base/hbg.jpg);
	padding:15px;
	display:block;
	border-radius:10px;

}

.about-p .link-botan a:hover{	transition: 1.0s ;
    opacity:0.7;}
.about-p .link-botan img{
	width:100%;
	height:auto;
	display:block;
}

.footer{
	margin-top:50px;
	padding:10px;
	background-color:#565656;
	color:#fff;
	font-size:11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 1000;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.header-left {
	width:250px;
  background: rgba(255, 255, 255, 0.9); /* 白＋少し透過 */
  padding: 20px;
  position: relative;
  z-index: 10;

  /* clip-pathで変形 */
  clip-path: polygon(
    0 0,   /* 左上 */
    100% 0, /* 右上 */
    100% 90%, /* 右下を少し上に */
    0 100%  /* 左下を下に */
  );

  /* 影を付けて浮かせる */
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	  font-family: 'Rubik', sans-serif;
}



.header-left .logo{
	margin-bottom:10px;
	margin-top:15px;
}

.header-left .logo img{
	width:100%;
	height:auto;
}

.header-left .sns{
	display:flex;
	justify-content:center;
	margin-top:10px;
	margin-bottom:25px;
}

.header-left .sns a{
	width:12%;
	margin:2%;
	display:block;
}
.header-left .sns img{
	width:100%;
	height:auto;
}



.nav ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.nav li {
  margin: 6px 0;
}

.nav a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.header-right {
  text-align: right;

  background: rgba(255, 255, 255, 0.9); /* 白＋少し透過 */
  padding: 20px;
  position: relative;
  z-index: 10;

  /* clip-pathで変形 */
  clip-path: polygon(
    0 0,   /* 左上 */
    100% 0, /* 右上 */
    100% 90%, /* 右下を少し上に */
    0 100%  /* 左下を下に */
  );

  /* 影を付けて浮かせる */
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	  font-family: 'Rubik', sans-serif;
}

.reserve {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 14px;
}



.hero {
  position: relative;
  height: 100vh; /* 画面いっぱい */
  overflow: hidden;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像をトリミングして全画面に */
}

.catchcopy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: 0 4px 8px rgba(0,0,0,0.96); /* 背景に負けないように影 */
	  font-family: 'Rubik', sans-serif;
	line-height:160%;
}
.catchcopy img{
	width:300px;
	height:auto;
}

.gal{
	display:flex;
    background-color: rgb(234, 227, 218);
}

.gal-l{
	width:50%;
}
.gal-r{
	width:50%;
	padding:60px 30px;
	box-sizing:border-box;
}
.gal-r h3{
	font-size:24px;
	font-weight:400;
	margin-bottom:25px;

}
.gal-r p{
	margin-bottom:20px;
	font-size:14px;
	text-align:left;
}


.hotels{
	padding:100px 20px;
}

/* 見出し */
.loof-head{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:40px;
	justify-content:center;
}
.jp-lead{
  font-size:16px;
  letter-spacing:.08em;
  position:relative;
}
.jp-lead::after{
  content:"";
  display:inline-block;
  width:140px; height:1px;
  background:#bbb; margin-left:12px;
  vertical-align:middle;
}
.en-ttl{
  font-family:"EB Garamond", serif;
  font-weight:600;
  font-size:64px;
  line-height:1;
  margin:0 0 0 16px;
}
.loof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
	padding:30px;
}

.loof-card {
  display: flex;
  align-items: center;     /* 縦方向揃え */
  justify-content: center;
  gap: 25px;               /* 縦書きと画像の間 */
}

.vlabel {
  writing-mode: vertical-rl;  /* 縦書き */
  text-orientation: mixed;
  font-size: 18px;
  letter-spacing: .08em;
}

.thumb-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thumb {
  display: block;
  width: 100%; /* 任意のサイズ */
  aspect-ratio: 3/4;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
}
.thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
.thumb:hover img { transform: scale(1.05); }

.more {
  margin-top: 10px;
  text-decoration: none;
  font-size: 14px;
  color: #600;
}


.loof-hotels {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  font-family: "Noto Serif JP", serif;
  color: #111;
  text-align: center;
}

/* ヘッダー */
.loof-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  margin-bottom: 60px;
}
.loof-head .jp-lead {
  font-size: 18px;
  letter-spacing: .08em;
  position: relative;
}
.loof-head .jp-lead::after {
  content: "";
  display: inline-block;
  width: 140px;
  height: 1px;
  background: #444;
  margin-left: 12px;
  vertical-align: middle;
}
.loof-head .en-ttl {
  font-size: 64px;
  font-family: "EB Garamond", serif;
  font-weight: 600;
}
.view-all {
  position: absolute;
  right: 0;
  bottom: -10px;
  font-size: 16px;
  text-decoration: none;
  color: #111;
  font-family: "EB Garamond", serif;
}

/* セクションタイトル */
.sec-ttl {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
}

/* 丸いリスト */
.circle-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 60px;
}
.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
.circle span {
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0 2px 5px rgba(0,0,0,.5);
}
.circle:hover img { transform: scale(1.1); }

/* エリアボタン */
.area-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.area-btns a {
  display: inline-block;
  padding: 12px 32px;
  border: 1px solid #999;
  border-radius: 30px;
  text-decoration: none;
  color: #111;
  font-size: 16px;
  transition: background .3s, color .3s;
}
.area-btns a:hover {
  background: #111;
  color: #fff;
}
