/*
Theme Name: habakiri-child
Template: habakiri
*/
body {
    /* ゴシック体の場合 */
//    font-family: "Roboto", "Droid Sans", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
//    line-height: 1.8;
    /* 明朝体の場合 */
    font-family: "Roboto", "Droid Sans", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.8;
}

a:link { color:#fff; text-decoration:none; }
a:link { color:#fff; text-decoration:none; }
a:link { color:#fff; text-decoration:none; }
a:link { color:#fff; text-decoration:none; }

#main {
	margin-bottom: unset;
}

.home .mainArea {
	margin-bottom: -82px;
}

.text_rel a {
	color: #FFF !important;
	font-size: 15px;
	padding-top: unset;
}

.responsive-nav a {
	font-size: 15px !important;
	padding-top: unset !important;
}

.category-news .article a {
	color: #000 !important;
}


.category-news #footer a {
	color: #FFF !important;
}

#fMenu .con a {
	color: #FFF !important;
}

.tC {
	text-align: center;
}

.tR {
	text-align: right;
}

/*** レスポンシブ対応 ***/
.none {
	display: none !important;
}
.m_none {
	display: inherit !important;
}

.page-header {
	display: none;
}

.wid100 {
	width: 100%;
	padding: unset;
	margin: unset;
}

#footer {
	color: #FFFFFF;
}

#footerArea {
	background: linear-gradient(90deg, #ef95b7, #e95294);
	padding: 80px 100px 50px 100px;
	height: unset;
}

.fCr {
	text-align: left;
	font-size: 12px;
}

#fInfo {
	font-size: 20px;
}

#fInfo td.hd {
	width: 110px;
}

#fInfo tr {
	height: 50px;
}

#fInfo tr.line {
	border-bottom: solid 1px;
}

#fInfo img.tel {
	width: 35px;
	position: relative;
	top: -10px;
}

#fInfo .tel_text {
	font-size: 40px;
	margin-left: 5px;
}

.home #header {
	z-index: 999;
	background-color: rgba(255, 255, 255, 0);
	background: unset;
}

#header {
	background: linear-gradient(90deg, #ef95b7, #e95294);
}

nav.global-nav {
	color: #FFF;
	font-size: 15px;
}

#footer .copyright {
	display: none;
}


#header nav.global-nav img {
	width: 40px;
}

#header img {
}

#header img.tel {
	position: relative;
	top: 0px;
	left: 10px;
}

#header .tel_text {
	font-size: 25px;
	margin-left: 5px;
	color: #FFF;
}

.list-item img, .list-item span {
	display: inline-block; /* インラインブロックで横並びに */
	vertical-align: middle; /* 縦位置を揃える */
}

#header .tel_no {
	padding-right: 30px;
}

#header .tel_no a {
	padding-left: unset;
}

#header .text_rel {
	position: unset;
	font-size: 15px;
}


#header .menu_contact {
	display: inline-block;
	margin-left: 50px;
	margin-right: 20px;
}

#header #header_main {
	padding-right: 15%;
}




.sub-page-contents {
	padding: unset;
}

.container {
	width: 100%;
}

.site-branding {
	display: none;
}

.mainarea {
	position: relative;
	top: -82px;
}

body.single-post .mainarea {
	position: unset;
}

body.category-news .mainarea {
	position: unset;
}



.fv {
	position: relative;
	z-index: 900;
}

#mainDivInfo {
	display: grid;
	place-items: center;
	background-image: url(images/background.png);
	background-size: contain;
	background-repeat: repeat;
	background-position: center;
	margin-top: unset;
	padding-top: 100px;
}

#InfoArea {
	width: 100%;
}

#InfoArea .data {
	background-image: url(images/information.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1200px;
	padding: 90px;
	margin: 0 auto;
}

#InfoArea .info {
	font-weight: bold;
	background: linear-gradient(to right, #8d6a1d, #eadba3, #8d6a1d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 70px;
	width: 380px;
	margin: 0 auto;
	margin-bottom: -30px;
}

#InfoArea .title {
	font-size: 30px;
	text-align: center;
}

#InfoArea img.eye {
	width: 200px;
	height: 200px;
}


#InfoArea .infoDate {
	color: #ac7e46;
}

#InfoArea .infoTitle {
	color: #ac7e46;
}

.btnMore {
	clear: both;
	padding-top: 30px;
}

.btnMore a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 220px;
    padding: 10px 25px;
    color: #a06f24;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #e9d58d;
}
.btnMore a:hover {
    background: #e9d58d;
    color: #a06f24;
}
.btnMore a:before, .btnMore a:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.btnMore a:before {
  top: 0;
  left: 0;
}
.btnMore a:after {
  bottom: 0;
  right: 0;
}
.btnMore a:hover:before, .btnMore a:hover:after {
  width: 100%;
  height: 100%;
}
.btnMore a:hover:before {
  border-top-color: #a06f24;
  border-right-color: #a06f24;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.btnMore a:hover:after {
  border-bottom-color: #a06f24;
  border-left-color: #a06f24;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}


#InfoArea .thumbnail img {
	width: 200px;
	height: 200px;
	object-fit: cover;
}




