@charset "UTF-8";

/* 共通----------------------------------------------------------------- */
.cont {
	max-width: 570px;
	margin: 0 auto;
}
img {
	width: 100%;
}
.mb30{
	margin-bottom: 20px;
}
.mb40{
	margin-bottom: 20px;
}
.mb50{
	margin-bottom: 25px;
}
.mb60{
	margin-bottom: 30px;
}
.mb70{
	margin-bottom: 35px;
}
.mr10,.mr30{
	margin-right: 0;
}
.sp-br .mr10{
	margin-right: 5px;
}

/*フレックス */
.flex-center{
	display: block;
}
.flex-bet{
	display: block;
}
.flex-bet-center{
	display: block;
}
.sp-br .flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}

/* デバイスごとの改行 */
.pc-br{display:none;}
.sp-br{display:block;}



/* ヘッダー----------------------------------------------------------------- */

@media only screen and (max-width: 768px) {
#phsb-header-wrapper{
	height:0;
}
#phg-header .container {
	min-height: 46px;
	-webkit-align-items: center;
	align-items: center;
	padding: 12px 18px;
}
.container {
	max-width: none;
	padding: 0;
}
#phg-header .container #phg-logo {
	width: 60%;
	height: auto;
	min-width: 200px;
}
#phg-header .container #phg-logo {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
#phg-header .container #phg-logo img {
	display: block;
	width: 100%;
	height: auto;
}
#phsb-header {
	position: relative;
}
#phsb-header .container {
	padding: 15px 18px;
	min-height: 45px;
	height: 0;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: start;
	justify-content: start;
	-webkit-align-items: normal;
	align-items: normal;
}
#phsb-header .container #phsb-name {
	max-width: 75%;
}
#phsb-header .container #phsb-name img {
	width: auto;
	height: 15px;
}
}

/*pagetop-button*/
#page-top {
    position: fixed;
    /*bottom: 10.5%;*/
	bottom: 3.5%;
    right: 10px;
    font-size: 60%;
}
#page-top a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #00315f;
    width: 65px;
    padding: 23px 0;
    text-align: center;
    display: block;
    border-radius: 50%;
    border: 2px solid #00315f;
}
#page-top a:hover {
    text-decoration: none;
    background: #00315f;
	color: #fff;
}

/*sp右上メニュー*/
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 27px;
	background: #fff;
	width: 70px;
	position: fixed;
	top: 0;
	right: 0;
	opacity: 0.95;
	z-index: 1000;
	font-size: 15px;
	font-weight: 600;
}


/*------------------------------

  ここから下がハンバーガーメニュー
  に関するCSS

------------------------------*/

/* メニューの中身 */
.drawer-item-contact {
	padding: 2em 0 2em 2em;
	border-bottom: solid 1px #000;
}
.drawer-item-contact img {
	width: 70%;
}
.drawer-item {
	padding: 1em 0 1em 1em;
	border-bottom: solid 1px #000;
}
  
/* チェックボックスは非表示に */
.drawer-hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 62px;
  width: 5%;
	margin: 0 auto;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1000;/* 重なり順を一番上に */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/* メニューを画面の外に飛ばす */
  z-index: 999;
  background: #fff;
  transition: .5s;
}
.drawer-content a{
	color: #000;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
  left: 20%;/* メニューを画面に入れる */
}

a.drawer-btn{
	background-color: #a12239;
	border-radius: 15px;
	padding: 10px;
	color: white!important;
	margin-top: 50px;
	display: block;
	width: 70%;
	text-align: center;
	line-height: 1.5;
	font-weight: 700;
	filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
}



.btn01{
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.btn02{
	width: 100%;
	display: block;
}

.nav .left{
	margin-bottom: 20px;
}


.nav .title img{
	max-width: 280px;
}

.nav .left,.nav .right,.info .left,.info .right{
	width: 100%;
}
.info iframe{
	margin-bottom: clamp(20px,5vw,30px);
}
.bukken-box .option p{
	letter-spacing: 2px;
}

.info .left,.info .right{
	width: 100%;
}
.info iframe{
	margin-bottom: 30px;
}
.info .bukken-box .option p{
	letter-spacing: 2px;
}


/* フッター----------------------------------------------------------------- */
.info-title {
	padding: 0.7em 0;
}
.office {
    width: 100%;
    margin: 5% auto;
	padding: 20px 0;
}
.office h1{
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 5px;
}

