@charset "UTF-8";
/*
Theme Name: muun
Theme URI: https://pr-muun.com/
Description: muunのテーマです
*/

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-family:Avenir, YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",'noto-sans-jp','Noto Sans', "Helvetica Neue",
    Arial, "Hiragino Sans", Meiryo, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing:border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	box-sizing:border-box;
}

html{
    overflow-y: scroll;
    /*scroll-behavior: smooth;*/
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	padding: 0;
	margin: 0;
}

ol, ul{
    list-style:none;
	box-sizing:border-box;
}

table{
	width:100%;
    border-collapse: collapse;
    border-spacing:0;
	box-sizing:border-box;
}

caption, th{
    text-align: left;
}

header:after,footer:after,section:after,article:after,aside:after,div:after,dl:after,ul:after {
	overflow: hidden;
}

br {
	letter-spacing:0;
}

img {
	width: 100%;
    height: auto;
	box-sizing: border-box;
	border: 0;
	vertical-align:bottom;
}

#spLinkBlockInPc {
    display:none;
}

#copy {
    padding: 0 20px 80px 20px;
    font-size: 0.8em;
}


body{
  background:#e6e6e6;
}

body#body {
	letter-spacing:0.08em;
	background:#e6e6e6;
	font-size:1em;
	line-height:1.7;
	-webkit-text-size-adjust: 100%;
	color: #111;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
     animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 1%}
    100% {opacity: 100%}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 1%}
    100% {opacity: 100%}
}

.bg01{
  background: #CBCCCB;
}
.bg02{
  background: #F7F8F8;
}

figcaption{
  margin-top:-35px;
  font-size:12px;
}

@media (max-width: 768px){
body#body {
	font-size: 0.95em;
}
}

.clear {
	clear:both;
}

.clearfix {
	overflow:hidden;
}

.center {
	text-align:center !important;
}

.center01 {
	text-align:center;
}

@media (max-width: 768px){
.center01 {
	text-align:left;
}

.center02 {
	text-align:center;
}
}

.textleft {
	text-align:left !important;
}

.textright {
	text-align:right !important;
}

