@charset "utf-8";
/*
Theme Name: one and only Original Theme
*/

/*----------------------------------------------------
	reset
----------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,figure {
    padding: 0;
    margin: 0;
}

*, *::before, *::after {
    box-sizing: border-box;
}

fieldset,img {
    border: 0;
    vertical-align: middle;
}

address,caption,cite,code,dfn,th,var {
    font-weight: normal;
    font-style: normal;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

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

*:focus:not(:focus-visible) {
    outline: none;
}

button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    appearance: none;
}


/*----------------------------------------------------
	基本設定・リンクカラーなど
----------------------------------------------------*/

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    overflow-y: auto; 
    scrollbar-gutter: stable;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-family-base);
    font-size: var(--font-size-base);
    font-weight: 400;
    line-height: var(--line-height-base);
    letter-spacing: var(--letter-spacing);
    color: var(--font-color-base);
    background: #fff;
    font-variant-numeric: tabular-nums;
    overflow-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}

:root {
    --primary-color: #888;
    --secondary-color: #f5f5f5;
    --logo-color: #c1b492;
    --background-color1: #fbfbfb;
    --font-color-base: #6e6f81;
    --font-color-red: #d72630;
    --border-color: #c7c7c7;
    --font-family-base: 'Zen Kaku Gothic New', sans-serif;
    --font-family-en: "Vollkorn", serif;
    --font-size-base: 1.7rem;
    --font-weight-base: 500;
    --line-height-base: 1.8;
    --letter-spacing: 0.2rem;
    --max-width: 1000px;
}

input[type="image"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.iframe-content {
    margin: 25px 0 30px;
}

iframe[src^="https://www.google.com/maps/"] {
    width: 100%;
}

img {
    height: auto;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

img.emoji {
    position: relative !important;
}

.border-radius {
    border-radius: 10px;
}

a {
    -webkit-tap-highlight-color: transparent;
    transition: opacity 0.3s;
}

a:link {
    color: var(--font-color-base);
    text-decoration: underline;
}

a:visited {
    color: var(--font-color-base);
    text-decoration: underline;
}

a:hover {
    color: var(--font-color-base);
    text-decoration: none;
}

a:active {
    color: var(--font-color-base);
    text-decoration: underline;
}

.op:hover {
    opacity: 0.7;
}

.none,
.none:hover {
    text-decoration: none !important;
}

.pc-none {
    display: none !important;
}


@media screen and (max-width: 768px) {

:root {
    --font-size-base: 1.6rem;
}

.iframe-content {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}

.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pc-none {
    display: block !important;
}

.sp-none {
    display: none !important;
}

}


/*--------------------------------------------------------
    フォント
----------------------------------------------------------*/

p {
    font-family: var(--font-family-base);
    line-height: var(--line-height-base);
    font-size: var(--font-size-base);
    font-weight: 400;
    letter-spacing: var(--letter-spacing);
    color: var(--font-color-base);
    margin-bottom: 20px;
    display: block;
}

.en {
    font-family: var(--font-family-en);
    padding-top: 3px !important;
}

.ti {
    text-align: left;
    text-indent: 1em;
    list-style-type: none;
}

.bold {
    font-size: 2.0rem;
    font-weight: var(--font-weight-base);
}

.f14 { font-size: 1.4rem !important; }
.f20 { font-size: 2.0rem !important; }

.tc { text-align: center !important; }
.tr { text-align: right !important; }
.tl { text-align: left !important; }

.red { color: var(--font-color-red) !important; }

.ov { overflow: hidden !important; }
strong, .wb { font-weight: var(--font-weight-base); }
.dib { display: inline-block; }
.pc-dib { display: inline-block; }


@media screen and (max-width: 768px) {

.bold {
    font-size: 1.8rem;
}

.db { display: block; }
.pc-dib { display: inline; }

}


/*----------------------------------------------------
	Font Awesome icon
----------------------------------------------------*/

.fa-solid {
    display: inline-block;  
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    padding-left: 2px;
    padding-right: 5px !important;
}


/*----------------------------------------------------
	margin・padding
----------------------------------------------------*/

.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb50 { margin-bottom: 50px !important; }

.pb10 { padding-bottom: 10px !important; }
.pb30 { padding-bottom: 30px !important; }


@media screen and (max-width: 768px) {

.sp-mb10 { margin-bottom: 10px !important; }
.sp-mb20 { margin-bottom: 20px !important; }
.sp-mb25 { margin-bottom: 25px !important; }
.sp-mb50 { margin-bottom: 50px !important; }
}


/*----------------------------------------------------
	wow
----------------------------------------------------*/

.wow {
    animation-duration: 1.0s !important; 
    animation-timing-function: ease-out !important; 
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.95, 0.95, 0.95);
  }

  50% {
    opacity: 1;
  }
}


/*----------------------------------------------------
	テーブル
----------------------------------------------------*/

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 30px;
}

tr {
    border-bottom: 1px solid var(--border-color);
}

th {
    width: 22%;
    border-collapse: collapse;
    text-align: left;
    padding: 15px 0;
    vertical-align: top;
}