body.single-post .entry__title {
	text-align: center;
	text-decoration: underline;
	padding-bottom: 50px;
}

body.single-post #footer {
	position: unset;
}

body.single-post .entryDate {
	font-size:20px;
}

body.single-post .entry__content {
	font-size:20px;
	padding-bottom: 50px;
}

body.category-news #footer {
	position: unset;
}

body.category-news .eye {
	width: 140px;
	height: 140px;
}

body.category-news .thumbnail img {
	width: 140px;
	height: 140px;
	object-fit: cover;
}

.hissu {
	display: inline-block;
	margin-right: 0.5rem;
	font-size: 12px;
	line-height: 1.0;
	background-color: #40220F;
	border-radius: 2px;
	color: #FFFADC !important;
	padding: 0.4rem 0.5rem 0.35rem;
}

.thanks_btn_top {
	background-color: #40220F;
	color: #FFFADC !important;
	border: 1px solid #40220F;
	border-radius: 4px;
	padding: 1rem 2rem;
	line-height: 1.0;
	width: 320px;
	transition: all 0.8s ease 0s;
}

table.contact {
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 30px;
}

#contact button.confirm ,
#contact button.back ,
#contact button.send {
	background-color: #40220F;
	color: #FFFADC !important;
	border: 1px solid #40220F;
	border-radius: 4px;
	padding: 1rem 2rem;
	line-height: 1.0;
	width: 320px;
	transition: all 0.8s ease 0s;
}

table.contact tr {
	height: 50px;
}

table.contact td {
	width: 500px;
	padding-left: 50px;
}

table.contact td input[type=text] ,
table.contact td input[type=email],
table.contact td textarea {
	width: 90%;
}

#contact button.back {
	margin-bottom: 20px;
}

.btnArea {
	text-align: center;
	margin: unset;
	padding-bottom: 50px;
	padding-top: 50px;
}


#footerArea .fl {
	padding-left: 100px;
}

#footerArea .fr {
	padding-right: 100px;
}

ul.menu li {
	height: 50px;
	line-height: 50px;
	text-align: center;
}

#AboutArea {
	width: 100%;
}

#AboutArea .title {
	font-size: 70px;
	color: #FFF;
	text-shadow: 0px 0px 20px rgba(242, 15, 94, 1);
	-webkit-text-stroke: 0.5px #f20f5e;
	text-align: center;
	margin-bottom: -30px;
}

#AboutArea .subtitle {
	font-weight: bold;
	background: linear-gradient(to right, #8d6a1d, #eadba3, #8d6a1d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 40px;
	width: 450px;
	margin: 0 auto;
	text-align: center;
}

#AboutArea .point p {
	width: 100%;
	padding: 20px 60px;
	background: linear-gradient(to right, #ef95b7, #e95294);
	border-radius: 35px;
	color: #000;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#AboutArea .point .text {
	color: #FFF;
}

#AboutArea .infoimg .planner {
	width: 50%;
	padding-bottom: 50px;
}

#AboutArea .infoimg .tubo6 {
	width: 40%;
}

#AboutArea .imgPoint .point1,
#AboutArea .imgPoint .point2,
#AboutArea .imgPoint .point3,
#AboutArea .imgPoint .point4,
#AboutArea .imgPoint .point5 {
	width: 17%;
}

#AboutArea .container {
	width: 1200px;
	margin: 0 auto;
}

#AboutArea .infotext p {
	font-weight: bold;
}


#AboutArea .osusume {
	background: linear-gradient(to bottom, #ef95b7, #e95294); /* グラデーション定義 */
	padding: 20px;
	color: #fff; /* 必要に応じてテキスト色を調整 */
	text-align: center;
	font-size: 50px;
	width: 100%;
	position: relative;
	margin-top: 100px;
}

#AboutArea .osusume::after {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 40px solid transparent; /* 左側の透明部分 */
	border-right: 40px solid transparent; /* 右側の透明部分 */
	border-top: 40px solid #e95294; /* 角の色 */
}



#AboutArea .osusume img {
	position: absolute;
	left: 150px;
	top: -50px;
	width: 25%;
}

#mainDivBA {
	display: grid;
	place-items: center;
	background-image: url(images/background-ba.png);
	background-size: contain;
	background-repeat: repeat;
	background-position: center;
	margin-top: unset;
	padding-top: 100px;
	padding-bottom: 100px;
}

ul.onamayami {
	list-style: none; /* デフォルトの箇条書きマークを非表示 */
	padding: 0;
	margin: 0;
	padding-left: 180px;
}

ul.onamayami li {
	position: relative; /* チェックマークを絶対配置するための基準 */
	padding-left: 30px; /* チェックマーク分のスペースを確保 */
	margin-bottom: 10px;
	font-size: 20px;
}

ul.onamayami li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url('images/check.png'); /* 画像のパスを指定 */
	background-size: 25px 30px;
	background-repeat: no-repeat;
}