.mr10 {
    margin-right: 10px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb20pc {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb100 {
	margin-bottom: 100px;
}

.mb120 {
	margin-bottom: 120px;
}

.mb180 {
	margin-bottom: 180px;
}

.mb300 {
	margin-bottom: 300px;
}

.pt05 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.p20 {
	padding: 20px;
}

.p30 {
	padding: 30px;
}

.mt10 {
	margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}
}


@media (max-width: 768px){
.mb20sp {
	margin-bottom: 20px;
}

.mb20pc {
	margin-bottom: 0;
}

.mb40sp {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 40px;
}

.mb60 {
	margin-bottom: 40px !important;
}

.mb70 {
	margin-bottom: 40px;
}

.mb80 {
	margin-bottom: 60px;
}

.mb100 {
	margin-bottom: 60px;
}

.mb120 {
	margin-bottom: 80px;
}

.mb180 {
	margin-bottom: 60px;
}

.mb300 {
	margin-bottom: 60px;
}


.mt20 {
	margin-top: 0;
}
}

a:link,a:visited {
	text-decoration:underline;
	overflow:hidden;
	color:#1a0dab;
}

a:hover {
	text-decoration:none;
	color:#111;
}

ul {
	list-style-type:none;
}

.big,.big_mini {
	font-size: 1.15em;
    font-weight: 700;
    line-height: 1.5;
}

.big02 {
	font-size: 1.3em;
    font-weight: 700 ;
    line-height: 1.5;
}

.big03 {
	font-size: 1.5em;
}

@media (max-width: 768px){
.big {
	font-size: 1.1em;
}

.big_mini {
    font-size: 0.9em;
}

.big02 {
	font-size: 1.2em;
}

.big03 {
	font-size: 1.4em;
}
}

.small {
	font-size:0.9em;
}

.small02 {
	font-size:0.7em;
}

.bold {
	font-weight:700 !important;
}

.bold a {
	font-weight: 700 !important;
}

.white {
    color: #fff !important;
}

.white a:hover,.white:hover {
    color: #fff !important;
}

.gray {
    color: #555 !important;
}

/*切り替えのスタイル*/

@media (min-width: 768px){
.sp {
	display: none;
}
}

@media (max-width: 768px){
.pc {
	display: none;
}

.sp {
	width: 100%;
}
}

@media (min-width: 1000px){
.sp02 {
	display: none;
}
}

@media (max-width: 1000px){
.pc02 {
	display: none;
}

.sp02 {
	width: 100%;
}
}

.green {
    color: #66c8c8;
}

/*box*/
.c-box1200{
    background: #fff;
    clear: both;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    /* padding-left: 20px;
    padding-right: 20px; */
    position: relative;

}
.box1200 {
    background: #fff;
	clear: both;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
    padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.box1400 {
    background: #fff;
  clear: both;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
    padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.footer_bg .box1200 {
  background: #000;
}

.box800 {
	clear: both;
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
    padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.box600 {
  clear: both;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  position: relative;
}

@media (max-width: 768px){
.box1200,.box800 {
	padding-left:0 ;
	padding-right:0 ;
}

.box680 {
	max-width: 768px;
}
}

/*border*/
.border01 {
    width: 90%;
    height: 2px;
    margin: 50px auto;
    border: 1px solid #C2C3C3;
}

@media (max-width: 768px){
.border01 {
    width: 100%;
    margin: 40px auto;
}
}


/*base*/
.base01 {
	clear: both;
	width: 100%;
}

@media (max-width: 768px){
.base01 {
	padding-left: 30px;
	padding-right: 30px;
    box-sizing: border-box;
}
}

/*section*/
.section01 {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.section02 {
    padding-bottom: 100px;
    position: relative;
}

.section03 {
    padding-top: 100px;
    padding-bottom: 160px;
    position: relative;
}

.section04 {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}


/*button*/
.button01{
    display: flex;
    justify-content: center;
}

.button01 a:first-child{
  /* box-sizing: border-box; */
  justify-content: center;
  text-decoration: none;
  height:50px;
  line-height:50px;
  font-size: 1.2em;
  font-weight: 700;
  border-radius: 50px;
  min-width: 300px;
  background: #0054b3;
  color: #fff;
  width:70%;
}

div.header_right p.button01 a:first-child{
  margin-right:15px;
}

.button01 a.ico_sns{
  width: 30px;
  height:30px;
  background: #fff;
  margin:10px 5px;
}

.button01 a.ico_sns img{
}

.button01 a{
  display: flex;
}

.button02 a {
    width: 100%;
    padding: 10px 20px;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-size: 1.1em;
    border: 1px solid #999;
    color: #000;
    background:url("images/arrow01.webp") no-repeat;
    background-position: right 20px bottom 50%;
    background-size: 8px 13px;
}

.button03 a {
    min-width: 210px;
    padding: 13px 20px;
    color: #111;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-size: 1.1em;
    border-radius: 50px;
    background: #ddd;
}

a.box_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 768px){
.button01 a,.button02 a {
    width: 80%;
    min-width: 100px;
    padding: 0px;
    vertical-align: bottom;
    box-sizing: border-box;
    font-size: 1.1em;
}

.button01,.button02 {
    margin: 0 auto;
    text-align: center;
}

.button03 a {
    font-size: 1em;
}
}


/*fadein
***************************************/
.fade {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.fade:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/*scale*/
.scale {
	overflow: hidden;
}

.scale img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-transition: 0s ease-in-out;
}

.scale img:hover {
	webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*youtubeのスタイル*/
.youtube01 {
    position: relative;
    width: 100%;
    padding: 54.3% 0 0 0;
}

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

/*googlemapのスタイル*/
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/* vertical-align */
.valign_center {
    vertical-align: top;
}

.valign_center {
    vertical-align: middle;
}

.valign_bottom {
    vertical-align: bottom;
}

/*flex*/
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex01,.flex03 {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap : wrap;
	/*-webkit-box-pack:justify;
	-ms-flex-pack:justify;*/
	justify-content:space-between;
	align-content: space-between;
}

.flex02 {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap : wrap;
	-ms-flex-direction : row-reverse;
    -webkit-flex-direction : row-reverse;
	flex-direction : row-reverse;
	-ms-flex-pack:justify;
	justify-content:space-between;
	align-content: space-between;
}

.flex04{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: reverse;
    -webkit-flex-wrap: reverse;
	flex-wrap : wrap-reverse;
	-ms-flex-direction : row-reverse;
    -webkit-flex-direction : row-reverse;
	flex-direction : row-reverse;
	-ms-flex-pack:justify;
	justify-content:space-between;
	align-content: space-between;
}

.flex05 {
	display:flex;
	flex-wrap : wrap;
}
.flex06 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  flex-wrap : wrap;
  justify-content:space-between;
}

.flex_center {
    align-items: stretch;
}

.flex_center02 {
    justify-content: center;
    align-items: center;
}

.flex_center03 {
    align-items: center;
}

.flex_after01:after {
    width: 32%;
    content:"";
    display: block;
}

.flex_after02:before{
    content:"";
    display: block;
    width:23%;
    order:1;
}

.flex_after02:after {
    width: 23%;
    content:"";
    display: block;
}

.flex_bottom {
    align-items:flex-end;
}

.flex_right {
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 768px){
.flex03 {
	flex-direction: column-reverse;
}
}

.text_right {
    text-align: right;
}

/*table*/
.table01 tr {
    border-bottom: 1px solid #999;
}
.table01 th {
    width: 20%;
    padding: 20px 0;
    font-weight: 700;
}

.table01 td {
    width: 78%;
    padding: 20px 0;
}

@media (max-width: 768px){
.table01 th {
    width: 25%;
}

.table01 td {
    width: 72%;
}
}

/*title*/
.sub_title {
    color: #de3056;
    font-style: italic;
    font-weight: 700;
    font-size: 1.4em;
}
.title01 {
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.title01:after {
    content: "";
    height:1px;
    width:40px;
    background-color:#000;
    margin: 0 auto;
}


.title01:after {
    margin-left: 1rem;
}

.title02 {
    margin-bottom: 40px;
    text-align: center;
    color: #335fa9;
    font-size: 1.8em;
    font-weight: 700;
}

.title03 {
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #f0f0f0;
    font-size: 1.1em;
    font-weight: 700;
}

@media (max-width: 768px){



}

/*header*/
header#header {
    width: 100%;
    z-index: 1;
    background: #fff;
}

.header_left {
    width: 75%;
}

.header_logo {
    width: 29%;
}

.header_logo img {
    max-width: 420px;
}
.header_text {
  width: 70%;
  align-content: center;
  vertical-align: middle;
}

.header_text h2{
  vertical-align: middle;
  padding-left :20px;
  font-weight: 700;
}
.header_menu {
    width: 90%;
}

.header_menu_box {
  display: flex;
  justify-content: center;
  align-items: center;

  vertical-align: middle;
}


.header_text {
    width: 70%;
}

.header_menu ul  {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    justify-content: flex-end;
}

.header_menu li {
    margin-right: 20px;
    font-size: 1em;
    line-height: 1.4;

}

.header_menu li a {
    padding-bottom: 5px;
    color: #111;
    text-decoration: none;
    -webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
    font-weight: 600;
    position: relative;
    display: inline-block;

}

.header_menu li a:before {

    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #000;
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
.header_menu li a:hover:before {
    width: 100%;
}

.assistive_text {
    display: none;
}

.header_serch {
    display: block;
	position:relative;
}

input#s {
    width: 70%;
	border-radius:20px;
    font-size: 0.9em;
	padding: 10px 20px 10px 50px;
    border: 1px solid #ddd;
}

input#searchsubmit {
    color: #FFF;
    position: absolute;
    left: 20px;
	top:8px;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    border: none;
    text-indent: -9999px;
    background:url("../images/search-icon.png") center left no-repeat #FFF;
    background-size: 20px;
}

.search_none {
    padding: 0 20px 400px 20px;
}

.header_right {
    width: 25%;
    line-height: 1.4;
    padding-right: 0px;
    font-size: 0.8em;
}

.header_right_left {
    width: 72%;
    margin-right: 3%;
}

.header_right_left form {
    border:solid 1px #ccc;
    display: flex;
    justify-content: center;
    height:36px;
}

.header_right_left #search {
  width:78%;
  /* margin-right: 2%; */
  padding:0 15px;
  border-radius:0;
  background:#f0f0f0;
  border:none;
  outline:0;
}
/*検索ボタン*/
.header_right_left #search_submit {
  width:25%;
  border-radius:0;
  background:#595959;
  border:none;
  color:#fff;
  font-size:1em;
  cursor: pointer;
}
/*検索ボタンマウスオーバー時*/
.header_right_left #search_submit:hover {
    background: #000;
}