td {
    width: auto;
    border-collapse: collapse;
    padding: 15px;
    vertical-align: top;
}


@media screen and (max-width: 768px) {

th {
    width: 90px;
    padding: 12px 10px;
}

td {
    width: auto;
    padding: 12px 10px;
}

}


/*----------------------------------------------------
    リスト
----------------------------------------------------*/

li {
    line-height: 1.8;
    margin-bottom: 10px;
}

li.de {
    list-style-type: decimal;
    margin-left: 25px;
}

li.di {
    list-style-type: disc;
    margin-left: 25px;
}

ul.ti {
    padding-left: 1em;
}

ul.ti li {
    text-indent: -1em;
}


@media screen and (max-width: 768px) {

li.de {
    list-style-type: decimal;
    margin-left: 20px;
}

li.di {
    list-style-type: disc;
    margin-left: 20px;
}

}


/*----------------------------------------------------
	ボックス
----------------------------------------------------*/

.color-area {
    width: 100%;
    background: var(--background-color1);
}

.box {
    width: 90%;
    max-width: var(--max-width);
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 70px 0 70px;
    position: relative;
}

.box-top {
    width: 90%;
    max-width: var(--max-width);
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 70px;
    position: relative;
}

.box-tc {
    width: 90%;
    max-width: var(--max-width);
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding: 70px 0 70px;
    position: relative;
}

.box-bb {
    margin: 65px auto 30px;
    padding: 45px 65px;
    background: #fff;
    text-align: left;
    border: 1px solid var(--border-color);
}

.box-bb > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.box-bb > ul:last-child > li:last-child,
.box-bb > ol:last-child > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.box-lr {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.box-l50,
.box-r50 {
    width: 47%;
    height: auto;
}


@media screen and (max-width: 768px) {

.box,
.box-tc {
    width: 90%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    padding: 50px 0 50px;
}

.box-top {
    width: 90%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    padding: 40px 0 50px;
}

.box-bb {
    padding: 45px;
}

.box-lr {
    display: flex;
    flex-direction: column;
}

.box-l50,
.box-r50 {
    width: 100%;
    height: auto;
}

}


/*----------------------------------------------------
	header
----------------------------------------------------*/

header {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    position: fixed;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 20%);
    z-index: 999;
}

#header-box {
    width: 100%;
    height: 80px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

#header-box .logo {
    width: 271px;
    height: 41px;
    margin-left: 25px;
}

#header-box .logo a {
    text-decoration: none;
}

#header-box .logo a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.navi-header {
    width: 70%;
    height: 80px;
}

.menu-header-navi-pc-container {
    text-align: center;
}

ul#menu-header-navi-pc {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

ul#menu-header-navi-pc li {
    line-height: 1;
    text-decoration: none;
    margin: 0;
    position: relative;
}

ul#menu-header-navi-pc li a {
    height: 80px;
    display: inline-block;
    color: var(--font-color-base);
    text-decoration: none;
    padding: 30px 45px;
    font-size: 1.6rem;
    font-family: var(--font-family-en);
    font-weight: var(--font-weight-base);
    line-height: 1;
    position: relative;
}

ul#menu-header-navi-pc li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ebebeb;	
    transition: transform .3s cubic-bezier(.43,.05,.17,1);
    transform: scaleX(0);
    transform-origin: right;
    z-index: 100;
}

ul#menu-header-navi-pc li a:hover {
    text-decoration: none;
}

ul#menu-header-navi-pc li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.overlay,
.side-menu,
.side-menu-btn {
    display: none;
}


@media screen and (max-width: 1500px) {

ul#menu-header-navi-pc li a {
    padding: 30px;
}

}


@media screen and (max-width: 1260px) {

header {
    width: 100%;
    height: 60px;
    margin: 0 auto;
}

.side-open #header-box,
.navi-header {
    display: none;
}

#header-box {
    height: 60px;
    width: 100%;
    background: #fff;
    display: flex;
    position: fixed;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 20%);
    top: 0;
    z-index: 9999;
}

.side-menu-btn {
    width: 27px;
    height: 27px;
    position: fixed;
    top: 19px;
    right: 15px;
    z-index: 4;
    display: block;
    text-align: center;
}

.menu-btn-icon {
    width: 27px;
    height: 27px;
    position: relative;
    display: block;
}

.side-menu-btn .menu-btn-icon::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 27px;
    z-index: 1;
    border-top: 2px solid var(--font-color-base);
    border-bottom: 2px solid var(--font-color-base);
    top: calc(50% - 12px);
    height: 12px;
}

.side-menu-btn .menu-btn-icon::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 27px;
    z-index: 1;
    border-top: 2px solid var(--font-color-base);
    top: calc(50% - -8px);
    height: 0;
}

.side-menu-btn:hover {
    opacity: 0.7;
    text-decoration: none;
}

#header-box .logo {
    width: 220px;
    height: 28px;
    margin: 0;
    position: relative;
    left: 15px;
}

#header-box .logo a {
    display: block;
    text-decoration: none;
}