#mainDivBA .container {
	width: 1200px;
	margin: 0 auto;
}

#mainDivBA .title {
	text-align: center;
	font-size: 50px;
	background: linear-gradient(to bottom, #ef95b7, #e95294);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}

#mainDivBA .onayamiCon {
	position: relative;
}

#mainDivBA .onayamiCon img {
	width: 30%;
	position: absolute;
	top: 20px;
	right: 100px;
}

#mainDivBA .subtitle1,
#mainDivBA .subtitle2 {
	font-weight: bold;
	background: linear-gradient(to right, #8c691c, #e8d48c, #8c691c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#mainDivBA .subtitle1 {
	font-size: 36px;
	width: 300px;
	margin-bottom: -10px;
}

#mainDivBA .subtitle2 {
	font-size: 45px;
	width: 600px;
}

#mainDivBA .kaiketu {
	display: grid;
	place-items: center;
	margin-bottom: 50px;
}


#mainDivBA .underLine {
	position: relative; /* 下線を相対的に配置 */
	font-size: 20px;
	color: #000;
	grid-auto-flow: column;
}

#mainDivBA .underLine::after {
	content: ""; /* 疑似要素の内容を空に */
	position: absolute;
	bottom: -5px; /* テキストから5px下に配置 */
	left: 0;
	width: 100%; /* 下線の長さをテキストの幅に合わせる */
	height: 2px; /* 下線の太さを調整 */
	background-color: #e95393; /* 下線の色を設定 */
}

#mainDivBA .underLine .pk {
	color: #e95293;
	font-weight: bold;
}

#mainDivBA .ba1 {
	background-color: #FFF;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 50px;
	margin-bottom: 50px;
}

#mainDivBA .ba1 .waku {
	background-image: url(images/ba-waku.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 650px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#mainDivBA .ba1 img {
	width: 25%;
	height: auto; 
	margin-left: 5px;
	margin-right: 5px;
}

#mainDivBA .ba1 .data {
	padding-top: 50px;
	text-align: center;
}

#mainDivBA .ba1 .imgab1 {
	position: absolute;
	top: 200px;
	left: 280px;
	width: 17%;
}

#mainDivBA .ba1 .imgab2 {
	position: absolute;
	top: 200px;
	left: 540px;
	width: 17%;
}

#mainDivBA .ba1 .number {
	width: 100%;
	text-align: center;
}

#mainDivBA .ba1 .number img {
	width: 800px;
}





#mainDivBA .ba2 {
	background-color: #FFF;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 50px;
	margin-bottom: 50px;
}

#mainDivBA .ba2 .waku {
	background-image: url(images/ba-waku.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 650px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#mainDivBA .ba2 .img1 {
	width: 25%;
	height: auto; 
	margin-left: 5px;
	margin-right: 5px;
}

#mainDivBA .ba2 .img2 {
	width: 51%;
	height: auto; 
	margin-left: 5px;
	margin-right: 5px;
}

#mainDivBA .ba2 .data {
	padding-top: 50px;
	text-align: center;
}

#mainDivBA .ba2 .imgab1 {
	position: absolute;
	top: 120px;
	left: 280px;
	width: 17%;
}

#mainDivBA .ba2 .imgab2 {
	position: absolute;
	top: 310px;
	left: 280px;
	width: 17%;
}

#mainDivBA .ba2 .number {
	width: 100%;
	text-align: center;
}

#mainDivBA .ba2 .number img {
	width: 800px;
}


#mainDivBA .ba3 {
	background-color: #FFF;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 50px;
	margin-bottom: 50px;
}

#mainDivBA .ba3 .waku {
	background-image: url(images/ba-waku.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 650px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#mainDivBA .ba3 .img1 {
	width: 25%;
	height: auto; 
	margin-left: 5px;
	margin-right: 5px;
}

#mainDivBA .ba3 .img2 {
	width: 51%;
	height: auto; 
	margin-left: 5px;
	margin-right: 5px;
}

#mainDivBA .ba3 .data {
	padding-top: 50px;
	text-align: center;
}

#mainDivBA .ba3 .imgab1 {
	position: absolute;
	top: 200px;
	left: 280px;
	width: 17%;
}

#mainDivBA .ba3 .imgab2 {
	position: absolute;
	top: 200px;
	left: 540px;
	width: 17%;
}

#mainDivBA .ba3 .number {
	width: 100%;
	text-align: center;
}

#mainDivBA .ba3 .number img {
	width: 800px;
}


#mainDivProf {
	display: grid;
	place-items: center;
	background-image: url(images/background-prof.png);
	background-size: contain;
	background-repeat: repeat;
	background-position: center;
	margin-top: unset;
	padding-bottom: 100px;
}

#mainDivProf .container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

#mainDivProf .topimgcon {
	display: flex;
	justify-content: center;
}

#mainDivProf .topimg {
	width: 25%;
	position: absolute;
	top: -90px;
}

#mainDivProf .title {
	margin-top: 150px;
	font-size: 25px;
}

