@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    line-height: 100%;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    visibility: hidden;
}
html.wf-active {
    visibility: visible;
}
body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-top: 60px;
    margin-top: -60px;
}
@media screen and (min-width: 1000px){
body {
    padding-top: 150px;
    margin-top: -150px;
}
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
    color: #222;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
p, li, th, td {
    font-size: 15px;
	line-height: 150%;
    font-weight: normal;
    text-align: justify;
    color: #222;
	font-feature-settings: "pkna";
    letter-spacing: 0.01em;
}
@media screen and (min-width: 1000px){
p {
    font-size: 16px;
	line-height: 160%;
}
li, th, td {
    font-size: 16px;
}
}

ul, ol {
    text-align: left;
	list-style: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}
.palt {
	font-feature-settings: "palt";
}
.pkna {
	font-feature-settings: "pkna";
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.justify {
    text-align: justify;
}
.block {
    display: block;
}
.inline_block {
    display: inline-block;
}
.white {
    color: #fff;
}
.yellow {
    color: #ff0;
}
.grey {
    color: #4b4b4b;
}
.clr_red {
    color: #ff4c4c;
}
.underline {
    text-decoration: underline;
}
a {
    color: #222;
	text-decoration: none;
}
a img {
	border: none;
}
img {
    width: 100%;
    vertical-align: bottom;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.nowrap  {
    white-space: nowrap;
}
.no_link {
    pointer-events: none;
}
@media screen and (min-width: 1000px){
.no_tel_link {
    pointer-events: none;
}
}



.container {
	width: 100%;
	margin: 0 auto;
    overflow: hidden;
}



/* ヘッダー */
.SP_header {
    width: 100%;
    height: 60px;
    background-color: #fff;
    z-index: 1000;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.SP_header_in {
    max-width: 700px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h1.top_name {
	font-size: 16px;
    line-height: 100%;
    font-weight: bold;
    text-align: left;
	color: #ff4c4c;
    margin: 0 5px 0 10px;
}
h1 span.top_name_title {
    font-size: 15px;
    font-weight: normal;
    display: block;
    margin-top: 5px;
}
.tl_box {
    font-size: 12px;
    line-height: 130%;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 500;
    font-style: normal;
    white-space: nowrap;
    height: 40px;
    color: #fff;
    background-color: #ff4c4c;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 400px){
h1.top_name {
	font-size: 17px;
}
h1 span.top_name_title {
    font-size: 17px;
}
.tl_box {
    font-size: 14px;
    height: 45px;
    padding: 0 10px;
}
}

@media screen and (min-width: 768px){
.PC_header {
    width: 100%;
    background-color: #fff;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
.PCheader_in {
    max-width: 1200px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h1.top_name {
	font-size: 22px;
	color: #ff4c4c;
    margin: 0 10px;
}
h1 span.top_name_title {
    font-size: 22px;
    display: inline-block;
    margin-top: 0px;
    margin-left: 10px;
}
.tl_box {
    font-size: 16px;
    line-height: 100%;
    border-radius: 5px;
    padding: 0 15px;
}
.tl_box i {
    font-size: 16px;
    margin-right: 10px;
}

#menupc {
    width: 100%;
    height: 60px;
    background: linear-gradient(#ffe6e6, #ffbebe);
    border-top: solid 5px #FF7777;
}
ul.mp_list {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.mp_item {
    width: 100%;
    height: 55px;
    border-left: 1px solid #fff;
}
.mp_item:first-child {
    border-left: 0;
}
.mp_item a {
    font-size: 15px;
    line-height: 120%;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    width: 100%;
    height: 55px;
    color: #222;
    background: linear-gradient(#ffe6e6, #ffbebe);
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 0;
    transition: all 0.2s ease-in-out;
}
.mp_item a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff2f2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.mp_item a:hover:after {
    opacity: 1;
}
.mp_item a.mp_now {
    background: #fff2f2;
}
}
@media screen and (min-width: 1000px){
}
@media screen and (min-width: 1200px){
.mp_item {
    border-left: 1px solid #fff;
}
.mp_item:first-child {
    border-left: 1px solid #fff;
}
.mp_item:last-child {
    border-right: 1px solid #fff;
}
}


/* 固定背景 */
.sub_bg_box {
    overflow: hidden;
}
.sub_bg_box::before {
    background: url(../_img/bg_pink.jpg) repeat center;
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
}


/* 各ブロック */
.box {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.SP_contents {
    padding: 15px 0 20px;
}
.news_overview {
    padding: 40px 0;
}
@media screen and (min-width: 768px){
.PC_contents {
    padding: 150px 0 30px;
}
}
@media screen and (min-width: 1000px){
.box {
    padding: 100px 0;
}
.PC_contents {
    padding: 160px 0 50px;
}
.news_overview {
    padding: 50px 0;
}
}


/* インナー */
.s_inner, .m_inner, .l_inner, .main_inner {
    width: 100%;
    max-width: 500px;
    margin: 0 10px;
}
@media screen and (min-width: 768px){
.s_inner, .m_inner, .l_inner, .main_inner {
    margin: 0 30px; 
}
.s_inner {
    max-width: 800px;
}
.m_inner, .main_inner {
    max-width: 1000px;
}
.l_inner {
    max-width: 1200px;
}
}
@media screen and (min-width: 1000px){
.s_inner, .m_inner, .l_inner {
    margin: 0 50px; 
}
.main_inner {
    width: 1000px;
    min-width: 1000px;
    margin: 0;
}
}


/* SPコンテンツ */
.SP_contents_top {
    margin-bottom: 5px;
}
.SPc_intro {
    background-color: #ff7777;
    height: 150px;
    padding: 10px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.SPc_intro_pic img {
    width: 140px;
    height: 130px;
    object-fit: cover;
    border: solid 3px #fff;
    margin-right: 10px;
}
.SPc_intro_txt {
    width: 100%;
}
.SPc_intro_txt p {
    font-size: 13px;
    line-height: 150%;
    color: #fff;
}

.SPc_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.SPc_box:last-of-type {
    margin-bottom: 0;
}
.SPc_2box {
    background-color: #fff;
    border: solid 1px #ff4c4c;
    border-radius: 5px;
    width: calc(50% - 2.5px);
    height: 90px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.SP2L {
    margin-right: 2.5px;
}
.SP2R {
    margin-left: 2.5px;
}
.SP2_pic {
    width: calc(50% - 5px);
    margin-right: 10px;
}
.SP2_txt {
    width: calc(50% - 5px);
}
.SPc_box img {
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
}
.SPc_box p {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    color: #ff4c4c;
}
.SPc_sml {
    font-size: 10px;
    line-height: 120%;
    display: block;
    margin-bottom: 5px;
}
.SPc_box i {
    font-size: 20px;
    color: #ff4c4c;
    position: absolute;
    top: calc(50% - 10px);
    right: 5px;
    opacity: 0.2;
}

.SPc_3box {
    background-color: #fff;
    border: solid 1px #ff4c4c;
    border-radius: 5px;
    width: 100%;
    height: 60px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.SP3C {
    margin: 0 5px;
}

.SPc_3box p {
    margin-right: 10px;
}

@media screen and (min-width: 405px){
.SPc_box p {
    font-size: 17px;
}
.SPc_sml {
    font-size: 11px;
}
}
@media screen and (min-width: 499px){
.SP_contents_top {
    margin-bottom: 10px;
}
.SPc_intro {
    height: 160px;
    padding: 15px;
}
.SPc_intro_txt p {
    font-size: 14px;
    line-height: 160%;
}
.SPc_intro_pic img {
    width: 160px;
    margin-right: 15px;
}
.SPc_box {
    margin-bottom: 10px;
}
.SPc_2box {
    width: calc(50% - 5px);
    height: 100px;
    padding: 10px 15px;
}
.SP2L {
    margin-right: 5px;
}
.SP2R {
    margin-left: 5px;
}
.SP2_pic {
    margin-right: 15px;
}
.SP2_txt {
    width: calc(50% - 10px);
}
.SPc_box img {
    height: 80px;
}
.SPc_box p {
    font-size: 18px;
}
.SPc_sml {
    font-size: 12px;
}
.SPc_box i {
    font-size: 26px;
    top: calc(50% - 13px);
    right: 10px;
}
.SP3C {
    margin: 0 10px;
}
}
@media screen and (min-width: 768px){
.SP_contents_top {
    margin-bottom: 10px;
}
.SPc_intro {
    height: 250px;
    padding: 20px;
    margin-bottom: 30px;
}
.SPc_intro_pic img {
    width: 330px;
    height: 210px;
    margin-right: 30px;
}
.SPc_intro_txt p {
    font-size: 16px;
    line-height: 180%;
}

.SPc_box {
    margin-bottom: 15px;
}
.SPc_2box {
    width: calc(50% - 7.5px);
    height: 150px;
    padding: 15px 20px;
}
.SP2L {
    margin-right: 7.5px;
}
.SP2R {
    margin-left: 7.5px;
}
.SP2_pic {
    width: 40%;
    margin-right: 15px;
}
.SP2_txt {
    width: calc(60% - 15px);
}
.SPc_box img {
    height: 120px;
}
.SPc_box p {
    font-size: 20px;
}
.SPc_sml {
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 10px;
}
.SPc_box i {
    font-size: 32px;
    top: calc(50% - 16px);
    right: 15px;
}
.SPc_3box {
    height: 80px;
}
.SP3C {
    margin: 0 15px;
}
.SPc_3box p {
    font-size: 18px;
}
}
@media screen and (min-width: 899px){
.SPc_intro {
    padding: 20px 30px;
}
.SPc_2box {
    padding: 15px 30px;
}
}


/* 資料請求・お問い合わせボタン */
.rec_form_box {
    text-align: center
}
.rec_form_btn {
    color: #fff;
    background-color: #ff4c4c;
    width: 100%;
    max-width: 250px;
    height: 50px;
    margin: 0 auto;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.rec_form_btn:after {
    position: absolute;
    border: 1px solid #fff;
    content: "";
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: 7.5px;
    opacity: 0.8;
}
.rec_form_btn i {
    margin-right: 10px;
}
@media screen and (min-width: 1000px){
.rec_form_btn {
    font-size: 18px;
    max-width: 350px;
    height: 55px;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}
.rec_form_btn:hover {
    opacity: 0.9;
}
}


/* おしらせ・病院情報 */
.white_box {
    padding: 30px 15px;
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.news_box {
    margin-bottom: 50px;
}
@media screen and (min-width: 768px){
.white_box {
    padding: 40px 30px;
}
.no_box {
    display: flex;
    justify-content: space-between;
}
.news_box {
    width: calc(50% - 15px);
    margin-bottom: 0;
}
.overview_box {
    width: calc(50% - 15px);
}
}
@media screen and (min-width: 1000px){
.white_box {
    padding: 50px 40px;
}
}
@media screen and (min-width: 1100px){
.news_box {
    width: calc(50% - 25px);
}
.overview_box {
    width: calc(50% - 25px);
}
}


/* おしらせ */
.table_information_news th {
	font-size: 15px;
    line-height: 100%;
    font-weight: bold;
	text-align: left;
    color: #ff4c4c;
	display: block;
	padding: 20px 10px 0;
}
.table_information_news tr:first-child th {
    border-top: solid 1px #ddd;
}
.table_information_news td {
    font-size: 15px;
    line-height: 160%;
	display: block;
	padding: 7px 10px 20px;
    border-bottom: solid 1px #ddd;
}
.table_information_news td a {
	font-size: 15px;
    line-height: 160%;
    text-decoration: underline;
    color: #ff4c4c;
    transition: all 0.2s ease;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}
.table_information_news a:hover {
    opacity: 0.8;
}
.table_information_news td a i {
	margin-right: 5px
}
@media screen and (min-width: 768px){
}
@media screen and (min-width: 1000px){
.table_information_news th {
	padding: 20px 15px 0;
}
.table_information_news td {
	padding: 10px 15px 20px;
}
}
@media screen and (min-width: 1100px){
.table_information_news th {
	padding: 20px 20px 0;
}
.table_information_news td {
	padding: 10px 20px 20px;
}
}


/* 病院情報 */
.tbl02 tr {
    border: solid 1px #C9C9C9;
}
.tbl02 th {
    font-weight: bold;
    text-align: left;
    background: #f3f3f3;
    padding: 7.5px 10px;
    display: block;
    border-bottom: solid 1px #C9C9C9;
    white-space: nowrap;
}
.tbl02 th.th02 {
    font-weight: normal;
}
.tbl02 td {
    background: #fff;
    padding: 10px;
    display: block;
}
.tbl02 td a.top_ov_link {
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
}
.tbl02 td a.top_ov_link:last-of-type {
    margin-bottom: 0;
}
.tbl02 td a.top_ov_link i {
    color: #ff4c4c;
    margin-right: 5px;
}
@media screen and (min-width: 768px){
.tbl02 th {
    text-align: center;
    width: 20%;
    padding: 10px;
    display: table-cell;
    border-right: solid 1px #C9C9C9;
    border-bottom: 0;
}
.tbl02 th.th01 {
    width: 160px;
}
.tbl02 td {
    padding: 10px;
    display: table-cell;
}
.tbl02 td.td01 {
    padding: 20px;
}
}
@media screen and (min-width: 1000px){
.tbl02 th {
    width: 15%;
}
.tbl02 td a.top_ov_link {
    transition: all 0.2s ease;
}
.tbl02 td a.top_ov_link:hover {
    color: #ff4c4c;
}
}


/* リスト */
ul.rectangle_mainclr {
    list-style: url(../_img/ul_rectangle_maincolor.svg);
    padding-left: 15px;
}
ul.rectangle_subclr {
    list-style: url(../_img/ul_rectangle_subcolor.svg);
    padding-left: 15px;
}
ul.rectangle_future {
    list-style: url(../_img/ul_rectangle_subcolor.svg);
    padding-left: 15px;
    margin: 15px 15px 0;
}
ul.rectangle_off {
    list-style: url(../_img/ul_rectangle_subcolor.svg);
    padding-left: 15px;
}
ul.square_mainclr {
    list-style: url(../_img/ul_square_maincolor.svg);
    padding-left: 22px;
}
ul.dot_mainclr li {
    list-style-type: none;
    position: relative;
    padding-left: 0.6em;
}
ul.dot_mainclr li:before {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.6em;
    content: "";
    background: #0082d2;
}
ul.inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}
ul.inline02 {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
ol.num, ol.num_big {
    padding-left: 20px;
    list-style-type: decimal;
}
ol.num_jp {
    padding-left: 34px;
    list-style-type: cjk-ideographic;
}
ul.rectangle_mainclr li, 
ul.rectangle_subclr li, 
ul.rectangle_off li, 
ul.square_mainclr li, 
ol.num li, 
ol.num_jp li {
    text-align: justify;
    margin-bottom: 5px;
}
ul.rectangle_future li {
    font-weight: bold;
    text-align: justify;
    color: #4b4b4b;
    margin-bottom: 5px;
}
ul.inline li, ul.inline02 li {
    text-align: left;
    margin-bottom: 0px;
}
ul.thin li, ol.thin li {
    text-align: justify;
    margin-bottom: 5px;
}
ol.num_big li {
    font-size: 18px;
    line-height: 160%;
    text-align: justify;
    margin-bottom: 10px;
    font-feature-settings: "pkna";
}
ul.rectangle_mainclr li:last-child, 
ul.rectangle_subclr li:last-child, 
ul.rectangle_future li:last-child, 
ul.rectangle_off li:last-child, 
ul.square_mainclr li:last-child, 
ol.num li:last-child, 
ol.num_big li:last-child {
    margin-bottom: 0;
}

.tbl_link_line {
    color: #006ebe;
    text-decoration: underline;
}
@media screen and (min-width: 1000px){
.tbl_link_line:hover {
    opacity: 0.9;
    text-decoration: underline;
}
}


/* フッター */
.footer {
    background: #FF7777;
    padding-bottom: 80px;
}
.f_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.footer p {
    color: #fff;
}
.f_title {
    font-size: 17px;
    line-height: 100%;
    font-weight: bolder;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.f_title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 40px;
    height: 4px;
    background: #fff;
}
.f_name {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.f_ad {
    line-height: 140%;
    margin-bottom: 20px;
}
.f_tel {
    font-size: 18px;
    line-height: 100%;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    margin-bottom: 20px;
    display: block;
}
.tel_sml {
    font-size: 15px;
}
.f_link {
    font-size: 15px;
    color: #FF7777;
    background: #fff;
    padding: 10px 15px;
    border: solid 1px #FF7777;
    display: inline-block;
}
.f_link i {
    margin-left: 5px;
}
p.copyright {
    font-size: 12px;
    line-height: 120%;
    text-align: center;
}

@media screen and (min-width: 768px){
.footer {
    padding-bottom: 40px;
}
.f_box {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}
.f_info {
    display: inline-block;
}
.f_links {
    display: inline-block;
}
.f_link {
    font-size: 16px;
    padding: 12px 15px;
    transition: all 0.2s ease-in-out;
}
.f_link:hover {
    color: #fff;
    background: #008cdc;
    border: solid 1px #fff;
}
.f_link i {
    margin-left: 5px;
}
.f_menu {
    display: flex;
}
.f_menu_L {
    margin-right: 30px;
}
.f_menu ul li a {
    font-size: 16px;
	color: #fff;
    transition: all 0.2s ease-in-out;
}
.f_menu ul li a:hover {
    color: #ff0;
}
.f_menu ul li a.fm_now {
    color: #ff0;
}
.f_menu ul li {
    margin-bottom: 12px;
}
.f_menu ul li:last-of-type {
    margin-bottom: 0;
}  
.f_menu ul li i {
    margin-right: 5px;
}
}
@media screen and (min-width: 1000px){
.f_menu_L {
    margin-right: 80px;
}
}


/* SP固定フッター */
.box2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 10;
    display: flex;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
}
.box2 li.twolinksL {
    width: 50px;
}
.box2 li.twolinksR {
    width: calc(100% - 100px);
}
.box2 li a {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box2 li a.sp_top {
    font-size: 24px;
    color: #fff;
    background: #ff4c4c;
}
.box2 li a.sp_form p {
    font-size: 16px;
    line-height: 100%;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #ff4c4c;
}
.box2 li a.sp_form {
    background: #ffeee8;
}
.box2 li a.sp_form i {
    font-size: 18px;
    margin-right: 10px;
    color: #ff4c4c;
    display: block;
}
@media screen and (min-width: 400px){
.box2 li a.sp_form p {
    font-size: 18px;
}
.box2 li a.sp_form i {
    font-size: 20px;
    margin-right: 10px;
}
}

/* ハンバーガーメニュー */
.burger_btn {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 0;
    right: 0;
    background: #ff4c4c;
    z-index: 9999;
}
.burger_btn span {
    display: block;
    position: absolute;
    left: 50%;
    width: 20px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #fff;
    transform: translateX(-50%);
}
.burger_btn span:first-child {
    top: 15px;
}
.burger_btn span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
}
.burger_btn span:nth-child(3) {
    bottom: 15px;
}
.burger_btn.active span:first-child {
    transform: translate(-50%, 9px) rotate(-45deg);
    transition: transform 0.3s ease-in-out;
}
.burger_btn.active span:nth-child(2) {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.burger_btn.active span:last-child {
    transform: translate(-50%, -8px) rotate(45deg);
    transition: transform 0.3s ease-in-out;
}


/* メニューのデザイン */
.global-SPnav {
    width: 100%;
    height: 100vh;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    background: #ffeee8;
    overflow: auto;
    pointer-events: none;
    z-index: 1000;
    transition: all 0.2s ease-in-out;
}
.global-SPnav.active {
    left: 0;
    opacity: 1;
    pointer-events: auto;
}
.global-SPnav_in {
    max-width: 600px;
    margin: 0 auto 120px;

}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
    height: 100%;
    overflow: hidden;
}

.global-SPnav ul.gm_in {
    width: calc(100% - 60px);
    margin: 30px;
}
.global-SPnav ul.gm_in li.menu {
    font-weight: bolder;
    width: 100%;
    border-bottom: solid 1px #ff4c4c;
}
.global-SPnav ul.gm_in li.mfirst {
    border-top: solid 1px #ff4c4c;
}
.global-SPnav ul.gm_in li a {
    font-size: 17px;
    line-height: 55px;
    text-align: left;
    color: #323232;
    padding: 0 10px;
    display: block;
}
.global-SPnav ul.gm_in li a i {
    margin-right: 5px;
    color: #ff4c4c;
}
.r_box_a {
    display: flex;
    justify-content: space-between;
    margin: 30px;
}
a.r_in_a {
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    width: 100%;
    color: #fff;
    background: #ff4c4c;
    padding: 20px 10px;
}
.sp_official {
    color: #ff4c4c;
    border: solid 1px #ff4c4c;
    padding: 10px;
    display: inline-block;
}



/*コンタクトへGOボタン*/
#go_contact {
    position: fixed;
    bottom: 20px;
    right: 0;
    filter: drop-shadow(-1px 0px 2px rgba(0,0,0,0.4));
}
#go_contact a {	
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 500;
    font-style: normal;
	width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}
#go_contact a.go_con {
    color: #fff;
    background: #ff4c4c;
    border-radius: 5px 0 0 0;
    writing-mode: vertical-rl;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;   
}
#go_contact a.go_con:hover {
    background: #ff6464;
}
#go_contact a.go_con i {
    margin-bottom: 5px;
}
#go_contact a.go_top {
    font-size: 20px;
    color: #ff4c4c;
    background-color: #ffff96;
    border-radius: 0 0 0 5px;
    height: 50px;
}
#go_contact a.go_top:hover {
    background-color: #ffffc8;
}