#header-box .logo a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    text-align: left;
    font-size: 1.6rem;
    z-index: 9999;
    background: #fff;
    overflow: auto;
    display: block;
    transform: translateX(100%);
    transition: transform 0.5s ease;
}

.side-open .side-menu {
    transform: translateX(0);
}

.side-menu ul {
    width: 100%;
    height: 100%;
    margin: 30px 0 40px;
}

.side-menu li a {
    color: var(--font-color-base);
    padding: 15px 30px;
    font-family: var(--font-family-en);
    font-weight: var(--font-weight-base);
    display: block;
    line-height: 1.5;
    text-decoration: none;
    position: relative;
}

.side-menu li a:hover {
    text-decoration: none;
    color: var(--logo-color);
}

.overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition: all .5s ease;
    z-index: 9999;
}

.side-open .overlay {
    visibility: visible;
    cursor: pointer;
    background: rgba(0,0,0,.7);
}

.side-open .overlay::before {
    content: "";
    background: url(/wp-content/uploads/close-icon.webp)no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}

.side-open .overlay {
    transform: translate3d(-300px, 0, 0);
}

}


/*----------------------------------------------------
	main
----------------------------------------------------*/

main {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    height: auto;
    overflow: hidden;
    flex: 1;
}

main header {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    box-shadow: none;
    top: auto;
}


/*----------------------------------------------------
	メイン画像
----------------------------------------------------*/

.main-img {
    width: 100%;
    max-width: var(--max-width);
    aspect-ratio: 1100 / 757;
    margin: 160px auto 0;
    position: relative;
}

.main-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: fade-cross 10.5s infinite; 
}

.main-img img:nth-of-type(1) { animation-delay: 0s; }
.main-img img:nth-of-type(2) { animation-delay: 3.5s; }
.main-img img:nth-of-type(3) { animation-delay: 7s; } 

@keyframes fade-cross {
    0% { opacity: 0; }
    9.52% { opacity: 1; }
    33.33% { opacity: 1; }
    42.85% { opacity: 0; }
    100% { opacity: 0; }
}


@media screen and (max-width: 1260px) {

.main-img {
    width: 90%;
    margin: 120px auto 0;
}

}


@media screen and (max-width: 768px) {

.main-img {
    width: 100%;
    margin: 60px auto 0;
}

}


/*----------------------------------------------------
	サブページ・タイトル画像
----------------------------------------------------*/

#main-img-sub {
    width: 100%;
    height: 150px;
    background: var(--secondary-color);
    margin-top: 80px;
}

#img-area-sub {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#img-area-sub h1,
#img-area-sub p {
    font-size: 2.2rem;
    font-family: var(--font-family-en);
    font-weight: var(--font-weight-base);
    line-height: 1;
    margin: 0;
}


@media screen and (max-width: 1260px) {

#main-img-sub {
    height: 100px;
    margin-top: 60px;
}

#img-area-sub {
    height: 100px;
}

}


/*----------------------------------------------------
	h2・h3・h4
----------------------------------------------------*/

h2 {
    font-size: 3.0rem;
    font-weight: var(--font-weight-base);
    line-height: 1.5;
    margin-bottom: 30px;
    position: relative;
}

