/*
Theme Name: 新山根温泉　べっぴんの湯
*/
@charset "utf-8";
/* CSS Document */

/* reset css
==============================================================*/
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
figure {
  margin: 0;
  padding: 0;
  font-family: 游ゴシック Medium, YuGothic, YuGothicM, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  color: #232323;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  overflow-wrap: break-word;
}

table, td, th, tr, thead, tbody {
  border: none;
}

table th {
  text-align: left;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: underline;
  color: #118080;
}
a:hover{
  transition : 0.5s;
  opacity: 0.7;
  text-decoration: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select::-ms-expand {
  display: none;
}

header, footer, section, nav, main,
figure, figcaption, time, small {
  display: block;
}

input[type=submit], input[type=image] {
  border: none;
  padding: 0;
}
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password] {
  outline: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

button {
  border: none;
  margin: 0;
  cursor: pointer;
  outline: none;
}

input[type=submit], input[type=image], input[type=reset] {
  cursor: pointer;
  font-family: 游ゴシック Medium, YuGothic, YuGothicM, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
}

address {
  font-style: normal;
}

/*=====================================*/
/*=ページサイズ全体設定=*/
html{
  scroll-behavior: smooth;
  background-color: #F8F5F2;
  background-image: url(img/back_top_01.png),url(img/back_top_02.png);
  background-repeat: no-repeat;
  background-position: top left,bottom right;
  background-attachment: fixed;
  font-size: 16px;
}
.wrap90{
  width: 90%;
  margin: auto;
}
.wrap80{
  width: 80%;
  margin: auto;
}
/* flex指定 */
.flexbox{
    display: flex;
  flex-wrap:wrap;
}
.flexbox_right{
	justify-content: flex-end;
}
.flexbox_reverse{
	flex-direction: row-reverse;
}
.flexbox_between{
	justify-content: space-between;
}
.flexbox_around{
	justify-content: space-around;
}
.flexbox_aligncenter{
  align-items: center;
}
.flexbox_justifycenter{
  justify-content: center;
}
.flexbox_alignend{
  align-items: flex-end;
}
.flexbox_justifyend{
  justify-content: flex-end;
}
.flexbox_wrap{
	flex-wrap: wrap;
}
.flexbox_flex1{
  flex: 1;
}
/*=フォント設定=*/
.font_yuMincho{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.red{
  color: #C60101;
}
.bold{
    font-weight: bold;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
.font_12{
    font-size: 0.75rem !important;
}
.font_14{
    font-size: 0.875rem;
}
/* .font_16{
    font-size: 16px;
} */
.font_18{
    font-size: 1.125rem;
}
/*=幅設定=*/

.width_10{
  width: 10%;
}
.width_19{
  width: 19%;
}
.width_25{
  width: 25%;
}
.width_100{
  width: 100%;
}
/* ＝＝ */
.width_p80{
  width: 80px;
}
.width_p100{
  width: 100px;
}
.width_p130{
  width: 130px;
}
.width_p170{
  width: 170px;
}
.width_p240{
  width: 240px;
}
.width_p400{
  width: 400px;
}

/*=共通ボタンデザイン=*/
.parts_button{
	padding: 15px 40px 15px 40px;
	display: inline-block;
	border-radius: 8px;
	font-weight: bold;
	color: #fff;
  text-align: center;
  box-sizing: border-box;
  background-color: #E26751;
  letter-spacing: 0.2em;
  font-family: tbudmincho-std, sans-serif;
  font-size: 1.125rem;
  line-height: 1em;
  text-decoration: none;
}
.parts_button:hover{
	background-color: #c43218;
	color: #fff;
	opacity: 1.0;
  transition : 0.8s;
}


/*=共通バッジデザイン=*/
.parts_badge{
  color: #fff;
  font-weight: bold;
  border-radius:10px;
  padding: 0 16px !important;
  line-height: 1.5em !important;
  font-size: 12px;
  text-align: center;
}
.parts_badge_red{
  background-color: #D10B12;
}
.parts_badge_bluegray{
  background-color: #667A8B;
}
/*=共通バッジデザイン=*/
.parts_badgetitle{
  color: #fff;
  font-weight: bold;
  padding: 0 8px !important;
  line-height: 1.5em !important;
  font-size: 12px;
  text-align: center;
  background-color: #65676A;
  margin-right: 8px;
}
/*=共通入力デザイン=*/
.parts_text{
  border: #ccc solid 1px;
  padding: 3px;
  border-radius: 4px;
}
/*=共通　セクションタイトル=*/
.section_title{
  letter-spacing: 0.2em;
  font-family: tbudmincho-std, sans-serif;
  font-size: 2.25rem;
  margin-top: 80px;
  margin-bottom: 60px;
  line-height: 1.3em;
  position: relative;
  display: flex;
  flex-wrap:wrap;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
.section_title span{
  font-family: 'Tahoma','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: #98948D;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
}
.section_title::before{
  content: "";
  width: 40px;
  height: 4px;
  margin-top: 15px;
  background-color: #E26751;
  display: block;
  position: absolute;
}
/*=共通　サブタイトル=*/
.sub_title{
  color: #E26751;
  font-weight: bold;
  background-color: #F5F5F5;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
}

/*=====================================*/
/* ヘッダーメニュー */
.head_menu{
  background-color: rgba(35,37,37,0.8);
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 999;
}
.head_menu a{
  color: #fff;
  font-family: tbudmincho-std, sans-serif;
  text-decoration: none;
}
.head_menu a:hover{
  opacity: 0.8;
}
.cont_head{
  gap: 40px 40px;
}
.parts_headmenu{
  gap: 40px 40px;
}
.parts_headmenu a:hover{
  border-bottom: 1px solid #ccc;
}
.cont_head .parts_button{
  padding: 10px 40px 10px 40px;
}

/* メニュー　インスタとFBのアイコン */
.icon_fb,
.icon_line{
  margin-left: -30px;
}
.icon_inst,
.icon_fb,
.icon_line{
    width: 30px;
    height: 30px;
  }

.icon_inst a,
.icon_fb a,
.icon_line a{
    position: relative;
    visibility: hidden;
}
.icon_inst a::before,
.icon_fb a::before,
.icon_line a::before{
  font-family: "Font Awesome 6 brands";
  color: #fff;
  display: block;
  position: absolute;
  box-sizing: border-box;
  font-size: 30px;
  width: 30px;
  height: 30px;
  visibility: visible;
}
.icon_inst a::before{
	content: "\e055";
}
.icon_fb a::before{
	content: "\f082";
}
.icon_line a::before{
	content: "\f3c0";
}

/* ハンバーガーメニュー */
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 18px;
  top   : 24px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;

  /* z-index: 999; */
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: rgba(35,37,37,0.8);
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  background :#E26751;
}
nav.globalMenuSp ul li:hover{
  background :#000;
  opacity: 1.0;
  transition : 0.8s;
}
nav.globalMenuSp ul li:last-child :hover{
  background :#c43218;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}


/* キービジュアル */
.wrap_kv{
  /* background-image: url(img/img_kv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
  height: 90vh;
}
.cont_kv{
  position: absolute;
  width: 100%;
  height: 100%;
}
.logo_kv{
  max-height: 300px;
  max-width: 300px;
  padding: 5% 10%;
  margin: 0 auto;
}
.logo_kv img{
  width: 100%;
  height: auto;
  filter: drop-shadow(2px 2px 5px #000);
}
.text_kv{
  color: #fff;
  text-shadow: 1px 1px 2px  #000;
  margin-top: 30px;
  font-family: tbudmincho-std, sans-serif;
}
/* まえがき */
.wrap_preface{
  padding-top: 150px;
  padding-bottom: 120px;
}
.wrap_preface p+p{
  margin-top: 20px;
}
.wrap_preface .line_button{
  margin-top: 80px;
}
/* 3メニュー */
.parts_3menu{
  width : calc(100% / 3);
  height: 430px;
  text-align: center;
  background-color: #000;
}
.parts_3menu a{
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  /* transition: transform .6s ease; */
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 32px;
  box-sizing: border-box;
  position: relative;
}
.parts_3menu_01 a{
  background-image: url(img/img_3menu01.jpg);
}
.parts_3menu_02 a{
  background-image: url(img/img_3menu02.jpg);
}
.parts_3menu_03 a{
  background-image: url(img/img_3menu03.jpg);
}

/* お知らせ */
.cont_news a{
  color: #232323;
  text-decoration: none;
}
.parts_newsdate,
.parts_newstitle{
  border-bottom: 1px solid #E26751;
  padding: 10px 20px;
}
.parts_newsdate{
  font-weight: bold;
}
.cont_news a:hover{
  background-color: rgba(226,103,81,0.1);
}
.parts_past_news{
  margin-top: 60px;
  margin-bottom: 40px;
}
.parts_past_news .parts_button{
  background-color: #387E7F;
}
.parts_past_news .parts_button:hover{
	background-color: #024b4d;
}
/* アクセス */
.wrap_access{
  padding-top: 120px;
  background-image: url(img/back_access01.png),url(img/back_access02.png);
  background-repeat: no-repeat;
  background-position: top left,top right;
}
.cont_access{
  background-color: #fff;
  overflow: hidden;
  border-bottom: 1px solid #DED7D0;
}
.map_access{
  margin-top: 90px;
}
.map_access iframe{
  width: 100%;
  height: 500px;
  line-height: 1em;
  vertical-align: bottom;
}
.cont_tel{
  gap: 0 20px;
  margin-top: 32px;
  margin-bottom: 80px;
}
.icon_tel{
  background-color: #F5F5F5;
  line-height: 1.3em;
  padding: 15px 15px;
  color: #E26751;
  font-weight: bold;
}
.fa-phone{
  color: #22314E;
}
.cont_tel a{
  color: #232323;
  font-family: 'Tahoma','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.cont_tel + .cont_directions{
  padding-top: 50px;
  border-top: 1px #E26751 solid;
}
.cont_directions + .cont_directions{
  margin-top: 50px;
}
/* イベント */
.cont_event{
  gap: 25px 2%;
}
.parts_event{
    width: 23%;
    border: 1px solid #D9D0B9;
    box-sizing: border-box;
    padding: 2px;
    background-color: #fff;
    text-align: center;
    position: relative;
  }
  .parts_event:hover{
    border: 1px solid #8a7643;
    transition : 0.8s;
  }
  .parts_event::after{
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: #D9D0B9;
    position: absolute;
    bottom: -5px;
    left: 0;
  }
  .parts_event:hover:after{
    background-color: #8a7643;
    transition : 0.8s;
  }
  .parts_event a{
  font-family: tbudmincho-std, sans-serif;
  color: #232323;
  font-size: 0.875rem;
  text-decoration: none;
}
.parts_event img{
  width: 100%;
  height: auto;
}
/* コンセプト */
.wrap_concept{
  background-image: url(img/back_concept.png);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  margin-top: 120px;
}
.back_concept{
  width: 100%;
  height: auto;
}
.cont_concept{
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 60px;
}
.img_concept{
  margin-top: 60px;
}
.img_concept img{
  width: 100%;
  height: auto;
}
/* 予約 */
.wrap_reserve{
  background-image: url(img/back_reserve.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 70px;
}
.wrap_reserve .section_title{
  margin-top: 60px;
  margin-bottom: 40px;
}
.wrap_reserve .section_title,
.wrap_reserve .section_title span,
.cont_reserve p,
.cont_reserve a{
  color: #fff;
}
.wrap_reserve .section_title::before{
  background-color: #fff;
}
.cont_res_box{
  margin-top: 40px;
}
.cont_reserve .cont_tel{
  margin: 0;
}
.parts_res_box{
  /* width: 50%; web予約準備後に復活 */
  box-sizing: border-box;
  padding-right: 3%;
}
.parts_res_box + .parts_res_box{
  border-left: 1px solid #fff;
  padding-left: 6%;
  padding-right: 0;
}
/* === */


/* フッター */
.wrap_foot{
  padding-top: 40px;
  padding-bottom: 40px;
}
.cont_foot{
  padding-left: 5%;
}
.cont_foot + .cont_foot{
  padding-right: 5%;
  padding-left: 0;
  position: relative;
}
.cont_foot + .cont_foot::after{
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #118080;
  position: absolute;
  bottom: 30px;
}
.foot_logo{
  width: 140px;
  display: block;
}
.foot_logo img{
  width: 100%;
  height: auto;
}
.cont_foot p + p{
  padding-top: 20px;
  padding-left: 30px;
}

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

/* ページ共通　ヘッダー */
.wrap_pagehead{
  /* background-image: url(img/img_pagetop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
  height: 30vh;
}
/* ページ共通　コンテンツ */
.wrap_page{
  background-image: url(img/back_concept.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  overflow: hidden;
  padding-bottom: 140px;
}

.wrap_3menu + .wrap_reserve{
  margin-top: 4px;
}
.cont_page{
  text-align: justify;
}
/* ページ共通　レイアウト調整 */
.alignleft {
  float: left;
  margin: 0.5em 4em 0.5em 0;
}
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 4em;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
hr {
  display: block;
  unicode-bidi: isolate;
  margin-block-start: 0;
  margin-block-end: 6em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  padding-top: 6em;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
  border-color: #00a497;
  border-style: dashed;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 60%;
  clear: both;
}
.cont_page p {
  display: block;
  margin-block-start: 1.8em;
  margin-block-end: 1.8em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.cont_page ul,
.cont_page ol {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.cont_page ul {
  list-style-type: circle;
}
.cont_page ol {
  list-style-type: decimal;
}
.cont_page li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.cont_page li + li{
  margin-top: 1em;
}
.cont_page blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
  font-style: italic;
  background-color: rgba(204,204,204,0.4);
  padding: 20px 40px;
}
/* ページ共通　見出し */
.cont_page h1,
.cont_page h2,
.cont_page h3,
.cont_page h4,
.cont_page h5,
.cont_page h6{
  font-weight: bold;
  box-sizing: border-box;
}
.cont_page h1,
.cont_page h2,
.cont_page h3{
  font-family: tbudmincho-std, sans-serif;
  clear: both;
}
.cont_page h1{
  border-bottom: 1px solid #00a497;
  font-size: 1.75rem;
  margin-bottom: 30px;
}
.cont_page h2{
  font-size: 1.5rem;
  background-color: rgba(217,208,185,0.45);
  padding: 0.2em 0.5em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  border-bottom: 1px solid #fff;
}
.cont_page h3{
  color: #06746b;
  font-size: 1.5rem;
}
.cont_page h4{
  color: #06746b;
  font-size: 1.25rem;
}
.cont_page h5{
  font-size: 1.25rem;
  background-color: rgba(217,208,185,0.2);
  padding: 0.2em 0.5em;
  border-bottom: 1px solid #fff;
  color: #E26751;
}
.cont_page h6{
  color: #06746b;
  font-size: 1.25rem;
}

/* TablePress　プラグイン使用table */
.tablepress>:where(thead,tfoot)>*>th {
  background-color: rgba(217,208,185,0.45) !important;
  color: #06746b !important;
}
.tablepress{
  margin: 0 auto 2rem !important;
  vertical-align: middle;
}
.tablepress caption{
  display: none;
}
.tablepress>:where(tbody)>.even>* {
  background-color: rgba(255,255,255,0.7) !important;
}
.tablepress>*+tbody>*>*, .tablepress>tbody>*~*>*, .tablepress>tfoot>*>* {
  vertical-align: middle !important;
}

/* ギャラリー機能　サムネイル調整 */
a.fancybox img {
  width: 100%;
  height: auto;
  border: 0 !important;
}


/*=====================================*/
/* ページネーション */
.parts_pagenation{
  margin-top: 80px;
}
.parts_pagenation .page-numbers{
	padding: 8px;
	background-color: #E6EAE3;
	color: #999;
}
  .parts_pagenation .page-numbers.dots{
    background-color: #fff;
    border: 1px solid #ccc;
  }
.parts_pagenation a.page-numbers{
	border: 1px solid #00a497;
	box-sizing: border-box;
	background-color: #fff;
	text-decoration: none;
	color: #00a497;
}

/*=====================================*/
/* モーダル共通css */

/* これが無いとモーダルウィンドウ表示の際に余白が出る */
*{
  margin: 0;
  padding: 0;
}

/* モーダル全体(背景＋本体) */
.modal{
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999;
}

/* モーダル背景 */
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; /* はみ出た部分はスクロールさせる */
  height: 80%;/* これが無いと「overflow:scroll」が利かない */
  width: 60%;/* これが無いと「overflow:scroll」が利かない */
  background: white;
  padding: 40px;
}
.modal_completion .modal-content{
  width: 30%;
  height: 39%;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

/*=====================================*/
.pc_clear{
  display: none;
}
@media screen and (min-width:310px) and ( max-width:1162px) {
	/* タブレットサイズ */
  .pc_clear{
    display: block;
  }
  .tab_clear{
  display: none;
  }
  /* ハンバーガーメニュー */
  nav.flexbox{
    justify-content: flex-end;
  }
  .cont_head{
    gap: 0 60px;
  }
  /* イベント */
  .parts_event {
    width: 49%
  }

}
@media screen and (min-width:310px) and ( max-width:755px) {
  /* ヘッダー予約メニュー */
  .cont_head .parts_button{
    padding: 10px 20px 10px 20px;
  }
  /* 3メニュー */
  .cont_3menu{
    flex-direction :column;
  }
  .parts_3menu{
    width: 100%;
    height: 320px;
  }
  .parts_3menu a{
    background-position: center center;
  }
  /* お知らせ */
  .cont_news a{
    flex-direction:column;
  }
  .parts_newsdate{
    border: none;
    padding-bottom: 0;
  }
  .parts_newstitle{
    padding-top: 0;
  }
  /* アクセス */
  .wrap_access {
    padding-top: 70px;
    background-size: 45%;
  }
  .map_access iframe {
    height: 350px;
  }
  /* イベント */
  .parts_event {
    width: 100%;
  }
  /* 予約部分 */
  .parts_res_box{
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .parts_res_box + .parts_res_box {
    border-left:none;
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 20px;
  }
  /* フッター */
  .wrap_foot{
    flex-direction:column;
  }
  .cont_foot{
    padding-left: 0;
    width: 90%;
    text-align: center;
  }
  .cont_foot p{
    font-size: 0.875rem;
  }
  .cont_foot + .cont_foot{
    padding-right: 0;
    margin-top: 40px;
  }
  .cont_foot + .cont_foot::after {
    bottom: 40px;
  }
  .cont_foot .flexbox{
    justify-content: center;
  }
  .cont_foot p + p{
    text-align: center;
    padding-left: 0;
    padding-top: 40px;
  }

  /* ページ共通　レイアウト調整 */
  .cont_page blockquote {
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding: 20px 40px;
  }
  .cont_page ul,
  .cont_page ol {
    display: block;
    padding-inline-start: 25px;
  }


}

@media screen and (min-width:310px) and ( max-width:666px) {
	/* スマホサイズ */

}