.header_right_right {
    width: 25%;
}


.header_right_right .button01 a {
    min-width: 10px;
    padding: 10px;
    font-size: 1em;
    display: block;
}
.header_right_right .button01 a {
    min-width: 10px;
    padding: 10px;
    font-size: 1em;
    display: block;
}

@media (max-width: 1280px){
.header_left {
    width: 100%;
}

.header_right {
    display: none !important;
}
.header_menu li:nth-child(4):after,.header_menu li:last-child:after {
    content:none;
}
}

@media (max-width: 1000px){
header#header {
    height: 60px;
    position: fixed;
    z-index: 10;
}

.header_left {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    padding: 10px 0 10px 0;
}

.header_logo {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-top: -10px;
    position: relative;
    z-index: 1;
}

.header_logo img {
    max-width: 150px;
}

.header_menu {
    display: none;
}
.header_text {
    display: none;
}

.container {
    padding-top: 60px;
}

.header_right {
    display: none !important;
}
}

/*header_serch_sp*/
.header_serch_sp {
    width: 60px;
	position:absolute;
	top: 10px;
	right: 20px;
	height: 40px;
	cursor: pointer;
}

.header_serch_sp #wrap {/*全体*/
    display: inline-block;
    position: relative;
    height: 40px;
    float: right;
    padding: 0;
    position: relative;
}

.header_serch_sp input[type="text"] {/*入力部分スタイリング。width: 0px;にしておく*/
    height: 38px;
    font-size: 16px;
    display: inline-block;
    border: none;
    outline: none;
    color: #333;
    padding: 0 50px 0 20px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 9999;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}

.header_serch_sp input[type="text"]:focus:hover {
}

.header_serch_sp input[type="text"]:focus {
    width: 280px;
    z-index: 1;
    border: 1px solid #ddd;
    cursor: text;
    border-radius: 25px;
    background: #fff;
    appearance:none;
    -webkit-appearance:none;
}

input::-webkit-input-placeholder {
    padding-bottom: 0.5em;
}

.header_serch_sp input[type="submit"] {/*アイコン部分*/
    height: 40px;
    width: 40px;
    display: inline-block;
    color:red;
    float: right;
    background:url("images/search.webp") no-repeat center;
    background-size: 40px;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 1.0;
    transition: opacity .4s ease;
}

.header_serch_sp input[type="submit"]:hover {
    opacity: 0.8;
}

@media (max-width: 680px){
.header_serch_sp input[type="text"]:focus {
    width: 220px;
}
}