h2.h2-top {
    font-size: 3.4rem;
    font-weight: var(--font-weight-base);
    line-height: 2;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

h2.single-title {
    margin-bottom: 5px;
    font-weight: var(--font-weight-base);
}

h3 {
    margin: 0 0 20px;
    font-size: 2.5rem;
    font-weight: var(--font-weight-base);
    line-height: 1.5;
}


@media screen and (max-width: 768px) {

h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

h2.h2-top {
    font-size: 2.6rem;
    line-height: 2;
}

h3 {
    font-size: 2.2rem;
}

}


/* ---------------------------------------------------
	Instagram
--------------------------------------------------- */

.instagram-area {
    width: 85%;
    max-width: var(--max-width);
    height: auto;
    margin: 0 auto;
    padding: 60px 0 90px;
    overflow: hidden;
    position: relative;
}


@media screen and (max-width: 768px) {

.instagram-area {
    width: 85%;
    height: auto;
    padding: 50px 0 80px;
}

}


/*----------------------------------------------------
	5枚横並びギャラリー
--------------------------------------------------- */

.gallery-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.gallery-grid-5 li,
.gallery-grid-5 figure {
    margin: 0;
    height: 100%;
}

.gallery-grid-5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


@media screen and (max-width: 1200px) {

.gallery-grid-5 {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}
    
.gallery-grid-5 li {
    flex: 0 0 32%;
    scroll-snap-align: center;
}

}


@media screen and (max-width: 768px) {
    
.gallery-grid-5 li {
    flex: 0 0 75%;
    scroll-snap-align: center;
}

}


/*----------------------------------------------------
	画像＋背景色（背景ずらしレイアウト）
--------------------------------------------------- */

.image-bg {
    position: relative;
    display: block;
    width: fit-content;
    max-width: calc(100% - 50px);
    margin: 0 0 100px;
    position: relative;
}

.image-bg img {
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

.image-bg::after {
    content: "";
    position: absolute;
    z-index: 1;
    background-color: #f1e4d6;
    width: 100%;
    height: 100%;
}

.image-bg.bg-right {
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-25px);
}

.image-bg.bg-right::after {
    top: 50px;
    left: 50px;
}

.image-bg.bg-left {
    margin-left: auto;
    margin-right: auto;
    transform: translateX(25px);
}

.image-bg.bg-left::after {
    top: 50px;
    left: -50px;
}


@media screen and (max-width: 768px) {

.image-bg {
    max-width: calc(100% - 36px);
    margin-bottom: 76px;
}
  
.image-bg.bg-right {
    transform: translateX(-18px);
}

.image-bg.bg-right::after {
    top: 36px;
    left: 36px;
}
  
.image-bg.bg-left {
    transform: translateX(12.5px);
}

.image-bg.bg-left::after {
    top: 36px;
    left: -36px;
}

}


/*----------------------------------------------------
	画像＋説明
--------------------------------------------------- */

.lesson-lr {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: row;
}

.lesson-img {
    width: 47%;
}

.lesson-img-vertical {
    width: 43%;
}

.lesson-description {
    width: 48%;
    display: inline-flex;
    flex-direction: column;
}

p.price-info {
    font-size: 2.0rem;
    font-weight: var(--font-weight-base);
    color: var(--logo-color);
}


@media screen and (max-width: 980px) {

.lesson-lr {
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
}

.lesson-img,
.lesson-img-vertical {
    width: 90%;
    margin: 0 auto;
    order: -1;
}

.lesson-description {
    width: 100%;
}

}


@media screen and (max-width: 768px) {

.lesson-img {
    margin: 0 auto 30px;
}

}


/*----------------------------------------------------
	Schedule
--------------------------------------------------- */

.schedule-list {
    width: 100%;
    margin: 50px auto 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
}

.schedule-list-in {
    width: calc((100% - 40px) / 2);
    background: var(--background-color1);
    padding: 40px;
}

.schedule-list-in h3 {
    font-size: 2.2rem;
    font-weight: var(--font-weight-base);
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}

.schedule-list-in ul {
    margin-bottom: 10px;
}

.schedule-list-in li {
    margin-bottom: 0;
}

.schedule-list-in p {
    margin-bottom: 10px;
    font-weight: var(--font-weight-base);
}

.schedule-list-in p .note {
    font-size: 1.6rem;
    font-weight: 400;
}


@media screen and (max-width: 768px) {

.schedule-list {
    max-width: 460px;
    margin: 30px auto;
    flex-direction: column;
}

.schedule-list-in {
    width: 100%;
    padding: 60px;
}

}


/*----------------------------------------------------
	History
--------------------------------------------------- */

.history-lr {
    width: 100%;
    height: auto;
    margin: 40px auto 40px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.history-l {
    width: 47%;
    height: auto;
}

.history-r {
    width: 47%;
    height: auto;
    position: absolute;
    right: 0;
    top: 70px;
}


@media screen and (max-width: 768px) {

.history-lr {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.history-l {
    width: 80%;
    height: auto;
}

.history-r {
    width: 80%;
    height: auto;
    position: relative;
    right: -20%;
    top: 0;
}

}


/*----------------------------------------------------
	サイトマップ
--------------------------------------------------- */

#menu-sitemap-navi {
    margin-bottom: 30px;
}

#menu-sitemap-navi li {
    border-bottom: 1px solid var(--border-color);
    margin: 0;
}

#menu-sitemap-navi li a {
    text-align: left;
    line-height: 1;
    list-style-type: none;
    color: var(--font-color-base);
    padding: 15px 5px 15px 15px;
    font-size: 1.6rem;
    font-family: var(--font-family-en);
    font-weight: var(--font-weight-base);
    display: block;
    text-decoration: none;
    position: relative;
}

#menu-sitemap-navi li a:hover {
    text-decoration: none;
    color: var(--logo-color);
}


/*----------------------------------------------------
	パンくずリスト
----------------------------------------------------*/

#breadcrumbs-area {
    width: 100%;
}

.breadcrumbs {
    width: 95%;
    max-width: var(--max-width);
    margin: 0 auto;
    font-size: 1.2rem;
    padding: 10px 0 0;
}

.breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs li {
    display: inline-flex;
    align-items: center;
    margin: 0;
}

.breadcrumbs li + li::before {
    content: "›";
    margin: 0 5px;
    color: #999;
}

.breadcrumbs a {
    color: var(--font-color-base);
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: var(--font-color-1);
    text-decoration: none;
}


@media screen and (max-width: 768px) {

#breadcrumbs-area {
    display: none;
}

}


/*----------------------------------------------------
	タグ
----------------------------------------------------*/

