
@charset "UTF-8";

html{
	font-size: 10px;
	scroll-behavior: smooth;
}

html.pc .sp{ display: none !important; }
html.sp .pc{ display: none !important; }

body{
	padding: 0;
	margin: 0;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.7;
	overflow-x: hidden;
	background-color: #fff;
	/*letter-spacing: 1.5px;*/
	font-family: "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%; /* iPhoneだけ文字が大きくなる現象を防ぐ */
	/*font-feature-settings: "palt";*/ /* 文字詰め（フォントにカーニング情報が含まれる場合） */

	 /* iPhoneで上下のバーを抜いた高さ */
	height: -webkit-fill-available;
	height: -moz-available;

	scroll-behavior: smooth;
}

::-webkit-input-placeholder{ color: #bbb; }
:-moz-placeholder          { color: #bbb; }
:-ms-input-placeholder     { color: #bbb; }

h1{
	font-weight: 300;
	color: #fff;
	background-image: url(../img/common/h1_bg.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	margin: 0 0 0px;
}
h1 .inner{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.6rem;
	letter-spacing: 0.15em;
	height: 216px;
}
html.sp h1 .inner{
	font-size: 2rem;
	letter-spacing: 0.15em;
	height: 150px;
}

h2{
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-thickness: 3px;
	font-size: 2.6rem;
	font-weight: 300;
	margin: 50px 0;
}
html.sp h2{
	font-size: 1.7rem;
	text-decoration-thickness: 2px;
	white-space: nowrap;
	margin: 25px 0;
}

h3{
	font-size: 1.5rem;
	font-weight: normal;
	margin: 20px 0;
}

h4{
	font-size: 1.2rem;
	font-weight: normal;
	margin: 15px 0;
}

img{
	vertical-align: middle;
	max-width: 100%;
}
img.double{
	display: none;
}
img.double.show{
	display: inline-block;
}

iframe{
	vertical-align: bottom;
	max-width: 100%;
}

span.ib{
	display: inline-block;
}

a,
a:link,
a:visited{
	color: inherit;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

/* IE6,7 対策 */
a img{
	border-style: none;
}

a.fade{
	display: inline-block;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}

a.fade:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-decoration:none;
}

ul.type1{
	padding: 0;
	margin: 30px 0;
	list-style: none;
}
ul.type1 li{
	display: flex;
	margin: 5px 0 0;
}
ul.type1 li:before{
	content: "・";
	white-space: nowrap;
}
ul.type1 li.dummy:before{
	content: "";
}

ul.type1_1{

}

.button1{
	display: inline-block;
	text-align: center;
	min-width: 300px;
	padding: 8px;
	border: 1px solid #000;
}
html.sp .button1{
	min-width: 250px;
}
.button1:hover{
	opacity: 0.5;
}
.button1:before{
	content: "\25b6";
}
a.button1{
	text-decoration: none;
}

.button2{
	display: inline-block;
	text-align: center;
	font-size: 1.6rem;
	min-width: 200px;
	padding: 8px;
	color: #fff;
	background-color: #000;
	transition: opacity 0.2s linear;
}
.button2:hover{
	opacity: 0.6;
}
.button2:before{
	content: "\25b6";
}
a.button2{
	text-decoration: none;
	color: #fff;
}

#page{
	min-height: 100vh;
}

header{
	background-color: #000;
	padding: 10px;
}
html.sp header{
	position: sticky;
	top: 0;
	padding: 0 10px;
	z-index: 1100;
}
html.sp header .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
html.sp img[src*="/common/1."]{
	width: 300px;
}

.page_top_contact{
	position: fixed;
	top: 0;
	right: 20px;
	min-width: 300px;
	z-index: 1100;
}
html.sp .page_top_contact{
	top: auto;
	right: auto;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
}
.page_top_contact .contact,
.page_top_contact .long_stay{
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-weight: 600;
	color: #fff;
	white-space: nowrap;
	--br: 10px;
	border-radius: 0 0 var(--br) var(--br) / 0 0 var(--br) var(--br);
	border: 3px solid #000;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	transition: filter 0.15s linear;
}
html.sp .page_top_contact .contact,
html.sp .page_top_contact .long_stay{
	display: inline-flex;
	flex-direction: column;
	border-radius: var(--br) var(--br) 0 0 / var(--br) var(--br) 0 0;
	width: 220px;
}
.page_top_contact .contact:hover,
.page_top_contact .long_stay:hover{
	filter: opacity(85%) brightness(1);
}
.page_top_contact .contact{
	background-color: #f0ad22;
	border: 3px solid #a3803d;
}
.page_top_contact .long_stay{
	background-color: #91bf1a;
	border: 3px solid #708c27;
}
.page_top_contact .contact .text,
.page_top_contact .long_stay .text{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.2;
	box-sizing: border-box;
	min-width: 100px;
	min-height: 65px;
	padding: 5px;
}
html.sp .page_top_contact .contact .text,
html.sp .page_top_contact .long_stay .text{
	order: 1;
	min-height: 0;
}
.page_top_contact .contact .head,
.page_top_contact .long_stay .head{
	line-height: 1;
	padding: 0 3px;
}
html.sp .page_top_contact .contact .head,
html.sp .page_top_contact .long_stay .head{
	order: 2;
}
.page_top_contact .contact .head{
	background-color: #a3803d;
}
.page_top_contact .long_stay .head{
	background-color: #708c27;
}

#site-navigation{
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
}
html.sp #site-navigation{
	flex-direction: column;
	justify-content: flex-start;
	position: fixed;
	left: 0;
	top: 0px;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	padding: 100px 0px 50px;
	background-color: #fff;
	z-index: 1000;

	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s linear;
}
html.sp #open_nav:checked ~ .page_width1 #site-navigation{
	opacity: 1;
	pointer-events: auto;
}
#site-navigation > a{
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 1.6rem;
	line-height: 1.1;
	/*padding: 10px 10px 0;*/
	color: #000;
	border-right: 1px solid #d4d4d4;
	margin: 20px 0;
	white-space: nowrap;
	/*transition: 0.2s ease-in-out;*/
}
html.sp #site-navigation > a{
	flex-grow: 0;
	font-size: 2rem;
	border: 0;
	border-bottom: 1px solid #999;
	padding: 20px 0;
	margin: 0;
}
#site-navigation a:hover{
	opacity: 0.5;
}
#site-navigation a:first-child{
	border-left: 1px solid #d4d4d4;
}
html.sp #site-navigation > a:first-child{
	border-top: 1px solid #999;
}
html.sp #site-navigation .contact{
	text-align: center;
	margin: 30px 0;
}
html.sp #site-navigation .contact .tel{
	display: inline-block;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: 600;
	margin: 30px 0 0;
}
html.sp #site-navigation .contact .tel img{
	width: 270px;
}

