

/*リセット*/
@charset "UTF-8";
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:16px;vertical-align:baseline;background:transparent}body{line-height:1.6}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}ins{text-decoration:none}ins,mark{background-color:#fff;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0;border-left:1px solid #dadce0;border-top:1px solid #dadce0}th,td{padding:1em;border-right:1px solid #dadce0;border-bottom:1px solid #dadce0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:36px 0;padding:0}input,select{vertical-align:middle}

/*WPリセット*/
body {
	color: #5f6368;
	font-family: 'Noto Sans JP', sans-serif;
}


input[type="button"],input[type="submit"] {
    display       : inline-block;
    -webkit-appearance: none;
	border-radius : 4px;
	border: #006d4c;
	text-align    : center;
	cursor        : pointer;
	padding       : 1em;
	background    : #006d4c;
	color         : #ffffff;
	line-height   : 1em;
	font-size:100%;
	box-sizing: border-box;
}
input,select,textarea {
    -webkit-appearance: none;
	padding: 1em;
	box-sizing: border-box;
	font-size:100%;
	font-family: initial;
	background: #fff;
	border: 1px solid #e8eaed;
	box-sizing: border-box;
}
input[type="radio"] {
    -webkit-appearance: radio;
}
input[type="file"] {
	width: 100%;
}

/*gutenbergカラーパレット*/
.has-orange-color{color:#ea9635 !important;}
.has-red-color{color:#ea4335 !important;}
.has-red-background-color{background-color:#ea4335 !important;}
.has-white-color{color:#ffffff !important;}
.has-white-background-color{background-color:#ffffff !important;}
.has-gray-color{color:#80868b !important;}
.has-gray-background-color{background-color:#80868b !important;}
.has-black-color{color:#202124 !important;}
.has-black-background-color{background-color:#202124 !important;}
.has-light-yellow-color{color:#fce8b2 !important;}
.has-light-yellow-background-color{background-color:#fce8b2 !important;}
p.has-large-font-size{
	font-size: initial;
}
p{
	margin-top: 1em;
	margin-bottom: 1em;
}
input,select,textarea,main ul,footer ul,table,main img.wp-post-image,figure.wp-block-image,blockquote,div.wp-block-media-text{
	margin-bottom: 1em;
}
article{
	margin-bottom: 3em;
}
img.wp-post-image{
    width: 100%;
    height: auto;
}
p.simple-image{
	margin-bottom: 0;
}

a {
    color: #174ea6;
    text-decoration:underline;
}
a:hover{
    color: #174ea6;
    opacity: 0.6;
    
}

.archive h2{
    color: #5f6368;
}

.archive a{
    text-decoration:none;
}

.main a,header a,footer a{
    text-decoration:none;
}

.main a:hover,header a:hover{
    opacity: 1;
}

header a,footer a,.cms-section a,.about-purchase a{

    color: #5f6368;
}

footer a:hover,.cms-section a:hover,.about-purchase a:hover{

    color: #174ea6;
}
    

/* Botton */

.btn,a.wp-block-button__link{
	position: relative;
    max-width: 100%;
    width: 300px;
    padding: 20px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #ed8000;
    box-sizing: border-box;
}
.btn{
    background-color: #ed8000;
}
.contact{
    background-color: #3ea0ffcf;
}

a.wp-block-button__link {
	background-color: #006d4c
}
.btn a > div {
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.btn::after {
    content: '';
    position: absolute;
    top: 43px;
    right: 25px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.f_middle .inner .btn::after{
    top: 30px;
}

.btn:hover,a:hover.wp-block-button__link {
    opacity: 0.8;
}
.white {
    width: 500px;
    margin: 0;
    padding: 10px;
    font-size: 1.5em;
    font-weight: bold;
    color: #ed8000;
    background: #fff;
    text-align: center;
    border-radius: 30px;
}
.white::after {
    content: '';
    position: absolute;
    top: 25px;
    right: 25px;
    border: solid #ed8000;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.blue {
    position: relative;
    width: 400px;
    margin: 0;
    border-radius: 60px;
    background-color: #61c5e7;
	width: 35%; /* ボタンを2つずつ表示するために50%幅に設定 */
    box-sizing: border-box;
    padding: 2em; /* 各ボタンにスペースを追加 */
}
.button_style {
	background-color: #006d4c;
	border: 2px solid #006d4c;
	color: #fff !important;
	border-radius: 5px;
	box-sizing: border-box;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
	min-width: 300px;
	padding: 14px 24px;
	margin-bottom: 30px;
	text-align: center;
	text-decoration: none;
	user-select: none;
	white-space: nowrap;
  }
  .button_link {
	color: #fff !important;
	
  }
  
  .button_link a:hover {
	opacity: 1;
  }
  
  .button_link:hover {

	opacity: 0.8;
  }


/* End Botton*/

.is-style-outline a.button,.is-style-outline a.wp-block-button__link{
    display       : inline-block;
	border-radius : 4px;
	text-align    : center;
	cursor        : pointer;
	padding       : 1em;
	background    : #ffffff;
	color         :  #006d4c !important;
	line-height   : 1em;
	box-sizing: border-box;
	border: 2px solid #006d4c;
	font-weight: bold;
}
.is-style-outline a:hover.button,.is-style-outline a:hover.wp-block-button__link{
	background    :  #006d4c;
	color         : #ffffff !important;
	border: 2px solid  #006d4c;
}
.wp-block-media-text__content{
	padding:0 12px;
}
.wp-block-image figcaption{
	margin:0;
}
.wp-block-table.is-style-stripes{
	border: 0;
}
.wp-block-table.is-style-stripes table{
	border: 0;
}
figcaption{
	text-align: center;
}
/* SP */
main img {
    display: block;
    max-width: 100%;
	height: auto;
    width: 100%;
}
blockquote{
	font-size: 12px;
	color: #80868b;
	padding-left: 1em;
    border-left: 4px solid;
}
blockquote p{
	margin-bottom: 1em;
}

h1,h2,h3 {
    font-weight: bold;
}
h1 {
    font-size: 36px;
    margin-bottom: 1em;
}
h2 {
    font-size: 24px;
    /*
    margin-top: 3em;
    */
    margin-bottom: 1em;
}
h3 {
    font-size: 20px;
    margin-top: 3em;
    margin-bottom: 1em;
}
h4,h5,h6 {
    font-size: 20px;
    margin-top: 1em;
    margin-bottom: 1em;
}
table {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
th,td {
	vertical-align: middle;
}
ol {
   padding-inline-start: 1em;
}
ol li {
   margin-bottom: 1em;
}

ul li {
   /*margin-bottom: 1em;*/
}

header{
    width: 100%;
    padding-top:12px; 
    
    border-bottom: 1px solid #e8eaed;
}
header ul li{
	margin-bottom: 0;
}
.inner {
    width: 90%;
    margin: 0 auto;
}
header .inner{
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.pc {
    display: block;
}
.sp {
    display: none;
}
.cv {
    position: relative;
}
.ab {
    position: absolute;
}
@media screen and (max-width:750px) {
    .inner {
        width: 90%;
        margin: 0 auto;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
   
}

/* Header */
header {
    padding: 1em 0 2em 0;
}
header .t-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .t-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
header .t-header .logo {
	width: 150px;
	margin-right: 60px;
}
header .t-header .logo img {
	width: 250px;
    display: block;
}
header .t-header nav.global {
	position: relative;
    width: 100%;
    height: auto;
}
header .t-header nav.global ul.global-menu {
    display: flex;
    align-items: center;
}
header .t-header nav.global ul.global-menu li {
    position: relative;
    padding: 0 30px;
    margin: 0;
    border-right: 1px solid #ddd;
}

header .t-header .global .global-menu li.btn {
    width: 100px;
    padding: 5px 25px;
    border-radius: 60px;
    margin-left: 20px;
    box-sizing: content-box;
}
header .t-header .global .global-menu li.btn::after {
    display: none;
}
header .t-header .global .global-menu .btn a > div {
    font-size: 1em;
}
header .t-header .global ul.global-menu li a {
    position: relative;
    display: inline-block; /* aタグ全体に幅を持たせる */
    padding: 0; /* 不要なpaddingをリセット */
    margin: 0; /* 不要なmarginをリセット */
}
/*

header .t-header .global ul.global-menu li a:hover {
    color: #ed8000;
}
    */

header .t-header .global ul.global-menu li a:hover {
    color: #1a1815;
}




header .t-header .global ul.global-menu li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 1px;
    /*background-color: #ed8000;*/
}
header .t-header .global ul.global-menu li a:hover::after {
    width: 100%;
}
header .t-header .global ul.global-menu li:last-child a:hover::after {
    width: 0;
}




header .t-menu .logo {
	width: 150px;
	margin-right: 60px;
}
header .t-menu .logo img {
	width: 150px;
    display: block;
}
header .t-menu nav.global {
	position: relative;
    width: 100%;
    height: auto;
}
header .t-menu nav.global ul.global-menu {
    display: flex;
    align-items: center;
}
header .t-menu nav.global ul.global-menu li {
    position: relative;
    padding: 0 30px;
    margin: 0;
    border-right: 1px solid #ddd;
}




header .t-menu .global .global-menu li.btn {
    width: 100px;
    padding: 5px 25px;
    border-radius: 60px;
    margin-left: 20px;
    box-sizing: content-box;
}
header .t-menu .global .global-menu li.btn::after {
    display: none;
}
header .t-menu .global .global-menu .btn a > div {
    font-size: 1em;
}
header .t-menu .global ul.global-menu li a {
    position: relative;
    display: inline-block; /* aタグ全体に幅を持たせる */
    padding: 0; /* 不要なpaddingをリセット */
    margin: 0; /* 不要なmarginをリセット */
}
header .t-menu .global ul.global-menu li a:hover {
    color: #ed8000;
}


header .t-menu .global ul.global-menu li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 1px;
    background-color: #ed8000;
}
header .t-menu .global ul.global-menu li a:hover::after {
    width: 100%;
}
header .t-menu .global ul.global-menu li:last-child a:hover::after {
    width: 0;
}
@media screen and (max-width:1400px) {
    header .inner.t-header  {
        width: 85%;
    }
    header .inner.t-menu  {
        width: 85%;
    }
}
@media screen and (max-width:1200px) {
    header .inner.t-header  {
        width: 95%;
    }
    header .inner.t-menu  {
        width: 95%;
    }
}
@media screen and (max-width: 992px) {
    header .sp {
        display: block;
    }
    header {
        padding: 0;
    }
    header .t-header div.btn-hamburger span {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #202124;
        border-radius: 10px;
        -webkit-transition: all 400ms;
        transition: all 400ms;
    }
    header .t-header div.btn-hamburger span:nth-child(1) {
        top:0;
    }
    header .t-header div.btn-hamburger span:nth-child(2) {
        top:10px;
    }
    header .t-header div.btn-hamburger span:nth-child(3) {
        top:20px;
    }
    header .t-header div.btn-hamburger {
        position: fixed;
        top: 25px;
        right: 20px;
        width: 30px;
        height: 24px;
        z-index: 3;
    }
    header .t-header div.btn-hamburger.open span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 7px);
    }
    header .t-header div.btn-hamburger.open span:nth-child(2) {
        opacity: 0;
    }
    header .t-header div.btn-hamburger.open span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -9px);
    }
    header .t-header nav.global {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: #fff;
        transform: translateY(-300%);
        transition: transform 0.6s ease;
    }
    header .t-header nav.global.open {
        transform: translateY(0);
    }
    header .t-header nav.global ul.global-menu {
        display: flex;
        flex-direction: column;
        padding: 0 1em;
        align-items: stretch;
    }
    header .t-header nav.global ul.global-menu li {
        position: relative;
        padding: 24px 0;
        border-bottom: 1px solid #afafb0;
        border-right: none;
    }
    header .t-header .global .global-menu li.btn {
        padding: 10px 25px;
        border-radius: 60px;
        width: 350px;
        margin: 2em auto 0 auto;
        box-sizing: border-box;
    }
    header .t-header .global ul.global-menu li a::after{
        content: '';
        position: absolute;
        top: calc(50% - 4px);
        right: 7px;
        border: solid #202124;
        border-width: 0 1px 1px 0;
        padding: 4px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        background: transparent;
        left: auto;
    }
    header .t-header .global ul.global-menu li a{
        display: block;
    }
    header .t-header .global ul.global-menu li a:hover::after{
        width: auto;
    }
    header .t-header .global ul.global-menu li:first-child a::after, 
    header .t-header .global ul.global-menu li:last-child a::after{
        display: none;
    }
    header .t-header .global .global-menu li.btn a::after {
        display: none;
    }

    header .t-menu div.btn-hamburger span {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #202124;
        border-radius: 10px;
        -webkit-transition: all 400ms;
        transition: all 400ms;
    }
    header .t-menu div.btn-hamburger span:nth-child(1) {
        top:0;
    }
    header .t-menu div.btn-hamburger span:nth-child(2) {
        top:10px;
    }
    header .t-menu div.btn-hamburger span:nth-child(3) {
        top:20px;
    }
    header .t-menu div.btn-hamburger {
        position: fixed;
        top: 25px;
        right: 20px;
        width: 30px;
        height: 24px;
        z-index: 3;
    }
    header .t-menu div.btn-hamburger.open span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 7px);
    }
    header .t-menu div.btn-hamburger.open span:nth-child(2) {
        opacity: 0;
    }
    header .t-menu div.btn-hamburger.open span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -9px);
    }
    header .t-menu nav.global {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: #fff;
        transform: translateY(-300%);
        transition: transform 0.6s ease;
    }
    header .t-menu nav.global.open {
        transform: translateY(0);
    }
    header .t-menu nav.global ul.global-menu {
        display: flex;
        flex-direction: column;
        padding: 0 1em;
        align-items: stretch;
    }
    header .t-menu nav.global ul.global-menu li {
        position: relative;
        padding: 24px 0;
        border-bottom: 1px solid #afafb0;
        border-right: none;
    }
    header .t-menu .global .global-menu li.btn {
        padding: 10px 25px;
        border-radius: 60px;
        width: 350px;
        margin: 2em auto 0 auto;
        box-sizing: border-box;
    }
    header .t-menu .global ul.global-menu li a::after{
        content: '';
        position: absolute;
        top: calc(50% - 4px);
        right: 7px;
        border: solid #202124;
        border-width: 0 1px 1px 0;
        padding: 4px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        background: transparent;
        left: auto;
    }
    header .t-menu .global ul.global-menu li a{
        display: block;
    }
    header .t-menu .global ul.global-menu li a:hover::after{
        width: auto;
    }
    header .t-menu .global ul.global-menu li:first-child a::after, 
    header .t-menu .global ul.global-menu li:last-child a::after{
        display: none;
    }
    header .t-menu .global .global-menu li.btn a::after {
        display: none;
    }
}
/* End Header */

/* Footer */
footer .f_top nav.icon_sns {
	border-bottom: 2px solid #ed8000;
    padding-bottom: 3em;
    margin-bottom: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
footer .f_top nav.icon_sns .icon {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    width: 27px;
    height: 30px;
}
footer .f_top nav.icon_sns .icon.instagram {
    background-image: url(./image/non-images/i-ig.webp);
}
footer .f_top nav.icon_sns .icon.line {
    background-image: url(./image/non-images/i-line.webp);
}
footer .f_top nav.icon_sns .icon.youtube {
    background-image: url(./image/non-images/i-yt.webp);
}
footer .f_top nav.icon_sns .icon.twitter {
    background-image: url(./image/non-images/i-x.webp);
}
footer .f_top nav.icon_sns .icon.facebook {
    background-image: url(./image/non-images/i-fb.webp);
}
footer .f_middle {
    margin: 3em;
}
footer .f_middle .call_time {
    text-align: center;
    margin: 2em 0;
}
footer .f_middle .call_time .t-text {
    font-size: 1.5em;
    border-bottom: solid 1px;
}
footer .f_middle .phone {
    display: flex;
    text-align: center;
}
footer .f_middle .phone > div {
    width: calc(100% / 2);
    margin-bottom: 1em;
}
footer .f_middle .phone > div span.tel {
    font-size: 2em;
    color: #ed8000;
}
footer .f_bottom {
    width:100%;
    background-color: #f8f9fa;
    padding:24px 0;
    box-sizing: border-box;
    
}
.ta_end{
    text-align: end;
}
footer .f_bottom nav.menu_footer {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin: 1.5em 0;
}
footer .f_bottom .menu_footer ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.5em;
    padding-bottom: 1.5em;
}
footer .f_bottom nav.menu_footer ul li {
    width: calc(100% / 4);
}
footer .f_bottom nav.menu_footer .first_menu {
    border-bottom: solid 1px #afafb0;
}
footer .f_bottom ul p {
	font-size: 2rem;
}
footer .f_bottom a {
	color:#5f6368;
}
footer .f_bottom nav.copyright div {
    font-size: 14px;
    text-align: center;
}
@media screen and (max-width:992px) {
    footer .f_middle {
        margin: 3em 0;
    }
    footer .f_middle .call_time {
        text-align: center;
        margin-bottom: 2em;
    }
    footer .f_middle .call_time .t-text {
        font-size: 1.5em;
        border-bottom: solid 1px;
    }
    footer .f_middle .phone {
        display: flex;
        text-align: center;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    footer .f_middle .phone > div {
        margin-bottom: 1em;
        width: 100%;
    }
    footer .f_bottom {
        width:100%;
        background-color: #f8f9fa;
        padding:24px 0;
        box-sizing: border-box;
    }
    footer .f_bottom nav.menu_footer {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin: 1.5em 0;
    }
    footer .f_bottom .menu_footer ul {
        flex-direction: column;
    }
    footer .f_bottom nav.menu_footer ul,
    footer .f_bottom nav.menu_footer ul li{
        margin-bottom: 1.5em;
    }
    footer .f_bottom nav.menu_footer ul li {
        width: 100%;
    }
}
/* End Footer */

/* なぞ */
div.logo{
	width: 150px;
	margin-right: 60px;
}
div.logo img{
	width: 150px;
}

div.content{
	width:100%;
    margin-bottom: 60px;
	/*padding: 60px 0 0;*/
}
nav.breadcrumbs{
    width:100%;
	padding: 24px 0;
	display: none;
}
nav.breadcrumbs div.inner a{
    color: #5f6368;
}
main{
    width: 96%;
    margin: 0 auto;
}
article{
}
h1.entry-title{
    padding: 0.3em;
    color: #494949;
    background: #fffaf4;
    border-left: solid 5px #ffaf58;
    margin-top: 1em;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    h1.entry-title, h1 {
        font-size: 25px !important;
        line-height: 1.4em;
    }
}

h1.entry-title a{
    color: initial;
}
h2.entry-title{
	padding-top:0;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: none;
}
h2.entry-title a{
    color: initial;
}
div.entry-content{
    margin-bottom: 60px;
}
div.flex{
	display: flex;
	flex-direction: column;
	align-items: center;
}
div.flex_space{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
div.entry-footer{
    margin-bottom: 24px;
}
div.nav-page {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
}
ul.cat-list{
	
}
ul.cat-list li.cat-item a{
	pointer-events: none;
    font-size: 24px;
    margin-top: 64px;
    margin-bottom: 1em;
    border-bottom: 2px solid #fbbc05;
    display: block;
    color: initial;
}
ul.cat-list li.cat-item ul.children li.cat-item a{
	pointer-events: initial;
    color: initial;
    font-size: initial;
    border-bottom: 0;
    margin-top: 0;
    margin-bottom: 1em;
    background: #f1f3f4;
    padding: 1em;
    border-radius: 4px;
}
ul.children{
	
}
ul.children li.cat-item{
}
aside{
    display: none;
}
div.cap{
	text-align: right;
	padding-top: 64px;
	padding-bottom: 1em;
}

.xo-event-calendar {
	width: 100%;
}
/* entry-summary */
.entry{
	margin-bottom: 0;
}

div.entry-summary{
	color: initial;
	display: flex;
	border-bottom:1px solid #e8eaed;
	padding-bottom: 2em;
	margin-top: 2em;
}
div.summary-thumb{
	width: 30%;
}

div.summary-thumb img{
	object-fit: cover;
	margin: 0 auto;
}

div.summary-thumb-desc{
	width: 70%;
	margin-left: 12px;
	display: flex;
	flex-direction: column;
}
div.summary-desc{
	width: 100%;
	display: flex;
	flex-direction: column;
}


/* TABLET */
@media screen and (min-width: 600px) {
}

/* PC */
@media screen and (min-width: 950px) {
	p.has-large-font-size{
		font-size: 36px;
	}
    img{
        width: initial;
        height: auto;
    }
    img.wp-post-image{
        width: 100%;
        height: auto;
    }
    /*
    h1 {
        font-size: 60px;
        
      }
        */

/*
	h2{
	    font-size: 48px;
	}
    */
	h3{
	    font-size: 36px;
	}
	h4,h5,h6{
	    font-size: 24px;
	}
	table {
		overflow-x: initial;
		white-space: initial;
	}
	header{
		min-width: 1024px;
	}
	.inner{
	    max-width: 1440px;
	    margin: 0 auto;
	}
	div.btn-hamburger{
		display: none;
	}
	nav.global{
		position: initial;
	}
	nav.global ul.global-menu{
	    list-style: none;
	    display: flex;
	    justify-content: space-around;
	    flex-direction: row;
	    align-items: center;
	}
	nav.global ul.global-menu li{
	    padding: 0 24px;
		border-bottom: none;
	    text-align: center;
	}
	nav.breadcrumbs{
		min-width: 1024px;
	}
	div.content{
		width:960px;
	    display: flex;
	    margin: 0 auto;
	    margin-bottom: 60px;
	}
	.wp-block-media-text__content{
		padding:0 36px !important;
	}
    main{
        width: 100%;
    }
    ul.cat-list li.cat-item a{
	    font-size: 36px;
	}
	div.flex{
		display: flex;
		flex-direction: row;
		flex-wrap : wrap;
	}
	div.flex_space{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap : wrap;
	}
    aside{
        width: 300px;
        margin-left: 40px;
        display: none;
    }
	footer{
		min-width: 1024px;
	}
	footer nav.menu_footer{
		flex-direction: row;
	}
	footer nav.company{
		flex-direction: row;
	}
	.xo-event-calendar {
        width: 240px;
	}
}

/* End なぞ */

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

.page-numbers {
    text-align: center;
    list-style-position: inside;
    list-style-type: none;
    padding: 0;
}
.page-numbers li {
    display: inline-block;
}
.page-numbers a {
    display: inline-block;
    padding: 1rem 1.7rem;
    margin: .5rem .5rem .5rem 0;
    border: 1px solid #006d4c;
    color: #000;
	border-radius: 5px;
}
.page-numbers span {
    display: inline-block;
    padding: 1rem 1.7rem;
    margin: 1.5rem .5rem;
    border: 1px solid #006d4c;
    background-color: #006d4c;
    color: #fff;
	border-radius: 5px;
}
.page-numbers .dots{
	border: none;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    padding: 0 0.5rem;
}
/* Main content */
.main .cta1 {
    top: 48%;
    left: 8%;
    width: 30%;
}
.main .cta1:hover {
    opacity: 0.8;
}
.main .cta2 {
    top: 75%;
    left: 15%;
    width: 30%;
}
.main .cta3 {
    top: 75%;
    left: 50%;
    width: 30%;
    transform: translateX(-50%);
	margin-top: 20px;
}
.main .cta3 .btn.white {
    width: auto;
}
.main .cta4 {
    top: 10%;
    left: 25%;
    right: 25%;
}
.main .cta-video {
    width: 70%;
    display: flex;
    top: 23%;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    gap: 20px;
}
.main .cta-video div {
    margin: 0 1em;
    width: 50%;
}
.main .cta-video div iframe {
    aspect-ratio: 16 / 9;
    max-width: 100%;
    width: 100%;
}
.main .cta-video .txt {
    position: relative;
    text-align: center;
    font-size: 28px;
    color: #ffff;
    margin-bottom: 0;
    margin-top: 10px;
    text-decoration: underline;
}
.main .special-content,
.main .drinking-recipe {
    padding: 4em 0 2em;
}
.main .report {
    padding: 5em 0;
}
.main .h1-title {
    text-align: center;
}
.main .cms-section .h1-title h1,.main .about-purchase .h1-title h1 {
    margin-bottom: 0.2em;
}
.main .special-content .h1-title h1 {
    position: relative;
    display: inline-block;
    color: #61c5e7;
    font-weight: 500;
}
.main .special-content .h1-title h1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #61c5e7;
}
.main .drinking-recipe .h1-title h1,
.main .item .h1-title h1,
.main .cms-section .h1-title h1,
.main .about-purchase .h1-title h1 {
    position: relative;
    display: inline-block;
    /*color: #ed8000;*/
    font-weight: 500;
}
.main .drinking-recipe .h1-title h1::after,
.main .item .h1-title h1::after,
.main .cms-section .h1-title h1::after,
.main .about-purchase .h1-title h1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #000000;
}
.main .drinking-recipe .d-flex {
    display: flex;
    margin: 3em 0;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.main .drinking-recipe .d-flex .btn.orange {
    position: relative;
    padding: 15px;
    margin: 0;
    border-radius: 60px;
}


.main .drinking-recipe .d-flex .btn.orange::after {
    content: '';
    position: absolute;
    top: 27px;
    right: 25px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.main .drinking-recipe .d-flex.categories {
    display: flex;
    flex-wrap: wrap;
    padding: 2em 0;
    justify-content: center;
}
.main .drinking-recipe .d-flex.categories .btn.blue.i-bubble::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 20px;
    background: url(./image/non-images/i-bubble.webp) no-repeat;
    width: 50px;
    height: 35px;
    background-size: 100%;
}
.main .drinking-recipe .d-flex.categories .btn.blue.i-spoon::before {
    content: '';
    position: absolute;
    top: 30px;
	left: 25px;
    background: url(./image/non-images/i-spoon.webp) no-repeat;
    width: 27px;
    height: 45px;
    background-size: 100%;
}
.main .drinking-recipe .d-flex.categories .btn.blue.i-light::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 25px;
    background: url(./image/non-images/i-light.webp) no-repeat;
    width: 20px;
    height: 45px;
    background-size: 100%;
}
.main .drinking-recipe .d-flex.categories .btn.blue.i-note::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 25px;
    background: url(./image/non-images/i-note.webp) no-repeat;
    width: 30px;
    height: 35px;
    background-size: 100%;
}



.main .item .d-flex {
    display: flex;
    margin: 3em 0;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.main .item .d-flex .btn.orange {
    position: relative;
    padding: 15px;
    margin: 0;
    border-radius: 60px;
}
.main .item .d-flex .btn.orange::after {
    content: '';
    position: absolute;
    top: 27px;
    right: 25px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.main .item .d-flex.categories {
    display: flex;
    flex-wrap: wrap;
    padding: 2em 0;
    justify-content: center;
}
.main .item .d-flex.categories .btn.blue.i-bubble::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 20px;
    background: url(./image/non-images/i-bubble.webp) no-repeat;
    width: 50px;
    height: 35px;
    background-size: 100%;
}
.main .item .d-flex.categories .btn.blue.i-spoon::before {
    content: '';
    position: absolute;
    top: 30px;
	left: 25px;
    background: url(./image/non-images/i-spoon.webp) no-repeat;
    width: 27px;
    height: 45px;
    background-size: 100%;
}
.main .item .d-flex.categories .btn.blue.i-light::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 25px;
    background: url(./image/non-images/i-light.webp) no-repeat;
    width: 20px;
    height: 45px;
    background-size: 100%;
}
.main .item .d-flex.categories .btn.blue.i-note::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 25px;
    background: url(./image/non-images/i-note.webp) no-repeat;
    width: 30px;
    height: 35px;
    background-size: 100%;
}
.width30 {
    width: 30%;
}




.main .cms-section {
    margin-bottom: 3em;
}
.main .cms-section ul li {
    position: relative;
    padding: 1em 0;
    /* border-bottom: 1px dashed #202124;*/
}
/*.main .cms-section ul li:last-child {
    border: none;
}*/
.main .cms-section ul li::after {
    content: '';
    position: absolute;
    top: 50px;
    right: 10px;
    border: solid #202124;
    border-width: 0 1px 1px 0;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.main .about-purchase {
    padding-bottom: 3em;
}
.main .about-purchase .d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.main .about-purchase .d-flex > a {
    width: 48%;
}

.main .about-purchase .d-flex > a > li {
    position: relative;
    padding: 1em 0;
    /*border-bottom: 1px dashed #202124;*/ /* 必要であればコメントを外す */
    list-style: none; /* liのリストスタイルを除去 */
}

.main .about-purchase .d-flex > a > li::after {
    content: '';
    position: absolute;
    top: 25px;
    right: 25px;
    border: solid #202124;
    border-width: 0 1px 1px 0;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.main .report.d-flex {
    display: flex;
    justify-content: space-between;
}
.main .report.d-flex > div {
    width: 48%;
}
.main .ab-txt {
    top: 57%;
    left: 50%;
    text-align: center;
    color: #fff;
    font-size: 1.8vw;
    transform: translateX(-50%);
    width: 100%;
}
.info{
	margin-bottom: 30px;
		}
.button_box{
	text-align: center;
	
	}
@media screen and (max-width: 750px) {
    .main .cta1 {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        padding: 1em;
    }
    .main .cta2 {
        top: unset;
        left: 5%;
        right: 5%;
        bottom: 3%;
        width: auto;
    }
    .main .cta3 {
        top: 72%;
        left: 5%;
        right: 5%;
        width: auto;
        transform: none;
    }
    .main .cta4 {
        top: 45%;
        left: 5%;
        right: 5%;
    }
    .main .special-content .h1-title h1,
    .main .drinking-recipe .h1-title h1,
    .main .item .h1-title h1,
    .main .cms-section .h1-title h1,
    .main .about-purchase .h1-title h1 {
        font-size: 28px;
    }
    .main .special-content, .main .drinking-recipe, .main .item, .main .report {
        padding: 4em 0 0;
    }
    .main .special-content .inner,
    .main .drinking-recipe .d-flex.categories > div,
    .main .item .d-flex.categories > div,
	.main .about-purchase .d-flex > a > li,
    .main .report.d-flex > div,
    .main .drinking-recipe .inner,
    .main .item .inner
     {
        width: 100%;
    }

	.main .about-purchase .d-flex > a{
			width: 100%;
	}
    .main .drinking-recipe .d-flex .btn.orange {
        width: 80%;
        padding: 15px 10px;
    }
    .main .drinking-recipe .d-flex {
        flex-direction: column;
    }
    .main .drinking-recipe .d-flex.categories {
        flex-direction: row;
    }
    .main .drinking-recipe .d-flex {
        width: 90%;
        margin: 3em auto;
    }

    .main .item .d-flex .btn.orange {
        width: 80%;
        padding: 15px 10px;
    }
    .d-flex_img .btn.orange {
        width: 80%;
        padding: 15px 10px;
    }
    .main .item .d-flex {
        flex-direction: column;
    }
    .main .item .d-flex.categories {
        flex-direction: row;
    }
    .d-flex_img {
        flex-direction: column;
    }
    .main .item .d-flex {
        width: 90%;
        margin: 3em auto;
    }

    .main .cms-section .cms-list .title {
        padding-right: 3em;
    }
    .main .about-purchase .d-flex > a > li::after {
        right: 10px;
    }
    .main .report.d-flex {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
    }
    .main .report {
        padding: 0 0 4em;
    }
    .main .about-purchase .d-flex > div:last-child {
        border-bottom: none;
    }
    .main .cta-video{
        width: 90%;
        flex-direction: column;
        top: 17%;
    }
    .main .cta-video div iframe{
        width: 100%;
    }
    .main .cta-video div{
        margin: auto;
        width: 100%;
    }
    .main .cta-video .txt {
        font-size: 20px;
    }
    .main .ab-txt {
        top: 45%;
        left: 50%;
        text-align: center;
        color: #fff;
        font-size: 4vw;
        transform: translateX(-50%);
        width: 90%;
    }
    .main .ab-txt2 {
        top: 60%;
        left: 5%;
        color: #ed8000;
        font-size: 4vw;
    }
    .main .ab-txt3 {
        top: 45%;
        left: 50%;
        color: #fff;
        font-size: 4vw;
        text-align: center;
        line-height: 2.2;
        transform: translateX(-50%);
        width: 90%;
    }
    .main .cms-section .h1-title h1,.main .about-purchase .h1-title h1 {
        margin-bottom: 0;
    }

	.main .drinking-recipe .d-flex.categories .btn.blue.i-spoon::before {
		left: 18px;
		width: 22px;
	}
    .main .item .d-flex.categories .btn.blue.i-spoon::before {
		left: 18px;
		width: 22px;
	}

	.date{
		width:90%
	}

	
	
}

  
  /* レビューに体験談大賞・4コマ体験談を見るボタン設置 */
  @media screen and (min-width: 1025px) {
	.reviews_button_box{
	  text-align: left !important;
	  margin-top: 30px !important;
	}
}

p.txt {
    text-align: center;
    font-size: 20px;
}
@media only screen and (min-width:992px) {
    .col-faq {
        flex-basis: 50%;
        max-width: 50%
    }
}
.gutentor-advanced-columns .grid-container ,.gutentor-container-cover .grid-container,.gutentor-module-accordion .grid-container{
    width: 100%;
}
@media only screen and (min-width:992px) {
    .section-gmd1976a1 {
        margin: 0 0 10px 0
    }
}
.grid-container {
    padding: 0;
}
a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}





.page_content_headline {
    margin: 0 0 60px;
    text-align: center;
}

.page_content_headline h3 {
    font-size: 30px;
    margin: 0;
    line-height: 140%;
    font-weight: 400;
}

.page_content_two_column {
    margin: 0 0 40px 0;
}
.clearfix {
    display: block !important;
}
.page_content_two_column .content {
    width: 430px;
    float: left;
    margin: 0 60px 0 0;
}
.page_content_two_column .content .image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 16px 0;
}
.page_content_one_column2 .image {
    width: 550px;
    height: auto;
    display: block;
    margin: 0 30px 0 0;
    float: left;
}
.page_content_one_column2 .post_content {
    overflow: hidden;
}

.post_content p {
    /*line-height: 2;*/
    margin: 0 0 1.2em 0;
    
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0.1em;
    line-height: 0;
    visibility: hidden;
    overflow: hidden;
}
.page_content_two_column .content.right {
    margin-right: 0;
}
.post_content ul, .post_content ol, .post_content dl {
    margin-bottom: 24px;
}
.li_none {
    list-style: none !important;
}
.post_content li, .post_content dt, .post_content dd {
    line-height: 2.2;
}
.highlight {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

.font_mincyo {
font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.post_content table {
    margin: 0 0 24px 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.post_content td, .post_content th {
    border: 1px solid #ddd;
    padding: 10px 15px 7px;
    line-height: 2.2;
    background: #fff;
}
.post_content ol {
    list-style: decimal outside none;
    padding-inline-start: 0;
}
.deco_none li {
    list-style: none;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
    line-height: 1;
}

.font20 {
    font-size: 20px !important;
}
.font18 {
    font-size: 18px !important;
}
.font14 {
    font-size: 14px !important;
}
.font22 {
    font-size: 22px !important;
}

.fw_normal {
    font-weight: normal;
}
.f_8 {
    font-size: 0.8em !important;
}
.ml0 {
    margin-left: 0 !important;
}
@media screen and (max-width:750px) {
    .page_content_headline {
        margin: 0 0 30px ;
    }
    .page_content_headline h3 {
        font-size: 20px ;
        
    }
    .page_content_two_column .content {
        width: 370px ;
    }
    .page_content_one_column2 .post_content {
        float: none;
        width: 100%;
        padding: 0;
    }
    .page_content_one_column2 .image {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 0 30px 0;
    }

    header .t-header .logo img {
        width: 180px;
        display: block;
    }
}