.new {
    width: 50px;
    height: 23px;
    font-family: var(--font-family-en);
    font-weight: 400;
    color: #fff;
    font-style: normal;
    font-size: 1.2rem;
    background: var(--logo-color);
    line-height: 1;
    letter-spacing: 0.5px;
    margin: 0 0 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


/*----------------------------------------------------
	News
----------------------------------------------------*/

li.info-top {
    border-bottom: 1px solid var(--border-color);
    overflow: hidden;
    padding: 10px 0;
    margin: 0;
}

li.info-top a {
    width: 100%;
    display: inline-flex;
    text-decoration: none;
    align-items: center;
}

li.info-top a:hover {
    text-decoration: none;
}

li.info-top a .title:hover {
    text-decoration: none;
    color: var(--logo-color)
}

ul.info {
	margin-bottom: 30px;
}

p.date {
    width: 90px;
    margin-bottom: 0;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
}

.mark-sp {
    display: inline-flex;
}

.mark-pc {
    display: none !important;
}

.title {
    width: calc(100% - 110px);
    font-size: 1.7rem;
    font-weight: var(--font-weight-base);
    line-height: var(--line-height-base);
    margin-bottom: 0;
}

.single-date {
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
    padding: 0 0 20px 5px;
    border-bottom: 1px solid var(--border-color);
    color: var(--primary-color);
}

.list-none {
    width: 98% !important;
    height: auto !important;
    font-size: 1.5rem !important;
    margin: 0 auto 30px !important;
    display: block !important;
    text-align: center !important;
}

.list-none-top-info {
    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;
    max-height: 100% !important;
    font-size: 1.5rem !important;
    margin: 0 auto -10px !important;
    display: block !important;
    text-align: center !important;
}


@media screen and (max-width: 768px) {

li.info-top {
    padding: 15px 0;
}

li.info-top:first-child {
    padding-top: 0;
}

li.info-top a {
    text-decoration: none;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

p.date {
    width: 100%;
    margin: 0 0 5px;
}

.mark-sp {
    display: none !important;
}

.mark-pc {
    display: inline-flex !important;
}

.title {
    width: 100%;
}

.list-none {
    margin: 0 auto 20px !important;
}

.list-none-top-info {
    margin: 20px auto 0 !important;
}

}


/*----------------------------------------------------
	個別記事
----------------------------------------------------*/

#article h1.single-title {
    font-size: clamp(2.0rem, 2vw, 2.7rem);
    font-weight: var(--font-weight-base);
    position: relative;
    margin-bottom: 5px;
}

#article h2,
#article h3,
#article h4 {
    margin: 40px 0 20px;
}

#article h2 + h3,
#article h3 + h4 {
    margin-top: 20px;
}

#article article ul {
    list-style: disc;
    padding-left: 1.2em;
    margin: 30px 0 30px;
}

#article article li {
    padding-bottom: 5px;
    margin: 0;
}

#article article ol {
    list-style: decimal;
    padding-left: 1.7em;
    margin: 30px 0 30px;
}

#article article ul ul,
#article article ol ol,
#article article ul ol,
#article article ol ul {
    margin: 0;
    padding-left: 1.5em;
}

#article article .table-scroll-wrapper {
    width: 100%;
    overflow-x: auto;
}

#article article table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    margin: 10px 0 30px;
}

#article article table tr {
    border-bottom: none;
}

#article article table th {
    border: 1px solid #ccc;
    background: #f8f8f8;
    padding: 15px;
}

#article article table td {
    border: 1px solid #ccc;
    padding: 15px;
}

#article blockquote {
    position: relative;
    font-size: 1.6rem;
    padding: 45px 35px 45px 50px;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    border-left: 4px solid #ccc;
}

#article blockquote::before {
    content: "“";
    position: absolute;
    top: 10px;
    left: 15px;
    font-family: sans-serif;
    font-size: 50px;
    color: #ccc;
    line-height: 1;
}

#article blockquote p {
    font-size: 1.5rem;
}

#article blockquote p:last-of-type {
    margin-bottom: 0;
}


/*----------------------------------------------------
	個別記事ページャー
----------------------------------------------------*/

.pager {
    width: 100%;
    height: 55px;
    text-align: center;
    margin: 60px auto 20px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pager .next {
    width: 40%;
}

.pager .next a {
    width: 100%;
    font-size: 1.5rem;
    display: block;
    padding: 20px 20px 20px 50px;
    color: var(--font-color-base);
    line-height: 1;
    text-decoration: none;
    position: relative;
    text-align: left;
}

.pager .next a::before {
    content: '';
    display: block;
    border-bottom: 1px solid var(--font-color-base);
    border-right: 1px solid var(--font-color-base);
    height: 7px;
    width: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    transform: rotate(135deg);
    transition: 0.3s ease-out;
}

.pager .more {
    width: 20%;
}

.pager .more a {
    width: 100%;
    font-size: 1.5rem;
    display: block;
    padding: 20px 0;
    color: var(--font-color-base);
    line-height: 1;
    text-decoration: none;
}

.pager .previous {
    width: 40%;
}

.pager .previous a {
    width: 100%;
    font-size: 1.5rem;
    display: block;
    padding: 20px 50px 20px 20px;
    color: var(--font-color-base);
    line-height: 1;
    text-decoration: none;
    position: relative;
    text-align: right;
}

.pager .previous a::after {
    content: '';
    display: block;
    border-bottom: 1px solid var(--font-color-base);
    border-right: 1px solid var(--font-color-base);
    height: 7px;
    width: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    transform: rotate(-45deg);
    transition: 0.3s ease-out;
}

.pager .next a:hover::before {
    left: 25px;
}

.pager .previous a:hover::after {
    right: 25px;
}


@media screen and (max-width: 768px) {

.pager {
    margin: 40px auto 20px;
}

.pager .next a {
    font-size: 1.3rem;
    padding: 20px 20px 20px 30px;
}

.pager .next a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
}

.pager .more a {
    font-size: 1.3rem;
}

.pager .previous a {
    font-size: 1.3rem;
    padding: 20px 30px 20px 20px;
}

.pager .previous a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
}