#mainDivProf .subtitle {
	font-size: 40px;
	font-weight: bold;
	background: linear-gradient(to bottom, #ef95b7, #e95294);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#mainDivProf table.profile {
	font-size: 18px;
}

#mainDivProf table.profile th {
	width: 150px;
	color: #e95294;
}

#mainDivProf table.profile tr {
	height: 50px;
}

#mainDivProf table.profile tr.line {
	border-bottom: 1px solid;
}

#mainDivProf .msgtitle {
	color: #e95294;
	font-size: 18px;
}

#mainDivProf .imgprofile {
	width: 50%;
}

#mainDivFlow {
	display: grid;
	place-items: center;
	background-image: url(images/background-flow.png);
	background-size: 100% auto;
	background-repeat: repeat;
	background-position: center;
	margin-top: unset;
	padding-bottom: 100px;
}

#mainDivFlow .container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

#mainDivFlow .titlecon {
	display: flex;
	justify-content: center;
}

#mainDivFlow .titlecon .title {
	width: 25%;
	position: absolute;
	top: -60px;
	font-size: 70px;
	color: #FFF;
	text-shadow: 0px 0px 20px rgba(242, 15, 94, 1);
	-webkit-text-stroke: 0.5px #f20f5e;
	text-align: center;
	margin-bottom: -30px;
}

#mainDivFlow .subtitle {
	font-size: 50px;
	color: #FFF;
	text-align: center;
	padding-top: 50px;
}

#mainDivFlow .box {
	background-color: #FFF;
	padding: 20px;
	width: 1000px;
	height: 290px;
	margin: 0 auto;
	margin-bottom: 50px;
}

#mainDivFlow .imgvc {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 250px;
}

#mainDivFlow .textvc {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 250px;
}

#mainDivFlow .box .hd {
	font-size: 30px;
	color: #e95294;
	font-weight: bold;
}

#mainDivFlow .box .text {
	font-weight: bold;
}




#mainDivMenu {
	display: grid;
	place-items: center;
	background-image: url(images/background-ba.png);
	background-size: contain;
	background-repeat: repeat;
	background-position: center;
	margin-top: unset;
	padding-bottom: 100px;
}

#mainDivMenu .container {
	width: 1200px;
	margin: 0 auto;
}

#mainDivMenu .title {
	font-size: 70px;
	color: #FFF;
	text-shadow: 0px 0px 20px rgba(242, 15, 94, 1);
	-webkit-text-stroke: 0.5px #f20f5e;
	text-align: center;
	margin-bottom: -30px;
}

#mainDivMenu .subtitle {
	font-size: 40px;
	font-weight: bold;
	background: linear-gradient(to bottom, #ef95b7, #e95294);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#mainDivMenu table.menu {
	border-collapse: collapse;
	margin: 20px;
}

#mainDivMenu table.menu td, th {
	padding: 10px;
}

#mainDivMenu table.menu {
	position: relative;
	border-spacing: 0;
	width: 800px;
	margin: 0 auto;
}

#mainDivMenu table.menu:before,
#mainDivMenu table.menu:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid transparent;
	border-image: linear-gradient(to right, #a06f24, #d8c37b, #a06f24) 1;
	pointer-events: none;
	z-index: 0;
}

#mainDivMenu table.menu th {
	background-color: #c39c61;
	color: #FFF;
	width: 180px;
	padding-left: 20px;
}

#mainDivMenu table.menu td {
	background-color: #f4f2ee;
	padding-left: 20px;
}

#mainDivMenu table.menu .line {
	border-bottom: 1px solid #66391b;
}

#mainDivMenu table.menu .lineleft {
	border-left: 1px solid #66391b;
}

#mainDivMenu table.menu .can {
	font-size: 20px;
}

#mainDivMenu table.menu .can .pk {
	color: #e95294;
	font-weight: bold;
}

#mainDivMenu .bnrcon {
	text-align: center;
	margin-top: 50px;
}

#mainDivMenu .bnr {
	width: 800px;
}



#mainDivInsta {
	display: grid;
	place-items: center;
	background-image: url(images/background-insta.png);
	background-size: contain;
	background-repeat: repeat;
	background-position: center;
	margin-top: unset;
	padding-bottom: 100px;
}

#mainDivInsta .container {
	width: 1200px;
	margin: 0 auto;
}

#mainDivInsta .sbi_feedtheme_header_text {
	color: #000;
}

#mainDivInsta .logo {
	text-align: center;
}

#mainDivInsta .logo img {
	width: 25%;
	padding-top: 50px;
}

#mainDivInsta .title {
	font-size: 70px;
	color: #FFF;
	text-shadow: 0px 0px 20px rgba(242, 15, 94, 1);
	-webkit-text-stroke: 0.5px #f20f5e;
	text-align: center;
	margin-bottom: -30px;
}

#mainDivInsta .subtitle {
	font-size: 40px;
	font-weight: bold;
	background: linear-gradient(to bottom, #ef95b7, #e95294);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#mainDivInsta .instalogo {
	text-align: center;
	padding-top: 50px;
}

