 @charset "UTF-8";
 /*
* Theme Name: 
* Author: MONDO.llc
* Version: 2025
* Description: 
*/
 * {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 *:before, *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 html {
   font-size: 62.5%; /* font-sizeは16pxの62.5%の10px */
   scroll-behavior: smooth;
 }
 html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-style: normal;
   font-weight: normal;
   vertical-align: baseline;
   background: transparent;
 }
 body {
   line-height: 1;
 }
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
   display: block;
 }
 ul {
   list-style: none;
 }
 blockquote, q {
   quotes: none;
 }
 blockquote:before, blockquote:after, q:before, q:after {
   content: '';
   content: none;
 }
 a {
   margin: 0;
   padding: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
 }
 /* change colours to suit your needs */
 ins {
   background-color: #ff9;
   color: #000;
   text-decoration: none;
 }
 /* change colours to suit your needs */
 mark {
   background-color: #ff9;
   color: #000;
   font-style: italic;
   font-weight: bold;
 }
 del {
   text-decoration: line-through;
 }
 abbr[title], dfn[title] {
   border-bottom: 1px dotted;
   cursor: help;
 }
 table {
   border-collapse: collapse;
   border-spacing: 0;
 }
 /* change border colour to suit your needs */
 hr {
   display: block;
   height: 1px;
   border: 0;
   border-top: 1px solid #cccccc;
   margin: 1em 0;
   padding: 0;
 }
 input, select {
   vertical-align: middle;
 }
 /********【画像設定】********/
 img {
   max-width: 100%;
   height: auto;
   border: none;
 }
 /* 比率を与える用（例） */
 img.ar-3-2 {
   aspect-ratio: 3 / 2;
 }
 img.ar-16-9 {
   aspect-ratio: 16 / 9;
 }
 /* 歪み防止：画像の元比率を維持して枠内に収める */
 img[class*="ar-"] {
   width: 100%;
   height: auto; /* 高さは aspect-ratio で算出 */
   /*object-fit: contain; /* ← 歪まない */
   object-fit: cover; /* ← 歪まない */
   background: rgba(255, 255, 255, 0); /* 余白が出た時の背景色 */
 }
 /* トリミングしていっぱいに見せたい時 */
 img.fit-cover {
   object-fit: cover;
 }
 body {
   font-size: 1.5rem;
   font-optical-sizing: auto;
   line-height: 2.0;
   color: #505050;
   font-family: "Noto Sans JP", sans-serif;
   letter-spacing: 0.15em;
   font-feature-settings: "palt";
 }
 main {
   overflow: hidden;
 }
 @media only screen and (max-width: 1000px) {
   body {
     font-size: 1.3rem;
   }
 }
 /********【a:link a:hover設定】********/
 a:link, a:visited {
   color: #505050;
   text-decoration: none;
 }
 /********【PC/SP表示設定】********/
 @media (max-width: 1000px) {
   .hidden-s {
     display: none !important;
   }
 }
 @media (min-width: 1001px) {
   .hidden-l {
     display: none !important;
   }
 }
 /********【サイト幅設定（meta内のviewportも同様の数値を記入　※960px以下の場合は960pxに設定するiPad向け）】********/
 .container {
   max-width: 600px;
   margin: auto;
   padding: 0 40px;
 }
 .container:before, .container:after {
   content: " ";
   display: table;
 }
 .container:after {
   clear: both;
 }
 @media only screen and (max-width: 1000px) {
   .container {
     width: 100%;
     padding: 0 20px;
   }
 }
 /********【コンテンツ】********/
 .contents {
   float: left;
   width: 700px;
   padding: 0 0 80px;
 }
 @media only screen and (max-width: 1000px) {
   .contents {
     float: none;
     width: auto;
     padding: 0 0 60px;
   }
 }
 /********【テーブルレスポンシブ仕様】********/
 @media only screen and (max-width: 1000px) {
   .sp-listlayout {
     border: none !important
   }
   .sp-listlayout tr {
     display: block;
     margin-bottom: 5px
   }
   .sp-listlayout th {
     border: none !important;
     display: list-item;
     width: 100%;
   }
   .sp-listlayout td {
     border: none !important;
     display: list-item;
     list-style: none;
     width: 100%;
   }
   .sp-listlayout {
     table-layout: fixed
   }
   .sp-listlayout * {
     word-wrap: break-word
   }
 }
 /********【投稿本文内の表示崩れ対応】********/
 /*WP必須クラス*/
 .wp-caption {
   max-width: 100%;
   margin-bottom: 10px;
 }
 .wp-caption-text {
   padding: 10px;
   margin-bottom: 0;
 }
 .sticky {
   background: #FAFAFA;
   border-top: 4px solid #F00;
   margin-left: -20px;
   margin-right: -20px;
   padding: 18px 20px;
 }
 .gallery-caption {
   font-size: 0.8em;
 }
 .bypostauthor {
   color: #999;
 }
 .screen-reader-text {
   clip: rect(1px, 1px, 1px, 1px);
   height: 1px;
   overflow: hidden;
   position: absolute !important;
   width: 1px;
 }
 pre {
   white-space: -moz-pre-wrap;
   white-space: -pre-wrap;
   white-space: -o-pre-wrap;
   white-space: pre-wrap;
   word-wrap: break-word;
 }
 h1, h2, h3, h4, h5 {
   -ms-word-wrap: break-word;
   word-wrap: break-word;
 }
 /***************************/
 /********【ヘッダー】********/
 /***************************/
 #link01, #link02, #link03, #link04, #link05, #link06, #link07, #link08, #link09, #link10 {
   margin-top: -120px; /* 固定ナビの高さ分のネガティブマージン */
   padding-top: 120px; /* 打ち消し用のパディング */
 }
 @media only screen and (max-width: 1000px) {
   #link01, #link02, #link03, #link04, #link05, #link06, #link07, #link08, #link09, #link10 {
     margin-top: -80px; /* 固定ナビの高さ分のネガティブマージン */
     padding-top: 80px; /* 打ち消し用のパディング */
   }
 }
 .no-link {
   pointer-events: none;
 }
 /*------header-----*/
 /**common**/
 .head_ar {
   position: fixed;
   z-index: 1;
 }
 .common_Urbanist_ttl {
   font-family: "Urbanist", sans-serif;
   font-optical-sizing: auto;
   font-weight: 300;
   font-style: normal;
   font-size: clamp(1.6rem, 2vw, 2.2rem); /*最小値,基準値,最大値*/
 }
 /****/
 .common_head_btn_ar a {
   display: inline-block;
   font-family: "Urbanist", sans-serif;
   font-size: 1.6rem;
   position: relative;
   padding: 5px 25px 5px 5px;
   transition: .4s;
 }
 .common_head_btn_ar a:hover {
   transform: translateX(10px);
 }
 .common_head_btn_ar a:after {
   position: absolute;
   content: "";
   background: url("images/shared/arr_btn_wh.svg") no-repeat center center/cover;
   width: 19px;
   height: 10px;
   right: 0px;
   top: 17px;
 }
 @media only screen and (max-width: 1000px) {
   .head_ar {
     position: static;
   }
   .common_head_btn_ar a {
     font-size: 1.4rem;
     padding: 5px 20px 5px 5px;
   }
 }
 /****/
 .main_slider_ar {
   width: 100%;
   height: 100vh;
   position: fixed;
   z-index: 2;
   overflow: hidden;
 }
 /* ロード時のチラつき対策 */
 .main_slider_ar .main_slider {
   opacity: 0;
   transition: opacity 2s ease-out;
 }
 .main_slider_ar .main_slider.slick-initialized {
   opacity: 1;
 }
 .main_slider_ar .slick-list, .main_slider_ar .slick-track {
   height: 100vh;
   background-color: #D9D7DE;
 }
 .main_slider_ar .main_slider li {
   position: relative;
   width: 100%;
   height: 100vh;
   overflow: hidden;
   background: none !important;
 }
 /* 画像本体は疑似要素に持たせる */
 .main_slider_ar .main_slider li::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-position: center center;
   background-size: cover;
   background-repeat: no-repeat;
   transform: scale(1);
   will-change: transform;
 }
 /* 各画像 */
 .main_slider_ar .main_slider li.main01::before {
   background-image: url("images/top_main_01.webp");
 }
 .main_slider_ar .main_slider li.main02::before {
   background-image: url("images/top_main_02.webp");
 }
 .main_slider_ar .main_slider li.main03::before {
   background-image: url("images/top_main_03.webp");
 }
 .main_slider_ar .main_slider li.main04::before {
   background-image: url("images/top_main_04.webp");
 }
 .main_slider_ar .main_slider li.main05::before {
   background-image: url("images/top_main_05.webp");
 }
 .main_slider_ar .main_slider li.main06::before {
   background-image: url("images/top_main_06.webp");
 }
 /* 奇数：左へ */
 .main_slider_ar .main_slider li.mv-left.slick-current::before {
   animation: mvZoomLeft 10s linear forwards;
   opacity: 0;
 }
 /* 偶数：右へ */
 .main_slider_ar .main_slider li.mv-right.slick-current::before {
   animation: mvZoomRight 10s linear forwards;
   opacity: 0.0;
 }
 @keyframes mvZoomLeft {
   0% {
     transform: scale(1.1) translateX(0);
     opacity: 0.0;
   }
   5% {
     opacity: 1;
   }
   95% {
     opacity: 1;
   }
   100% {
     transform: scale(1.1) translateX(-80px);
     opacity: 0;
   }
 }
 @keyframes mvZoomRight {
   0% {
     transform: scale(1.1) translateX(0);
     opacity: 0.0;
   }
   5% {
     opacity: 1;
   }
   95% {
     opacity: 1;
   }
   100% {
     transform: scale(1.1) translateX(80px);
     opacity: 0;
   }
 }
 /****/
 /*------nav-----*/
 .pc_nav_ar {
   width: clamp(50px, 20vw, 800px); /*最小値,基準値,最大値*/
   position: fixed;
   z-index: 3;
   left: clamp(20px, 5vw, 200px); /*最小値,基準値,最大値*/
   top: 5vw;
   text-align: center;
   padding: 0px 20px;
   color: #fff;
   text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
 }
 .pc_nav_ar a {
   color: #fff;
 }
 .pc_nav_ar .logo {
   max-width: 200px;
   margin: 0 auto 0px;
 }
 /****/
 .pc_nav_ar .sns {
   margin: 0 0 50px;
 }
 .pc_nav_ar .sns ul {
   /* flexbox */
   display: flex;
   justify-content: center;
   align-items: center;
 }
 .pc_nav_ar .sns ul li a {
   display: block;
   padding: 10px;
   font-size: 1.8rem;
 }
 /****/
 .pc_nav_ar .ttl_nav {
   margin: 0 0 20px;
 }
 /****/
 /****/
 .pc_nav_ar .nav {
   margin: 0 0 50px;
 }
 .pc_nav_ar .nav ul {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 .pc_nav_ar .nav ul li {
   margin: 0;
   padding: 0;
 }
 .pc_nav_ar .nav ul li a {
   display: block;
   padding: 5px 10px;
   color: #fff;
   text-decoration: none;
 }
 /* 通常時：英語表示 */
 .pc_nav_ar .nav ul li a {
   display: block;
   position: relative;
   padding: 20px 10px;
   color: #fff;
   text-decoration: none;
 }
 /* 英語・日本語の共通 */
 .pc_nav_ar .nav ul li a .eng, .pc_nav_ar .nav ul li a .jp {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   transition: opacity 0.4s ease-out;
   white-space: nowrap;
 }
 /* 英語 */
 .pc_nav_ar .nav ul li a .eng {
   font-family: "Urbanist", sans-serif;
   font-size: 1.6rem;
   opacity: 1;
 }
 /* 日本語 */
 .pc_nav_ar .nav ul li a .jp {
   font-size: 1.5rem;
   line-height: 0.8;
   opacity: 0;
 }
 /* hover時 */
 .pc_nav_ar .nav ul li a:hover .eng {
   opacity: 0;
 }
 .pc_nav_ar .nav ul li a:hover .jp {
   opacity: 1;
 }
 /****/
 /*------post-----*/
 .pc_post_ar {
   position: fixed;
   z-index: 3;
   width: calc(30% - 150px); /*最大幅を親要素からpx引いた値*/
   max-width: 250px;
   right: calc(2vw + 0px); /*最大幅を親要素からpx引いた値*/
   bottom: 3vw;
   text-align: center;
   color: #fff;
   text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
 }
 .pc_post_ar a {
   color: #fff;
 }
 .pc_post_ar .ttl_m {
   margin: 0 0 10px;
 }
 /****/
 .pc_post_ar .loop_ar {
   margin: 0 0 50px;
 }
 .pc_post_ar .img {
   max-width: 200px;
   margin: 0 auto 0px;
 }
 .pc_post_ar .img img{
	 	width: 200px;
	height: 200px;
	object-fit: cover;
                object-position:center center;
	font-family: 'object-fit: cover;'; /*IE対策*/
 }
 .pc_post_ar .cate_ar {
   margin: 0 0 10px;
   /* flexbox */
   display: flex;
   justify-content: space-between;
   align-items: center;
 }
 .pc_post_ar .date, .pc_post_ar .cate {
   font-family: "Urbanist", sans-serif;
   font-size: clamp(1.1rem, 1.2vw, 1.6rem); /*最小値,基準値,最大値*/
 }
 .pc_post_ar .date {}
 .pc_post_ar .cate {}

.pc_post_ar .cate span{
	 font-weight: 300;
  font-style: normal;
  font-size: 1.1rem;
  padding: 0 5px 0px;
  display: block;
  line-height: 1.5;
	/****末尾を三点リーダー****/
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	
 }
 .pc_post_ar .ttl_post {
   font-size: clamp(1.3rem, 1.5vw, 1.6rem); /*最小値,基準値,最大値*/
   line-height: 1.5;
   text-align: left;
 }
 /****/
 .pc_post_ar .ttl_ar {}
 .pc_post_ar .ttl_l {
   margin: 0 0 20px;
 }
 .pc_post_ar .tel {
   font-size: 4.0rem;
 }
 .pc_post_ar .time {
   font-size: 2.0rem;
 }
 /***************************/
 /********【フッター】********/
 /***************************/
 .foot_nav_ar ul {
   background: #58847E;
   border-radius: 0px 0px 50px 50px / 0px 50px 50px 50px;
   /* flexbox */
   display: flex;
   justify-content: flex-start;
   align-items: stretch; /*隣の要素に合わせる*/
 }
 .foot_nav_ar ul li {
   width: 33.333%;
   text-align: center;
   border-right: 1px solid #fff;
 }
 .foot_nav_ar ul li:last-child {
   border-right: none;
 }
 .foot_nav_ar ul li a {
   display: block;
   color: #fff;
   padding: 15px 10px;
   font-family: "Urbanist", sans-serif;
   font-optical-sizing: auto;
   font-weight: 300;
   font-style: normal;
   font-size: 1.6rem;
   transform: scale(0.9);
   transition: .4s;
 }
 .foot_nav_ar ul li a:hover {
   transform: scale(1.0);
 }
 .foot_nav_ar ul li a img {
   max-height: 30px;
 }
 .foot_nav_ar ul li span {
   display: block;
   line-height: 1.0;
 }
 @media only screen and (max-width: 1000px) {
   .foot_nav_ar {
     position: fixed;
     z-index: 800;
     left: 0;
     bottom: 0;
     width: 100%;
   }
   .foot_nav_ar ul {
     border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px;
   }
   .foot_nav_ar ul li a {
     padding: 5px 10px;
     font-size: 1.2rem;
   }
   .foot_nav_ar ul li a img {
     max-height: 20px;
   }
   .foot_nav_ar ul li span {
     display: flex;
     justify-content: center;
     align-items: center;
     height: 25px;
     line-height: 1.2;
   }
 }
 /****/
 #foot_ar {
   position: relative;
   z-index: 1;
   width: 100vw;
   height: 100vh;
   margin-top: -80vh;
   color: #fff;
   text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
   font-family: "Urbanist", sans-serif;
   font-optical-sizing: auto;
   font-weight: 300;
   font-style: normal;
 }
 #foot_ar a {
   color: #fff;
 }
 #foot_ar:before {
   position: absolute;
   content: "";
   background: url("images/foot_bg.webp") no-repeat center center/cover;
   width: 100vw;
   height: 135vh;
   left: 0px;
   top: -35vh;
   animation: footZoom 20s ease-in-out forwards infinite;
 }
 @keyframes footZoom {
   0% {
     transform: scale(1.1) translateY(0px);
     opacity: 1;
   }
   50% {
     transform: scale(1.1) translateY(-60px);
     opacity: 1;
   }
   100% {
     transform: scale(1.1) translateY(0px);
     opacity: 1;
   }
 }
 /****/
 #foot_ar .cont_ar {
   position: relative;
   height: 100%;
 }
 #foot_ar .logo_ar {
   width: clamp(50px, 20vw, 800px);
   position: absolute;
   z-index: 3;
   left: clamp(20px, 5vw, 200px);
   padding: 0px 20px;
   bottom: 200px;
 }
 #foot_ar .logo {
   max-width: 200px;
   margin: 0 0 20px;
 }
 #foot_ar .sns ul {
   margin: 0 0 50px;
   /* flexbox */
   display: flex;
   justify-content: flex-start;
   align-items: center;
 }
 #foot_ar .sns ul li a {
   display: block;
   padding: 10px;
   font-size: 1.8rem;
 }
 #foot_ar .ttl_ar {}
 #foot_ar .ttl_l {
   margin: 0 0 20px;
 }
 #foot_ar .tel {}
 /****/
 #foot_ar .nav_ar {
   max-width: 800px;
   position: absolute;
   z-index: 3;
   padding: 0px 20px;
   right: clamp(20px, 20px, 200px);
   bottom: 5px;
 }
 #foot_ar .ttl_r {
   margin: 0 0 0px;
 }
 #foot_ar .nav ul {
   margin: 0 0 20px;
   /* flexbox */
   display: flex;
   justify-content: flex-start;
   align-items: center;
   align-content: start; /*複数行にした時の揃え*/
   flex-direction: row; /*子要素の並ぶ向き*/
   flex-wrap: wrap; /*子要素の折り返し*/
 }
 #foot_ar .nav ul li a {
   font-size: 1.6rem;
   padding: 5px 15px;
 }
 #foot_ar .common_head_btn_ar {
   /* flexbox */
   display: flex;
   justify-content: flex-start;
   align-items: center;
   align-content: start; /*複数行にした時の揃え*/
   flex-direction: row; /*子要素の並ぶ向き*/
   flex-wrap: wrap; /*子要素の折り返し*/
 }
 #foot_ar .common_head_btn_ar a {
   padding: 5px 25px 5px 15px;
   margin: 0 10px 40px 0;
 }
 #foot_ar .copy {
   font-size: 1.2rem;
   text-align: right;
 }
 @media only screen and (max-width: 1000px) {
   #foot_ar {
     position: static;
     height: inherit;
     margin-top: 0px;
     background: url("images/foot_bg.webp") no-repeat center top -200px/auto 150%;
     padding: 100px 20px 80px;
   }
   #foot_ar:before {
     display: none;
   }
   /****/
   #foot_ar .logo_ar {
     width: 100%;
     position: static;
     padding: 0px 20px 50px;
     text-align: center;
   }
   #foot_ar .logo {
     max-width: 200px;
     margin: 0 auto 20px;
   }
   #foot_ar .sns ul {
     margin: 0 0 30px;
     justify-content: center;
   }
   #foot_ar .sns ul li a {
     font-size: 1.4rem;
   }
   #foot_ar .ttl_l {
     text-align: center;
     margin: 0 0 20px;
   }
   #foot_ar .tel {
     text-align: center;
   }
   /****/
   #foot_ar .nav_ar {
     position: static;
     padding: 0px 20px;
   }
   #foot_ar .ttl_r {
     margin: 0 0 10px;
   }
   #foot_ar .nav ul {
     margin: 0 0 20px;
   }
   #foot_ar .nav ul li a {
     font-size: 1.5rem;
     padding: 5px 10px;
   }
   #foot_ar .common_head_btn_ar {
     /* flexbox */
     display: block;
   }
   #foot_ar .common_head_btn_ar a {
     padding: 5px 10px;
     margin: 0 0px 0px 0;
   }
   #foot_ar .copy {
     padding: 20px 0 0;
     font-size: 1.1rem;
   }
 }
 /***************************/
 /********【index】********/
 /***************************/
 /********common********/
 .common_top_cont_img {
   width: 100%;
   position: relative;
 }
 .common_top_cont_img .ttl_eng {
   position: absolute;
   font-family: "Urbanist", sans-serif;
   font-optical-sizing: auto;
   font-weight: 300;
   font-style: normal;
   font-size: 4.6rem;
   line-height: 1.0;
   color: #fff;
   text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
   transform: rotate(90deg);
 }
 @media only screen and (max-width: 1000px) {
   .common_top_cont_img .ttl_eng {
     font-size: 3.6rem;
   }
 }
 /****/
 .common_top_bx_ar {
   margin: 0 0 40px;
   /* flexbox */
   display: flex;
   justify-content: flex-start;
   align-items: flex-start;
 }
 .common_top_bx_ar .bx_img {
   width: 50%;
   margin: -100px 0 0;
   position: relative;
   z-index: 3;
 }
 .common_top_bx_ar .bx_txt {
   width: 50%;
   padding: 30px 30px 0;
 }
 .common_top_bx_ar .img {
   text-align: center;
 }
 @media only screen and (max-width: 1000px) {
   .common_top_bx_ar {
     margin: 0 0 20px;
     /* flexbox */
     align-content: start; /*複数行にした時の揃え*/
     flex-direction: row; /*子要素の並ぶ向き*/
     flex-wrap: wrap; /*子要素の折り返し*/
   }
   .common_top_bx_ar .bx_img {
     margin: -130px 0 0;
   }
   .common_top_bx_ar .bx_txt {
     width: 100%;
     padding: 20px 20px 0;
   }
 }
 /****/
 .common_afterbouquet_logo_ar {
   margin: 0 0 50px;
   padding: 0 20px;
   /* flexbox */
   display: flex;
   justify-content: center;
   align-items: center;
 }
 .common_afterbouquet_logo_ar .logo {
   width: 33.333%;
   text-align: center;
 }
 @media only screen and (max-width: 1000px) {
   .common_afterbouquet_logo_ar {
     padding: 0 0px;
     margin: 0 0 30px;
     /* flexbox */
     align-content: start; /*複数行にした時の揃え*/
     flex-direction: row; /*子要素の並ぶ向き*/
     flex-wrap: wrap; /*子要素の折り返し*/
   }
   .common_afterbouquet_logo_ar .logo {
     width: 50.000%;
     text-align: center;
     padding: 0 2% 20px;
   }
 }
 /********01********/
 #cont01_ar {
   width: 100%;
   clear: both;
   padding: 80px 0px 0px;
   clear: both;
   position: relative;
 }
 #cont01_ar .bg_img {
   max-width: 330px;
   position: absolute;
   left: -30px;
   bottom: 270px;
 }
 #cont01_ar .ttl_eng {
   font-family: "Urbanist", sans-serif;
   font-optical-sizing: auto;
   font-weight: 300;
   font-style: normal;
   font-size: 1.8rem;
   color: #fff;
   background: #505050;
   padding: 5px 10px;
   text-align: center;
   background-color: rgba(80, 80, 80, 0.7);
   margin: 0 0 50px;
   line-height: 1.4;
   font-style: oblique;
 }
 #cont01_ar .ttl_jp {
   font-size: 2.6rem;
   font-weight: 700;
   margin: 0 0 30px;
   text-align: right;
 }
 #cont01_ar .txt {
   text-align: right;
   margin: 0 0 50px;
 }
 #cont01_ar .h3_ar {
   text-align: center;
 }
 /****/
 #cont01_ar .bx_ar {
   margin: 0 -40px 30px;
 }
 #cont01_ar .bx {
   /*padding: 0 10px;*/
 }
 #cont01_ar .bx .img img {
   width: 100%;
   height: 250px;
   object-fit: cover;
   object-position: center center;
   font-family: 'object-fit: cover;'; /*IE対策*/
 }
 @media only screen and (max-width: 1000px) {
   #cont01_ar {
     min-width: inherit;
     padding: 50px 0px 0px 0px;
   }
   #cont01_ar .bg_img {
     max-width: 200px;
     bottom: 280px;
   }
   #cont01_ar .ttl_eng {
     font-size: 1.6rem;
     margin: 0 0 30px;
   }
   #cont01_ar .ttl_jp {
     font-size: 1.8rem;
     margin: 0 0 40px;
     text-align: center;
   }
   #cont01_ar .txt {
     text-align: right;
     margin: 0 0 50px;
   }
   #cont01_ar .h3_ar {
     text-align: center;
   }
   /****/
   #cont01_ar .bx_ar {
     margin: 0 -20px 20px;
   }
   #cont01_ar .bx {
     padding: 0 5px;
   }
 }
 /****/
 .slick-prev, .slick-next {
   width: 30px !important;
   height: 30px !important;
   color: inherit !important;
   z-index: 1000 !important;
 }
 .slick-prev:before, .slick-next:before {
   font-family: '' !important;
   color: #000 !important;
   font-size: 0 !important;
 }
 .slick-prev {
   background: url("images/shared/arr_left.svg") no-repeat center center/cover !important;
   left: 20px !important;
 }
 .slick-next {
   background: url("images/shared/arr_right.svg") no-repeat center center/cover !important;
   right: 20px !important;
 }
 /********02********/
 #cont02_ar {
   clear: both;
   padding: 100px 0px 0px 0px;
 }
 #cont02_ar .common_top_cont_img .ttl_eng {
   right: 10px;
   bottom: -40px;
   transform-origin: right top;
 }
 #cont02_ar .txt {
   max-width: 80%;
   margin: 0px auto 50px;
 }
 @media only screen and (max-width: 1000px) {
   #cont02_ar {
     min-width: inherit;
     padding: 50px 0px 50px 0px;
   }
   #cont02_ar .txt {
     max-width: 100%;
     margin: 0px auto 40px;
   }
 }
 /********03********/
 #cont03_ar {
   clear: both;
   padding: 100px 0px 0px 0px;
 }
 #cont03_ar .common_top_cont_img .ttl_eng {
   left: -110px;
   bottom: -40px;
   transform-origin: right top;
 }
 #cont03_ar .txt {
   margin: 0px 0px 50px 0px;
 }
 #cont03_ar .common_Urbanist_ttl {
   text-align: center;
   margin: 0 0 10px;
 }
 #cont03_ar .txt {
   max-width: 80%;
   margin: 0px auto 50px;
 }
 @media only screen and (max-width: 1000px) {
   #cont03_ar {
     min-width: inherit;
     padding: 50px 0px 50px 0px;
   }
   #cont03_ar .common_top_cont_img .ttl_eng {
     right: 10px;
     bottom: -40px;
     transform-origin: right top;
     left: inherit;
   }
   #cont03_ar .txt {
     max-width: 100%;
     margin: 0px auto 40px;
   }
 }
 /********04********/
 #cont04_ar {
   clear: both;
   padding: 100px 0px 100px 0px;
 }
 #cont04_ar .common_top_cont_img .ttl_eng {
   right: 10px;
   bottom: -40px;
   transform-origin: right top;
 }
 #cont04_ar .txt {
   max-width: 80%;
   margin: 0px auto 50px;
 }
 @media only screen and (max-width: 1000px) {
   #cont04_ar {
     min-width: inherit;
     padding: 50px 0px 50px 0px;
   }
   #cont04_ar .txt {
     max-width: 100%;
     margin: 0px auto 40px;
   }
 }
 /********05********/
 #cont05_ar {
   /*background: url("images/shared/bg_body.webp") repeat-y center top /100% auto;*/
   background: #fff;
   clear: both;
   padding: 100px 0px 100px;
   color: #fff;
   position: relative;
   z-index: 1100;
 }
 #cont05_ar:before {
   position: absolute;
   z-index: 1;
   content: "";
   background: url("images/top_con_11.webp") no-repeat center center;
   width: 100%;
   height: 680px;
   left: 0px;
   top: 0px;
 }
 #cont05_ar .container {
   position: relative;
   z-index: 2;
 }
 #cont05_ar .h3_ar {
   max-width: 80%;
   margin: 0px auto 50px;
 }
 #cont05_ar .txt {
   max-width: 80%;
   margin: 0px auto 50px;
 }
 /****/
 #cont05_ar .bx_ar {
   margin: 0 -40px 30px;
 }
 #cont05_ar .bx {
   margin: 0 10px;
   background: #fff;
   padding: 0 20px 20px;
	 color:#555;
 }
 #cont05_ar .post_img {
   margin: 0 -20px 10px;
 }
 #cont05_ar .post_img img {
   width: 350px;
   height: 200px;
   object-fit: cover;
   object-position: center center;
   font-family: 'object-fit: cover;'; /*IE対策*/
 }
 #cont05_ar .cate_ar {
   margin: 0 0 10px;
   font-family: "Urbanist", sans-serif;
   font-optical-sizing: auto;
   font-weight: 300;
   font-style: normal;
   font-size: 1.4rem;
   /* flexbox */
   display: flex;
   justify-content: space-between;
   align-items: center;
 }
 #cont05_ar .cate_ar span{
	 font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
  padding: 0 5px 0px;
  display: block;
  line-height: 1.5;
 }
 #cont05_ar .post_ttl {
   font-size: 1.6rem;
   line-height: 1.6;
   margin: 0 0 10px;
   /****末尾を三点リーダー****/
   width: 100%;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
 }
 #cont05_ar .post_txt {
   line-height: 1.6;
   /****末尾を三点リーダー****/
   width: 100%;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
 }
 @media only screen and (max-width: 1000px) {
   #cont05_ar {
     min-width: inherit;
     padding: 50px 0px 0px 0px;
   }
 }
 /***************************/
 /********【common】********/
 /***************************/
 /********common********/
 .main_contents {
   width: clamp(500px, 50vw, 600px); /*最小値,基準値,最大値*/
   position: relative;
   z-index: 3;
   left: 55%;
   top: 5vh;
   transform: translate(-50%, 0%);
   box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.4); /*左右　上下　ぼかし　広がり*/
   border-radius: 50px 50px 50px 50px / 50px 50px 50px 50px;
   /*background: url("images/shared/bg_body.webp") repeat-y center top /100% auto;*/
   background: #fff;
   margin: 0 0 150px;
 }
 @media only screen and (max-width: 1000px) {
   .main_contents {
     width: 100%; /*最小値,基準値,最大値*/
     top: 50px;
     left: 50%;
     border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px;
     margin: 0 0 0px;
     position: static;
     transform: translate(0%, 0%);
     box-shadow: none; /*左右　上下　ぼかし　広がり*/
     padding: 0 0 100px;
   }
 }
 /********【アニメーション】********/
 .eachTextAnime span {
   opacity: 0;
   font-weight: bold;
 }
 .eachTextAnime.appeartext span {
   animation: text_anime_on .3s ease-out forwards;
 }
 @keyframes text_anime_on {
   0% {
     opacity: 0;
   }
   100% {
     opacity: 1;
   }
 }
 /*transition: transition-propertyの値 transition-durationの値 transition-delayの値 transition-timing-functionの値;*/
 /*clip-path: inset(上 右 下 左);*/
 /****visible_amination****/
 .visible_amination_txt, .visible_amination_alpha {
   /*will-change: transform, opacity;*/
   backface-visibility: hidden;
   -webkit-font-smoothing: antialiased;
 }
 /**** テキスト ****/
 .visible_amination_txt {
   opacity: 0;
   transition: transform 1s .1s ease-out, opacity 1s .1s ease-out;
 }
 .visible_amination_txt.isActive {
   opacity: 1;
 }
 /**** 画像 ****/
 .visible_amination_img {
   opacity: 0;
   transition: opacity .6s ease-out;
 }
 .visible_amination_img.isActive {
   opacity: 1;
 }
 /**** テキスト ****/
 .visible_amination_txt {
   opacity: 0;
   transition: transform 1s .1s ease-out, opacity 1s .1s ease-out;
 }
 .visible_amination_txt.isActive {
   opacity: 1;
 }
 /**** アルファ ****/
 .visible_amination_alpha {
   opacity: 0;
   transition: opacity .5s ease-out;
 }
 .visible_amination_alpha.isActive {
   opacity: 1;
 }
 /**** キャッチコピー ****/
 .visible_amination_catch {
   opacity: 0;
   transition: transform .3s .3s ease-out, opacity .3s .6s ease-out;
 }
 .visible_amination_catch.isActive {
   clip-path: inset(0 0 0 0);
   opacity: 1;
 }
 /**** タイトル ****/
 .visible_amination_title {
   clip-path: inset(0% 100% 0% 0);
   /*clip-path: inset(上 右 下 左);*/
   transition: .6s ease-out;
 }
 .visible_amination_title.isActive {
   transition: clip-path 2.5s /*cubic-bezier(0.175, 0, 0.175, 1) 1.75s*/ ;
   clip-path: inset(0 0 0 0);
   transition-delay: 200ms;
 }
 /********【button】********/
 .css_bt_st {
   width: 90%;
   margin: auto;
   display: block;
   border-top: solid 1px #505050;
   border-bottom: solid 1px #505050;
   transition: .3s;
   position: relative;
 }
 .css_bt_st a {
   display: block;
   padding: 5px 1em;
   transition: .4s;
   /* flexbox */
   display: flex;
   justify-content: space-between;
   align-items: center;
 }
 .css_bt_st a:after {
   position: absolute;
   content: "";
   background: url(images/shared/arr_btn_bk.svg) no-repeat center center/cover;
   width: 22px;
   height: 11px;
   right: 20px;
   top: 50%;
   transform: translate(0%, -50%);
   transition: .4s;
 }
 .css_bt_st a:hover:after {
   right: 0px;
 }
 .css_bt_fo, .css_bt_more {
   font-family: "Urbanist", sans-serif;
   font-optical-sizing: auto;
   font-weight: 300;
   font-style: normal;
   font-size: 1.5rem;
   letter-spacing: 0.05em;
 }
 .css_bt_more {
   font-size: 1.4rem;
   padding: 0 40px 0 0;
 }
 .css_bt_st a:link, .css_bt_st_wh a:hover, .css_bt_st_wh a:visited {
   color: #505050;
 }
 .css_bt_st a:hover {
   transform: translateX(5px);
 }
 @media only screen and (max-width: 800px) {
   .css_bt_st a {
     padding: 2px .5em;
   }
   .css_bt_st a:after {
     width: 17px;
     height: 6px;
     right: 10px;
   }
   .css_bt_fo, .css_bt_more {
     font-size: 1.3rem;
   }
   .css_bt_more {
     font-size: 1.2rem;
   }
 }
 /********【table】********/
 .common_tbl2 {
   width: 100%;
   margin: auto;
 }
 .common_tbl2 th, .common_tbl2 td {
   text-align: left;
   vertical-align: top;
   padding: 1em 0em;
   line-height: 1.5;
   font-size: 1.4rem;
 }
 .common_tbl2 th {}
 .common_tbl2 td {}
 .tbl_pad {
   display: block;
   padding: 0 0 20px;
 }
 .common_tbl2.tbl_w25 th {
   width: 25%;
 }
 .common_tbl2.tbl_w30 th {
   width: 30%;
 }
 @media only screen and (max-width: 1000px) {
   .common_tbl2 {
     width: 700px;
     margin: auto;
   }
   .common_tbl2 th, .common_tbl2 td {
     padding: .5em 0em;
     line-height: 1.3;
     font-size: 1.3rem;
   }
 }

 /********【post】********/
 .no_comment {
   padding: 40px 0;
   text-align: center;
 }
 /********【single post】********/
 .postdata p, .postdata ul, .postdata ol {
   margin: 0 0 30px;
   -ms-word-wrap: break-word;
   word-wrap: break-word;
 }
 .postdata::after {
   clear: both;
   content: "";
   display: block;
 }
 .postdata p img {
   margin: 0 0 30px;
 }
 .postdata h3 {
   font-size: 2.6rem;
   font-weight: bold;
   color: #005000;
   border-bottom: solid 3px #005000;
   position: relative;
   padding: 0 0px 5px 30px;
   margin: 0 0 30px;
 }
 .postdata h3:before {
   position: absolute;
   content: "";
   background: #005000;
   width: 20px;
   height: 20px;
   left: 0px;
   top: 10px;
 }
 .postdata h4 {
   font-size: 2.2rem;
   font-weight: bold;
   color: #005000;
   position: relative;
   padding: 0 0px 0px 15px;
   margin: 0 0 20px;
 }
 .postdata h4:before {
   position: absolute;
   content: "";
   background: #005000;
   width: 5px;
   height: 25px;
   left: 0px;
   top: 7px;
 }
 .postdata h5 {
   font-size: 1.8rem;
   font-weight: bold;
   color: #005000;
   position: relative;
   padding: 0 0px 0px 20px;
   margin: 0 0 10px;
 }
 .postdata h5:before {
   position: absolute;
   content: "";
   background: #005000;
   width: 15px;
   height: 15px;
   left: 0px;
   top: 12px;
   border-radius: 50%;
 }
 .postdata ul li {
   list-style: disc;
   list-style-position: inside;
 }
 .postdata ol li {
   list-style: decimal;
   list-style-position: inside;
 }
 .postdata strong {
   font-weight: bold;
 }
 .postdata section em {
   font-style: italic; /*斜体*/
 }
 .postdata .aligncenter {
   margin: 0 auto !important;
   text-align: center !important;
   display: block;
 }
 .postdata em {
   font-style: italic;
 }
 .postdata a {
   text-decoration: underline;
 }
 .postdata a:hover {
   text-decoration: none;
 }
 /* 投稿画像 */
 .postdata img.centered {
   display: block;
   margin-left: auto;
   margin-right: auto;
 }
 .postdata img.alignright {
   margin: 15px 0px 15px 20px;
   float: right;
 }
 .postdata img.alignleft {
   margin: 15px 20px 15px 0px;
   float: left;
 }
 .postdata img.alignnone {
   margin: 15px 20px 15px 0px;
 }
 .postdata img.aligncenter {
   display: block;
   margin: 15px auto;
 }
 @media only screen and (max-width: 1000px) {
   .postdata p {
     margin: 0 0 20px;
   }
   .postdata p img {
     margin: 0 0 20px;
   }
   .postdata h3 {
     font-size: 1.8rem;
     padding: 0 0px 5px 20px;
     margin: 0 0 20px;
   }
   .postdata h3:before {
     width: 15px;
     height: 15px;
     top: 6px;
   }
   .postdata h4 {
     font-size: 1.7rem;
     padding: 0 0px 0px 12px;
     margin: 0 0 15px;
   }
   .postdata h4:before {
     width: 4px;
     height: 18px;
     top: 4px;
   }
   .postdata h5 {
     font-size: 1.5rem;
     padding: 0 0px 0px 18px;
   }
   .postdata h5:before {
     width: 12px;
     height: 12px;
     top: 6px;
   }
 }
 /********【ページネーション】********/
 .pagination {
   display: inline-block;
   padding-left: 0;
   margin: 20px 0;
   border-radius: 4px;
 }
 .pagination > li {
   display: inline;
 }
 .pagination > li > a, .pagination > li > span {
   position: relative;
   float: left;
   padding: 6px 12px;
   line-height: 1.42857143;
   text-decoration: none;
   color: #58847E; /*変更*/
   background-color: #ffffff;
   border: 1px solid #58847E; /*変更*/
   margin-left: -1px;
   transition: .2s;
 }
 .pagination > li:first-child > a, .pagination > li:first-child > span {
   margin-left: 0;
   border-bottom-left-radius: 4px;
   border-top-left-radius: 4px;
 }
 .pagination > li:last-child > a, .pagination > li:last-child > span {
   border-bottom-right-radius: 4px;
   border-top-right-radius: 4px;
 }
 .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
   color: #58847E; /*変更*/ / background-color: #58847E; /*変更（淡色）*/
   border-color: #58847E; /*変更*/
 }
 .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
   z-index: 2;
   color: #ffffff;
   background-color: #58847E; /*変更*/
   border-color: #58847E; /*変更*/
   cursor: default;
 }
 .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
   color: #777777;
   background-color: #ffffff;
   border-color: #c7436f;
   cursor: not-allowed;
 }
 /********【ページャー】********/
 .number {
   text-align: center;
   margin-bottom: 20px;
 }
 .number a {
   background: #FFFAE6;
   border-radius: 4px;
   color: #333;
   display: inline-block;
   margin: 0 5px 10px;
   padding: 5px 15px;
   text-decoration: none;
   transition: .2s;
 }
 .number a:hover {
   background: #c7436f;
   color: #fff;
   text-decoration: none;
 }
 .number .current {
   color: #fff;
   background: #c7436f;
   border-radius: 5px;
   box-shadow: 0 2px 0 #ddd;
   display: inline-block;
   margin: 0 5px 10px;
   padding: 5px 15px;
 }
 /*ページャー*/
 .pager {
   padding-left: 0;
   margin: 20px 0;
   list-style: none;
   text-align: center;
 }
 .pager li {
   display: inline;
 }
 .pager li > a, .pager li > span {
   background: #58847E; /*変更（淡色）*/
   border-radius: 4px;
   color: #fff;
   display: inline-block;
   margin: 0 5px 10px;
   padding: 5px 15px;
   text-decoration: none !important;
   transition: .2s;
 }
 .pager li > a:hover, .pager li > a:focus {
   background: #58847E; /*変更*/
   color: #fff;
   text-decoration: none;
 }
 .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
   color: #FFF;
   background: #58847E; /*変更*/
   cursor: not-allowed;
   text-decoration: none;
 }
 @media only screen and (max-width: 1000px) {
   .pager li > a, .pager li > span {
     font-size: 12px;
     padding: 3px 15px;
   }
 }
 .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .rob:before, .rob:after, .pager:before, .pager:after {
   content: " ";
   display: table;
 }
 .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .rob:after, .pager:after {
   clear: both;
 }
 /********【headline】********/
 /********h2********/
 .h2_ar {
   width: 100%;
   height: 100vh;
   clear: both;
   border-radius: 50px 50px 0px 0px / 50px 50px 0px 0px;
   position: relative;
 }
 .h2_ar.top {
   background: url("images/h2_top.webp") no-repeat center center/cover;
 }
 .h2_ar.shop {
   background: url("images/shop/h2_shop.webp") no-repeat center center/cover;
 }
 .h2_ar.afte-bouquet {
   background: url("images/afte-bouquet/h2_afte-bouquet.webp") no-repeat center center/cover;
 }
 .h2_ar.lesson {
   background: url("images/lesson/h2_lesson.webp") no-repeat center center/cover;
 }
 .h2_ar.topics {
   background: url("images/topics/h2_topics.webp") no-repeat center center/cover;
 }
 .h2_ar.contact {
   background: url("images/contact/h2_contact.webp") no-repeat center center/cover;
 }
 .h2_ar.faq {
   background: url("images/faq/h2_faq.webp") no-repeat center center/cover;
 }
 .h2_ar.policy {
   background: url("images/policy/h2_policy.webp") no-repeat center center/cover;
 }
 .h2_ar .logo {
   position: absolute;
   z-index: 3;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 250px;
 }
 .h2_ar .eng {
   position: absolute;
   right: 10px;
   bottom: -40px;
   transform-origin: right top;
   font-family: "Urbanist", sans-serif;
   font-optical-sizing: auto;
   font-weight: 300;
   font-style: normal;
   font-size: 6.0rem;
   line-height: 1.0;
   color: #fff;
   text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
   transform: rotate(90deg);
 }
 @media only screen and (max-width: 1000px) {
   .h2_ar {
     height: 90vh;
     border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px;
   }
   .h2_ar .eng {
     position: absolute;
     bottom: 0px;
     font-size: 4.4rem;
   }
 }
 .h3_ar {
   margin: 0 0 30px;
 }
 .h3_ar .eng {
   font-family: "Urbanist", sans-serif;
   font-optical-sizing: auto;
   font-weight: 300;
   font-style: normal;
   font-size: 2.6rem;
   display: inline-block;
   background: url("images/shared/underline_bk.svg") no-repeat left bottom;
   padding: 0 0 20px;
 }
 .h3_ar .jp {
   font-size: 2.0rem;
   padding: 20px 0 0;
   display: block;
   line-height: 1.6;
 }
 .h3_ar.wh .eng {
   background: url("images/shared/underline_wh.svg") no-repeat left bottom;
   color: #fff;
 }
 .h3_ar.wh .jp {
   color: #fff;
 }
 @media only screen and (max-width: 1000px) {
   .h3_ar .eng {
     font-size: 2.2rem;
   }
   .h3_ar .jp {
     font-size: 1.8rem;
   }
 }
 .h4_ar {
   background: #848484;
   padding: 7px 20px;
   margin: 0 -40px 50px;
   color: #fff;
   /* flexbox */
   display: flex;
   justify-content: space-between;
   align-items: center;
 }
 .h4_ar .eng {
   font-family: "Urbanist", sans-serif;
   font-optical-sizing: auto;
   font-weight: 300;
   font-style: normal;
   font-size: 1.6rem;
 }
 .h4_ar .jp {
   font-size: 1.8rem;
 }
 @media only screen and (max-width: 1000px) {
   .h4_ar {
     padding: 5px 20px;
     margin: 0 -20px 40px;
     align-content: start; /*複数行にした時の揃え*/
     flex-direction: row; /*子要素の並ぶ向き*/
     flex-wrap: wrap; /*子要素の折り返し*/
   }
   .h4_ar .eng {
     font-family: "Urbanist", sans-serif;
     font-optical-sizing: auto;
     font-weight: 300;
     font-style: normal;
     font-size: 1.4rem;
   }
   .h4_ar .jp {
     width: 100%;
     font-size: 1.6rem;
     text-align: right;
     margin: -5px 0 0;
   }
 }
 /**************************/
 /********下層ページ用********/
 /**************************/
 /***************************/
 /********【page_404】********/
 /***************************/
 .page_404 {
   text-align: center;
   padding: 80px 0 100px;
 }
 .page_404 .txt {
   margin: 0 0 80px;
 }
 /***************************/
 /********【パスワードページ】********/
 /***************************/
 .post-password-form {
   max-width: 1000px;
   margin: auto;
   padding: 0 20px;
   text-align: center;
 }
 .post-password-form p {
   padding: 0 0 20px;
 }
 /********【common】********/
 .common_under_layout {
   padding: 100px 0;
   line-height: 2.4;
 }
 @media only screen and (max-width: 1000px) {
   .common_under_layout {
     padding: 50px 0 0;
   }
 }
 /****/
 .common_under_2cols {
   /* flexbox */
   display: flex;
   justify-content: flex-start;
   align-items: center;
   align-content: start; /*複数行にした時の揃え*/
   flex-direction: row; /*子要素の並ぶ向き*/
   flex-wrap: wrap; /*子要素の折り返し*/
 }
 .common_under_2cols .bx_img {
   width: 50%;
 }
 .common_under_2cols .bx_img img {}
 .common_under_2cols .bx_txt {
   width: 50%;
 }
 .common_under_2cols .bx_txt.right {
   padding: 0 0 0 40px;
 }
 .common_under_2cols .bx_txt.left {
   padding: 0 40px 0 0px;
 }
 .common_under_2cols .txt {
   width: 100%;
   padding: 50px 0px;
 }
 @media only screen and (max-width: 1000px) {
   .common_under_2cols .bx_txt.right {
     padding: 0 0 0 20px;
   }
   .common_under_2cols .bx_txt.left {
     padding: 0 20px 0 0px;
   }
   .common_under_2cols .txt {
     width: 100%;
     padding: 30px 0px 50px;
     line-height: 2.2;
   }
 }
 /****/
 .common_line_ar {
   padding: 50px 0;
   margin: auto;
 }
 .common_line_ar .txt {
   margin: 0 0 50px;
 }
 .common_line_ar .img {
   max-width: 250px;
   margin: auto;
 }
 @media only screen and (max-width: 1000px) {
   .common_line_ar {
     padding: 30px 0;
   }
   .common_line_ar .txt {
     margin: 0 0 30px;
   }
   .common_line_ar .img {
     max-width: 200px;
   }
 }
 /***************************/
 /********【page_shop】********/
 /***************************/
 /********【cont03】********/
 .page_shop .cont03 .tbl2 {
   padding: 50px 0;
   margin: auto;
 }
 /********【cont04】********/
 .page_shop .cont04 .disc_list_style {
   padding: 50px 0 10px;
 }
 .page_shop .cont04 .notice {
   font-size: 1.3rem;
   margin: 0 0 40px;
   padding-left: 1em;
   text-indent: -1em;
 }
 .page_shop .cont04 .bx_ar {
   margin: 0 -2% 50px;
   /* flexbox */
   display: flex;
   justify-content: flex-start;
   align-items: center;
 }
 .page_shop .cont04 .bx {
   width: 46%;
   margin: 0 2%;
 }