/*nav*/
.cp_fullscreenmenu {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
}
.cp_fullscreenmenu .menusp {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 100%;
	pointer-events: none;
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	align-items: center;
	justify-content: center;
}
.cp_fullscreenmenu .menusp > div {
	display: flex;
	overflow: hidden;
	width: 300vw;
	height: 300vw;
	transition: all 0.4s ease;
	-webkit-transform: scale(0);
	        transform: scale(0);
	text-align: center;
	color: #fefefe;
	border-radius: 50%;
	background: rgba(255,255,255 ,1.0);
	flex: none;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	align-items: center;
	justify-content: center;
}
.cp_fullscreenmenu .menusp > div > ul {
	display: block;
	max-height: 100vh;
	margin: 0;
	padding: 0 1em;
	list-style: none;
	transition: opacity 0.4s ease;
	opacity: 0;
}
.cp_fullscreenmenu .menusp > div > ul > li {
	font-size: 1.4em;
	display: block;
	margin: 1em;
	padding: 0;
}
.cp_fullscreenmenu .menusp > div > ul > li > a {
	position: relative;
	display: inline;
	cursor: pointer;
    color: #111;
	transition: color 0.4s ease;
    text-decoration: none;
}
.cp_fullscreenmenu .menusp > div > ul > li > a:hover {
	color: #999;
    text-decoration: none;
}

/*クリックしたらメニューが開閉の動作*/
.cp_fullscreenmenu .toggle {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span {
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span:before,
.cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
	top: 0;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
	opacity: 0;
}
.cp_fullscreenmenu .toggle:checked ~ .menusp {
	visibility: visible;
	pointer-events: auto;
}
.cp_fullscreenmenu .toggle:checked ~ .menusp > div {
	transition-duration: 0.75s;
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.cp_fullscreenmenu .toggle:checked ~ .menusp > div > ul {
	opacity: 1;
}
.cp_fullscreenmenu .toggle:checked ~ .menusp > div > ul li:nth-of-type(1) {
	transition-delay: 0.4s;
}
.cp_fullscreenmenu .toggle:checked ~ .menusp > div > ul li:nth-of-type(2) {
	transition-delay: 0.6s;
}
.cp_fullscreenmenu .toggle:checked ~ .menusp > div > ul li:nth-of-type(3) {
	transition-delay: 0.8s;
}
.cp_fullscreenmenu .toggle:checked ~ .menusp > div > ul li:nth-of-type(4) {
	transition-delay: 1.0s;
}
.cp_fullscreenmenu .toggle:checked:hover + .hamburger > span {
	-webkit-transform: rotate(225deg);
	        transform: rotate(225deg);
}
/*ハンバーガー*/
.cp_fullscreenmenu .hamburger {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 10px;
	display: block;
	width: 60px;
	height: 60px;
	padding: 0.5em 1em;
	cursor: pointer;
	border-radius: 0;
	background: rgba(255,255,255 ,1.0);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.cp_fullscreenmenu .hamburger > span {
	position: relative;
	top: 50%;
	display: block;
	width: 100%;
	height: 2px;
	transition: all 0.4s ease;
	background: #111;
}
.cp_fullscreenmenu .hamburger > span:before,
.cp_fullscreenmenu .hamburger > span:after {
	position: absolute;
	z-index: 1;
	top: -10px;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: '';
	transition: all 0.4s ease;
	background: inherit;
}
.cp_fullscreenmenu .hamburger > span:after {
	top: 10px;
}







#nav-toggle {
    width: 75px;
	position:absolute;
	top: 5px;
	left: 0;
	height: 74px;
	cursor: pointer;
    padding: 22px;
}

#nav-toggle > div {
    position: relative;
    width: 25px;
}

#nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #000;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
}

#nav-toggle span:nth-child(1) {
    top: 5px;
}
#nav-toggle span:nth-child(2) {
    top: 14px;
}
#nav-toggle span:nth-child(3) {
    top: 23px;
}

.open #nav-toggle {
    border-left: none;
}

.open #nav-toggle span {
    background: #000;
}

.open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
}

#nav-toggle {
	z-index: 9999;
}

#gloval-nav {
    background: #fff;
    color: #111;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    z-index: 100;
    font-weight: 600;
}

#gloval-nav a {
    display: block;
    color: #111;
    text-decoration: none;
    padding: 8px 0;
    transition: color .6s ease;
}

#gloval-nav a:hover {
      color: #666;
    }

#gloval-nav ul {
    list-style: none;
}

#gloval-nav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition:  transform .6s ease, opacity .2s ease;
}

.open {
	overflow: hidden;
}

.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}

.open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition:  transform 1s ease, opacity .9s ease;
}


@media (max-width: 1000px){
#nav-toggle {
    position: fixed;
	/*height: 79px;*/
    height: 69px;
    z-index: 9999;
}

#nav-toggle span:nth-child(1) {
    top: 2px;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 20px;
}

/*#gloval-nav {
    display: block;
    padding: 40px;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
}*/

}

/*footer*/
footer#footer {
    clear: both;
    width:100%;
    margin-top: 40px;
}

.footer_bg  {
    padding-top: 40px;
    padding-bottom: 35px;
    background: #000;
    color: #fff;
}

.footer_bg a {
    color: #fff;
    text-decoration: none;
}