.pager .next a:hover::before {
    left: 10px;
}
.pager .previous a:hover::after {
    right: 10px;
}

}


/*----------------------------------------------------
	ページネーション
----------------------------------------------------*/

.pagination {
    list-style-type: none;
    padding-left: 0;
    margin: 50px 0 20px;
}

.pagination li {
    margin: 0;
}
 
.pagination,
.pagination li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
 
.pagination a {
    font-size: 1.5rem;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #e2e2e2;
    border-left-width: 0;
    min-width: 36px;
    min-height: 35px;
    background: #fff;
    color: var(--font-color-base);
}
 
.pagination li:not([class*="current"]) a:hover {
    background: #fbfbfb;
}
 
.pagination li:first-of-type a {
    border-left-width: 1px;
}
 
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
 
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.1rem;
    text-rendering: auto;
    transform: translate(0, 0);
}
 
.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }
 
.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }
 
.pagination li.current a {
    background: #fbfbfb;
    cursor: default;
    pointer-events: none;
}

.pagination > li:first-child > a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pagination > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}


/*----------------------------------------------------
	シェアボタン
----------------------------------------------------*/

.share-area {
    margin: 40px 0;
    text-align: center;
}

.share-title {
    font-size: 16px;
    font-weight: var(--font-weight-base);
    margin-bottom: 15px;
    color: var(--font-color-base);
}

.share-list {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.share-link,
a.share-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
    border: none;
    cursor: pointer;
}

.share-link:hover {
    opacity: 0.7;
}

.share-x {
    background-color: #000;
}

.share-fb {
    background-color: #1877f2;
}

.share-line {
    background-color: #06c755;
}

.share-copy {
    background-color: #777;
}


/*----------------------------------------------------
	footer
----------------------------------------------------*/

footer {
    height: auto;
    width: 100%;
    margin-top: auto;
    background: var(--secondary-color);
    position: relative;
}

.footer-area {
    height: auto;
    width: 95%;
    max-width: var(--max-width);
    display: flex;
    margin: 0 auto;
    overflow: hidden;
    padding: 85px 0 25px;
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.footer-logo-area {
    width: 161px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo a {
    display: block;
    text-decoration: none;
}

.footer-logo a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.footer-contents-area {
    width: 660px;
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.footer-navi-area {
    width: 390px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 60px;
}

.footer-navi-area ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

ul#menu-footer-navi1 li.menu-item a,
ul#menu-footer-navi2 li.menu-item a {
    display: inline-block;
    font-size: 1.6rem;
    font-family: var(--font-family-en);
    font-weight: var(--font-weight-base);
    padding: 0 0 8px;
    color: var(--font-color-base);
    text-decoration: none;
    text-align: left;
    position: relative;
}

ul#menu-footer-navi1 li.menu-item a:hover,
ul#menu-footer-navi2 li.menu-item a:hover {
    color: var(--logo-color);
}

.copyright {
    max-width: var(--max-width);
    height: auto;
    font-size: 1.1rem;
    color: #888;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0 20px 0;
    line-height: 1;
}


@media screen and (max-width: 1100px) {

.footer-contents-area {
    width: 610px;
}

.footer-navi-area {
    width: 360px;
}

}


@media screen and (max-width: 960px) {

.footer-area {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-contents-area {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
}

.footer-navi-area {
    display: none;
}

.copyright {
    width: 100%;
    height: 30px;
    margin: 50px auto;
    padding: 0;
}

}


/*----------------------------------------------------
	snsエリア
----------------------------------------------------*/

.footer-sns ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-sns li {
    margin: 0;
}

.footer-sns li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
    border: none;
    cursor: pointer;
}

.footer-sns li a.sns-line {
    background-color: #06c755;
    padding: 4px;
}

.footer-sns li a.sns-instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    padding: 8px;
}

.footer-sns li a.sns-fb {
    background-color: #1877f2;
    padding: 8px;
}

.footer-sns li a.sns-youtube {
    background-color: #ff0000;
    padding: 8px;
}

.footer-sns li a:hover {
    text-decoration: none;
    opacity: 0.7;
}


@media screen and (max-width: 768px) {

.footer-sns ul {
    display: flex;
    justify-content: center;
}

}