@media only screen and (max-width: 1000px) {
 .page_shop .cont04 .bx_ar {
   margin: 0 0% 20px;
   /* flexbox */
   display: block;
 }
 .page_shop .cont04 .bx {
   width: 100%;
   margin: 0 0% 30px;
 }
}
 /***************************/
 /********【page_after-bouquet】********/
 /***************************/
 /********【common】********/
 .page_after-bouquet {}
 /********【cont01】********/
 .page_after-bouquet .cont01 {
   padding: 0 0 100px;
 }
 .page_after-bouquet .cont01 .bg {
   text-align: center;
   margin: 0px -40px 0;
 }
 .page_after-bouquet .cont01 .bx_ar {
   /* flexbox */
   display: flex;
   justify-content: flex-start;
   align-items: flex-start;
 }
 .page_after-bouquet .cont01 .bx_img {
   width: 50%;
   margin: -80px 0 0;
 }
 .page_after-bouquet .cont01 .bx_txt {
   width: 50%;
   padding: 30px 0 0 30px;
 }
 .page_after-bouquet .cont01 .img {
   text-align: center;
 }
 .page_after-bouquet .cont01 .txt {
   margin: 0 0 30px;
 }
 .page_after-bouquet .cont01 .common_Urbanist_ttl {
   text-align: center;
   margin: 80px 0 0px;
 }
 .page_after-bouquet .cont01 .common_afterbouquet_logo_ar {
   margin: 0 0 0px;
 }
 .page_after-bouquet .cont01 .ico_by {
   text-align: center;
   margin: 0 0 20px;
 }
 .page_after-bouquet .cont01 .logo_napua {
   text-align: center;
   max-width: 200px;
   margin: 0 auto 80px;
 }
 .page_after-bouquet .cont01 .special_ar {
   border: 3px solid #F46318;
   padding: 0 30px;
 }
 .page_after-bouquet .cont01 .special_ar .ttl {
   background: #F46318;
   padding: 0px 20px;
   margin: 0 -30px 25px;
   font-size: 2.0rem;
   font-weight: 700;
   color: #fff;
   text-align: center;
 }
 .page_after-bouquet .cont01 .special_ar .txt {
   line-height: 2.0;
   margin: 0 0 30px;
 }
 @media only screen and (max-width: 1000px) {
   .page_after-bouquet .cont01 {
     padding: 0 0 50px;
   }
   .page_after-bouquet .cont01 .bg {
     text-align: center;
     margin: 50px -20px 0;
   }
   .page_after-bouquet .cont01 .bx_ar {
     align-content: start; /*複数行にした時の揃え*/
     flex-direction: row; /*子要素の並ぶ向き*/
     flex-wrap: wrap; /*子要素の折り返し*/
   }
   .page_after-bouquet .cont01 .bx_img {
     margin: -80px 0 20px;
   }
   .page_after-bouquet .cont01 .bx_txt {
     width: 100%;
     padding: 0px 0 0 0px;
   }
   .page_after-bouquet .cont01 .txt {
     margin: 0 0 0px;
   }
   .page_after-bouquet .cont01 .common_Urbanist_ttl {
     margin: 50px 0 0px;
   }
   .page_after-bouquet .cont01 .common_afterbouquet_logo_ar .logo {
     padding: 0 2% 0px;
   }
   .page_after-bouquet .cont01 .ico_by {
     margin: 20px 0 20px;
   }
   .page_after-bouquet .cont01 .logo_napua {
     margin: 0 auto 30px;
   }
   .page_after-bouquet .cont01 .special_ar {
     border: 2px solid #F46318;
     padding: 0 20px;
     margin: 20px 0 0;
   }
   .page_after-bouquet .cont01 .special_ar .ttl {
     background: #F46318;
     padding: 0px 20px;
     margin: 0 -20px 20px;
     font-size: 1.6rem;
   }
 }
 /********【cont02】********/
 .page_after-bouquet .cont02 .common_line_ar {
   margin: -50px 0 0px 0px;
 }
 /***************************/
 /********【page_lesson】********/
 /***************************/
 /********【common】********/
 .page_lesson {}
 /********【cont01】********/
 .page_lesson .cont01 {
   padding: 0 0 100px;
 }
 .page_lesson .cont01 .bg {
   text-align: center;
   margin: 0px -40px 50px;
 }
 @media only screen and (max-width: 1000px) {
   .page_lesson .cont01 {
     padding: 0 0 50px;
   }
   .page_lesson .cont01 .bg {
     text-align: center;
     margin: 50px -20px 30px;
   }
 }
 /********【cont02】********/
 .page_lesson .cont02 {
   padding: 0 0 100px;
 }
 @media only screen and (max-width: 1000px) {
   .page_lesson .cont02 {
     padding: 0 0 0px;
   }
 }
 /********【cont03】********/
 .page_lesson .cont03 {}
 .page_lesson .cont03 .img {
   margin: 50px -40px -12px;
 }
 .page_lesson .cont03 .bt {
   margin: 50px 0 0;
 }
 /***************************/
 /********【page_archives】********/
 /***************************/
 /********【common】********/
 .page_archives {}
 /********【cont01】********/
 .page_archives .cont01 {
   margin: 0 0 50px;
 }
 .page_archives .cont01 .loop_ar {
   padding: 0 0 20px;
   margin: 0 0 30px;
   border-bottom: 2px dotted #999;
   /* flexbox */
   display: flex;
   justify-content: flex-start;
   align-items: center;
 }
 .page_archives .cont01 .loop_ar:last-child {
   padding: 0 0 0px;
   margin: 0 0 0px;
   border-bottom: none;
 }
 .page_archives .cont01 .bx_img {
   width: 35%;
 }
 .page_archives .cont01 .bx_txt {
   width: 65%;
   padding: 0 0 0 40px;
 }
 .page_archives .cont01 .img {
   text-align: center;
 }
 .page_archives .cont01 .img img {
   width: 250px;
   height: 150px;
   object-fit: cover;
   object-position: center center;
   font-family: 'object-fit: cover;'; /*IE対策*/
 }
 .page_archives .cont01 .cate_ar {
   font-family: "Urbanist", sans-serif;
   font-optical-sizing: auto;
   font-weight: 300;
   font-style: normal;
   font-size: 1.4rem;
   /* flexbox */
   display: flex;
   justify-content: space-between;
   align-items: center;
 }
 .page_archives .cont01 .ttl_post {
   line-height: 1.8;
   margin: 0 0 20px;
   /****末尾を三点リーダー****/
   width: 100%;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
 }
 .page_archives .cont01 .bt {
   text-align: right;
 }
 .page_archives .cont01 .bt .css_bt_st {
   max-width: 175px;
   display: inline-block;
 }
 .page_archives .cont01 .bt .css_bt_st a {
   padding: 0px 1em;
 }
 @media only screen and (max-width: 1000px) {
   .page_archives .cont01 {
     margin: 0 0 0px;
   }
   .page_archives .cont01 .loop_ar {
     padding: 0 0 15px;
     margin: 0 0 20px;
     border-bottom: 1px dotted #999;
   }
   .page_archives .cont01 .bx_txt {
     padding: 0 0 0 20px;
   }
   .page_archives .cont01 .img img {
     width: 200px;
     height: 120px;
   }
   .page_archives .cont01 .cate_ar {
     font-size: 1.2rem;
   }
   .page_archives .cont01 .ttl_post {
     margin: 0 0 10px;
   }
   .page_archives .cont01 .bt .css_bt_st {
     max-width: 150px;
   }
 }
 /***************************/
 /********【page_single】********/
 /***************************/
 /********【common】********/
 .page_single {}
 /********【cont01】********/
 .page_single .cont01 {
   margin: 0 0 50px;
 }
 .page_single .cont01 .loop_ar {
   padding: 0 0 20px;
   margin: 0 0 30px;
 }
 .page_single .cont01 .bx_img {
   width: 100%;
   margin: 0 0 10px;
 }
 .page_single .cont01 .img {
   text-align: center;
 }
 .page_single .cont01 .bx_txt {
   width: 100%;
 }
 .page_single .cont01 .cate_ar {
   font-family: "Urbanist", sans-serif;
   font-optical-sizing: auto;
   font-weight: 300;
   font-style: normal;
   font-size: 1.4rem;
   border-bottom: 1px solid #555;
   margin: 0 0 20px;
   /* flexbox */
   display: flex;
   justify-content: space-between;
   align-items: center;
 }
 .page_single .cont01 .ttl_post {
   font-size: 1.6rem;
   line-height: 1.8;
   margin: 0 0 40px;
 }
 .page_single .cont01 .txt_post {}
 @media only screen and (max-width: 1000px) {
   .page_single .cont01 {
     margin: 0 0 0px;
   }
   .page_single .cont01 .cate_ar {
     font-size: 1.2rem;
   }
   .page_single .cont01 .ttl_post {
     font-size: 1.5rem;
   }
 }
 /***************************/
 /********【page_contact】********/
 /***************************/
 /********【common】********/
 .page_contact {}
 /********【cont01】********/
 .page_contact .cont01 {
   padding: 0 0 100px;
 }
 .page_contact .cont01 .txt {
   margin: 0 0 50px;
 }
 .page_contact .cont01 .tel {
   text-align: center;
   margin: 0 auto 50px;
 }
 /********【cont02】********/
 .page_contact .cont02 {
   padding: 0 0 100px;
 }
 .page_contact .cont02 .txt {
   margin: 0 0 50px;
 }
 /***************************/
 /********【page_faq】********/
 /***************************/
 /********【common】********/
 .page_faq {}
 /********【cont01】********/
 .page_faq .cont01 {
   padding: 0 0 50px;
 }
 .page_faq .cont01 .loop_faq {
   border-bottom: 2px dotted #555;
   margin: 20px 0 20px;
   padding: 0 0 20px;
 }
 .page_faq .cont01 .loop_faq:last-child {
   border-bottom: none;
   margin: 20px 0 0px;
   padding: 0 0 0px;
 }
 .page_faq .cont01 .bx_q {
   font-size: 1.8rem;
   font-weight: 600;
   margin: 0 0 10px;
   padding: 0 0 0 40px;
   position: relative;
   line-height: 1.8;
 }
 .page_faq .cont01 .bx_q:before {
   position: absolute;
   content: "";
   background: url("images/faq/ico_q.svg") no-repeat center center/cover;
   width: 30px;
   height: 19px;
   left: 0px;
   top: 7px;
 }
 .page_faq .cont01 .bx_a {
   padding: 0 0 0 80px;
   position: relative;
   line-height: 1.8;
 }
 .page_faq .cont01 .bx_a:before {
   position: absolute;
   content: "";
   background: url("images/faq/ico_a.svg") no-repeat center center/cover;
   width: 28px;
   height: 18px;
   left: 40px;
   top: 4px;
 }
 @media only screen and (max-width: 1000px) {
   .page_faq .cont01 {
     padding: 0 0 0px;
   }
   .page_faq .cont01 .loop_faq {
     border-bottom: 1px dotted #555;
     margin: 15px 0 15px;
     padding: 0 0 15px;
   }
   .page_faq .cont01 .loop_faq:last-child {
     margin: 10px 0 50px;
   }
   .page_faq .cont01 .bx_q {
     font-size: 1.6rem;
     padding: 0 0 0 33px;
   }
   .page_faq .cont01 .bx_q:before {
     width: 27px;
     height: 17px;
     left: 0px;
     top: 5px;
   }
   .page_faq .cont01 .bx_a {
     padding: 0 0 0 50px;
   }
   .page_faq .cont01 .bx_a:before {
     width: 25px;
     height: 17px;
     left: 20px;
     top: 2px;
   }
 }
 /***************************/
 /********【page_policy】********/
 /***************************/
 /********【common】********/
 .page_policy {}
 /********【cont01】********/
 .page_policy .cont01 {
   padding: 0 0 50px;
 }
 .page_policy .cont01 .txt {
   margin: 0 0 30px;
   line-height: 1.8;
   font-size: 1.4rem;
 }
 @media only screen and (max-width: 1000px) {
   .page_policy .cont01 {
     padding: 0 0 30px;
   }
   .page_policy .cont01 .txt {
     margin: 0 0 20px;
     line-height: 1.6;
     font-size: 1.3rem;
   }
 }