#mainDivInsta .instalogo img {
	width: 6%;
}













@media screen and (max-width: 749px){
	/** Mobile **/

	/*** レスポンシブ対応 ***/
	.none {
		display: inherit !important;
	}
	.m_none {
		display: none !important;
	}

	nav.global-nav {
		background-color: #e95294;
		color: #FFF;
		font-size: 15px;
	}

	nav.global-nav ul.menu,
	nav.global-nav ul.menu li {
		border-top: unset;
		border-bottom: unset;
	}

	.mainarea {
		position: unset !important;
	}

	#responsive-btn {
		top: 50px;
		right: -50px;
		border-color: #e95393 !important;
		color: #FFF !important;
		background-color: #e95393 !important;
	}

	#responsive-btn:hover {
		border-color: #e95393 !important;
		color: #FFF !important;
		background-color: #e95393 !important;
	}

	.fv {
		position: unset;
		z-index: 0;
	}

	#InfoArea {
		padding-top: 30px;
	}


	#InfoArea .data {
		width: 100%;
		background-image: unset;
		padding: 20px;
	}

	#InfoArea .info {
		font-size: 40px;
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}

	#InfoArea .title {
		font-size: 25px;
		margin-bottom: 30px;
	}

	#InfoArea .data .row {
		margin-bottom: 30px;
		padding: 10px;
	}

	.res_menu {
		padding: 10px 25px;
	}

	.res_menu .lbox {
		padding-left: 1px;
		padding-right: 1px;
	}

	.res_menu .rbox {
		padding-left: 1px;
		padding-right: 1px;
	}

	.res_menu .box {
		height: 130px;
		background-color: #f4b2c8;
		margin: 1px;
		width: 100%;
		text-align: center;
	}

	.res_menu .box img {
		width: 40%;
		padding-top: 20px;
	}

	.res_menu .mbox {
		padding: 0px 1px;
	}

	.res_menu .box .res_tel {
		width: 20%;
		position: relative;
		top: -10px;
	}

	.res_menu .box2 {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.res_menu .box2 .tel_text {
		font-size: 18px;
		font-weight: bold;
	}

	.res_menu .box .text {
		padding-top: 8px;
		font-weight: bold;
	}

	.res_menu a {
		padding: unset;
		color: #2C3E50;
	}

	.res_menu .logo {
		width: 60%;
		padding-top: 30px;
	}

	table.contact tr {
		grid-template-columns: 1fr;
		gap: 0.5rem;
		margin-bottom: 1.5rem;
		display: grid;
	}

	table.contact td {
		width: 100%;
		padding: unset;
	}

	table.contact td input[type=text] ,
	table.contact td input[type=email],
	table.contact td textarea {
		width: 80vw;
	}

	#contact button.back {
		margin-bottom: 20px;
	}

	#footerArea {
		padding: unset;
		padding-bottom: 50px;
		padding-top: 120px;
	}

	table.contact {
		margin-top: 40px;
		margin-bottom: 120px;
	}

	#footer {
		position: unset;
	}

	#contact #main ,
	#confirm #main ,
	#thanks #main {
		background-color: #f4b2c8;
	}

	table.contact .trow {
		margin-top: 50px;
	}

	.entries .entry--has_media__media {
		width: 140px !important;
	}


	#footerArea .fl {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 30px;
	}

	#footerArea .fr {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 30px;
	}


	#fMenu {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #333;
		color: white;
		text-align: center;
		padding: unset;
		box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
	}

	#fMenu .con {
		height: 50px;
		padding: 10px;
		border: 2px solid #FFF;
	}

	#fMenu .con .tel {
		width: 13%;
	}

	#fMenu .con .ic_mail {
		width: 13%;
	}

	#fMenu .box {
		padding: unset;
	}


	#InfoArea .data {
		width: 100%;
		padding: unset;
	}

	#mainDivInfo {
		display: block;
		padding: unset;
	}

	#AboutArea {
		margin-top: 50px;
	}

	#AboutArea .container {
		width: 100%;
	}

	#AboutArea .title {
		font-size: 50px;
	}

	#AboutArea .subtitle {
		width: 100%;
		font-size: 30px;
	}

	#AboutArea .point p {
		font-size: 14px;
		padding: 5px 0px 5px 20px;
	}

	#InfoArea .btnMore {
		padding-top: unset;
	}

	#AboutArea .infoimg .planner {
		width: 100%;
	}

	#AboutArea .infoimg .tubo6 {
		width: 80%;
	}

	#AboutArea .osusume {
		font-size: 30px;
		padding: 10px;
	}

	#AboutArea .osusume img {
		position: absolute;
		left: 10px;
		top: 0px;
		width: 25%;
	}

	#AboutArea .imgPoint .point1,
	#AboutArea .imgPoint .point2 {
		width: 70%;
	}

	#AboutArea .imgPoint .point3,
	#AboutArea .imgPoint .point4,
	#AboutArea .imgPoint .point5 {
		width: 100%;
	}

	#AboutArea .imgPoint .row {
		padding-top: 20px;
	}

	#mainDivBA {
		display: block;
		padding: unset;
	}

	#mainDivBA .container {
		width: 100%;
	}

	#mainDivBA .title {
		font-size: 23px;
		padding-top: 50px;
	}

	ul.onamayami li {
		font-size: 15px;
	}

	ul.onamayami li::before {
		width: 20px;
		height: 20px;
		background-size: 15px 20px;
	}

	ul.onamayami {
		padding-left: 0px;
	}

	#mainDivBA .kaiketu {
		display: block;
		padding: unset;
	}

	#mainDivBA .subtitle1 {
		font-size: 25px;
		width: 100%;
	}

	#mainDivBA .subtitle2 {
		font-size: 25px;
		width: 100%;
	}

	#mainDivBA .underLine {
		grid-auto-flow: unset;
	}

	#mainDivBA .ba1 {
		width: 100%;
		padding: 10px;
		background-color: beige;
	}

	#mainDivBA .ba1 .waku {
		height: auto;
		width: 100%;
		background-size: 100% 100%;
	}

	#mainDivBA .ba1 .data {
		padding: 10px;
	}

	#mainDivBA .ba1 .number {
		width: 85%;
		margin: 0 auto;
	}

	#mainDivBA .ba1 .imgab1 {
		position: absolute;
		top: 25%;
		left: 26%;
		width: 17%;
	}

	#mainDivBA .ba1 .imgab2 {
		position: absolute;
		top: 25%;
		left: 53%;
		width: 17%;
	}

	#mainDivBA .ba2 {
		width: 100%;
		padding: 10px;
		background-color: beige;
	}

	#mainDivBA .ba2 .waku {
		height: auto;
		width: 100%;
		background-size: 100% 100%;
	}

	#mainDivBA .ba2 .data {
		padding: 10px;
	}

	#mainDivBA .ba2 .number {
		width: 85%;
		margin: 0 auto;
	}

	#mainDivBA .ba2 .imgab1 {
		position: absolute;
		top: 15%;
		left: 29%;
		width: 17%;
	}

	#mainDivBA .ba2 .imgab2 {
		position: absolute;
		top: 45%;
		left: 29%;
		width: 17%;
	}

	#mainDivBA .ba3 {
		width: 100%;
		padding: 10px;
		background-color: beige;
	}

	#mainDivBA .ba3 .waku {
		height: auto;
		width: 100%;
		background-size: 100% 100%;
	}

	#mainDivBA .ba3 .data {
		padding: 10px;
	}

	#mainDivBA .ba3 .number {
		width: 85%;
		margin: 0 auto;
	}

	#mainDivBA .ba3 .imgab1 {
		position: absolute;
		top: 25%;
		left: 29%;
		width: 17%;
	}

	#mainDivProf .container {
		width: 100%;
	}

	#mainDivProf .topimg {
		width: 50%;
		padding-top: 20px;
		position: unset;
	}

	#mainDivProf .title {
		margin-top: 10px;
		margin-bottom: unset;
	}

	#mainDivProf .subtitle {
		line-height: 1.2;
		font-size: 32px;
	}

	#mainDivProf .tR {
		text-align: center;
	}

	#mainDivProf table.profile {
		width: 100%;
	}

	#mainDivProf table.profile th,
	#mainDivProf table.profile td {
		border-bottom: none;
		display: block;
		width: 100%;
	}

	#mainDivProf table.profile th {
		padding: unset;
		padding-top: 10px;
	}

	#mainDivProf table.profile td {
		padding-bottom: 10px;
	}

	#mainDivFlow {
		display: block;
	}

	#mainDivFlow .container {
		width: 100%;
	}

	#mainDivFlow .titlecon {
		display: unset;
		text-align: center;
	}

	#mainDivFlow .titlecon .title {
		position: unset;
		font-size: 50px;
		width: 100%;
	}

	#mainDivFlow .subtitle {
		font-size: 30px;
		padding-top: unset;
	}

	#mainDivFlow .box {
		width: 100%;
		height: 100%;
	}

	#mainDivFlow .textvc {
		display: unset;
		align-items: unset;
		height: 100%;
		text-align: center;
	}

	#mainDivFlow .imgstep {
		width: 30%;
	}

	#mainDivFlow .imgvc {
		height: 100%;
	}

	#mainDivFlow .box .text {
		text-align: left;
	}

	#mainDivFlow .box .hd {
		margin-bottom: unset;
		font-size: 25px;
	}

	#mainDivMenu .container {
		width: 100%;
	}

	#mainDivMenu {
		display: block;
	}

	#mainDivMenu .subtitle {
		font-size: 25px;
	}

	#mainDivMenu .title {
		font-size: 50px;
	}

	#mainDivMenu table.menu th,
	#mainDivMenu table.menu td {
		border-bottom: none;
		display: block;
		width: 100%;
		padding: unset;
	}

	#mainDivMenu table.menu th {
		padding-left: 10px;
	}

	#mainDivMenu table.menu td {
		padding-left: 10px;
	}

	#mainDivMenu table.menu {
		width: 100%;
	}

	#mainDivInsta {
		display: block;
	}

	#mainDivInsta .container {
		width: 100%;
		padding: unset;
	}

	#mainDivInsta .logo img {
		width: 50%;
	}

	#mainDivInsta .instalogo img {
		width: 15%;
	}

	#mainDivInsta .title {
		font-size: 50px;
	}

	#mainDivInsta .subtitle {
		font-size: 25px;
	}






}