/*----------------------------------------------------
	スマートフォン下部固定お問い合わせバナー
----------------------------------------------------*/

.contact-sp {
    display: none;
}


@media screen and (max-width: 768px) {

.contact-sp {
    width: 100%;
    height: 50px;
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 10;
    background: #fff;
}

.contact-area-sp {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}

.contact-mail-sp {
    width: 100%;
    text-align: center;
}

.contact-more-btn-sp {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #fff;
}

.contact-more-btn-sp::before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    font-size: 2.0rem;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.contact-more-btn-sp:hover {
    opacity: 0.7;
}

}


/*----------------------------------------------------
	詳細を見るボタン
----------------------------------------------------*/

a.more-btn {
    width: 260px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--primary-color);
    color: var(--font-color-base);
    font-size: 1.6rem;
    font-weight: var(--font-weight-base);
    padding-top: 1px;
    text-decoration: none;
    margin: 40px auto 20px;
    padding-right: 5px;
    overflow: hidden;
    border-radius: 5px;
    z-index: 2;
    position: relative;
}

a.more-btn-long {
    max-width: 360px;
    min-width: 260px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--primary-color);
    color: var(--font-color-base);
    font-size: 1.6rem;
    font-weight: var(--font-weight-base);
    text-decoration: none;
    margin: 40px auto 20px;
    padding: 10px 15px 9px 10px;
    line-height: 1.6;
    overflow: hidden;
    border-radius: 5px;
    z-index: 2;
    position: relative;
}

a.more-btn::before,
a.more-btn-long::before {
    content: '';
    display: block;
    border-bottom: 1px solid var(--font-color-base);
    border-right: 1px solid var(--font-color-base);
    height: 7px;
    width: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    transform: rotate(-45deg);
    transition: 0.3s ease-out;
}

a.more-btn:hover,
a.more-btn-long:hover {
    text-decoration: none;
}

a.more-btn:hover::before,
a.more-btn-long:hover::before {
    content: '';
    display: block;
    border-bottom: 1px solid var(--font-color-base);
    border-right: 1px solid var(--font-color-base);
    height: 7px;
    width: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    transform: rotate(-45deg);
}


@media screen and (max-width: 768px) {

a.more-btn,
a.more-btn-long {
    width: 80%;
    max-width: 250px;
    margin: 30px auto 20px;
}

}


/*----------------------------------------------------
	トップへ戻る
----------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    width: 55px;
    height: 55px;
    background-color: var(--logo-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
    cursor: pointer;
}

#page-top svg {
    width: 35px;
    height: 35px;
    color: #fff;
}

#page-top.is-show {
    opacity: 1;
    visibility: visible;
}

#page-top:hover {
    text-decoration: none;
    opacity: 0.7;
}


@media screen and (max-width: 1260px) {

#page-top {
    background-size: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
}

#page-top svg {
    width: 25px;
    height: 25px;
    color: #fff;
}

}


@media screen and (max-width: 768px) {

#page-top {
    position: fixed;
    bottom: 70px;
    right: 15px;
}

}


/*----------------------------------------------------
	お問い合わせフォーム
----------------------------------------------------*/

.contact-tel {
    margin: 30px 0 0;
}

.contact-tel a {
    line-height: 1;
    color: var(--font-color-base);
    text-decoration: none;
    font-size: 5.3rem;
    font-weight: var(--font-weight-base);
    letter-spacing: -1px;
    position: relative;
    display: inline-block;
}

.contact-tel a::before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 3.9rem;
    padding-right: 9px;
    vertical-align: middle;
    position: relative;
    top: -4px;
    display: inline-block;
}

.contact-tel a:hover {
    text-decoration: none;
}

.contact-time {
    font-size: 1.8rem;
    font-weight: var(--font-weight-base);
    letter-spacing: 2px;
}

.contact-form {
    width: 80%;
    margin: 30px auto 0;
}

.contact-form .form-label {
    width: 100%;
    font-size: 1.7rem;
    font-weight: var(--font-weight-base);
    text-align: left;
}

.contact-form .form-label label {
    padding: 30px 0 10px;
    display: block;
}

.wpcf7 form .form-input {
    width: 100%;
    text-align: left;
}

.wpcf7 form textarea {
    font-family: var(--font-family-base);
    line-height: 1.5;
    border: 1px solid var(--border-color);
    color: var(--font-color-base);
    width: 100%;
    font-size: 1.6rem;
    background: #fff;
    padding: 15px;
    overflow: hidden;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}

.wpcf7 form .wpcf7-list-item {
    margin: 5px !important;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    display: flex;
}

.wpcf7 form .wpcf7-acceptance .wpcf7-list-item {
    display: inline-flex !important;
}

.wpcf7 form input[type="image"] {
    margin-bottom: 40px;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="date"],
.wpcf7 form input[type="number"] {
    font-family: var(--font-family-base);
    line-height: 1.5;
    width: 100%;
    border: 1px solid var(--border-color);
    color: var(--font-color-base);
    font-size: 1.6rem;
    background: #fff;
    padding: 15px;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
 }

