@charset "utf-8";
/**
 * jtb common.css 0.0.1
 * Released on: 01,2024
 */
@import url("/kokunai/___common/css/footer_kokunai.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0');

@font-face{
	font-family:'kkrs-dp';
	src:url("/kokunai/___common/fonts/kkrs-dp.ttf") format("truetype"),url("/kokunai/___common/fonts/kkrs-dp.woff") format("woff"),url("/kokunai/___common/fonts/kkrs-dp.svg#kkrs-dp") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face {
  font-family: 'jtb-dom';
  src: url("/kokunai/_common/fonts/jtb-dom.ttf") format("truetype"), url("/kokunai/_common/fonts/jtb-dom.woff") format("woff"), url("/kokunai/_common/fonts/jtb-dom.svg#jtb-dom") format("svg");
  font-weight: normal;
  font-style: normal;
}




/* =============================================================================
    common
============================================================================= */
html{
	-webkit-text-size-adjust: 100%;
	scroll-behavior: auto!important;
	font-size: 62.5%;
}
body{
	color: #432c02;
	font-feature-settings: "palt";
	line-height: 1.5;
	letter-spacing: .1em;
	background: #fff;
}
@media screen and (max-width: 759px){
    body{
        font-size: 1.3rem;
    }
}
body *{
	box-sizing: border-box;
}

/* clearfix */
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/* 共通リンク色・別ウィンドウ */
a, a:link, a:visited {
	color: #432c02;
	text-decoration: none;
}
.other{
	font-size: 1.6rem;

}
/* =============================================================================
    reset
============================================================================= */
li{
    margin: 0;
    list-style: none;
    padding: 0;
} 
.sect{
	padding: 30px 0;
}

@media screen and (min-width: 760px){
	.contents-wraper{
		margin-top: 20px;
	}
	.sect{
		padding: 50px 0;
	}
	.in-wrapper {
		 position: relative;
		 margin: 0 auto;
		 padding: 0 5px;
		 width: 100%;
		 min-width: 970px;
		 max-width: 1246px;
	}
}
@media screen and (min-width: 760px){
    a:hover {
        color: #fc7a92;
        text-decoration: none;
    }
}

/* 別ウィンドウ */
a.link-blank:before{
	font-family: 'jtb-dom' !important;
	content: "\e976";
	text-decoration: none;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
}

/* テキストリンク */
.link-txt, .link-txt:link, .link-txt:visited {
	color: #3498DB;
	text-decoration: none;
}
@media screen and (min-width: 760px){
    .link-txt:hover {
        color: #3498DB;
        text-decoration: underline;
    }
}


/*--------------------------------------------------------------
# アイコン
--------------------------------------------------------------*/
/* アイコンのサイズ */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* 明るい背景の場合に黒色でアイコンを表示 */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* 暗い背景の場合に白色でアイコンを表示 */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

/*--------------------------------------------------------------
# loader
--------------------------------------------------------------*/

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
/* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
	color: #CC0D21;
  font-size: 200%;
  margin: 300px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: sk-scaleout 1.3s infinite linear;
  animation: sk-scaleout 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
	
}
/* ローディングアニメーション */
@-webkit-keyframes sk-scaleout {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes sk-scaleouts {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
@keyframes bounce {
  0% , 50% , 100%{
    transform: translate(-50%, 0px);
    height: 20px;
  }
  20% {
    transform: translate(-25%, 85px);
    height: 28px;
  }
  25% {
    transform: translate(-25%, 110px);
    height: 12px;
  }
  70% {
    transform: translate(-75%, 85px);
    height: 28px;
  }
  75% {
    transform: translate(-75%, 108px);
    height: 12px;
  }
}
@keyframes rotate {
  0% , 50% , 100%{ transform: rotate(0deg)}
  25% { transform: rotate(90deg)}
  75%{ transform: rotate(-90deg)}
}

body{
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
}
.jtb-nav-breadcrumb {margin: 1px auto 5px;max-width: 1236px;padding: 0 5px;text-align: left;}
.jtb-nav-breadcrumb li {font-size: 12px;}
.jtb-nav-breadcrumb a {color: #125687;text-decoration: none;}
.jtb-nav-breadcrumb li:before {font-size: 12px;}
.l-page { font-size: 16px; line-height: 1.6;}
.l-page * { -ms-box-sizing: border-box; box-sizing: border-box; }
.l-page h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin: 0 auto 25px;
	max-width: 1236px;
	padding-left: 10px;
	text-align: left;
}
.l-page a, .l-page a img { transition: all .4s ease; transform: rotate(0.0001deg); }
.l-page em, .l-page .font-noto { font-family: 'Noto Sans JP', sans-serif; }
.l-page img { max-width: 100%; }
.l-page a:hover img { opacity: .75; }
.l-content { margin: 0 auto; max-width: 1236px; width: 100%;font-family: 'Noto Sans JP', sans-serif;font-weight:400;background: url("../images/common/bg.jpg")repeat;padding-bottom:50px;color:#42210B;}
.l-section + .l-section { margin-top: 3em; }
.l-section__title { margin-bottom: 2em; }
.l-section__title img { max-width: 224px; }
.js-btn-page-top { bottom: 50px; cursor: pointer; display: none; position: fixed; right: 50px; z-index: 100; }
.js-btn-page-top a { display: block; height: 17px; position: relative; width: 35px; }
.js-btn-page-top a::before { color: #000; content: "\e802"; display: inline-block; font-family: "icon"; font-size: 17px; height: 17px; width: 35px; }
.js-btn-page-top a:hover { opacity: .8; }
@media screen and (max-width:600px){
	.js-btn-page-top { bottom: 20px; right: 20px; }
	.js-btn-page-top a { background-color: #999; border-radius: 6px; display: block; height: 30px; width: 30px; }
	.js-btn-page-top a::before { color: #fff; content: "\f106"; display: inline-block; font-family: "icon"; position: absolute; left:30%; line-height:29px;}
	.l-page h1 { margin-bottom: 20px; }
	#page_footer-sp { margin-top: 0 !important; }
}
section{
	margin: 0px;
	padding: 0px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■パンくず
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#flexbox_at{
	display: flex;
	flex-direction: column;
}
@media screen and (max-width:767px){
#flexbox_at{
	display: flex;
	flex-direction: column-reverse;
}	
}

.kkrs-breadcrumb-bg{
	width: 100%;
	background-color: #f5f5f5;
}
.kkrs-breadcrumb{
  padding: 1rem 0;
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;
}

.kkrs-breadcrumb__fix{
  display: none;
}

.kkrs-breadcrumb__list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #656972;
}

.kkrs-breadcrumb__list > li {
  margin-right: 2rem;
  position: relative;
}

.kkrs-breadcrumb__list > li a {
  color: #125687;
  text-decoration: none;
}

.kkrs-breadcrumb__list > li a:hover {
  text-decoration: underline;
}

.kkrs-breadcrumb__list > li a.kkrs-breadcrumb__current-link {
  color: #656972;
  text-decoration: none;
}

.kkrs-breadcrumb__list > li:not(:last-child):before {
  display: inline-block;
  font-family: "Material Icons Round";
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: ">";
  position: absolute;
  top: 50%;
  right: -1.5rem;
  font-size: 1rem;
  color: #989ba1;
  margin-top: -0.5em;
}

.kkrs-breadcrumb__list > li:last-child {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
	.kkrs-breadcrumb-bg{
	background-color: #fff;
}
  .kkrs-breadcrumb {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #d7d7d7;
    line-height: 3rem;
    padding: 0;
    background: #fff;
    /*margin: 0 -1rem*/
  }
  .kkrs-breadcrumb__fix {
    display: block;
    -webkit-box-shadow: 6px 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 6px 0 10px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .kkrs-breadcrumb__fix a {
    padding: 0 0.5rem 0 1rem;
    font-size: 1.2rem;
    color: #125687;
    -webkit-transition: none;
    transition: none;
    text-decoration: none;
  }
  .kkrs-breadcrumb.kkrs-top .kkrs-breadcrumb__fix {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .kkrs-breadcrumb__scroll {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
  }
  .kkrs-breadcrumb__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    height: 3rem;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .kkrs-breadcrumb__list > li {
    margin: 0;
    padding: 0 0.5rem 0 1.8rem;
  }
  .kkrs-breadcrumb__list > li:nth-child(1) {
    display: none;
  }
  .kkrs-breadcrumb__list > li:not(:last-child):before {
    content: "";
    margin: 0;
    top: -0.5rem;
    right: -0.9rem;
  }
  .kkrs-breadcrumb__list > li:last-child {
    padding: 0 1rem 0 1.8rem;
  }
  .kkrs-breadcrumb__list > li:last-child:after,
  .kkrs-breadcrumb__list > li:last-child:before {
    display: none;
  }
  .kkrs-breadcrumb__fix a,
  .kkrs-breadcrumb__list > li {
    display: block;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
  }
  .kkrs-breadcrumb__fix a:after,
  .kkrs-breadcrumb__fix a:before,
  .kkrs-breadcrumb__list > li:after,
  .kkrs-breadcrumb__list > li:before {
    content: "";
    border-style: solid;
    border-width: 2rem 0 2rem 1rem;
    position: absolute;
    top: -0.5rem;
  }
  .kkrs-breadcrumb__fix a:before,
  .kkrs-breadcrumb__list > li:before {
    right: -0.9rem;
    border-color: transparent transparent transparent #fff;
    z-index: 2;
  }
  .kkrs-breadcrumb__fix a:after,
  .kkrs-breadcrumb__list > li:after {
    right: -1rem;
    border-color: transparent transparent transparent #d7d7d7;
    z-index: 1;
  }
}
/* ==================================================
   main
================================================== */
main{
	width: 100%;
	margin: 0px auto;
}
/* ==================================================
   font
================================================== */
.fn_400{
	font-size:400%;
}
.fn_300{
	font-size:300%;
}
.fn_200{
	font-size:200%;
}
.fn_150{
	font-size:150%;
}
.fn_120{
	font-size:120%;
}

/* ==================================================
   レスポンシブ
================================================== */

.jtb_pc{
    display: block;
  }
.jtb_sp{
    display: none;
  }
.jtb_pc680{
    display: block;
  }
.jtb_tb{
    display: none;		
  }
.jtb_sp680{
    display: none;
  }
.jtb_pc420{
    display: block;
  }
.jtb_sp420{
    display: none;
  }

@media only screen and (max-width:1230px) {
	.jtb_pc{
    display: none;
	}
	.jtb_sp{
    display: block;		
  }
}
@media only screen and (max-width:780px) {
.jtb_tb{
    display: block;
  }
}

@media only screen and (max-width:680px) {
.jtb_sp680{
    display: block;		
  }
.jtb_pc680{
    display: none;
  }
}

@media only screen and (max-width:420px) {
	.jtb_pc420{
    display: none;
	}
	.jtb_sp420{
    display: block;		
  }
}

.tokutoku-pc{
    display: block;
  }
.tokutoku-sp{
    display: none;
  }
.tokutoku-pc680{
    display: block;
  }
.tokutoku-sp680{
    display: none;
  }
.tokutoku-pc420{
    display: block;
  }
.tokutoku-sp420{
    display: none;
  }

@media only screen and (max-width:1230px) {
	.tokutoku-pc{
    display: none;
	}
	.tokutoku-sp{
    display: block;		
  }
}
@media only screen and (max-width:680px) {
	.tokutoku-sp680{
    display: block;		
  }
.tokutoku-pc680{
    display: none;
  }
}

@media only screen and (max-width:420px) {
	.tokutoku-pc420{
    display: none;
	}
	.tokutoku-sp420{
    display: block;		
  }
}





/*--------------------------------------------------------------
# at_head
--------------------------------------------------------------*/
#at_head{
    width: 1230px;
    margin: 0px auto;
    padding: 10px;
}
header .pagetitle{
    font: bold 240%/120% YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    width: 100%;
    font-weight: bold;
    margin: 10px auto 20px;
    padding: 10px 5px 5px 15px;
    border-left: 10px solid #c60f28;
    text-align: justify;
}
@media screen and (max-width: 1229px) {
/*--------------------------------------------------------------
# at_head
--------------------------------------------------------------*/
#at_head{
    width: 95%;
    margin: 0px auto;
    padding: 10px;
}
header .pagetitle{
    font: bold 200%/120% YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
}

@media screen and (max-width: 680px) {
header .pagetitle{
    font: bold 180%/120% YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
}
@media screen and (max-width: 540px) {
header .pagetitle{
    font: bold 160%/120% YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
}

@media screen and (max-width: 420px) {
header .pagetitle{
    font: bold 140%/120% YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    margin: 10px auto 10px;
}
    #at_head{
    width: 95%;
    margin: 0px auto;
    padding: 0px;
}

}

/*--------------------------------
PAGE TOP
---------------------------------*/

#page-top {
    position: fixed; 
    bottom: 0px; /* 画面下端からの距離 */
    right: 0px; /* 画面右端からの距離 */
    oppacity: 0;
    z-index: 10000;
}

#page-top:not(.page-top-img) a {
	text-decoration: none;
	background: #006ec9;
	color: #fff;
	text-align: center;
	display: block;
	-moz-opacity: 0.8;
	opacity: 0.8;
	cursor:pointer;
	padding:15px;
}
#page-top a:hover {
	text-decoration: none;
	color: #fff;
}
@media screen and (max-width:680px){

#page-top:not(.page-top-img) a {
	cursor:pointer!important;
	padding:2px;
}
}

/*--------------------------------
popup
---------------------------------*/

body.open_popup {
    overflow: hidden;
    font-family:"Zen Kaku Gothic New",sans-serif;
}

.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

body.open_popup .bg_onetime_popup {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 75%;
    left: 10%;
    transform: translateX(-15%) translateY(-75%);
    width: 90%;
    max-width: 550px;
border-radius: 10px;
}
.onetime_popup img{
    width: 100%; 
}
.onetime_popup img:hover{
    opacity: .75;
}
.popup_tottori{
    background-color: #2383D6;
    border-radius: 8px;
    padding: 15px 5px;
}
.popup_shimane{
    background-color: #DE7B97;
    border-radius: 8px;
    padding: 15px 5px;
    
}
.popup_shimane_t{
   color: #DE7B97!important;
}

.onetime_popup_title_close {
    position: absolute;
    padding: 5px;
    top: 10%;
    right: 150px;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: #000;
    border-radius: 10px;
}
.onetime_popup_title_close::before,
.onetime_popup_title_close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 4px;
    background-color: #fff;
    content: "";
}
.onetime_popup_title_close::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.onetime_popup_title_close::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

@media only screen and (max-width:1920px) {
  
.onetime_popup {
    top: 65%;
    left: 5%;
    transform: translateX(-5%) translateY(-65%);
    width: 90%;
}  
}


@media only screen and (max-width:780px) {
    
.bg_onetime_popup {
    background-color: rgba(0,0,0,0.5);
}
.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
} 
.onetime_popup_content {
    padding: 15px 10px;
    text-align: center;
}

.onetime_popup_title_close {
    top: 10%;
    right: 25%;
    width: 50px;
    height: 50px;
}

}

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

.onetime_popup_title_close {
    top: 10%;
    right: 25%;
    width: 40px;
    height: 40px;
}
}
@media only screen and (max-width:420px) {
  
.onetime_popup_qupon_m01{
    font-size: 14px;
}
.onetime_popup_qupon_m02{
    font-size: 12px;
}
.onetime_popup_qupon_m02 span{
    font-size: 16px;
}
.onetime_popup_title {
    position: relative;
    padding: 10px;
    }
.onetime_popup_title_close {
    top: 10%;
    right: 25%;
    width: 30px;
    height: 30px;
}
}