@media screen and (min-width: 750px) and (max-width: 991px) {
	/* Tablet */

	/*** レスポンシブ対応 ***/
	.none {
		display: inherit !important;
	}
	.m_none {
		display: none !important;
	}

	nav.global-nav {
		background-color: #e95294;
		color: #FFF;
		font-size: 15px;
	}

	nav.global-nav ul.menu,
	nav.global-nav ul.menu li {
		border-top: unset;
		border-bottom: unset;
	}

	.mainarea {
		position: unset !important;
	}

	#responsive-btn {
		top: 100px;
		right: -60px;
		border-color: #e95393 !important;
		color: #FFF !important;
		background-color: #e95393 !important;
	}

	#responsive-btn:hover {
		border-color: #e95393 !important;
		color: #FFF !important;
		background-color: #e95393 !important;
	}

	.fv {
		position: unset;
		z-index: 0;
	}

	table.contact tr {
		grid-template-columns: 1fr;
		gap: 0.5rem;
		margin-bottom: 1.5rem;
		display: grid;
	}

	table.contact td {
		width: 100%;
		padding: unset;
	}

	table.contact td input[type=text] ,
	table.contact td input[type=email],
	table.contact td textarea {
		width: 80vw;
	}

	#contact button.back {
		margin-bottom: 20px;
	}

	#footerArea {
		padding: unset;
		padding-bottom: 50px;
		padding-top: 120px;
	}

	table.contact {
		margin-bottom: 120px;
	}

	#footer {
		position: unset;
	}

	#footerArea .fl {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 30px;
	}

	#footerArea .fr {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 30px;
	}


	#InfoArea .info {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}



	#InfoArea .data {
		width: 100%;
		padding: unset;
		background-image: unset;
	}

	#mainDivInfo {
		display: block;
		padding: unset;
	}

	#AboutArea {
		margin-top: 50px;
	}

	#AboutArea .container {
		width: 100%;
	}

	#AboutArea .title {
		font-size: 50px;
	}

	#AboutArea .subtitle {
		width: 100%;
		font-size: 30px;
	}

	#AboutArea .point p {
		font-size: 14px;
		padding: 5px 0px 5px 20px;
	}

	#AboutArea .imgPoint .point1,
	#AboutArea .imgPoint .point2 {
		width: 50%;
	}

	#AboutArea .imgPoint .point3,
	#AboutArea .imgPoint .point4,
	#AboutArea .imgPoint .point5 {
		width: 80%;
	}

	#AboutArea .imgPoint .row {
		padding-top: 20px;
	}

	#InfoArea .btnMore {
		padding-top: unset;
	}

	#AboutArea .infoimg .planner {
		width: 100%;
	}

	#AboutArea .infoimg .tubo6 {
		width: 80%;
	}

	#AboutArea .osusume {
		font-size: 30px;
		padding: 10px;
	}

	#AboutArea .osusume img {
		position: absolute;
		left: 10px;
		top: 0px;
		width: 25%;
	}

	#mainDivBA {
		display: block;
		padding: unset;
	}

	#mainDivBA .container {
		width: 100%;
	}

	#mainDivBA .title {
		font-size: 23px;
		padding-top: 50px;
	}

	ul.onamayami li {
		font-size: 15px;
	}

	ul.onamayami li::before {
		width: 20px;
		height: 20px;
		background-size: 15px 20px;
	}

	ul.onamayami {
		padding-left: 0px;
	}

	#mainDivBA .kaiketu {
		display: block;
		padding: unset;
	}

	#mainDivBA .subtitle1 {
		font-size: 25px;
		width: 100%;
	}

	#mainDivBA .subtitle2 {
		font-size: 25px;
		width: 100%;
	}

	#mainDivBA .underLine {
		grid-auto-flow: unset;
	}

	#mainDivBA .ba1 {
		width: 100%;
		padding: 10px;
		background-color: beige;
	}

	#mainDivBA .ba1 .waku {
		height: auto;
		width: 100%;
		background-size: 100% 100%;
	}

	#mainDivBA .ba1 .data {
		padding: 10px;
	}

	#mainDivBA .ba1 .number {
		width: 85%;
		margin: 0 auto;
	}

	#mainDivBA .ba1 .imgab1 {
		position: absolute;
		top: 25%;
		left: 26%;
		width: 17%;
	}

	#mainDivBA .ba1 .imgab2 {
		position: absolute;
		top: 25%;
		left: 53%;
		width: 17%;
	}

	#mainDivBA .ba2 {
		width: 100%;
		padding: 10px;
		background-color: beige;
	}

	#mainDivBA .ba2 .waku {
		height: auto;
		width: 100%;
		background-size: 100% 100%;
	}

	#mainDivBA .ba2 .data {
		padding: 10px;
	}

	#mainDivBA .ba2 .number {
		width: 85%;
		margin: 0 auto;
	}

	#mainDivBA .ba2 .imgab1 {
		position: absolute;
		top: 15%;
		left: 29%;
		width: 17%;
	}

	#mainDivBA .ba2 .imgab2 {
		position: absolute;
		top: 45%;
		left: 29%;
		width: 17%;
	}

	#mainDivBA .ba3 {
		width: 100%;
		padding: 10px;
		background-color: beige;
	}

	#mainDivBA .ba3 .waku {
		height: auto;
		width: 100%;
		background-size: 100% 100%;
	}

	#mainDivBA .ba3 .data {
		padding: 10px;
	}

	#mainDivBA .ba3 .number {
		width: 85%;
		margin: 0 auto;
	}

	#mainDivBA .ba3 .imgab1 {
		position: absolute;
		top: 25%;
		left: 29%;
		width: 17%;
	}

	#mainDivProf .container {
		width: 100%;
	}

	#mainDivProf .topimg {
		width: 50%;
		padding-top: 20px;
		position: unset;
	}

	#mainDivProf .title {
		margin-top: 10px;
		margin-bottom: unset;
	}

	#mainDivProf .subtitle {
		line-height: 1.2;
		font-size: 32px;
	}

	#mainDivProf .tR {
		text-align: center;
	}

	#mainDivProf table.profile {
		width: 100%;
	}

	#mainDivProf table.profile th,
	#mainDivProf table.profile td {
		border-bottom: none;
		display: block;
		width: 100%;
	}

	#mainDivProf table.profile th {
		padding: unset;
		padding-top: 10px;
	}

	#mainDivProf table.profile td {
		padding-bottom: 10px;
	}

	#mainDivFlow {
		display: block;
	}

	#mainDivFlow .container {
		width: 100%;
	}

	#mainDivFlow .titlecon {
		display: unset;
		text-align: center;
	}

	#mainDivFlow .titlecon .title {
		position: unset;
		font-size: 50px;
		width: 100%;
	}

	#mainDivFlow .subtitle {
		font-size: 30px;
		padding-top: unset;
	}

	#mainDivFlow .box {
		width: 100%;
		height: 100%;
	}

	#mainDivFlow .textvc {
		display: unset;
		align-items: unset;
		height: 100%;
		text-align: center;
	}

	#mainDivFlow .imgstep {
		width: 30%;
	}

	#mainDivFlow .imgvc {
		height: 100%;
	}

	#mainDivFlow .box .text {
		text-align: left;
	}

	#mainDivFlow .box .hd {
		margin-bottom: unset;
		font-size: 25px;
	}

	#mainDivMenu .container {
		width: 100%;
	}

	#mainDivMenu {
		display: block;
	}

	#mainDivMenu .subtitle {
		font-size: 25px;
	}

	#mainDivMenu .title {
		font-size: 50px;
	}

	#mainDivMenu table.menu th,
	#mainDivMenu table.menu td {
		border-bottom: none;
		display: block;
		width: 100%;
		padding: unset;
	}

	#mainDivMenu table.menu th {
		padding-left: 10px;
	}

	#mainDivMenu table.menu td {
		padding-left: 10px;
	}

	#mainDivMenu table.menu {
		width: 100%;
	}

	#mainDivInsta {
		display: block;
	}

	#mainDivInsta .container {
		width: 100%;
	}

	#fMenu {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #333;
		color: white;
		text-align: center;
		padding: unset;
		box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
	}

	#fMenu .con {
		height: 80px;
		padding: 10px;
		border: 2px solid #FFF;
	}

	#fMenu .con .tel {
		width: 13%;
	}

	#fMenu .con .ic_mail {
		width: 13%;
	}

	#fMenu .box {
		padding: unset;
	}

	.res_menu {
		padding: 10px 25px;
	}

	.res_menu .lbox {
		padding-left: 1px;
		padding-right: 1px;
	}

	.res_menu .rbox {
		padding-left: 1px;
		padding-right: 1px;
	}

	.res_menu .box {
		height: 130px;
		background-color: #f4b2c8;
		margin: 1px;
		width: 100%;
		text-align: center;
	}

	.res_menu .box img {
		width: 40%;
		padding-top: 20px;
	}

	.res_menu .mbox {
		padding: 0px 1px;
	}

	.res_menu .box .res_tel {
		width: 20%;
		position: relative;
		top: -10px;
	}

	.res_menu .box2 {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.res_menu .box2 .tel_text {
		font-size: 18px;
		font-weight: bold;
	}

	.res_menu .box .text {
		padding-top: 8px;
		font-weight: bold;
	}

	.res_menu a {
		padding: unset;
		color: #2C3E50;
	}

	.res_menu .logo {
		width: 60%;
		padding-top: 30px;
	}



}


@media screen and (min-width: 992px){
	/** PC **/

}