#open_nav{
	display: none;
}

label[for="open_nav"] {
    /*position: fixed;*/
    top: 0px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    z-index: 1100;
    /*background-color: #fff;*/
}
html.pc label[for="open_nav"] {
    display: none;
}
label[for="open_nav"] span,
label[for="open_nav"] span:before,
label[for="open_nav"] span:after {
    content: '';
    display: block;
    height: 2px;
    width: 33px;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
}
label[for="open_nav"] span:before {
    bottom: 11px;
    transition: 0.2s linear;
}
label[for="open_nav"] span:after {
    top: 11px;
    transition: 0.2s linear;
}
label[for="open_nav"] img{
	width: 70px;
}
#open_nav:checked ~ header label[for="open_nav"] {
    background-color: transparent;
}
#open_nav:checked ~ header label[for="open_nav"] span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#open_nav:checked ~ header label[for="open_nav"] span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#open_nav:checked ~ header label[for="open_nav"] span::after {
    top: 0;
    transform: rotate(-45deg);
}
label[for="open_nav"] .nav_close{
	/*display: none;*/
}
#open_nav:checked ~ header label[for="open_nav"] .nav_open{
	/*display: none;*/
}
#open_nav:checked ~ header label[for="open_nav"] .nav_close{
	/*display: block;*/
}

footer{
	position: sticky;
	top: 100vh;
	color: #fff;
	background-color: #000;
	margin: 80px 0 0;
	padding: 30px 0 20px;
}
html.sp footer{
	padding: 30px 0 90px;
}
footer .row1{
	display: flex;
	justify-content: space-between;
}
html.sp footer .row1{
	flex-direction: column;
}
html.sp footer .row1 .col{
	/*margin: 10px 0;*/
}
html.sp footer img[src*="/common/3."]{
	width: 300px;
}
footer a,
footer a:link,
footer a:visited{
	display: inline-block;
	text-decoration: none;
	margin: 1px 0;
}
footer a:hover{
	text-decoration: underline;
}
footer p{
	line-height: 1.7;
}

.footer_nav{
	display: flex;
}
.footer_nav div{
	 margin: 0 10px;
}

footer a.kiyaku{
	display: block;
	text-align: center;
	padding: 3px;
	border: 1px solid #fff;
	margin: 0 0 10px;
	transition: 0.2s linear;
}
html.sp footer .kiyaku{
	display: inline-block;
	min-width: 150px;
	margin: 25px 0 0;
}
footer a.kiyaku:hover{
	text-decoration: none;
	background-color: #555;
}

.copyright{
	text-align: right;
	font-size: 1rem;
	margin: 70px 0 0;
}
html.sp .copyright{
	text-align: center;
}

.gototop{
	position: fixed;
	right: 15px;
	bottom: 15px;
	opacity: 0;
	pointer-events: none;
}
.gototop.show{
	opacity: 1;
	pointer-events: auto;
}

.page_width1,
.page_width1_1{
	max-width: 90%;
	width: 1000px;
	margin: 0 auto;
}
html.sp .page_width1_1{
	max-width: 100%;
}
.page_width2,
.page_width2_2{
	max-width: 90%;
	width: 940px;
	padding: 0 30px;
	margin: 0 auto;
}
html.sp .page_width2{
	padding: 0 0px;
}
html.sp .page_width2_2{
	max-width: 100%;
	padding: 0 0px;
}
.page_width1 .page_width2{
	max-width: 100%;
}
.page_width3,
.page_width3_2{
	max-width: 95%;
	width: 1180px;
	padding: 0 20px;
	margin: 0 auto;
}
html.sp .page_width3{
	padding: 0 0px;
}
html.sp .page_width3_2{
	max-width: 100%;
	padding: 0 0px;
}
.page_width4{
	max-width: 100%;
	width: 1270px;
	padding: 0 ;
	margin: 0 auto;
}

.contents{
}

.table01 {
	width: 100%;
}
.table01,
.table01 td {
	border-collapse: collapse;
	border-spacing: 0
}
.table01 td {
	border: 1px solid #ccc;
	padding: 10px 20px;
	vertical-align: middle;
	text-align: center;
}
.table01 .col01 {
	width: 290px
}
.table01 .col02 {
	width: 220px
}
.table01 .col03 {
	width: 470px;
	text-align: left;
}
.table01 .col04 {
	width: 290px
}
.table01 .col05,
.table01 .col06 {
	width: 145px
}