.footer_logo {
    width: 20%;
}

.footer_logo img {
    max-width: 155px;
}

.footer_menu {
    width: 80%;
}

.footer_list {
    margin-right: 5%;
}

.footer_list li {
    margin-bottom: 5px;
}

.footer_list li a:hover {
    color: #999;
}

.copyright {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 0.9em;
}

.indent01 {
    padding-left: 1em;
    text-indent:-1em;
}

.boxshadow {
    box-shadow: 0px 0px 10px -5px #949494;
}

.dropshadow {
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}

@media (max-width: 768px){
.footer_logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.footer_logo img {
    max-width: 140px;
}

.footer_menu {
    width: 100%;
}

.footer_list {
    margin-right: 10%;
    margin-bottom: 20px;
}

.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
}
}

/*low_visual*/
.low_visual {
    clear: both;
    width: 100%;
    background: #f0f0f0;
}

.low_visual .box1200 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url("images/low_bg.png") no-repeat bottom right;
    background-size: 40%;
}

.low_visual h2 {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.5;
}

.crumb {
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0.9em;
}

.crumb ul li {
    /*font-size: 0.9em;*/
}

.crumb a {
    -webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.crumb a:hover {
    color: #111;
    text-decoration: underline;
}

.crumb ul li:after {
    content: "　＞　";
}

.crumb ul li:last-child:after {
    content:none;
}

@media (max-width: 768px){
.low_visual .box1200 {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url("images/low_bg.png") no-repeat bottom right;
    background-size: 70%;
}

.low_visual h2 {
    font-size: 1.6em;
}
}

/*main*/
.main {
    width: 70%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.main02 {
    width: 55%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.side {
    width: 25%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.side02 {
    width: 40%;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 768px){
.main {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.main02 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
}

.side,.side02 {
    width: calc(100% + 60px);
    margin: 0 -30px 0 -30px;
    padding: 40px 30px;
    background: #f0f0f0;
}
}

/*index*/
.top_main {
    width: 100%;
    margin-bottom:2rem;
}

.top_main_left {
    width: 66.65%;
}

.top_main_right {
    width: 33.35%;
}

.top_main_box {
    position: relative;
}

.top_main_box img {
    aspect-ratio: 84 / 45;
    object-fit: cover;

}

.top_main_txt {
    width: 100%;
    position:absolute;
    bottom: 0px;
}

.top_main_txt h2{
    /* width: calc(100% - 40px); */
    width: 100%;
    margin: 0;
    padding: 10px 10px;
    background-color: rgba(0,0,0,.7);
}

.top_main_left .top_main_txt h2 {
    font-size: 1.4em;
}

.top_btn {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #CBCCCB;
}

.top_btn .box1200{
  background: #CBCCCB;
}

.top_btn ul{
  max-width:900px;
  margin:0 auto;
}

.top_btn ul li {
    width: 32%;
    border:1px solid #333;
}

.new_box {
    width: 49%;
    margin-bottom: 30px;
    position: relative;
}

.new_img {
    width: 32%;
}

.new_img img {
    aspect-ratio: 79 / 45;
    object-fit: cover;
}

.new_txt {
    width: 64%;
}

.title_link {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 0.9em;
}

.title_link a {
    padding-right: 15px;
    background: url("images/arrow01.webp") no-repeat center right;
    background-size: 6px 10px;
}

.title_link_sp {
    margin-bottom: 40px;
}

.campaign_area p {
    margin-bottom: 20px;
}

.campaign_area p:first-of-type {
    margin-bottom: 0;
}

@media (max-width: 1000px){
.top_main_left {
    width: 100%;
}

.top_main_right {
    width: 100%;
    padding: 0 30px;
}

.top_main_txt {
    width: 100%;
    position:static;
    bottom: 0;
}

.top_main_txt h2{
    width:100%;
    margin: 0;
    padding: 20px 30px;
    background-color:#fff;
    font-size: 1.2em;
    color: #111 !important;
}

.top_main_left .top_main_txt h2 {
    font-size: 1.3em;
}

.top_main_right .top_main_txt h2 {
    padding: 20px 0;
}
}

@media (max-width: 768px){
.top_btn {
}

.top_btn ul li {
    width: 100%;
    margin-bottom: 20px;
}

.new_box {
    width: 100%;
}

.new_img {
    width: 25%;
}

.new_txt {
    width: 70%;
    font-size: 0.9em;
}
}

/*pickup_area*/
.pickup_area {
    padding: 30px;
    background: #f0f0f0;
    position: relative;
}

.splide__list li {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
}

.splide__list li img {
    background:#fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    aspect-ratio: 79 / 45;
    object-fit: cover;
}

.splide__pagination {
    position: absolute !important;
    bottom: -18px !important;
}

@media (max-width: 768px){
.pickup_area {
    padding: 0;
    background: none;
}

.splide__pagination {
    bottom: 0 !important;
}
}

/*article_box*/
.article_area {
    position: relative;
}

.article_box01 {
    width: 32%;
    position: relative;
    margin-bottom: 30px;
}

.article_box01 dt img {
    aspect-ratio: 79 / 45;
    object-fit: cover;
}

.article_box02 {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.article_box02 .article_img {
    width: 32%;
}

.article_box02 .article_img img {
    aspect-ratio: 79 / 45;
    object-fit: cover;
}

.article_box02 .article_txt {
    width: 64%;
}

.article_box03 {
    width: 100%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.article_box03:first-of-type {
    padding-top: 0;
}

.article_box03 .article_img {
    width: 27%;
}

.article_box03 .article_img img {
    aspect-ratio: 79 / 45;
    object-fit: cover;
}

.article_box03 .article_txt {
    width: 69%;
}

.article_box04 {
    width: 46.5%;
    position: relative;
    margin-bottom: 30px;
}

.article_box04 dt img {
    aspect-ratio: 85 / 45;
    object-fit: cover;
}


@media (max-width: 768px){
.article_box01 {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
}

.article_box02 .article_img {
    width: 25%;
}

.article_box02 .article_txt {
    width: 70%;
    font-size: 0.9em;
}

.article_box03 {
     width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.article_box03 .article_img {
    width: 100%;
    margin-bottom: 20px;
}

.article_box03 .article_txt {
    width: 100%;
}

.article_box04 {
    width: 100%;
}
}


.add_area a img{
  border:solid #e6e6e6;
}

/*add_area*/
@media (max-width: 768px){
.add_area {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 40px;
}
}

/*pop_area*/
.pop_area h2 {
    display: none;
}
.pop_area li {
    clear: both;
    margin-bottom: 0 !important;
    padding: 20px 0;
    border-bottom: 1px solid #999;
    position: relative;
    list-style: none !important;
}

.pop_area li:first-of-type {
    margin-top: -10px;
}

.pop_area li:last-of-type {
    border-bottom: none;
}

.pop_area li a {
    text-decoration: none;
    color: #111;
}

.pop_area li img {
    width: 32%;
    margin-right: 4%;
    float: left;
    vertical-align: bottom;
    overflow: hidden;
    aspect-ratio: 79 / 45;
    object-fit: cover;
}

.pop_area li a.wpp-post-title {
    width: 64%;
    float: right;
    font-size: 0.9em;
    font-weight: 700;
}

.pop_area article {
    padding: 20px 0;
    border-bottom: 1px solid #999;
    position: relative;
}

.pop_area article:last-of-type {
    border-bottom: none;
}

.pop_img {
    width: 32%;
}

.pop_txt {
    width: 64%;
}

@media (max-width: 768px){
.pop_area li img {
     width: 25%;
     margin-right: 5%;
}

.pop_area li a.wpp-post-title {
    width: 70%;
    font-size: 0.9em;
}

.pop_img {
    width: 25%;
}

.pop_txt {
    width: 70%;
    font-size: 0.9em;
}
}

/*tabなど装飾*/
.cate li {
    margin: 0 0 5px 0;
    transition: 0.2s ease-in-out;
    position: relative;
    z-index: 1;
}

.cate li a {
    min-width: 125px;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    color: #0054b3;
    font-weight: 600;
    border: 2px solid #0054b3;
    display: inline-block;
    font-size: 0.8em;
}

.cate li a:hover {
    color: #fff;
    background:#0054b3;
}

li.area-cate a {
    min-width: 125px;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background:#0054b3;
    font-weight: 600;
    border: 2px solid #0054b3;
    display: inline-block;
    font-size: 0.8em;
}

li.area-cate a:hover {
    color: #0054b3;
    background:#fff;
}



.tab_list li {
    margin: 0 5px 5px 0;
    transition: 0.2s ease-in-out;
    position: relative;
    z-index: 1;
}

.tab_list li a {
    padding: 2px 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background:#0054b3;
    display: inline-block;
    border: 2px solid #0054b3;
    font-size: 0.8em;
}

.tab_list li a:hover {
    color: #0054b3;
    background:#fff;
    border: 2px solid #0054b3;
}

.tab li {
    margin: -2px 5px 5px 0;
    transition: 0.2s ease-in-out;
    position: relative;
    z-index: 1;
    font-size: 0.9em;
}

.tab li a {
    text-decoration: none;
}

.tab li a:before {
    content: "#";
}

/*contact*/
.document_form {
    padding: 20px;
    background: #f0f0f0;
}

.contact iframe {
    margin: 0 auto;
    display: block;
}

.contact dl {
    padding: 20px 0;
    vertical-align: top;
}

.contact dl dt {
    margin-bottom: 10px;
    font-weight: 600;
}

.contact dl dt label {
    font-weight: 600;
}

.contact dl dt .must {
    margin-right: 10px;
    padding: 1px 7px;
    font-weight: normal;
    color: #f00;
    font-size: 0.8em;
    display: inline-block;
    border: 1px solid #f00;
}

.contact dl dt .any {
    margin-right: 10px;
    padding: 1px 7px;
    font-weight: normal;
    color: #666;
    font-size: 0.8em;
    display: inline-block;
    border: 1px solid #999;
}

.contact dl dd select {
	padding: 20px 15px;
	border: none;
	background: #fff;
	font-size: 1em;
	cursor: pointer;
    border-radius: 0;
    box-sizing: border-box;
}

.contact dl dd input {
	padding: 20px 15px;
    border: none;
	background: #f0f0f0;
	font-size: 1em;
	cursor: pointer;
    border-radius: 0;
    box-sizing: border-box;
}

.contact dl dd input.short01 {
    width: 100%;
}

.contact dl dd textarea {
    width: 100%;
	padding: 15px;
	border: none;
	background: #f0f0f0;
	font-size: 1.25em;
	cursor: pointer;
    border-radius: 0;
    box-sizing: border-box;
    appearance:none;
    font-weight: normal;
    -webkit-appearance:none;
}

.document_form .contact dl dd input,.document_form .contact dl dd textarea {
    background: #fff;
}

.contact dl:last-of-type {
    margin-bottom: 40px;
}

.contact input[type="submit"] {
    min-width: 340px;
    padding: 13px 20px;
    display: inline-block;
    font-size: 1.1em;
    color: #fff;
    text-align: center;
    background: #0054b3;
    cursor:pointer;
    appearance:none;
    -webkit-appearance:none;
    border: none;
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    transition:0.2s;
}

.contact .back-bt input[type="submit"] {
    min-width: 200px;
    padding: 8px 20px;
    color: #111;
    background: #fff;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 0.9em;
    letter-spacing: 0.1em;
}

.contact input[type="submit"]:hover {
    opacity: 0.8;
	filter: alpha(opacity=80);
}

.contact input[type="button"] {
     min-width: 340px;
    padding: 13px 20px;
    display: inline-block;
    font-size: 1.1em;
    color: #fff;
    text-align: center;
    background: #0054b3;
    appearance:none;
    -webkit-appearance:none;
    border: none;
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    transition:0.2s;
}

.contact input[type="button"]:hover {
    opacity: 0.8;
	filter: alpha(opacity=80);
}

.contact dl dt.w100 {
    padding-right: 30px;
}

.contact-bt {
    width: 48%;
}

.contact-bt a {
    min-width: 340px;
    padding: 13px 20px;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-size: 1.1em;
    font-weight: 700;
    border-radius: 50px;
    appearance:none;
    -webkit-appearance:none;
    border: none;
    letter-spacing: 0.1em;
}

.contact-bt a:hover {
    background: #000;
    color: #fff;
}

input[type=checkbox] {
	transform: scale(1.6);
	margin: 0;
}

.checkbox_txt {
}

.mw_wp_form input[name="__children[privacypolicy][]"] + .error {
	display : inline;
	padding-right:.5em;
}

.bg_gray{
  background: #e6e6e6;
}
.banner_box_txt{
  text-align: center;
  padding-top:20px;

}
.banner_box_txt h2{
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.6;
  padding:20px;
}
.banner_box{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom:40px;
}
.banner_box .item {
   width: calc(100% / 2);
   padding: 20px 40px;
   text-align: center;
}

.banner_box .item img{
  border:solid 1px #000;
}
@media (max-width: 768px){
.contact input[type="submit"],.contact input[type="button"] {
    width: 80%;
    min-width: 100px;
    display: block;
    margin-left: 10%;
    margin-right: 10%;
    padding: 18px 10px;
    font-size: 1.1em;
}

.contact dl dd select {
    width: 100%;
}

.contact dl dd textarea {
	font-size: 1em;
}

.contact-bt {
    width: 100%;
}

.contact-bt a {
    width: 80%;
    min-width: 100px;
    display: block;
    margin-left: 10%;
    margin-right: 10%;
    padding: 18px 10px;
    font-size: 1.1em;
}
}

/*detail*/
.single_title h2 {
    font-size: 2.4em;
    font-weight: 700;
}

.single_top {
    padding-top: 40px;
    padding-bottom: 20px;
}

.detail .fullsize img {
    width: 100%;
}

.detail h2 {
    clear: both;
    font-size: 1.4em;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 40px;
    line-height: 1.6;
}

.detail h2 + br {
    display: none;
}

.detail h3 {
    clear: both;
    margin-bottom: 30px;
    font-size: 1.15em;
    font-weight: 700;
}

.detail h3 + br {
    display: none;
}

.detail h4 {
    clear: both;
    margin-bottom: 20px;
    font-size: 1.15em;
    font-weight: 700;
}

.detail h4 + br {
    display: none;
}

.detail img,.size-full  {
    margin-bottom: 40px !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.wp-block-image img {

}

.detail p {
    clear: both;
    margin-bottom: 40px;
    line-height: 1.8;
}

.detail a {
    color: #1a0dab !important;
    word-break: break-all;
    text-decoration: underline !important;
    font-weight: 400;
}

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

.detail ul {
    margin-bottom: 40px;
    padding: 30px 30px 30px 40px;
    border: 1px solid #ddd;
}

.detail ul li {
    list-style:disc;
}

.wp-block-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px;
}

.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.detail blockquote {
    clear: both;
    margin-bottom: 40px;
    padding: 40px;
    background: url("images/quote.png") no-repeat 10px 10px #F5F5F5;
    background-size: 8%;
}

.detail blockquote p:last-of-type {
    margin-bottom: 0;
}

.detail strong,.detail .bold {
    font-size: 1em;
    font-weight: 700;
}

.wp-block-media-text {
    width: calc(100% + 320px);
    margin: 60px -160px;
    display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap : wrap;
	justify-content:space-between;
	align-content: space-between;
    align-items: flex-start;
}

.wp-block-media-text__media {
    width: 46%;
}

.wp-block-media-text__media img {
    width: 100%;
    margin-top: 0;
}

.wp-block-media-text__content {
    width: 50%;
}

.wp-block-buttons {
    width: 100%;
    margin-bottom: 40px;
    text-align: center !important;
}

.wp-block-button {
    margin: 0 auto !important;
    text-align: center !important;
}

.wp-block-button a.wp-block-button__link {
    min-width: 340px;
    padding: 13px 20px;
    color: #fff !important;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none !important;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    border-radius: 50px;
    background: #0054b3;
    -webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.wp-block-button a.wp-block-button__link:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


.sns_box {
    clear: both;
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sns_list li {
    margin: 0 10px;
}

.sns_list li img {
    max-width: 70px;
}

.back_bt {
    padding-bottom: 60px;
}

.wp-block-gallery {
    display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap : wrap;
	justify-content:space-between;
	align-content: space-between;
    margin-bottom: 40px;
}

.wp-block-gallery figure {
    width: 48%;
}

.wp-block-gallery figure img {
    margin-bottom: 30px !important;
}

@media (max-width: 1180px){
.wp-block-media-text {
    width: 100%;
    margin: 40px 0;
}

.has-media-on-the-right {
    -ms-flex-direction : row-reverse;
    -webkit-flex-direction : row-reverse;
	flex-direction : row-reverse;
}

.wp-block-media-text__media {
    width: 100%;
}

.wp-block-media-text__media img {
    width: 100%;
    margin-top: 0;
}

.wp-block-media-text__content {
    width: 100%;
}
}

@media (max-width: 768px){
.single_title h2 {
    font-size: 1.6em;
}

.detail p {
    margin-bottom: 40px;
}

.single_top ul {
    padding-left: 30px;
    padding-right: 30px;
}

.detail blockquote {
    padding: 30px;
    background: url("images/quote.png") no-repeat 10px 10px #F5F5F5;
    background-size: 10%;
}

.detail h2 {
    font-size: 1.2em;
    line-height: 1.6;
}

.detail h3 {
    font-size: 1.05em;
    line-height: 1.6;
}

.detail h4 {
    font-size: 1.05em;
}

.detail p {
    font-size:1em;
    line-height: 1.7;
}

.detail ul {
    padding: 20px 20px 20px 30px;
}

.wp-block-button a.wp-block-button__link {
    width: 80% !important;
    min-width: 290px !important;
    padding: 20px;
    vertical-align: bottom;
    box-sizing: border-box;
    font-size: 1.1em;
}


.sns_list li img {
    max-width: 80px;
}

.wp-block-gallery figure img {
    margin-bottom: 10px !important;
}
}

/*author*/
.author_box {
    margin-bottom: 50px;
    padding: 30px 40px;
    background:#f0f0f0;
}

.author_name {
    margin-bottom: 20px;
}

.author_img {
    max-width: 60px;
    margin-right: 20px;
}

.author_img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.author_txt {
    font-size: 0.9em;
    margin-bottom: 20px;
}

.author_button a {
    width: 100%;
    padding: 10px 30px;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    border: 1px solid #999;
    color: #000;
}

@media (max-width: 768px){
.author_button a {
    width: 100%;
    padding: 10px 20px;
    display: block;
}
}

/*news*/
.news_box {
    width: 100%;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.news_list dt {
    width: 15%;
}

.news_list dd {
    width: 82%;
}

.news_detail {
    padding:30px;
    border:1px solid #999;
    border-top: 3px solid #0054b3;
}

.news_title {
    margin-bottom: 10px;
    font-size: 1.6em;
    font-weight: 700;
}

@media (max-width: 768px){
.news_list dt {
    width: 100%;
    margin-bottom: 10px;
}

.news_list dd {
    width: 100%;
}

.news_detail {
    padding:0;
    border:none;
    border-top:none;
}

.news_title {
    font-size: 1.4em;
}

.banner_box{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.banner_box .item {
   width: 100%;
   max-width:640px;
   padding: 20px 40px;
   text-align: center;
}

}

/*ページネーション*/
.pagenation {
    margin-top: 40px;
}

.pagenation ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.pagenation ul li {
    margin: 0 10px;
    font-size: 1.1em;
}

.pagenation ul li a {
    text-decoration: none;
}

.pagenation ul li span.current {
    font-weight: bold;
    color: #111;
}

.pagenation ul li a.prev,.pagenation ul li a.next{
    padding: 5px 5px 0 5px;
    display: inline-block;
    text-decoration: none;
    color: #2253AD
}

.pagenation ul li a.prev:hover,.pagenation ul li a.next:hover {
    background: #2253AD;
    color: #fff;
}

.pagenation ul li.active {
    font-weight: bold;
    color: #111;
}

.pagenation ul li.prev a,.pagenation ul li.next a {
    padding: 5px 5px 0 5px;
    display: inline-block;
    text-decoration: none;
    color: #2253AD;
}

.pagenation ul li.prev a:hover,.pagenation ul li.next a:hover {
    color: #111;
}


.link_newpost{
  margin: 1rem 1rem 1rem auto;

}