.wpcf7 form select {
    font-family: var(--font-family-base);
    line-height: 1.5;
    border: 1px solid var(--border-color);
    color: var(--font-color-base);
    background: #fff;
    padding: 15px;
    font-size: 1.6rem;
    width: 100%;
    height: auto;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    outline: none;
}

.wpcf7 form .label {
    position: relative;
    display: block;
}

.wpcf7 form .label::after {
    display: block;
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.6rem;
    color: #666;
    position: absolute;
    line-height: 1.5;
    top: 17px;
    right: 3%;
    pointer-events: none;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    display: none;
}

.wpcf7 form input[type="file"] {
    font-family: var(--font-family-base);
    line-height: 1.5;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="text"]:focus,
.wpcf7 form input[type="tel"]:focus,
.wpcf7 form input[type="email"]:focus,
.wpcf7 form input[type="checkbox"]:focus,
.wpcf7 form input[type="radio"]:focus,
.wpcf7 form input[type="file"]:focus,
.wpcf7 form textarea:focus,
.wpcf7 form select:focus {
    border: 1px solid #666;
}

.wpcf7 form input[type="submit"],
.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"],
.wpcf7 form input[type="image"],
.wpcf7 form input[type="file"],
.wpcf7 form textarea {
    outline:none;
}

.wpcf7 form input[type="submit"] {
    outline:none;
    -webkit-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"] {
    margin-right: 10px;
}

.wpcf7 form .ajax-loader,
.wpcf7 form .wpcf7-spinner {
    display: none !important;
}

.wpcf7 form .wpcf7-validation-errors {
    color: var(--font-color-red) !important;
    font-size: 1.6rem;
    font-weight: var(--font-weight-base);
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.wpcf7 form .wpcf7-not-valid-tip {
    color: var(--font-color-red) !important;
    font-size: 1.6rem;
    font-weight: var(--font-weight-base);
    display: block;
    margin-top: 10px;
    text-align: left;
}

.wpcf7 form .wpcf7-response-output {
    padding: 0 !important;
    margin: 30px 0 20px!important;
    color: var(--font-color-red) !important;
    font-size: 1.6rem;
    font-weight: var(--font-weight-base);
    border: none !important;
    text-align: center;
}

.wpcf7 form .wpcf7-mail-sent-ok,
.wpcf7 form .wpcf7-mail-sent-ng {
    font-size: 1.6rem !important;
    font-weight: var(--font-weight-base);
    border: none !important;
    text-align: center;
}


@media screen and (max-width: 768px) {

.contact-tel {
    font-size: 2.0rem;
    line-height: 1.4;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 3px;
}

.contact-tel a {
    font-size: clamp(2.9rem,8vw,3.3rem);
    pointer-events: auto;
    text-decoration: none;
    cursor: pointer;
}

.contact-tel a::before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 6px;
    font-size: 2.3rem;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.contact-tel a:hover {
    opacity: 0.7;
}

.contact-time {
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: 1px;
}

.contact-form {
    width: 100%;
    margin: 0 auto;
}

.contact-form .form-label {
    font-size: 1.6rem;
}

.wpcf7 form input[type="image"] {
    margin-bottom: 30px;
}

.wpcf7 form .wpcf7-list-item {
    font-size: 1.6rem;
}

.wpcf7 form select {
    width: 100% !important;
    border-radius: 0;
    text-indent: 5px;
}

.wpcf7 form label::before,
.wpcf7 form label::after {
    display: none;
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"] {
    width: 100%;
}

.wpcf7 form .wpcf7-validation-errors {
    width: 100%;
    font-size: 1.4rem !important;
    margin: 0 auto !important;
    padding: 0 0 20px 0 !important;
    text-align: center;
    line-height: 1.7;
}

.wpcf7 form .wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
    font-size: 1.4rem !important;
}

.wpcf7 form .wpcf7-mail-sent-ok,
.wpcf7 form .wpcf7-mail-sent-ng {
    font-size: 1.4rem !important;
}

}


/*----------------------------------------------------
	必須タグ
----------------------------------------------------*/

.tag.tag-imperative {
    width: 48px;
    height: 24px;
    background: var(--logo-color);
    color: #fff;
    display: inline-flex;
    font-style: normal;
    margin-left: 10px;
    line-height: 1;
    font-size: 1.2rem;
    align-items: center;
    justify-content: center;
}


/*----------------------------------------------------
	送信ボタン
----------------------------------------------------*/

.submit {
    font-family: var(--font-family-base);
    width: 350px;
    height: 60px;
    font-size: 1.7rem;
    font-weight: var(--font-weight-base);
    letter-spacing: 1px;
    margin: 30px auto 15px;
    text-align: center;
    display: block;
    padding: 20px 15px;
    line-height: 1;
    background: var(--logo-color);
    border: none;
    color: #fff !important;
}

.submit:hover {
    opacity: 0.7;
    color: #fff !important;
    border: none;
    text-decoration: none;
}


@media screen and (max-width: 768px) {

.submit {
    width: 85%;
    max-width: 300px;
    margin: 30px auto 15px;
}

}